Microsoft

PL-400 Free Practice Questions — Page 14

Question 124

Case study - This is a case study. Case studies are not timed separately. You can use as much exam time as you would like to complete each case. However, there may be additional case studies and sections on this exam. You must manage your time to ensure that you are able to complete all questions included on this exam in the time provided. To answer the questions included in a case study, you will need to reference information that is provided in the case study. Case studies might contain exhibits and other resources that provide more information about the scenario that is described in the case study. Each question is independent of the other questions in this case study. At the end of this case study, a review screen will appear. This screen allows you to review your answers and to make changes before you move to the next section of the exam. After you begin a new section, you cannot return to this section. To start the case study - To display the first question in this case study, click the Next button. Use the buttons in the left pane to explore the content of the case study before you answer the questions. Clicking these buttons displays information such as business requirements, existing environment, and problem statements. If the case study has an All Information tab, note that the information displayed is identical to the information displayed on the subsequent tabs. When you are ready to answer a question, click the Question button to return to the question. Background - Northwind Traders uses Microsoft Dynamics 365 Sales to manage its sales process. To better understand its customers, Northwind Traders invests in a team of researchers who gather data from multiple sources. The company stores the data it collects in a Microsoft Azure SQL Database. The company plans to use the data to enrich account records and make the sales team more effective. Current environment - Environment - • The company has three Microsoft Power Platform environments with Dynamics 365 Sales installed. The environments are named development, test, and production. • Each environment has an application user that can be used for integrations. • The company must use solutions to perform all customization and configuration deployment. Data - • Researchers are responsible for creating account records. • Researchers have permissions on the Account table to create records, read all records, and update records they own. • A synchronous plug-in runs when an account record is created and could reassign the record to a different user. • Users must access data as themselves to enforce security and audit changes. • A column named new_dataid is added to the Account table. The column uniquely identifies which data it should receive. • Researchers have researched only the top 20 percent of account records. Web API - • The company creates an Azure Function to run a RESTful .NET Web API. • Data can be retrieved by placing a GET request to the URL https://dataservice-[ENVIRONMENTNAME].azurewebsites.net/enrich/[DATAID]. • [ENVIRONMENTNAME] is the name of the Microsoft Power Platform environment that requests the data. • [DATAID] is the new_dataid column in the Account table. • The Web API response will return a 200 response plus data if the DataId is found. Otherwise, a 404 response is returned. • Developers plan to create a custom connector from the Web API to make it accessible from Microsoft Power Platform. Requirements - Custom connector - • The Web API definition used to create the custom connector must be generated based on a low-code technology. • The URL used by the custom connector must incorporate the current environment name without hardcoding values. • Errors generated by the custom connector must not cause downstream processes to fail. • Text descriptions and field placeholder text that describe the use of the custom connector must appear for non-developers. Process - • All account records must be updated with data from the Web API once automatically. • Only account records that contain a DataId should be updated by the Web API. • Researchers must create Power Automate flows to specify data analysis priority. • The researchers require a process that repurposes a set of identical steps of parameterized Microsoft Dataverse queries from a Power Automate flow for use in other flows that have different parameters. The researchers want to avoid recreating the steps manually each time they create a flow to save time and avoid errors. Issues - • A tester attempts to connect to the production instance of the Web API with a DataId that should return data. The tester receives an error stating that the remote name could not be resolved. • A missing component causes an error to occur when importing the solution that contains the Power Automate flow to update account records in a test environment. You need to configure the row filter on the Dataverse trigger. Which filter should you use?

A. not contains(new_dataid, ")
B. new_dataid eq null
C. DataId ne null
D. new_dataid ne null
Show Answer
Correct Answer: D
Explanation:
The requirement states that only account records containing a DataId should be processed. In Dataverse trigger filtering, you must reference the actual column logical name. The column added to the Account table is named new_dataid, so the correct filter is to check that this column is not null. Using `new_dataid ne null` ensures the trigger fires only for records that have a DataId value. Option C uses an incorrect column name (DataId instead of new_dataid), and the other options do not correctly express a non-null condition.

Question 125

Case Study - This is a case study. Case studies are not timed separately. You can use as much exam time as you would like to complete each case. However, there may be additional case studies and sections on this exam. You must manage your time to ensure that you are able to complete all questions included on this exam in the time provided. To answer the questions included in a case study, you will need to reference information that is provided in the case study. Case studies might contain exhibits and other resources that provide more information about the scenario that is described in the case study. Each question is independent of the other questions in this case study. At the end of this case study, a review screen will appear. This screen allows you to review your answers and to make changes before you move to the next section of the exam. After you begin a new section, you cannot return to this section. To start the case study - To display the first question in this case study, click the Next button. Use the buttons in the left pane to explore the content of the case study before you answer the questions. Clicking these buttons displays information such as business requirements, existing environment, and problem statements. When you are ready to answer a question, click the Question button to return to the question. Background - Proseware, Inc. is an industry leading software company with several thousand employees. The company has had some trouble recruiting talented employees. Top-level candidates interview with the company but go on to work for competitors. Feedback from candidates show that some offers were not accepted because the interview scheduling process was unpleasant. The company does not have a system to keep track of the candidates that were not selected. Current Environment - The recruiting process starts when an individual applies for a position on the company website. The individual may have found the position on their own, they may have been officially referred by an employee, or in some cases were contacted directly by a hiring manager and encouraged to apply. Recruiters schedule an interview with a hiring manager and interviews with two senior team members. Each interview results in feedback about the candidate and a recommendation whether to hire or not. The recruiting team manages all information by using a model-driven application. The company has the following Microsoft Dataverse tables and columns: • JobPosting - Hiring Manager - lookup to SystemUser - Recruiter Assigned - lookup to SystemUser • Contact (Job Applicant) - Contact identifier - First name - Last name - Time-Zone Offset - Person of Interest - Yes/No (default) • Application proapplication - Contact identifier, Contact - lookup to Contact - Job Posting - lookup to JobPosting - pro_recruiterassignedid • Interview - Application - lookup to Application - Job Posting - lookup to JobPosting - Recommend - Choice (Yes (0), No (1), and null (default) are the available values) - Person of Interest - Yes/No, No is the default value • Referral - Contact - lookup to Contact - Referrer - lookup to SystemUser - Job Posting - lookup to JobPosting • SystemUser - Manager - lookup to SystemUser - Time-Zone Offset • Recruiter - Recruiter identifier - Recruiter name Applications - There may be multiple applications associated with each job posting. Applications are linked to an employee record if an employee referred the applicant for a position. The same individual can be an applicant for multiple job postings. Interviews - Each interview is performed by an employee and is related to a single application. The interview scheduling process may force potential candidates to accept interviews at unusual times with the senior team members due to time-zone differences. Requirements. Interview Scheduling The system must provide recruiters with a list of team members and their time-zone information. You must create a Microsoft Power Apps Component Framework (PCF) control for the Job Application form to display a list of senior team members who report directly to a hiring manager. • The control must display the current time in each team member's local time. • The control must be bound so that it minimizes the amount of code that must be written. • You must display the list of team members and sort the list to show team members who reside in time zones closest to the applicant's time zone first. You must develop a second PCF control that displays the time-zone name and current time on the Job Application form. You must display the data in the candidate’s local time. Requirements. Historical Information Tracking You must create a process to identify individuals as a person of interest that the company should consider hiring. You must assign each individual a score based on their past interactions. • You must be able to determine the following information about a candidate: - The number of interviews in the past two years and whether team members provided recommendations - The number of hiring manager referrals and employee referrals in the past two years - Whether the individual has any of the 12 designations or certifications that the company considers significant • Only a single referral can be made per job application. The system must be able to support multiple referrals for a candidate. • The system must track referrals even if an application is not completed. Requirements. Historical Information Scoring The automated process must run weekly to assess all candidates. The process must also run automatically when historical information is updated. You must be able to perform scoring by selecting a command button on the contact form. • This new command button must only be visible to employees who belong to a security role assigned named Recruiter. The command button must not be visible to anyone unless the contact form is in Update mode. • A person of interest is defined as having a score of 15 or more based on the following historical information criteria: - Each interview with a recommendation adds two to the score. - Each interview without a recommendation subtracts two from the score. - Each employee or manager referral adds one to the score. - Each designation or certification adds one to the score. • All scoring elements must be recalculated when changes occur. You must assign the score to the Person of interest field. • Values representing totals or scores must be stored in their own numeric fields. • Plug-ins must be used to keep the Person of Interest field on active interview records associated with the Contact. • Plug-ins registered on the update of the Person of interest field must send an email notification when the candidate named in the email is a person of interest. Recruiters must receive the message when the field is updated on the Contact record. • Interviewers must get an email notification when the Person of Interest field on the interview record is successfully updated. Requirements. Design Guidelines - The following design guidelines must be followed: • Schema changes must be made using the method requiring the least amount of storage to meet the requirement. • Out-of-the-box functionality must be used when possible. • Any code required to calculate scores must be able to be run from a single point. • Email notifications need to be kept to a minimum. Issues - • Recruiters report that the command button to score a candidate is not working. You debug the code and observe that the context input parameter is null. • The system does not support associating designations and certifications with candidates. • The value for the field used by the PCF control to display local time is saved to Microsoft Dataverse each time an active application record is opened. • Interviewers report that they do not receive email notifications when interview records are created for an existing person of interest. You need to resolve the issue with the new command button. What should you do?

A. Pass ExecutionContext to the function in the action definition.
B. Pass the value SelectedControl to the function in the action definition.
C. Select the Pass execution context as first parameter option on the event registration form.
D. Pass the value PrimaryControl to the function in the action definition.
Show Answer
Correct Answer: D
Explanation:
The command button is a ribbon command on a model-driven form. When a ribbon action JavaScript function receives a null context parameter, it means the form context was not passed correctly. For form-based commands, the correct way to pass context is by using the PrimaryControl parameter in the command definition. PrimaryControl provides access to the form context, which is required for the function to work. Options related to execution context checkboxes apply to form event handlers, not ribbon commands, and SelectedControl is used for grid contexts, not forms.

Question 126

Case study - This is a case study. Case studies are not timed separately. You can use as much exam time as you would like to complete each case. However, there may be additional case studies and sections on this exam. You must manage your time to ensure that you are able to complete all questions included on this exam in the time provided. To answer the questions included in a case study, you will need to reference information that is provided in the case study. Case studies might contain exhibits and other resources that provide more information about the scenario that is described in the case study. Each question is independent of the other questions in this case study. At the end of this case study, a review screen will appear. This screen allows you to review your answers and to make changes before you move to the next section of the exam. After you begin a new section, you cannot return to this section. To start the case study - To display the first question in this case study, click the Next button. Use the buttons in the left pane to explore the content of the case study before you answer the questions. Clicking these buttons displays information such as business requirements, existing environment, and problem statements. If the case study has an All Information tab, note that the information displayed is identical to the information displayed on the subsequent tabs. When you are ready to answer a question, click the Question button to return to the question. Background - Northwind Traders uses Microsoft Dynamics 365 Sales to manage its sales process. To better understand its customers, Northwind Traders invests in a team of researchers who gather data from multiple sources. The company stores the data it collects in a Microsoft Azure SQL Database. The company plans to use the data to enrich account records and make the sales team more effective. Current environment - Environment - • The company has three Microsoft Power Platform environments with Dynamics 365 Sales installed. The environments are named development, test, and production. • Each environment has an application user that can be used for integrations. • The company must use solutions to perform all customization and configuration deployment. Data - • Researchers are responsible for creating account records. • Researchers have permissions on the Account table to create records, read all records, and update records they own. • A synchronous plug-in runs when an account record is created and could reassign the record to a different user. • Users must access data as themselves to enforce security and audit changes. • A column named new_dataid is added to the Account table. The column uniquely identifies which data it should receive. • Researchers have researched only the top 20 percent of account records. Web API - • The company creates an Azure Function to run a RESTful .NET Web API. • Data can be retrieved by placing a GET request to the URL https://dataservice-[ENVIRONMENTNAME].azurewebsites.net/enrich/[DATAID]. • [ENVIRONMENTNAME] is the name of the Microsoft Power Platform environment that requests the data. • [DATAID] is the new_dataid column in the Account table. • The Web API response will return a 200 response plus data if the DataId is found. Otherwise, a 404 response is returned. • Developers plan to create a custom connector from the Web API to make it accessible from Microsoft Power Platform. Requirements - Custom connector - • The Web API definition used to create the custom connector must be generated based on a low-code technology. • The URL used by the custom connector must incorporate the current environment name without hardcoding values. • Errors generated by the custom connector must not cause downstream processes to fail. • Text descriptions and field placeholder text that describe the use of the custom connector must appear for non-developers. Process - • All account records must be updated with data from the Web API once automatically. • Only account records that contain a DataId should be updated by the Web API. • Researchers must create Power Automate flows to specify data analysis priority. • The researchers require a process that repurposes a set of identical steps of parameterized Microsoft Dataverse queries from a Power Automate flow for use in other flows that have different parameters. The researchers want to avoid recreating the steps manually each time they create a flow to save time and avoid errors. Issues - • A tester attempts to connect to the production instance of the Web API with a DataId that should return data. The tester receives an error stating that the remote name could not be resolved. • A missing component causes an error to occur when importing the solution that contains the Power Automate flow to update account records in a test environment. You need to determine which component to add to the solution to resolve the account records import error. Which component should you add?

A. connection
B. service endpoint
C. custom connector
D. Account table
Show Answer
Correct Answer: C
Explanation:
The import error occurs when the solution containing the Power Automate flow is moved to another environment. The flow depends on a custom connector to call the Azure Function Web API. If the custom connector is not included in the solution, the flow cannot be imported and a missing component error is raised. Adding the custom connector to the solution ensures all dependencies required by the flow are present. Other options are either already available (Account table), unrelated to Power Automate flow dependencies (service endpoint), or are environment-specific runtime artifacts rather than solution components (connection).

Question 127

Which permissions does a managed identity have on Microsoft Dataverse data?

A. permissions assigned to the corresponding application user
B. permissions assigned to the user triggering the Azure resource
C. permissions equivalent to the environment admin role
D. permissions equivalent to the system administrator role
Show Answer
Correct Answer: A
Explanation:
In Microsoft Dataverse, a managed identity authenticates as an application user created in Dataverse and linked to that identity. The managed identity only has the permissions explicitly assigned to that application user via Dataverse security roles. It does not inherit permissions from the triggering user, nor does it automatically receive environment admin or system administrator rights.

Question 128

Case Study - This is a case study. Case studies are not timed separately. You can use as much exam time as you would like to complete each case. However, there may be additional case studies and sections on this exam. You must manage your time to ensure that you are able to complete all questions included on this exam in the time provided. To answer the questions included in a case study, you will need to reference information that is provided in the case study. Case studies might contain exhibits and other resources that provide more information about the scenario that is described in the case study. Each question is independent of the other questions in this case study. At the end of this case study, a review screen will appear. This screen allows you to review your answers and to make changes before you move to the next section of the exam. After you begin a new section, you cannot return to this section. To start the case study - To display the first question in this case study, click the Next button. Use the buttons in the left pane to explore the content of the case study before you answer the questions. Clicking these buttons displays information such as business requirements, existing environment, and problem statements. When you are ready to answer a question, click the Question button to return to the question. Background - Proseware, Inc. is an industry leading software company with several thousand employees. The company has had some trouble recruiting talented employees. Top-level candidates interview with the company but go on to work for competitors. Feedback from candidates show that some offers were not accepted because the interview scheduling process was unpleasant. The company does not have a system to keep track of the candidates that were not selected. Current Environment - The recruiting process starts when an individual applies for a position on the company website. The individual may have found the position on their own, they may have been officially referred by an employee, or in some cases were contacted directly by a hiring manager and encouraged to apply. Recruiters schedule an interview with a hiring manager and interviews with two senior team members. Each interview results in feedback about the candidate and a recommendation whether to hire or not. The recruiting team manages all information by using a model-driven application. The company has the following Microsoft Dataverse tables and columns: • JobPosting - Hiring Manager - lookup to SystemUser - Recruiter Assigned - lookup to SystemUser • Contact (Job Applicant) - Contact identifier - First name - Last name - Time-Zone Offset - Person of Interest - Yes/No (default) • Application proapplication - Contact identifier, Contact - lookup to Contact - Job Posting - lookup to JobPosting - pro_recruiterassignedid • Interview - Application - lookup to Application - Job Posting - lookup to JobPosting - Recommend - Choice (Yes (0), No (1), and null (default) are the available values) - Person of Interest - Yes/No, No is the default value • Referral - Contact - lookup to Contact - Referrer - lookup to SystemUser - Job Posting - lookup to JobPosting • SystemUser - Manager - lookup to SystemUser - Time-Zone Offset • Recruiter - Recruiter identifier - Recruiter name Applications - There may be multiple applications associated with each job posting. Applications are linked to an employee record if an employee referred the applicant for a position. The same individual can be an applicant for multiple job postings. Interviews - Each interview is performed by an employee and is related to a single application. The interview scheduling process may force potential candidates to accept interviews at unusual times with the senior team members due to time-zone differences. Requirements. Interview Scheduling The system must provide recruiters with a list of team members and their time-zone information. You must create a Microsoft Power Apps Component Framework (PCF) control for the Job Application form to display a list of senior team members who report directly to a hiring manager. • The control must display the current time in each team member's local time. • The control must be bound so that it minimizes the amount of code that must be written. • You must display the list of team members and sort the list to show team members who reside in time zones closest to the applicant's time zone first. You must develop a second PCF control that displays the time-zone name and current time on the Job Application form. You must display the data in the candidate’s local time. Requirements. Historical Information Tracking You must create a process to identify individuals as a person of interest that the company should consider hiring. You must assign each individual a score based on their past interactions. • You must be able to determine the following information about a candidate: - The number of interviews in the past two years and whether team members provided recommendations - The number of hiring manager referrals and employee referrals in the past two years - Whether the individual has any of the 12 designations or certifications that the company considers significant • Only a single referral can be made per job application. The system must be able to support multiple referrals for a candidate. • The system must track referrals even if an application is not completed. Requirements. Historical Information Scoring The automated process must run weekly to assess all candidates. The process must also run automatically when historical information is updated. You must be able to perform scoring by selecting a command button on the contact form. • This new command button must only be visible to employees who belong to a security role assigned named Recruiter. The command button must not be visible to anyone unless the contact form is in Update mode. • A person of interest is defined as having a score of 15 or more based on the following historical information criteria: - Each interview with a recommendation adds two to the score. - Each interview without a recommendation subtracts two from the score. - Each employee or manager referral adds one to the score. - Each designation or certification adds one to the score. • All scoring elements must be recalculated when changes occur. You must assign the score to the Person of interest field. • Values representing totals or scores must be stored in their own numeric fields. • Plug-ins must be used to keep the Person of Interest field on active interview records associated with the Contact. • Plug-ins registered on the update of the Person of interest field must send an email notification when the candidate named in the email is a person of interest. Recruiters must receive the message when the field is updated on the Contact record. • Interviewers must get an email notification when the Person of Interest field on the interview record is successfully updated. Requirements. Design Guidelines - The following design guidelines must be followed: • Schema changes must be made using the method requiring the least amount of storage to meet the requirement. • Out-of-the-box functionality must be used when possible. • Any code required to calculate scores must be able to be run from a single point. • Email notifications need to be kept to a minimum. Issues - • Recruiters report that the command button to score a candidate is not working. You debug the code and observe that the context input parameter is null. • The system does not support associating designations and certifications with candidates. • The value for the field used by the PCF control to display local time is saved to Microsoft Dataverse each time an active application record is opened. • Interviewers report that they do not receive email notifications when interview records are created for an existing person of interest. You need to track referrals. What should you do?

A. Add a referral source field to the Application table.
B. Create a new Referral table with required lookup columns to the Contact, SystemUser, and Application tables.
C. Add a second lookup column to SystemUser for manager referrals to the Application table.
D. Create a new Referral table with required lookup columns to the Contact, SystemUser, and JobPosting tables.
Show Answer
Correct Answer: A
Explanation:
The case study already defines an existing Referral table with lookups to Contact, SystemUser, and JobPosting. The requirement is to track referrals per application and ensure only one referral per application while supporting multiple referrals per candidate. The missing piece is the association between Application and referrals. Adding a referral source (lookup) field to the Application table links each application to at most one referral using the existing table, meets the constraint with minimal schema changes, and follows the design guideline of least storage and reuse of out-of-the-box structures. Creating a new Referral table is unnecessary duplication.

Question 129

Case Study - This is a case study. Case studies are not timed separately. You can use as much exam time as you would like to complete each case. However, there may be additional case studies and sections on this exam. You must manage your time to ensure that you are able to complete all questions included on this exam in the time provided. To answer the questions included in a case study, you will need to reference information that is provided in the case study. Case studies might contain exhibits and other resources that provide more information about the scenario that is described in the case study. Each question is independent of the other questions in this case study. At the end of this case study, a review screen will appear. This screen allows you to review your answers and to make changes before you move to the next section of the exam. After you begin a new section, you cannot return to this section. To start the case study - To display the first question in this case study, click the Next button. Use the buttons in the left pane to explore the content of the case study before you answer the questions. Clicking these buttons displays information such as business requirements, existing environment, and problem statements. When you are ready to answer a question, click the Question button to return to the question. Background - Proseware, Inc. is an industry leading software company with several thousand employees. The company has had some trouble recruiting talented employees. Top-level candidates interview with the company but go on to work for competitors. Feedback from candidates show that some offers were not accepted because the interview scheduling process was unpleasant. The company does not have a system to keep track of the candidates that were not selected. Current Environment - The recruiting process starts when an individual applies for a position on the company website. The individual may have found the position on their own, they may have been officially referred by an employee, or in some cases were contacted directly by a hiring manager and encouraged to apply. Recruiters schedule an interview with a hiring manager and interviews with two senior team members. Each interview results in feedback about the candidate and a recommendation whether to hire or not. The recruiting team manages all information by using a model-driven application. The company has the following Microsoft Dataverse tables and columns: • JobPosting - Hiring Manager - lookup to SystemUser - Recruiter Assigned - lookup to SystemUser • Contact (Job Applicant) - Contact identifier - First name - Last name - Time-Zone Offset - Person of Interest - Yes/No (default) • Application proapplication - Contact identifier, Contact - lookup to Contact - Job Posting - lookup to JobPosting - pro_recruiterassignedid • Interview - Application - lookup to Application - Job Posting - lookup to JobPosting - Recommend - Choice (Yes (0), No (1), and null (default) are the available values) - Person of Interest - Yes/No, No is the default value • Referral - Contact - lookup to Contact - Referrer - lookup to SystemUser - Job Posting - lookup to JobPosting • SystemUser - Manager - lookup to SystemUser - Time-Zone Offset • Recruiter - Recruiter identifier - Recruiter name Applications - There may be multiple applications associated with each job posting. Applications are linked to an employee record if an employee referred the applicant for a position. The same individual can be an applicant for multiple job postings. Interviews - Each interview is performed by an employee and is related to a single application. The interview scheduling process may force potential candidates to accept interviews at unusual times with the senior team members due to time-zone differences. Requirements. Interview Scheduling The system must provide recruiters with a list of team members and their time-zone information. You must create a Microsoft Power Apps Component Framework (PCF) control for the Job Application form to display a list of senior team members who report directly to a hiring manager. • The control must display the current time in each team member's local time. • The control must be bound so that it minimizes the amount of code that must be written. • You must display the list of team members and sort the list to show team members who reside in time zones closest to the applicant's time zone first. You must develop a second PCF control that displays the time-zone name and current time on the Job Application form. You must display the data in the candidate’s local time. Requirements. Historical Information Tracking You must create a process to identify individuals as a person of interest that the company should consider hiring. You must assign each individual a score based on their past interactions. • You must be able to determine the following information about a candidate: - The number of interviews in the past two years and whether team members provided recommendations - The number of hiring manager referrals and employee referrals in the past two years - Whether the individual has any of the 12 designations or certifications that the company considers significant • Only a single referral can be made per job application. The system must be able to support multiple referrals for a candidate. • The system must track referrals even if an application is not completed. Requirements. Historical Information Scoring The automated process must run weekly to assess all candidates. The process must also run automatically when historical information is updated. You must be able to perform scoring by selecting a command button on the contact form. • This new command button must only be visible to employees who belong to a security role assigned named Recruiter. The command button must not be visible to anyone unless the contact form is in Update mode. • A person of interest is defined as having a score of 15 or more based on the following historical information criteria: - Each interview with a recommendation adds two to the score. - Each interview without a recommendation subtracts two from the score. - Each employee or manager referral adds one to the score. - Each designation or certification adds one to the score. • All scoring elements must be recalculated when changes occur. You must assign the score to the Person of interest field. • Values representing totals or scores must be stored in their own numeric fields. • Plug-ins must be used to keep the Person of Interest field on active interview records associated with the Contact. • Plug-ins registered on the update of the Person of interest field must send an email notification when the candidate named in the email is a person of interest. Recruiters must receive the message when the field is updated on the Contact record. • Interviewers must get an email notification when the Person of Interest field on the interview record is successfully updated. Requirements. Design Guidelines - The following design guidelines must be followed: • Schema changes must be made using the method requiring the least amount of storage to meet the requirement. • Out-of-the-box functionality must be used when possible. • Any code required to calculate scores must be able to be run from a single point. • Email notifications need to be kept to a minimum. Issues - • Recruiters report that the command button to score a candidate is not working. You debug the code and observe that the context input parameter is null. • The system does not support associating designations and certifications with candidates. • The value for the field used by the PCF control to display local time is saved to Microsoft Dataverse each time an active application record is opened. • Interviewers report that they do not receive email notifications when interview records are created for an existing person of interest. You need to configure the PCF control to display team members for interview scheduling. Which two inputs should you use? Each correct answer presents part of the solution. NOTE: Each correct selection is worth one point.

A. identifier for the hiring manager
B. time-zone offset for the job candidate
C. identifier for the job posting
D. time-zone offset for the hiring manager
E. identifier for the job candidate
Show Answer
Correct Answer: A, B
Explanation:
To list senior team members who report directly to a hiring manager, the PCF control must receive the hiring manager’s identifier so it can query direct reports. To sort those team members by proximity to the applicant’s time zone, the control also needs the job candidate’s time-zone offset. The hiring manager’s or job posting’s identifiers and time-zone offsets are not required for this sorting or selection logic.

Question 130

The communication department for a company plans to add a publicly accessible survey page to the company’s public website. You must add the new survey page to the company’s public website and capture data from the page to a Microsoft Dataverse environment. Explicit user credentials must not be required to write survey data to Dataverse. You need to implement authentication. Which authentication mechanism should you implement?

A. Azure AD Conditional Access
B. Azure guest account
C. X.509 certificate
D. OAuth 2.0
Show Answer
Correct Answer: D
Explanation:
The survey page is publicly accessible and must write data to Microsoft Dataverse without requiring user credentials. This requires application-level authentication using an Azure AD app registration and token-based access. OAuth 2.0 (typically the client credentials flow) enables the application to obtain access tokens and securely write to Dataverse without user sign-in. X.509 certificates are only a credential option within OAuth 2.0, not the authentication mechanism itself.

Question 131

DRAG DROP - A company is developing a Microsoft Dataverse plug-in. The plug-in must create a follow-up task for a new account. You add the code that receives context(IPluginExecutionContext) and service(IOrganizationService). You need to create the remaining code to insert the follow-up task. Which three code blocks should you use in sequence? To answer, move the appropriate code sequences from the list of sequences to the answer area and arrange in the correct order.

Illustration for PL-400 question 131
Show Answer
Correct Answer: Entity account = (Entity)context.InputParameters["Target"]; Entity followuptask = new Entity("task"); followuptask["subject"] = "Send e-mail to the new customer"; followuptask["regardingobjectid"] = account.ToEntityReference(); service.Create(followuptask);
Explanation:
First retrieve the Account from the plug-in Target. Then create the Task and set its regardingobjectid using an EntityReference to the Account. Finally, call Create to insert the follow-up task.

Question 132

A company designs a solution for use in an international organization. The solution must provide multiple UI languages and currencies. You need to move components to include them as part of the solution. Which three component types can you move? Each correct answer presents part of the solution. NOTE: Each correct selection is worth one point.

A. available UI languages
B. scheduled power automate flow
C. custom entity
D. modified standard security role
E. Currencies enabled in the environment
Show Answer
Correct Answer: B, C, D
Explanation:
In Power Platform solutions, you can move solution components such as Power Automate flows, custom entities (tables), and security roles between environments. UI languages and currencies are environment-level settings that must be enabled or configured directly in each environment and cannot be moved as solution components.

Question 133

A company develops a new Microsoft Dataverse plug-in that manages the Update message of an entity. The plug-in logic requires access to the record columns before the operation starts and must compare the columns to post-update values. You need to modify the design of the solution to access the information. What should you do?

A. Add the code to the plug-in to read the record from the InputParameters collection.
B. Register a pre-image by using the Plug-in Registration Tool. Add the code to the plug-in to read the image from the PreEntityImages collection.
C. Register a post-image by using the Plug-in Registration Tool. Add the code to the plug-in to read the image from the PostEntityImages collection.
D. Add the code to the plug-in to query the data from Dataverse by using the API call based on the record I
Show Answer
Correct Answer: B
Explanation:
For an Update plug-in, the Target entity only contains changed columns, not the full original values. To access column values before the operation starts, you must register a pre-entity image. The pre-image provides a snapshot of the entity before the update, which can then be compared to the post-update values available from the Target or a post-image. Querying Dataverse or relying on InputParameters is inefficient or incomplete.

$19

Get all 406 questions with detailed answers and explanations

  • Instant download HTML + PDF delivered the moment payment clears.
  • Secure Stripe checkout we never see or store your card details.
  • 7-day refund if files are defective see our refund policy.