Correct Answers: A, C and F
For processing job applications, you need to create a Power Apps portal and use Power Automate automated flow triggered by an incoming application. Your flow should incorporate AI Builder models to parse and extract the information from the application. And then store it in the Dataverse database.
Option A is correct because you need to use the AI Builder Entity extraction model. The model analyzes an application text, determines the text language, and extracts specific entities defined in a model. The standard model includes 28 such entities, like email address, date-time, phone number, etc. You can add other entities by training your model.
Option C is correct because you need to use Power Automate automated flow triggered by an incoming application.
Option F is correct because you need to have a Power Apps portal that would allow users to view and select open positions and upload the job application.
Option B is incorrect because the Organization service works with the Dataverse data and metadata, but it does not apply to this solution.
Option D is incorrect because the Web API works with the Dataverse data and metadata, but it does not apply to this solution.
Option E is incorrect because the Power BI reveals data insights and helps businesses to make data-driven decisions, but it does not apply to this solution.
For more information about Power Platform products integration, please visit the below URLs:
https://docs.microsoft.com/en-us/learn/modules/power-apps-architecture/7-portals
https://docs.microsoft.com/en-us/learn/modules/power-automate-architecture/1-introduction
https://docs.microsoft.com/en-us/learn/modules/architect-analytics/7-ai