Updated Sep-2021 Test Engine to Practice Test for PL-600 Exam Questions and Answers! [Q29-Q51]

Share

Updated Sep-2021 Test Engine to Practice Test for PL-600 Exam Questions and Answers!

Microsoft Power Platform Solution Architect Certification Sample Questions and Practice Exam

NEW QUESTION 29
A company offers continuing education courses for medical professionals. Each time a course is offered, the company tracks that the session has taken place in an Excel workbook.
The company maintains a list of required qualifications for an educator to teach a course. Educator qualifications range from languages spoken to advanced degrees.
The company needs the following custom table relationships defined:
Associate educators with a list of their professional qualifications.
Assign a primary educator to each course that is held.
Collect information about every course that is held.
You need to determine the type of relationship that best fits the requirement.
Which type of table relationship should you use? To answer, select the appropriate options in the answer area.
NOTE: Each correct selection is worth one point.

Answer:

Explanation:

Reference:
Box 1: One-to-many relationship
Each educator can have 0, 1, or many qualifications
Box 2: One-to-many relationship
Each educator can be the primary educator for 0, 1 or many cources.
Box 3: Many-to-many relationship that uses a custom table.
Note: N:N (Many-to-Many): A table relationship that depends on a special Relationship table, sometimes called an Intersect table, so that many rows of one table can be related to many rows of another table.
https://docs.microsoft.com/en-us/powerapps/maker/data-platform/create-edit-entity-relationships

 

NEW QUESTION 30
A company has a list of contacts in a Microsoft Excel file. The company wants to load the contact information into a Power Platform solution.
You need to recommend a data-loading solution.
What should you recommend?

  • A. Use the import from Excel feature.
  • B. Add to an existing list of contacts in a static worksheet.
  • C. Use the Excel Template feature.

Answer: C

Explanation:
Import data that's stored somewhere else into your model-drvien app using the import feature in Power Apps.
Every table has required columns that must exist in your input file. It's recommended that you download an Excel template, add your data, and then import the file to your app. The template saves time and effort. Don't add or modify columns in the template to avoid issues during the import.
Note:
Step 1: Download an Excel template
To avoid mapping issue, it's recommended that you use an Excel template that you can download from your app. Once the template is downloaded add your data and then import the file back to your app. Remember don't add or modify columns in the template to avoid issues during the import process.
Step 2: Import your data
Use the template that you downloaded in the previous step (modified with your data) and import the file to your app.
Reference:
https://docs.microsoft.com/en-us/powerapps/user/import-data

 

NEW QUESTION 31
You need to design the quality inspection order data model.
What should you recommend? 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/dynamics365/field-service/inspections
https://docs.microsoft.com/en-us/powerapps/maker/data-platform/create-edit-entity-relationships

 

NEW QUESTION 32
You are a Power Apps architect for a company. The IT administrator designs a Power Apps app that is ready to be tested. The company uses application lifecycle management (ALM).
Each version and solution component must be tracked as it is tested.
You need to recommend a strategy to deploy solutions for the user acceptance testing environment.
What should you recommend?

  • A. Use Package Deployer and deploy a managed solution.
  • B. Use Solution Packager and deploy a managed solution.
  • C. Use Solution Packager and deploy an unmanaged solution.
  • D. Use Package Deployer and deploy an unmanaged solution.

Answer: C

Explanation:
Solution Packager is a tool that can unpack a compressed solution file into multiple XML files and other files, so they can be easily managed by a source control system.
Unmanaged solution: An open solution with no restrictions on what can be added, removed, or modified. This is recommended during development of a solution.
C: Managed solution
A completed solution ready to be imported into an organization. Once imported, components can't be added or removed, although they can optionally allow further customization. This is recommended when development of the solution is complete.
Reference:
https://docs.microsoft.com/en-us/power-platform/alm/solution-packager-tool

 

NEW QUESTION 33
You need to recommend the field type to use for configuring meal selections during reservation.
Which field type should you recommend?

  • A. Two Options
  • B. Global Option Set
  • C. Lookup
  • D. Option Set

Answer: D

Explanation:
Scenario:
Customers can select a meal when they make a reservation and can save the meal choices as a customer preference.
The company offers two types of meals: standard and vegetarian. Meal types can be temporarily unavailable. The airline is considering offering other meal types, such as gluten-free and low-sodium options.
In PowerApps Option set is one of the field types you can use in your Entity. The information type that Option Set stores is a list of text values. And here comes the Option Set advantage - once you define its text values you can centrally managed it.
Example:

Reference:
https://michalguzowski.pl/how-to-work-with-option-set-in-powerapps/

 

NEW QUESTION 34
You are designing a business strategy for a client who has a Power Platform solution.
The client works with critical data where any data loss creates a high risk.
You need to document the failover process for the stakeholders.
Which four actions should you perform 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:

 

NEW QUESTION 35
You are designing a Power Platform solution for a company that provides in-home appliance maintenance. When a customer schedules a service appointment, a dispatcher assigns one technician for a specific time and location.
The solution must capture information about the technician assigned to each appointment and the list of tools that the technician must bring to the appointment.
You need to recommend the data type for the captured information.
Which data 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: Choice
Like Choices below, but can only select one of the option.
Box 2: Choices
You can customize forms (main, quick create, and quick view) and email templates by adding multi-select columns that are called Choices. When you add a choices column, you can specify multiple values that will be available for users to select. When users fill out the form they can select one, multiple, or all the values displayed in a drop-down list.
Reference:
https://docs.microsoft.com/en-us/powerapps/maker/data-platform/types-of-fields

 

NEW QUESTION 36
A company has a Power Platform solution that integrates with a third-party system.
The client reports that unexpected updates are being made to the Accounts table.
You need to determine the root cause of the issue.
In which three locations should you investigate? Each correct answer presents a complete solution.
NOTE: Each correct selection is worth one point.

  • A. SDK Message Processing Steps
  • B. Plug-in trace log
  • C. Audit summary view
  • D. Solution history
  • E. System job run history

Answer: B,C,D

Explanation:
A: How to View Auditing Log Details?
System administrators can see activities for the entities that are enabled for audit logging. To view the audit logs:
Go to Settings > System >Auditing.
Choose Audit Summary View.
Under Audit Summary View, you will see the list of audit entries

B: You can view details about solution operations from the Solutions area of Power Apps. An operation can be a solution import, export, or uninstall. The solution history displays information such as solution version, solution publisher, type of operation, operation start and end time, and operation status.
D: Trace log records are written to the PluginTraceLog Table. Writing of these records is controlled by the trace settings mentioned in Enable trace logging.
This data can be found in model-driven applications by navigating to Settings and choosing the Plug-in Trace Log tile.
Reference:
https://www.sherweb.com/blog/dynamics-365/audits-dynamics-365/
https://docs.microsoft.com/en-us/powerapps/developer/data-platform/logging-tracing

 

NEW QUESTION 37
You need to design a Power Platform solution that meets the following requirements:
Capture data from a row during deletion to be used in an automated process.
Use AI to process forms and automate data entry from paper-based forms.
Which requirements can be met by using out-of-the box Power Platform components?
Instructions: 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/power-automate/dataverse/create-update-delete-trigger

 

NEW QUESTION 38
You are designing a self-service portal for a company.
The portal must meet the following requirements:
Customers must be able to submit and review cases.
Customers must be able to chat with service representatives in near real time.
Allow service representatives to select cases from queues and use knowledge articles to resolve customer concerns.
You need to recommend solutions for the company that do not require custom development.
Which three apps or services should you recommend? Each correct answer presents part of the solution.
NOTE: Each correct selection is worth one point.

  • A. Customer self-service portal
  • B. Dynamics 365 Customer Service
  • C. Omnichannel for Customer Service
  • D. Customer Insights
  • E. Dynamics 365 Field Service

Answer: A,B,C

Explanation:
Reference:
https://docs.microsoft.com/en-us/powerapps/maker/portals/portal-templates
https://docs.microsoft.com/en-us/dynamics365/customer-service/embed-chat-widget-portal

 

NEW QUESTION 39
You need to create an Agent security role.
Which three actions should you recommend? Each correct answer presents part of the solution.
NOTE: Each correct selection is worth one point.

  • A. Add security to the seat entity and assign users to the Agents role.
  • B. Rename the Customer Service Representative role to Agents.
  • C. Copy the Microsoft Dataverse Basic User role.
  • D. Copy the Customer Service Representative role.
  • E. Add security to the Core Records and assign users to the Customer Service Representative role.
  • F. Name the new role Agents.

Answer: D,E,F

Explanation:
Scenario: The security rule for agents must contain the privileges in the default Customer Service Representative security role.
Create a security role by Copy Role:
Step 1 (E): Copy the Customer Service Representative role.
Step 2 (F): Select the New Role Name.
Step 3: (B): When Copying Role is complete, navigate to each tab, ie Core Records, Business Management, Customization, etc.
Set the privileges on each tab.
Reference:
https://docs.microsoft.com/en-us/power-platform/admin/create-edit-security-role 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
Fabrikam, Inc. manufactures industrial metal cutting machines. The company installs and services the machines for customers.
Fabrikam has manufacturing plants in Canada, France, and China. The company also has regional service organizations that are responsible for installation and maintenance of the machines.
Current environment
Overview
Operations for the company are managed very informally. Only a small number of long-term employees are aware of all manufacturing processes. The company has been experiencing quality issues associated with its manufacturing operations and installations.
The company wants to implement a way to capture quality inspection results for each machine produced. Current inspection checklists are stored in the Files section of a Teams channel for inspectors. Inspectors commonly print the incorrect inspection checklist.
The company has specific inspection stations for certain inspection steps. Each station has the gauges and equipment required for related inspection steps. There is often a backlog at specific inspection stations. This results in delays in shipping machines to customers.

 

NEW QUESTION 40
A company plans to deploy multiple Microsoft Dataverse environments. You are supporting the go-live process.
The company reports the following access issues:
* Users can access account records but cannot read a column m the table.
* A licensed user receives an insufficient permission error when opening leads.
* A licensed user does not appear in the list of users available for security assignment.
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:

 

NEW QUESTION 41
A company has a Power Platform environment that connects to a third-party marketing application.
The company reports that the data in the Power Platform lead table does not match data from the marketing application.
Issues include:
You need to determine which processes are causing the issues.
Which three processes may be causing the differences observed? Each correct answer presents a complete solution.
NOTE: Each correct selection is worth one point.

Answer:

Explanation:

Explanation:
Box 1: Increase multithreading and/or batch size settings
Box 2: Ensure you are loading data in a specific order.
Load the base tables in the hierarchies first.

 

NEW QUESTION 42
You are designing a database table for a client.
You have the following requirements:
Maintain a comprehensive list of colors and their corresponding RGB values and hexadecimal values.
Prevent the addition of duplicate colors based on the hexadecimal value for the color.
You need to recommend a design for the table.
Which two actions should the client perform after the table is created? Each correct answer presents part of the solution.
NOTE: Each correct selection is worth one point.

  • A. Configure and schedule a recurring bulk record deletion job.
  • B. Mark the RGB value column as business required.
  • C. Create alternate keys for the table.
  • D. Mark the hex value column as business required.

Answer: A,C

Explanation:
B: Setting a column to Business Required means that the default behavior of a model-driven or canvas app will enforce this requirement in the app.
C: With alternate keys you can now define a column in a Dataverse table to correspond to a unique identifier (or unique combination of columns) used by the external data store. This alternate key can be used to uniquely identify a record in Dataverse in place of the primary key. You must be able to define which columns represent a unique identity for your records. Once you identify the columns that are unique to the table, you can declare them as alternate keys through the customization user interface (UI) or in the code.
Reference:
https://docs.microsoft.com/en-us/powerapps/maker/data-platform/create-edit-field-portal
https://docs.microsoft.com/en-us/powerapps/developer/data-platform/define-alternate-keys-entity

 

NEW QUESTION 43
You need to recommend a solution to meet user interface requirements.
What should you recommend? 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/power-bi/visuals/power-bi-visualization-radial-gauge-charts
https://docs.microsoft.com/en-us/dynamics365/field-service/inspections

 

NEW QUESTION 44
A company has an on-premises data warehouse and analytics solution- The data warehouse consists of multiple multi-dimensional data cubes representing over five years of operational dat a. The data warehouse consolidates and normalizes data that is sourced from 20 different systems.
The company plans to replace the existing solution with a Microsoft Power Platform solution that connects to the data warehouse. The company wants to provide analytical information to executives in a Microsoft Teams channel to support business planning.
The new solution must meet these requirements:
Support the current data warehouse.
The solution must support drill-through capabilities into the data.
You need to recommend a solution.
What should you recommend? To answer, select the appropriate options m the answer area. NOTE: Each correct selection is worth one point.

Answer:

Explanation:

 

NEW QUESTION 45
You are designing the security model for a Power Platform solution.
The security model must meet the following requirements:
Restrict sharing of data between Power Automate connectors.
Ensure that environment administrators only see users who require access in the enabled user list.
You need to recommend security features for the solution.
What should you recommend? To answer, select the appropriate options in the answer area.
NOTE: Each correct selection is worth one point.

Answer:

Explanation:

Explanation:
Box 1: Data loss prevention policy
Data loss prevention (DLP) policies enforce rules for which connectors can be used together by classifying connectors as either Business or Non-Business. If you put a connector in the Business group, it can only be used with other connectors from that group in any given app or flow. Sometimes you might want to block the usage of certain connectors altogether by classifying them as Blocked.
Box 2: Security group
If your company has multiple Microsoft Dataverse environments, you can use security groups to control which licensed users can be a member of a particular environment.
Reference:
https://docs.microsoft.com/en-us/power-platform/admin/wp-data-loss-prevention
https://docs.microsoft.com/en-us/power-platform/admin/control-user-access

 

NEW QUESTION 46
You are designing a Power Platform solution.
During quality assurance testing the API limits are reached.
You need to identify and resolve the issue.
Which two actions should you recommend? Each correct answer presents part of the solution.
NOTE: Each correct selection is worth one point.

  • A. Use the out-of-the-box User Summary report from the Reports section of the solution's model-driven app.
  • B. In the Power Platform admin center, review the Runs section of the Power Automate analytics dashboard.
  • C. In the Power Platform admin center, review the Usage section of the Power Apps analytics dashboard.
  • D. Allocate Microsoft Dataverse capacity add-on subscriptions.
  • E. Review the Home tab Dataverse analytics dashboard.

Answer: D,E

Explanation:
A: When users exceed their limits, administrators can see this in the admin center (see below). You can do either one of the following:
Adjust the app or flow to use fewer API requests
Purchase the Power Apps and Power Automate capacity add-on for your organization.
C: Home (default) Dashboard.
This is the default dashboard that provides information on the number of active Dataverse users, storage usage, the most active workflows, and more.

API Calls: API Calls Number of API calls that were made by the Dataverse environment for the selected time period.
Reference:
https://docs.microsoft.com/en-us/power-platform/admin/api-request-limits-allocations
https://docs.microsoft.com/en-us/power-platform/admin/analytics-common-data-service

 

NEW QUESTION 47
You need to recommend an authentication solution for the planned implementation of Dynamics 365.
What should you include in the recommendation?

  • A. Use the Office 365 tenant for Dynamics 365 Customer Service.
  • B. Create a new tenant for Dynamics 365 Customer Service.
  • C. Use synchronized identities.
  • D. Use federated identities

Answer: C

Explanation:
Scenario: Ensure that employees can sign in to all Microsoft apps by using one set of credentials per employee.
Synchronized identity. Synchronize on-premises directory objects with Microsoft 365 and manage your users on-premises. You can also synchronize passwords so that the users have the same password on-premises and in the cloud, but they will have to sign in again to use Microsoft 365.
Reference:
https://docs.microsoft.com/en-us/power-platform/admin/manage-user-account-synchronization

 

NEW QUESTION 48
You are designing the security model for a Power Platform solution.
The security model must meet the following requirements:
Restrict sharing of data between Power Automate connectors.
Ensure that environment administrators only see users who require access in the enabled user list.
You need to recommend security features for the solution.
What should you recommend? 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/power-platform/admin/wp-data-loss-prevention
https://docs.microsoft.com/en-us/power-platform/admin/control-user-access

 

NEW QUESTION 49
A company plans to create a Power Apps portal to manage support cases for customers. The company has an account hierarchy for customers. The hierarchy supports accounts, cases, and contacts where both contacts and cases belong to their relevant account.
The company has the following requirements:
Portal users must only see the notes for the cases that they manage.
Portal users must only see cases that are submitted by their colleagues.
You need to design the security model for the portal.
Which entity permission scope 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: Contact
With Contact scope, a signed-in user in the role for which the permission record is defined will have the rights granted by that permission only for records that are related to that user's contact record via a defined relationship.
Box 2: Account
With Account Scope, a signed-in user in the role for which the permission record is defined will have the rights granted by that permission only for records that are related to that user's parent account record via a defined relationship.
This scope means that the entity list will only show the records of the selected entity that are associated to the user's parent account. For example, if an entity permission allows Read access to Lead entity with the Account scope, the user having this permission can view all the leads of only the parent account of the user.
Incorrect Answers:
Self Scope allows you to define the rights a user has to their own Contact (Identity) record. Users can use entity forms or web forms to make changes to their own Contact record linked with their profile.
Parental scope: In this most complex case, permissions are granted for an entity that is a relationship away from an entity for which an Entity Permission record has already been defined. This permission is actually a child record of the parent entity permission.
Reference:
https://docs.microsoft.com/en-us/powerapps/maker/portals/configure/assign-entity-permissions

 

NEW QUESTION 50
You need to recommend the appropriate components to meet the inspection requirements.
What should you recommend? To answer, select the appropriate options in the answer area.
NOTE: Each correct selection is worth one point.

Answer:

Explanation:

Explanation:
Box 1: Security role
Microsoft Dataverse uses a role-based security model to help secure access to the database.
Scenario:
You must prevent users from changing inspection order data once an inspection is marked as final.
Supervisors must be able to modify standard checklists. Other employees must be prevented from modifying checklists.
Box 2: Data flow
Dataflows are a self-service, cloud-based, data preparation technology. Dataflows enable customers to ingest, transform, and load data into Microsoft Dataverse environments, Power BI workspaces, or your organization's Azure Data Lake Storage account.
Scenario: Provide a visual representation of the testing measurement limits for each step. Include an indication of how the measured value compares to measurement limits and whether the measurement is within tolerance. Users must be able to configure the visualizations to display the minimum value and maximum value, and whether the reading is within the tolerance of a single targeted value. It must also be able to be used for maintenance inspections once the machine has been installed.
Reference:
https://docs.microsoft.com/en-us/power-platform/admin/database-security
https://docs.microsoft.com/en-us/power-query/dataflows/overview-dataflows-across-power-platform-dynamics-365

 

NEW QUESTION 51
......

Certification dumps Microsoft Certified PL-600 guides - 100% valid: https://www.verifieddumps.com/PL-600-valid-exam-braindumps.html

100% Pass Your PL-600 Microsoft Power Platform Solution Architect at First Attempt with VerifiedDumps: https://drive.google.com/open?id=1fN3hVjt1bfPsfW_fVs4A1CrwMvc3YRYv