PL-400 Exam Question 51

You need to assign security roles to groups of users.
Which security roles should you use? To answer, drag the appropriate security types to the correct roles. Each security type 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.

PL-400 Exam Question 52

A travel company plans to track the address of places their clients visit in an entity named Destination. Client information is captured as contact records. Client records include links to the places that clients visit.
The company must be able to link multiple rating records to the new address record.
You find a custom Rating entity that is incomplete.
You need to expand the Rating entity to include contact, address, and rating information in one place.
Which three actions should you perform? Each correct answer presents part of the solution.
NOTE: Each correct selection is worth one point.
  • PL-400 Exam Question 53

    You have the following code:

    You have a contact record that uses the GUID 2CFB1599-DEAD-425F-AB4A-76E6CAB51B09.
    You need to assign the contact record as the primary contact for an account when you create the account.
    Which two code segments can you use? Each correct answer presents a complete solution.
    NOTE: Each correct selection is worth one point.
  • PL-400 Exam Question 54

    You are examining code written by another developer that is not functioning correctly. There are no other JavaScript or business rules in use on the form.
    This code is properly registered to the OnChange event of the telephone1 field on an account entity form. The main operation is to update the primary contact's phone number when the account phone number changes. The primary contact field is a lookup. (Line numbers are included for reference only.)

    For each of the following statements, select Yes if the statement is true. Otherwise, select No.
    NOTE: Each correct selection is worth one point.

    PL-400 Exam Question 55

    Note: This question is part of a series of questions that present the same scenario. Each question in the series contains a unique solution that might meet the stated goals. Some question sets might have more than one correct solution, while others might not have a correct solution.
    After you answer a question in this section, you will NOT be able to return to it. As a result, these questions will not appear in the review screen.
    An organization has an Azure SQL Database instance that must be synchronized daily with data from Dynamics 365 Sales. A large amount of data might need to be synchronized on some days.
    You need to reduce the time required to synchronize data.
    Solution:
    Write a SSIS package to connect to the source and target.
    Develop the SSIS package to find the records by the Modified on field.
    Create or update the records in the database instance based on results.
    Does the solution meet the goal?