How should you configure security?
DRAG DROP You need to set up security to meet the requirements. How should you configure security? To answer, drag the appropriate security mechanisms to the correct users. Each security mechanism may be used once, more than once, or not at all. You may need to drag the split bar...
What are two possible ways to achieve the goal?
You need to configure the system to support automation for referrals. What are two possible ways to achieve the goal? Each correct selection presents a complete solution. NOTE: Each correct selection is worth one point.A . Azure Function that uses the Discovery serviceB . workflow extensionC . Azure Function that...
How should you complete the manifest?
HOTSPOT A company has a model-driven app that captures applications from prospective students. You are asked to create a new re-usable custom component using the Power Apps component framework (PCF). The custom component must allow entry of a date of birth and validate that the applicant is not a minor....
What should you implement?
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. View AnswerAnswer: Explanation: Box 1: Functions most functions and services that are stateless and do...
What are two possible ways to achieve this goal?
A financial services company uses the Common Data Service (CDS) to develop solutions. The company uses development and production instances. You need to move solutions from the development instance to the production instance. What are two possible ways to achieve this goal? Each correct answer presents a complete solution. NOTE:...
What should you create?
You need to ensure that Adventure Works Cycle can track information from visitors to bike fairs. What should you create?A . A workflow in Dynamics 365 Sales Engagement for capabilities leadsB . A flow to capture customer data from the bike fair Power Apps in SharePoint and create a lead...
What is the primary cause?
You need to determine the primary cause of the issue reported by interns when they use the app. What is the primary cause?A . Interns have the System Customizer security role but need the Environment Maker security role.B . Interns have the Common Data Service User security role but need...
What should you do?
HOTSPOT You are developing a model-driven app for the purchasing department of an organization. You provision a new test environment and a security role. You select users to test the apps and assign the users to a security group named TestSG. If the tests succeed, a manager will perform additional...
Which code segment should you add at line UR06?
You need to handle errors in UpdateRecord.js. Which code segment should you add at line UR06?A . catch(error) { alert("Caught error: " + error.message);}B . Exception exception = Server.GetLastError() ; if(exception != null)}C . catch(exception e){ console.writeline(e)}D . function (error){ console.log(error.message)}View AnswerAnswer: A Explanation: https://docs.microsoft.com/en-us/powerapps/developer/model-driven-apps/clientapi/reference/xrm-webapi/updaterecord
Which markup segment should you use?
You need to reduce the number of Azure consumption API calls for User2. Which markup segment should you use? A) B) C) D) A . Option AB . Option BC . Option CD . Option DView AnswerAnswer: C Explanation: Scenario: User2 reports that Azure consumption for API calls has increased...