Microsoft Microsoft Certifications PL-600 Questions & Answers
Question 1:
A pharma company uses a proprietary system to manage its chemical experiments. The company uses Microsoft Dynamics 365 Project Operations to manage lab staff and resources.
Employees manually update Project Operations data with data from their proprietary system as needed. Employees are not able to provide a definite schema for their data.
You need to provide a solution that will allow employees to configure their own automatic updates.
Which component should you use?
A. Dataflows
B. Custom connectors
C. Data gateways
D. Microsoft Power Automate flows
Correct Answer: D
Question 2:
A company plans to automate the expense approval process.
Users currently enter data into an on-premises SQL Server database.
You need to allow users to submit expenses from mobile devices.
Solution: Create a canvas app for expense data entry. Create a custom connector. Create a cloud flow for approval and use the custom connector to add data to the SQL Server database.
Does the solution meet the goal?
A. Yes
B. No
Correct Answer: B
Explanation:
Need an on-premises data gateway.
Correct solution: Create a canvas app for expense data entry. Install an on-premises gateway. Create a cloud flow for approval and to add data to the SQL Server database.
The on-premises data gateway acts as a bridge. It provides quick and secure data transfer between on-premises data, which is data that isn't in the cloud, and several Microsoft cloud services. These services include Power BI, Power Apps,
Power Automate, Azure Analysis Services, and Azure Logic Apps.
Power Automate is a service that you can use to automate repetitive tasks to bring efficiencies to any organizations. You can create cloud flows, desktop flows, or business process flows.
A company plans to automate the expense approval process.
Users currently enter data into an on-premises SQL Server database.
You need to allow users to submit expenses from mobile devices.
Solution: Create a canvas app for expense data entry. Create a desktop flow. Create a cloud flow for approval and trigger the desktop flow to add data to the SQL Server database.
Does the solution meet the goal?
A. Yes
B. No
Correct Answer: B
Explanation:
Need an on-premises data gateway.
Correct solution: Create a canvas app for expense data entry. Install an on-premises gateway. Create a cloud flow for approval and to add data to the SQL Server database.
The on-premises data gateway acts as a bridge. It provides quick and secure data transfer between on-premises data, which is data that isn't in the cloud, and several Microsoft cloud services. These services include Power BI, Power Apps,
Power Automate, Azure Analysis Services, and Azure Logic Apps.
Power Automate is a service that you can use to automate repetitive tasks to bring efficiencies to any organizations. You can create cloud flows, desktop flows, or business process flows.
You are designing a Microsoft Power Platform solution to include several canvas apps. You are using Azure DevOps for solution management and deployment. You deploy managed solutions into production.
You need to update the solution number when the solution is exported from the development environment.
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. Set the solution version number by using Solution Packager.
B. Set the solution version number when exporting the solution from the solutions page in the make.powerapps.com portal.
C. Set the solution version number in the Azure DevOps build pipeline.
D. Set the canvas app version number in Power Apps Studio.
The company wants to enhance the user experience of its apps. The company requires a reusable custom color picker control that can be added to model-driven app forms and canvas app screens.
You need to recommend a solution.
Which solution should you recommend?
A. Web resources
B. Power Apps component framework
C. Plug-ins
D. Client script
Correct Answer: B
Explanation:
Power Apps component framework empowers professional developers and app makers to create code components for model-driven and canvas apps. These code components can be used to enhance the user experience for users working
with data on forms, views, dashboards, and canvas app screens. For example, you can:
Replace a column on a form that displays a numeric text value with a dial or slider code component.
Transform a list into an entirely different visual experience bound to the dataset, like a Calendar or Map.
Not A: How is it [Power Apps component framework] different from web resources?
Unlike HTML web resources, code components are rendered as part of the same context and loaded at the same time as any other components, providing a seamless experience for the user.
You can create code components that can be used across the full breadth of Power Apps capabilities, and reuse these components many times across different tables and forms.
Developers can bundle all the HTML, CSS, and TypeScript files into a single solution package file and move across environments, and also make it available via AppSource.
A company plans to automate the expense approval process.
Users currently enter data into an on-premises SQL Server database.
You need to allow users to submit expenses from mobile devices.
Solution: Create a canvas app for expense data entry. Install the Power Automate app in Microsoft Teams. Create a cloud flow for approval to add data to the SQL Server database.
Does the solution meet the goal?
A. Yes
B. No
Correct Answer: B
Explanation:
Need an on-premises data gateway.
Correct solution: Create a canvas app for expense data entry. Install an on-premises gateway. Create a cloud flow for approval and to add data to the SQL Server database.
The on-premises data gateway acts as a bridge. It provides quick and secure data transfer between on-premises data, which is data that isn't in the cloud, and several Microsoft cloud services. These services include Power BI, Power Apps,
Power Automate, Azure Analysis Services, and Azure Logic Apps.
Power Automate is a service that you can use to automate repetitive tasks to bring efficiencies to any organizations. You can create cloud flows, desktop flows, or business process flows.
A company plans to automate the expense approval process.
Users currently enter data into an on-premises SQL Server database.
You need to allow users to submit expenses from mobile devices.
Solution: Create a canvas app for expense data entry. Install an on-premises gateway. Create a cloud flow for approval and to add data to the SQL Server database.
Does the solution meet the goal?
A. Yes
B. No
Correct Answer: A
Explanation:
The on-premises data gateway acts as a bridge. It provides quick and secure data transfer between on-premises data, which is data that isn't in the cloud, and several Microsoft cloud services. These services include Power BI, Power Apps,
Power Automate, Azure Analysis Services, and Azure Logic Apps.
Power Automate is a service that you can use to automate repetitive tasks to bring efficiencies to any organizations. You can create cloud flows, desktop flows, or business process flows.
You are designing an integration between an Azure SQL database and a model-driven app.
You have the following requirements:
Audit updates to the data.
Assign security role access to tables at the user level.
Assign security role access to tables at the organization level.
Enable change tracking.
Add and update data.
You need to implement virtual tables.
Which two requirements can you meet by using virtual tables? Each correct answer presents a complete solution.
NOTE: Each correct selection is worth one point.
A. Enable change tracking.
B. Assign security role access to tables at the user level.
C. Add and update data.
D. Assign security role access to tables at the organization level.
E. Audit updates to the data.
Correct Answer: BC
Explanation:
C: Virtual tables enable integrating data from external data sources by seamlessly representing that data as tables in Microsoft Dataverse, without data replication. Solutions, apps, flows, and more can use virtual tables as if they were native Dataverse tables. Virtual tables allow for full create, read, update, and delete privileges unless the data source they're connecting to specifically forbids it
B: The connector permissions enforce the ability for organizational users to access and operate on the virtual table. The connection can be shared with one user or can be shared with the entire organization. This allows users to access and operate virtual tables using a shared connection. By using security roles, virtual table access can be restricted to a specific set of users within your organization. You can even specify which roles have create, read, update, or delete privileges in this way.
You are designing a new Microsoft Power Platform solution for a wedding organizer company.
The company uses a third-party application and plans to migrate the data into Microsoft Dataverse for the new solution. The third-party application has an API that can be connected to programmatically for data migration purposes.
You need to migrate the unique IDs belonging to the records from the third-party application.
Which two Microsoft Dataverse column types should you use to store this information?
Each correct answer presents a complete solution.
A. Plain Text
B. Text Area
C. Float
D. Unique Identifier
E. Rich Text
F. Lookup
Correct Answer: DF
Explanation:
D: All Microsoft Dataverse table rows have unique identifiers defined as GUIDs. These are the primary key for each table. When you need to integrate with an external data store, you might be able to add a column to the external database tables to contain a reference to the unique identifier in Dataverse. This allows you to have a local reference to link to the Dataverse row. However, sometimes you can't modify the external database. 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.
F: You should be aware of the following constraints when creating alternate keys:
Valid columns in key table definitions
Only columns of the following types can be included in alternate key table definitions: Decimal Number Whole Number Single line of text Date Time *-> Lookup Option Set
Nowadays, the certification exams become more and more important and required by more and more enterprises when applying for a job. But how to prepare for the exam effectively? How to prepare for the exam in a short time with less efforts? How to get a ideal result and how to find the most reliable resources? Here on Vcedump.com, you will find all the answers. Vcedump.com provide not only Microsoft exam questions, answers and explanations but also complete assistance on your exam preparation and certification application. If you are confused on your PL-600 exam preparations and Microsoft certification application, do not hesitate to visit our Vcedump.com to find your solutions here.