You need to reduce the number of Azure consumption API calls for User2. Which markup segment should you use? A) 


DRAG DROP You have several model-driven apps. You must ensure that app creators and system administrators can customize the apps. You must follow the principle of least privilege. You need to assign the permissions that are needed for app creators and system administrators. Which security roles should you assign? To answer, drag the appropriate roles to the correct requirements. Each role may be used once, more than once, or not at all. You may need to drag the split bar between panes or scroll to view content. NOTE: Each correct selection is worth one point
Don’t think it’s C or D. C just logs emails, doesn’t speed up notifications. D is more for storage, not response. A actually pushes alerts in real time to Teams so team members see new messages instantly and can react quicker. Pretty sure A is right here, but open to other ideas if someone sees it differently.
HOTSPOT You need to correct the portal query issues. Which code should you use? To answer, select the appropriate options in the answer area. NOTE: Each correct selection is worth one point.
GET [ORGANIZATION URI]/api/data/v9.1/accounts?$select=name,sport for new registrations, and $orderby=name,sport for all registered users. $select is best for grabbing specific fields and $orderby handles sorting right in OData. Pretty sure about these since anything else like $filter or bad groupby syntax won’t work here. Correct me if I missed something!
Probably D based on exam reports, but is this asking for the primary cause if interns are customizing components, or just using the app? That changes things a lot. The official guide breaks this down by specific role permissions.
Pretty sure it's D because Environment Maker lets you build new stuff, but only System Customizer covers deeper customizations of system components. Saw a similar question in practice tests. Correct me if I missed something.
HOTSPOT You need to implement ribbon display rules to control availability for the scoring command button. Which rule types should you use? To answer, select the appropriate options in the answer area. NOTE: Each correct selection is worth one point.
EntityPrivilegeRule and FormStateRule make sense here since one's for permissions and the other targets new or existing forms. If the question said "show for specific field values," would ValueRule be needed instead?
HOTSPOT You need to develop a set of Web API’s for a company. What should you implement? To answer, select the appropriate options in the answer area. NOTE: Each correct selection is worth one point.
Functions, Actions, and Complex Types make sense for OData web APIs. Functions are for read-only ops, Actions can have side effects, Complex Types hold properties but no key. Pretty sure that's what Microsoft wants here. Disagree?
Functions, Actions, and Complex Types.




