[Feb-2022] Microsoft PL-400 DUMPS WITH REAL EXAM QUESTIONS
2022 New ExamTorrent PL-400 PDF Recently Updated Questions
Preparation Guide for Microsoft PL-400: Microsoft Power Platform Developer Exam
Introduction
Microsoft has created a track for professionals who aspire towards productivity enhancement by inculcating automation in business processes, analyzing data to produce business insights, and acting more effectively by creating simple app experiences. This certification program provides Microsoft Power Platform Fundamentals (beta) a way to demonstrate their skills. The assessment is based on a rigorous exam using the industry-standard methodology to determine whether a candidate meets Microsoftâs proficiency standards.
According to Microsoft, a Microsoft Certified Professional enables organizations to leverage Microsoft Power Platform Fundamentals (beta) technologies by identifying the basic functionality and business value Power Platform components; implement simple solutions with Microsoft Flow, Power BI, and AI Builder.
Certification is evidence of your skills, expertise in those areas in which you like to work. If a candidate wants to work on Microsoft Azure for SAP Workloads and prove his knowledge, certification is offered by Microsoft. This PL-400 exam Certification helps a candidate to validates his skills in Microsoft Power Platform Technology.
In this guide, we will cover the Microsoft PL-400 dumps, Microsoft PL-400: Microsoft Power Platform Developer Certified professional salary, and all aspects of the Microsoft PL-400 practice exams.
NEW QUESTION 90
You need to ensure that users can create the required charts.
Which two actions should you perform? Each correct answer presents part of the solution.
NOTE: Each correct selection is worth one point.
- A. Create a quick view form to show the Accounts entity.
- B. Add the Facility field to the account form.
- C. Delete the Annual revenue field from the account form.
- D. Create a view with annual revenue sorted lowest value to highest value.
D18912E1457D5D1DDCBD40AB3BF70D5D - E. Configure filter fields in the Annual revenue field.
Answer: B,E
Explanation:
Explanation
Pharmacy orders must be displayed in four graphs as follows:
* Annual revenue over $100,000
* Annual revenues under $100,000
* Research facilities
* Hospitals
The graphs must be interactive, and users must be able to drill down on any dimension.
NEW QUESTION 91
An organization uses Dynamics 365 Sales. The organization has accounting and customer service departments.
You must restrict users in customer service from being able to change the value of the balance field on the Contact records. The accounting team must be the only team able to edit this field.
You need to create the appropriate solution without any customizations.
What should you do first?
- A. Enable field security for the balance field and grant the accounting team read permissions.
- B. Enable field security for the balance field and grant the customer service team read and update permissions.
- C. Enable field security for the balance field and grant the customer service team read permissions.
- D. Create a customer service form and role and make the balance field read-only.
Answer: D
Explanation:
Improve user's productivity with the new forms in the Customer Service Hub. The form type of the new forms is Main.
The Main forms come with an improved user experience optimized for agent productivity, helping to maintain context while working on related records. Main forms provide the primary interface where the agents can view and interact with their data in Microsoft Dynamics 365 Customer Service.
Reference:
https://docs.microsoft.com/en-us/dynamics365/customer-service/create-design-forms-customer-service- hub
NEW QUESTION 92
A company is preparing to go live with their Dynamics 365Sales solution, but first they need to migrate data from a legacy system. The company is migrating accounts in batches of 1,000.
When the data is saved to Dynamics 365 Sales, the IDs for the new accounts must be output to a log file.
You have the following code:
For each of the following statements, select Yes if the statement is true. Otherwise, select No.
Answer:
Explanation:
Explanation
Box 1: No
Box 2: Yes
ContinueOnError: When true, continue processing the next request in the collection even if a fault has been returned from processing the current request in the collection. When false, do not continue processing the next request.
ReturnResponses: When true, return responses from each message request processed. When false, do not return responses.
When false, the Responses collection will not be empty if errors are returned. If errors are returned, there will be one response item in the collection for each processed request that returned a fault and Fault will be set to the actual fault that occurred.
Box 3: No
Box 4: Yes
For example, in a request collection that contains six requests where the third and fifth request return faults, the following table indicates what the Responses collection would contain.
ContinueOnError=true, ReturnResponses=false: 2 response items: 2 have Fault set to a value.
Reference:
https://docs.microsoft.com/en-us/powerapps/developer/common-data-service/org-service/execute-multiple-reque
NEW QUESTION 93
A company uses SharePoint for its intranet and other functions. The company has also implemented model-driven apps.
SharePoint users must be able to create contact records in the Common Data Service (CDS), without having to navigate to the model-driven apps.
You need to create a link in SharePoint to open the CDS contact from displaying data from SharePoint.
How should you complete the URL? To answer, select the appropriate options in the answer area.
NOTE: Each correct selection is worth one point.
Answer:
Explanation:
Explanation
Box 1: main.aspx
Example, to open the Active Contacts view.
https://myorg.crm.dynamics.com/main.aspx?etn=contact&pagetype=entitylist&viewid={00000000-0000-0000-0 Box 2: etn Etn: The logical name of the entity. Important: Do not use the etc (entity type code) parameter that contains an integer code for the entity. This integer code varies for custom entities in different organizations.
Box 3: Extraqs
Extraqs: Optional for forms. This parameter contains encoded parameters within this parameter.
When you open a new form by using the URL address, you can include arguments in the extraqs parameter to set field values Note: You must encode the parameters passed in the extraqs parameter. To encode the parameters, use encodeURIComponent. To use special characters like "=" or "&" in the parameter values, you must double encode (e.g. to set name to A=B&C, it would be extraqs=name%3DA%253DB%2526C).
Box 4: entitylist
Pagetype: The type of page. There are two possible values:
- entityrecord
Displays an entity record form.
- entitylist
Displays an entity view.
Reference:
https://docs.microsoft.com/en-us/powerapps/developer/model-driven-apps/open-forms-views-dialogs-reports-url
https://docs.microsoft.com/en-us/powerapps/developer/model-driven-apps/set-field-values-using-parameters-pas
NEW QUESTION 94
You need to configure the fields with the appropriate type.
Which type should you use? To answer, select the appropriate options in the answer area.
NOTE: Each correct selection is worth one point.
Answer:
Explanation:
Explanation
Box 1: Lookup
Fields for the doctor's name and phone number must be displayed in the customer record.
Lookup: A field that allows setting a reference to a single record of a specific type of entity.
Box 2: Calculated
Refill dates for customer prescriptions should be automatically determined and a notification should be sent to the customer.
Calculated field: Contains calculations that use fields from the current entity or related parent entities.
Box 3: Text
Field data type: Single Line of Text:
This field can contain up to 4,000 text characters. You can set the maximum length to be less than this. This field has several format options that will change the presentation of the text. These options are Email, Text, Text Area, URL, Ticker Symbol, and Phone.
Reference:
https://docs.microsoft.com/en-us/dynamics365/customerengagement/on-premises/customize/types-of-fields
NEW QUESTION 95
A company is creating a new system based on Common Data Service.
You need to select the features that meet the company's requirements.
Which options should you use? To answer, drag the appropriate options to the correct requirements. Each option 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.
Answer:
Explanation:
Reference:
https://docs.microsoft.com/en-us/powerapps/maker/common-data-service/create-edit-entity-relationships
NEW QUESTION 96
You are a Power Apps app maker with administrative rights to Microsoft 365.
You create a canvas app that will be used by employees at your company. You plan to allow users to embed the app in Microsoft Teams. During testing, the following issues are reported:
The app runs slowly when it runs in Microsoft Teams.
Test users cannot add the personal app within Microsoft Teams.
You need to resolve the issues.
What should you do? To answer, select the appropriate options in the answer area.
NOTE: Each correct selection is worth one point.
Answer:
Explanation:
Reference:
https://docs.microsoft.com/en-us/powerapps/teams/embed-teams-app
https://docs.microsoft.com/en-us/microsoftteams/teams-app-permission-policies
NEW QUESTION 97
A training company implements a Common Data Service (CDS) environment. The company has created and stores information about courses in a custom entity.
A Power Automate flow must be created whether a course has been created that starts within the next seven days and must be accurate to the minute.
You need to define an expression that meets the requirements.
Which functions should you use for the expression? To answer, select the appropriate options in the answer area.
NOTE: Each correct selection is worth one point.
Answer:
Explanation:
Reference:
https://docs.microsoft.com/en-us/azure/logic-apps/workflow-definition-language-functions-reference
NEW QUESTION 98
A JavaScript function on a Contact form alerts users to what they need to type, as shown in the JavaScript Code exhibit. (Click the JavaScript Code tab.)
The Business Phone field has the OnChange event handler defined as shown in the Event Handler exhibit. (Click the Event Handler tab.)
Users report that there is incorrect wording on the Contact page, as shown in the Contact exhibit. (Click the Contact tab.)
You need to determine what happens when a user modifies the business phone of a contact record.
For each of the following statements, select Yes if the statement is true. Otherwise, select No.
NOTE: Each correct selection is worth one point.
Answer:
Explanation:
Reference:
https://docs.microsoft.com/en-us/powerapps/developer/model-driven-apps/clientapi/reference/formcontext-ui/setformnotification
https://docs.microsoft.com/en-us/powerapps/developer/model-driven-apps/clientapi/reference/controls/setnotification
NEW QUESTION 99
A company updates their client contact information periodically. The contact entity has alternate keys defined.
You have the following code. (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.
Answer:
Explanation:
Reference:
https://docs.microsoft.com/en-us/powerapps/developer/common-data-service/use-alternate-key-create-record
NEW QUESTION 100
You need to ensure that users can create the required charts.
Which two actions should you perform? Each correct answer presents part of the solution.
NOTE: Each correct selection is worth one point.
- A. Create a quick view form to show the Accounts entity.
- B. Create a view with annual revenue sorted lowest value to highest value.
- C. Add the Facility field to the account form.
- D. Delete the Annual revenue field from the account form.
- E. Configure filter fields in the Annual revenue field.
Answer: C,E
Explanation:
Pharmacy orders must be displayed in four graphs as follows:
* Annual revenue over $100,000
* Annual revenues under $100,000
* Research facilities
* Hospitals
The graphs must be interactive, and users must be able to drill down on any dimension.
Create and configure Power Apps
Testlet 2
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
Current environment
Adventure Works Cycles wants to replace their paper-based bicycle manufacturing business with an efficient paperless solution. The company has one manufacturing plant in Seattle that produces bicycle parts, assembles bicycles, and distributes finished bicycles to the Pacific Northwest.
Adventure Works Cycles has a retail location that performs bicycle repair and warranty repair work. The company has six maintenance vans that repair bicycles at various events and residences.
Adventure Works Cycles recently deployed Dynamics 365 Finance and Dynamics 365 Manufacturing in a Microsoft-hosted environment for financials and manufacturing. The company plans to leverage the Microsoft Power Platform to migrate all of their distribution and retail workloads to Dynamics 365 Unified Operations.
The customer uses Dynamics 365 Sales. Dynamics 365 Customer Service and Dynamics 365 Field Service.
Retail store information
* Adventure Works Cycle has one legal entity, four warehouses, and six field service technicians.
* Warehouse counting is performed manually by using a counting journal. All warehouse boxes and items are barcoded.
* The Adventure Works Cycles retail location performs bicycle inspections and performance tune-ups.
* Technicians use paper forms to document the bicycle inspection performed before a tune-up and any additional work performed on the bicycle.
* Adventure Works Cycles uses a Power Apps app for local bike fairs to attract new customers.
* A canvas app is being developed to capture customer information when customers check in at the retail location. The app has the following features:
- Customer selects yes or no if they are on the mailing list.
- Customer selects the amount of times they have visited the store.
- Customer selects the type of service needed.
- The search result returns all last name records that match the search term.
Technology
Requirements
* A plug-in for Dynamics 365 Sales automatically calculated the total billed time from all activities on a particular customer account, including sales representative visits, phone calls, email correspondence, and repair time compared with hours spent.
* A shipping API displays shipping rates and tracking information on sales orders. The contract allows for
3,000 calls per month.
* Ecommerce orders are processed in batch daily by using a manual import of sales orders in Dynamics
365 Finance.
* Microsoft Teams is used for all collaboration.
* All testing and problem diagnostics are performed in a copy of the production environment.
* Customer satisfaction surveys are recorded with Microsoft Forms Pro. Survey replies from customers are sent to a generic mailbox.
Automation
* A text message must be automatically sent to a customer to confirm an appointment and to notify when a technician is on route that includes their location.
* Ecommerce sales orders must be integrated into Dynamics 365 Finance and then exported to Azure every night.
* A text alert must be sent to employees scheduled to assist in the repair area of the retail store if the number of repair check-ins exceeds eight.
* Submitted customer surveys must generate an email to the correct department. Approval and follow-up must occur within a week.
Reporting
* The warehouse manager's dashboard must contain warehouse counting variance information.
* A warehouse manager needs to quickly view warehouse KPIs by using a mobile device.
* Power BI must be used for reporting across the organization.
User experience
* Warehouse counting must be performed by using a mobile app that scans barcodes on boxes.
* All customer repairs must be tracked in the system no matter where they occur.
* Qualified leads must be collected from local bike fairs.
Issues
* Warehouse counting must be performed by using a mobile app that scans barcodes on boxes.
* All customer repairs must be tracked in the system no matter where they occur.
* Qualified leads must be collected from local bike fairs.
Internal
* User1 reports receives an intermittent plug-in error when viewing the total bill customer time.
* User2 reports that Azure consumption for API calls has increased significantly to 100 calls per minute in the last month.
* User2 reports that sales orders have increased.
* User5 receives the error message: 'Endpoint unavailable' during a test of the technician dispatch ISV solution.
* The parts department manager who is the approver for the department is currently on sabbatical.
External
* CustomerB reports that the check-in app returned only one search result for their last name, which is not the correct name.
* Nine customers arrive in the repair area of the retail store, but no texts were sent to scheduled employees.
* Customers report that the response time from the information email listed on the Adventure Works Cycles website is greater than five days.
* CustomerC requested additional information from the parts department through the customer survey and has not received a response one week later.
NEW QUESTION 101
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.
Answer:
Explanation:
NEW QUESTION 102
A company has two development instances, two test instances, two staging instances, and one production instance.
The test team reports connection issues with the test and staging instances.
You need to identify which of the instances the testing team currently has access.
Which two URLs can you use? Each correct answer presents a complete solution.
NOTE: Each correct selection is worth one point.
- A. https://globaldisco.crm.dynamics.com/api/discovery/v9.1/instances
- B. https://myorg.api.crm.dynamics.com/api/data/v9.1/
- C. https://dev.crm.dynamics.com/api/discovery/v9.1/instances
- D. https://disco.crm.dynamics.com/api/discovery/v9.1/
- E. https://dev.crm.dynamics.com/api/discovery/v9.1/instances(UniqueName='myorg')
Answer: C,E
Explanation:
Organization information is stored in the Instance entity of the Discovery service. To see the kind of information contained in that entity, send an HTTP GET request to the service for one of your instances.
GET Error! Hyperlink reference not valid.
Example: Get the details of a specific instance. If you leave out the GUID, all instances that the authenticated user has access to are returned.
GET Error! Hyperlink reference not valid.
Reference:
https://docs.microsoft.com/en-us/dynamics365/customerengagement/on-premises/developer/webapi/discoverurl-organization-web-api
NEW QUESTION 103
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: Each correct selection is worth one point.
- A. In the production instance, import solutions with the same version number or higher when updating solutions.
- B. In the development instance, make changes to the solutions that are deployed in the production instance, export the solutions as managed solutions, and import the managed solutions into the production instance.
- C. Export all managed solutions from the development instance and import the solutions into the production instance.
- D. In the development instance, highlight the solution you want to make changes to, select Clone a Patch, make changes, export the solution, and import the solution into the production instance.
Answer: B,D
Explanation:
Explanation
A: When you import a managed solution, all component changes will be brought into the environment in a published state.
B: You can apply patches to either managed or unmanaged solutions and include only changes to entities and related entity assets. Patches do not contain any non-customized system components or relationships that it dependents upon because these components already exist in the deployed-to organization. At some point in your development cycle, you can roll up all the patches into a new solution version to replace the original solution that the patches were created from.
Reference:
https://docs.microsoft.com/en-us/powerapps/maker/common-data-service/import-update-export-solutions
https://docs.microsoft.com/en-us/power-platform/alm/create-patches-simplify-solution-updates
NEW QUESTION 104
A company uses Common Data Service (CDS) and manages their engineers using a model-driven app.
You create a new reusable custom component named Component1 by using the Power Apps component framework (PCF).
You need to package Component1 for deployment into the model-driven app.
Which three commands should you run in sequence? To answer, move the appropriate actions from the list of actions to the answer area and arrange them in the correct order.
Answer:
Explanation:
Reference:
https://docs.microsoft.com/en-us/powerapps/developer/component-framework/import-custom-controls
NEW QUESTION 105
You have a model-driven app that uses the Common Data Service (CDS). You create three custom entities that are in many-to-one parental relationships with the Account entity.
You run a real-time workflow that assigns an account you own to another user. You receive the error message as shown in the Error Message exhibit. (Click the Error Message tab.)
You check the security roles for the user as shown in the Manage User Roles exhibit. (Click the Manage User Roles tab.).
You also check the privileges for that role as shown in the Common Data Service User Security Role exhibit. (Click the Security Role tab.)
You need to prevent the error from recurring.
For each of the following statements, select Yes if the statement is true. Otherwise, select No.
NOTE: Each correct selection is worth one point.
Answer:
Explanation:
NEW QUESTION 106
You need to use the Dynamics 365 Sales Web API to retrieve metadata information.
How should you complete the Web API queries? To answer, select the appropriate options in the answer area.
NOTE: Each correct selection is worth one point.
Answer:
Explanation:
Reference:
https://docs.microsoft.com/en-us/powerapps/developer/data-platform/webapi/query-metadata-web-api
NEW QUESTION 107
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.
A Common Data Service (CDS) environment has two custom entities named Building code and Work item.
Building code has a code date custom field and Work item has an elapsed time custom field. Construction workers use a consolidated custom form with data from both entities to fill.in their daily work items.
A JavaScript library is used with these custom entities and fields to apply complex logic.
You need to ensure that the JavaScript library continues to function as originally designed if other developers expand the environment.
Solution: In the JavaScript library, add Building code with Code date and Work item with Elapsed time in the dependencies tab.
Does the solution meet the goal?
- A. Yes
- B. No
Answer: A
Explanation:
Explanation
Within a solution you can define dependencies within solution components. Up until Dynamics 365 for Customer Engagement apps version 9.0 the main purpose of these dependencies was to prevent the deletion of a solution component when another solution component depended on it.
The following image shows the dependencies tab within the web resource form. Dependencies between web resources are set in the top list.
Reference:
https://docs.microsoft.com/en-us/dynamics365/customerengagement/on-premises/developer/web-resource-depen
NEW QUESTION 108
A company has a development environment and a production environment. The production environment has several third-party managed and unmanaged solutions that made changes to the Contact main form.
You create a new solution in the development environment. You add the Contact entity and the Contact main form to the solution. You create a custom field on the Contact entity.
What happens when you perform these actions and import the solution into the production environment? To answer, select the appropriate options in the answer area.
NOTE: Each correct selection is worth one point.
Answer:
Explanation:
Explanation
Box 1: The field is appended to the end of the existing section.
When you add new elements to a form that is to be merged, we recommend that you include your new elements within new container elements (tabs or sections). Additions to any container will be appended to the end of the container. For example, fields added to a section will be positioned at the end of the section.
Box 2: The field is added in a new section.
Box 3: The field is inserted in the middle of the existing section
Reference:
https://docs.microsoft.com/en-us/previous-versions/dynamicscrm-2016/developers-guide/gg309329(v=crm.8)
NEW QUESTION 109
......
Latest PL-400 Pass Guaranteed Exam Dumps Certification Sample Questions: https://passleader.examtorrent.com/PL-400-prep4sure-dumps.html
