Correct Answers: B and E
Power Apps portals can use the model-driven views and forms for the Dataverse data interaction and management.
There are two visual components that you can add to the web page for data presentation and manipulation: Lists and Forms.
When you add a List or Form portal components (Number 1) in a Portals Studio, on the right-side panel, you need to choose between two options (Number 2): to create a new or select from the existing Views or Form Layout (Number 4) for the table (Number 3). Then you need to select a mode in the case of Form (Number 5) or the data operations in the List (Number 6). The Forms mode options are Insert, Edit, and Read Only.
After adding the List or Form components, you can also edit the Liquid tags for the web page in a code editor.
{% include `entity_list` key: `Account` %}{% entityform name: `Account` %}
The Portals Studio provides limited options for the List and Forms. For more advanced configurations, you need to use the Portal Management app. The List and Form portal components are directly connected with the Entity Forms (Number 1) and Entity Lists (Number 2) that you can find in the Portal Management app`s Content section. On the Entity List screen (Number 3), you need to provide the list name, select the Entity (Table) name (Number 4), the Website (Number 5), and add and select the model-driven view for the entity (table) (Number 6).
Note:if a model-driven form has a client script or uses the PCF component, these extensions will not be run or rendered in a portal.
All other options are incorrect.
For more information about the Dataverse data interaction in Power Apps portals, please visit the below URLs:
https://docs.microsoft.com/en-us/learn/modules/portals-access-common-data-service/2-entity-lists
https://docs.microsoft.com/en-us/learn/modules/portals-access-common-data-service/3-entity-forms
https://docs.microsoft.com/en-us/powerapps/maker/portals/configure/entity-lists
https://docs.microsoft.com/en-us/powerapps/maker/portals/configure/entity-forms