PL 200 December 27, 2024
PL 200 December 27, 2024
Get the Full PL-200 dumps in VCE and PDF From SurePassExam
https://www.surepassexam.com/PL-200-exam-dumps.html (211 New Questions)
Microsoft
Exam Questions PL-200
Microsoft Power Platform Functional Consultant
NEW QUESTION 1
- (Exam Topic 1)
You need to embed the check-in solution into the communication solution. To answer, select the appropriate options in the answer area.
NOTE: Each correct selection is worth one point.
Explanation:
Graphical user interface, application, Word Description automatically generated
Box 1: Power Apps Web Studio
Scenario: The check-in solution must continue to function if there are internet issues. If the self-service kiosks are not available, staff must be able to use the check-
in solution from within their communication solution.
PowerApps Studio is a browser application used to edit your apps. PowerApps Studio includes a
drag-and-drop canvas in the center of the screen and a screen or object list pane on the left. Properties, Rules, and Advanced Properties for selected screens or
controls are displayed in the right pane.
Box 2: in a tab
You can customize the Teams experience by adding Power Apps canvas apps to your channels in Teams using the PowerApps tab.
NEW QUESTION 2
- (Exam Topic 1)
You need to design the resort portal to meet the business requirements. Which data source should you use?
A. Microsoft Excel
B. Azure SQL Database
C. SQL Server
D. Common Data Service
NEW QUESTION 3
- (Exam Topic 1)
You need to design and create the solution for gathering contact information from guests for marketing purposes.
What should you use? To answer, select the appropriate options In the answer area. NOTE: Each correct selection is worth one point.
A. Mastered
B. Not Mastered
NEW QUESTION 4
- (Exam Topic 1)
You need to create the FAQ solution content What should you do first?
A. Al Builder
B. Suggest topics
C. Automate
D. Trigger phrases
Answer: B
Explanation:
You need to make sure there are three main steps need to do while doing import FAQ and add the topic to your bot application.
Import Suggested Topics from FAQ webpage.
Add a topic.
Enable the topics Reference:
https://social.technet.microsoft.com/wiki/contents/articles/53820.power-virtual-agents-faq-chatbot.aspx
NEW QUESTION 5
- (Exam Topic 1)
You need to design the chat solution to answer the inquiry from Guest1.
Which three components can you use? Each correct answer presents a complete solution.
NOTE: Each correct selection is worth one point.
A. Variables
B. Escalations
C. Smart match
D. Synonyms
E. Topics
Answer: ACD
Explanation:
Scenario: Guest1 inquires about snow conditions several times during each day of their stay.
Variables let you save responses from your customers in a conversation with your bot so that you can reuse them later in the conversation.
Synonyms allows you to manually expand the matching logic by adding synonyms. Smart match and synonyms seamlessly work together to make your bot even
smarter.
Reference:
https://docs.microsoft.com/en-us/power-virtual-agents/authoring-variables
https://docs.microsoft.com/en-us/power-virtual-agents/advanced-entities-slot-filling
NEW QUESTION 6
- (Exam Topic 1)
You need to design the resort portal's email registration process.
Which solutions should you use? To answer, select the appropriate options in the answer area. NOTE: Each correct selection is worth one point.
A. Mastered
B. Not Mastered
Answer: A
Explanation:
NEW QUESTION 7
- (Exam Topic 1)
You need to design the guest check-in solution.
Which technologies should you use? To answer, select the appropriate options in the answer area. NOTE: Each correct selection is worth one point.
You need to design the guest check-in solution.
A. Mastered
B. Not Mastered
Answer: A
Explanation:
Canvas app,
Power Apps mobile app
https://docs.microsoft.com/en-us/power-apps/maker/canvas-apps/offline-apps
NEW QUESTION 8
- (Exam Topic 2)
You need to coordinate updates and deployment for managed solutions containing completed work without disrupting the system.
What should you do? To answer, select the appropriate options in the answer area.
NOTE: Each correct selection is worth one point.
A. Mastered
B. Not Mastered
Answer: A
Explanation:
Box 1: Deploy a patch with the changes made from the current solution. Scenario:
The Onsite Visit managed solution has a table that is not in the Verification Process Automation managed solution. This table must be upgraded prior to the go-live
date without the other shared components.
Box 2: Deploy a full copy of the original solution using the upgrade option. Then, deploy the new solution by using the update option.
Scenario: All components required for the verification process must be included in a new solution. Corporate security requires that deployments to non-
development environments must be automated using
service accounts.
Managed solutions are used to move customizations from the development environment to other higher-level environments. These solutions are created and
maintained by the power users and provided to internal IT for deployment when they are ready.
Note:
Upgrade This is the default option and upgrades your solution to the latest version and rolls up all previous patches in one step. Any components associated to the
previous solution version that are not in the newer solution version will be deleted. This is the recommended option as it will ensure that your resulting configuration
state is consistent with the importing solution including removal of components that are no longer part of the solution.
Update This option replaces your solution with this version. Components that are not in the newer solution won't be deleted and will remain in the system. This
option is not recommended as your destination environment will differ in configuration from your source environment and could cause issues that are difficult to
reproduce and diagnose.
Reference: https://docs.microsoft.com/en-us/power-apps/maker/data-platform/update-solutions
NEW QUESTION 9
- (Exam Topic 2)
You need to configure a Power Automate flow to send the email with the results to the client. What should you use? To answer, select the appropriate options in
the answer area.
NOTE: Each correct selection is worth one point.
A. Mastered
B. Not Mastered
Answer: A
Explanation:
Box 1: Set Table table to Qualification and Column filter to statuscode.
Box 2: Loop through related qualification records and complete if all are in Complete status. The new process for completing a service request must automate the
following:
Set the Service Request record status to Complete when work on all Qualification records is finished.
Send an email to the client with the results when the service request is completed. The email must list each qualification as either Valid or Not Valid, depending on
the verification.
NEW QUESTION 10
- (Exam Topic 2)
You need to resolve the issue reported by substitute employees after they are assigned service requests. How should you configure the system? To answer, select
the appropriate options in the answer area. NOTE: Each correct selection is worth one point.
A. Mastered
B. Not Mastered
Answer: A
Explanation:
Box 1: Service Request 1:N Qualification
When users go on vacation, all their outstanding Service Request records are assigned to a substitute employee. The substitute employees are unable to see all
the qualifications related to their service requests.
Box 2: Cascade All
Cascade All - Perform the action on all referencing table records associated with the referenced table record. Reference:
https://docs.microsoft.com/en-us/power-apps/developer/data-platform/configure-entity-relationship-cascading-b
NEW QUESTION 10
- (Exam Topic 2)
You need to assign 10 percent of the Qualification records to the QV queue through table configuration by using a Power Automate flow.
What should you do?
A. Create an autonumber column on the Qualification table and assign its qualification records if the number cleanly divides by 10.
B. Create a calculated column on the Service Request table that sums the number of qualification records, generates a random number between zero and the
number from the new field, and assigns each qualification record if the number generated is 10 percent or less of the value of the new field.
C. Create a roll-up column on the Service Request table that is the count of qualification records, generates a random number between zero and the number from
the new field, and assigns each qualification record if the number generated is 10 percent or less of the value of the new field.
D. Create an autonumber column on the Service Request table and assign its qualification records if the number cleanly divides by 10.
NEW QUESTION 12
- (Exam Topic 2)
You need to be able to move a Power Automate desktop flow used in the verification process to the testing environment.
What should you do?
Answer: D
Explanation:
Internal IT reports that the solution import to the test environment failed because of missing dependencies related to the flow for completing service requests.
Flows with PowerApps steps
Flows that were created via Power Automate in the PowerApps menu or flows that have PowerApps steps added have a different issue then other Power
Automate flows. As of the writing of this blog these flows are not able to be imported into another environment. This means that if you create flows with Power
Apps steps within them you will need to recreate them in your destination environment.
Reference: https://www.spyglassmtg.com/blog/power-platform-solution-export-and-import-issues
NEW QUESTION 13
- (Exam Topic 3)
You are a Dynamics 365 Customer Service system administrator.
Your organization does not permit the use of custom code for solutions. You need to create a view that can be viewed by all users in an organization. Where
should you create the view?
Answer: B
Explanation:
Entity: Refers to a table in Dataverse. Table and entity are often used interchangeably for data access. Edit public views through tables
Expand Data, select Tables, select the table you want, and then select the Views area.
On the toolbar, select Add view. Add view to table
On the Create a view dialog, enter a name and, optionally, a description, and then select Create. Reference:
https://docs.microsoft.com/en-us/power-apps/maker/model-driven-apps/create-edit-views-app-designer
NEW QUESTION 17
- (Exam Topic 3)
You create a parent entity and a child entity. The parent entity has a 1:N relationship with the child entity.
You need to ensure that when the owner changes on the parent record that all child records are assigned to the new owner.
You need to configure the relationship behavior type. What should you use?
A. Parental
B. Referential, Restrict Delete
C. Referential
D. Restrict
Answer: A
Explanation:
https://docs.microsoft.com/en-us/dynamics365/customer-engagement/customize/create-and-edit-1n-relationship A parental table relationship is any 1:N table
relationship where one of the cascading options in the Parental column of the following table is true.
Graphical user interface, application Description automatically generated
Reference:
https://docs.microsoft.com/en-us/powerapps/maker/data-platform/create-edit-entity-relationships
NEW QUESTION 20
- (Exam Topic 3)
You plan to create classic workflows for process automation on the Account table. The process automation has the following requirements:
• If the Account Name column changes, a custom column named Previous Name must be updated with the original value.
• If the Credit Limit column changes, an email must be sent to the record owner with the new value.
• Asynchronous processes must be used whenever possible. You need to implement the process automation.
What is the minimum number of workflows you should use? To answer, select the appropriate options in the answer area.
NOTE: Each correct selection is worth one point.
A. Mastered
B. Not Mastered
Answer: A
Explanation:
NEW QUESTION 24
- (Exam Topic 3)
You create a canvas app that uses data from a Microsoft SQL Server database.
You use a dataflow to move some of the data from the database to Microsoft Dataverse. Users will filter the data by using the app.
You need to filter data in the dataflow and in the canvas app.
Which tools should you use? To answer, drag the appropriate tools to the correct requirements. Each tool 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.
A. Mastered
B. Not Mastered
Answer: A
Explanation:
First Box: Power Query
To filter data in a dataflow, you should use Power Query. Power Query is a data connection tool that is part of the Microsoft Power Platform, which allows you to
connect to various data sources, transform, and load data into other applications such as Power BI, Excel, and Dataverse. It is a functional, case-sensitive, and
data-transformation language that enables you to discover, connect, combine, and refine data sources to meet your business intelligence needs.
Power Query allows you to filter data by using its built-in functions and operators. You can filter data by using the filter, sort, and group by functions, as well as by
using custom formulas and conditions. You can also use the advanced editor to write complex queries using M code, which is the underlying language used by
Power Query.
Reference: https://docs.microsoft.com/en-us/power-query/ https://docs.microsoft.com/en-us/power-query/transform/filter-rows-by-condition
2nd Box: Power Fx
To filter data in a canvas app, you should use Power Fx. Power Fx is a no-code, low-code, and code-based platform that enables you to build custom business
logic and automate workflows in your Power Platform apps. It allows you to create custom formulas and expressions in the app using a functional language, which
allows you to filter data in the app.
Power Fx can be used to create custom formulas and expressions in the app which can filter data in the app by using its built-in functions and operators. You can
filter data by using the filter, sort, and group by functions, as well as by using custom formulas and conditions. You can also use the advanced editor to write
complex queries using Power Fx code.
Reference: https://docs.microsoft.com/en-us/power-apps/maker/canvas-apps/power-fx-formulas
NEW QUESTION 25
- (Exam Topic 3)
You are creating tables for use with Microsoft Power components.
The display names of the tables must not be changed when the solution is promoted to the user acceptance testing environment.
You need to apply this restriction to the solution, Where should you make the changes?
A. Power Apps
B. Default solution
C. Segmented solution
D. Unmanaged solution
E. Managed solution
NEW QUESTION 30
- (Exam Topic 3)
You are designing a desktop user interface (Ul) flow. The Ul flow automates legacy software.
You need to prepare data for transfer to a Microsoft SharePoint list.
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.
Start recording the UI flow. (This initiates the process of capturing your interactions with the desktop application.)
On the Outputs menu of the UI flow, choose Select text on screen. (This allows you to define what data will be extracted from the application.)
A. Mastered Select information to pass to the SharePoint list. (This is the step where you specifically choose the data elements you want to transfer.)
B. Not Mastered Stop the recording and save the flow. (This concludes the recording process and saves the defined UI flow for future use.)
Answer: A
Explanation:
Reference:
https://docs.microsoft.com/en-us/power-automate/ui-flows/inputs-outputs-desktop#use-outputs-to-extract-inform
NEW QUESTION 35
- (Exam Topic 3)
You are a Dynamics Sales administrator for a car dealership. The dealership uses only out-of-the-box functionality. When a new car is sold, the salesperson uses
a Word template to generate a letter from the quote to thank the customer.
You need to determine if you can revise the template. Which Word template change can you make?
Answer: D
NEW QUESTION 39
- (Exam Topic 3)
You are a Dynamics 365 Customer Service developer. A salesperson creates a chart.
You need to ensure that the chart is available to all users on the team. What should you do?
Answer: A
NEW QUESTION 40
- (Exam Topic 3)
You are developing a canvas app.
You need to apply business rules to the app without writing code.
Which three actions can you use? Each correct answer presents a complete solution.
NOTE: Each correct selection is worth one point.
Answer: ACD
Explanation:
The following actions are not available on Canvas apps:
Show or hide columns
Enable or disable columns
Create business recommendations based on business intelligence Reference:
https://docs.microsoft.com/en-us/powerapps/maker/data-platform/data-platform-create-business-rule
NEW QUESTION 41
- (Exam Topic 3)
A company plans to implement a voice-enabled Power Virtual Agents bot. The company has the following requirements for the bot:
• Recognize when a caller states Tennis or any variation of the word.
• Provide options when a caller states the name of a sport. You need to configure the bot.
A. Mastered
B. Not Mastered
Answer: A
Explanation:
NEW QUESTION 43
- (Exam Topic 3)
A company creates a Microsoft Power Apps app through the Power Apps designer portal for use in Microsoft Teams.
This app needs to be promoted to the user acceptance testing environment.
You need to complete the Microsoft recommended actions before you export the solution. Which two actions should you complete? Each correct answer presents
part of the solution. NOTE: Each correct selection is worth one point.
Explanation:
The Power Apps solution checker performs a rich static analysis check on your solutions against a set of best practice rules to quickly identify problematic patterns.
After the check completes, you receive a detailed report that lists the issues identified, the components and code affected, and links to documentation that
describes how to resolve each issue.
The solution checker analyzes these solution components: Common Data Service plug-ins
Common Data Service custom workflow activities
Common Data Service web resources (HTML and JavaScript) Common Data Service configurations, such as SDK message steps
Reference: https://www.eimagine.com/ui/
NEW QUESTION 44
- (Exam Topic 3)
You are a Dynamics 365 Sales administrator for a software company. The sales team wants to attach a large number of supporting documents to customer
records, but management does not want to incur the cost of additional storage.
The company does not have any Office 365 application integrations enabled. You need to recommend a storage solution that keeps storage costs low. Solution:
Enable Outlook integration
Does the solution meet the goal?
A. Yes
B. No
Answer: B
Explanation:
Instead enable server-based SharePoint integration. Reference:
https://docs.microsoft.com/en-us/power-platform/admin/set-up-dynamics-365-online-to-use-sharepoint-online
NEW QUESTION 46
- (Exam Topic 3)
A company deploys several model-driven apps. The company uses shared devices in their warehouse. The devices are always powered on. Users log on to the
devices and then launch the apps to perform actions.
Unauthorized users recently uploaded several files after another user failed to log out of a device. The company needs to prevent these incidents from occurring in
the future.
You need to configure the solution to prevent the reported security incidents. What should you do? To answer, select the appropriate options in the answer area.
NOTE: Each correct selection is worth one point.
A. Mastered
B. Not Mastered
Answer: A
Explanation:
Graphical user interface, text, application Description automatically generated
Box 1: Set a timeout in the Power Platform admin center.
To enforce users to reauthenticate after a pre-determined period of time, admins can set a session timeout for their individual environments. Users can only remain
signed in the application for the duration of session. The application signs out the user when the session expires. Users need to sign in with their credentials to
return to customer engagement apps.
Note: Configure session timeout
In the Power Platform admin center, select an environment.
Select Settings > Product > Privacy + Security.
Set Session Expiration and Inactivity timeout. These settings apply to all users.
Incorrect:
Configure inactivity timeout
In the Power Platform admin center, select an environment.
Select Settings > Product > Privacy + Security.
Set Session Expiration and Inactivity timeout. These settings apply to all users. Box 2: Enter the restricted file types in the SharePoint admin center.
To block uploading of specific file types
Go to the Settings page of the new SharePoint admin center,
Select Sync.
Graphical user interface, text, application Description automatically generated
NEW QUESTION 47
- (Exam Topic 3)
You create a Power Apps app for Microsoft Teams using Microsoft Dataverse for Teams. Users report that they are unable to view the app in Teams. You need to
ensure that users can access the app. What should you do?
A. Share the app with a security group by using the Maker portal.
B. Share the app with a security group in Teams.
C. Request that a tenant administrator pin the app to the app bar in Teams.
D. Publish the app by using the Maker portal.
E. Share the app with individual users by using the Maker portal.
Answer: C
Explanation:
When you create a Power Apps app for Microsoft Teams using Microsoft Dataverse for Teams, the app needs to be added to the app bar in Teams before it can
be accessed by users. This can only be done by a tenant administrator. To ensure that users can access the app, you would need to request that the tenant
administrator pin the app to the app bar in Teams.
Sharing the app with a security group by using the Maker portal (A) or in Teams (B) would allow users in that group to access the app, but they would still need to
be able to find and open the app.
Here are some references from Microsoft that may be helpful in understanding how to make Power Apps app available in Teams:
Microsoft docs: Add a Power Apps app to a Microsoft Teams channel
Microsoft docs: Pin a Power Apps app to the app bar in Microsoft Teams
Microsoft docs: Distribute Power Apps for Microsoft Teams
NEW QUESTION 49
- (Exam Topic 3)
You create a new Power Virtual Agents chatbot for an organization. Testing and production deployment of the chatbot are not complete. You need to ensure that
appropriate users can access the chatbot.
Which methods should you use? To answer, select the appropriate options in the answer area.
NOTE: Each correct selection is worth one point.
A. Mastered
B. Not Mastered
Answer: A
Explanation:
Graphical user interface, application Description automatically generated
Box 1: Use the demo website
When publishing the bot to the web, you can publish to a prebuilt demo website (which you can use to share the bot with your teammates and stakeholders) and to
your own live website.
Box 2: Share the chatbot to a security group containing all users.
A license for each user, also known as a "per user license" (or "Power Virtual Agent User License" as referred
to on the Microsoft 365 admin center), should be assigned to individual users who need access to create and manage chatbots.
To simplify user license management, you can assign licenses to an Azure Active Directory (Azure AD) security group.
Box 3: Embed the chatbot code in an IFRame on your copany's public website
You can add your bot to a live website as an IFrame. Your live website can be a customer-facing external website or an internal site, like a SharePoint or Yammer
site.
Reference:
https://docs.microsoft.com/en-us/power-virtual-agents/publication-connect-bot-to-web-channels https://docs.microsoft.com/en-us/power-virtual-
agents/requirements-licensing
NEW QUESTION 53
- (Exam Topic 3)
A company plans to automate the following manual processes by using Power Automate. You need to identify UI flow types for the two business processes.
Which desktop flow type should you use? To answer, drag the appropriate desktop flow types to the correct business processes. Each desktop flow 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.
A. Mastered
B. Not Mastered
Answer: A
Explanation:
Graphical user interface, application Description automatically generated
NEW QUESTION 54
- (Exam Topic 3)
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.
You are creating Power Virtual Agents chatbot that captures demographic information about customers. The chatbot must determine the group a customer belongs
to based on their age. The age groups are:
0 - 17
18 - 25
26 - 35
36 - 55
55 - 100
You need to configure the chatbot to ask a question that can be used to determine the correct age group. Solution: Use Date and time for Identify in the question
and then add branches that use conditional logic to
determine the age group.
Does this meet the goal?
A. Yes
B. No
Explanation: Using "Date and time" for Identify in the question is not the appropriate approach in this scenario. Since the goal is to capture the customer's age and determine
the corresponding age group, you should configure the chatbot to ask for a numeric input (age) rather than "Date and time." This way, the input can directly align with the age groups,
and conditional logic can be applied to categorize the user into the correct group.
Answer: B
NEW QUESTION 56
- (Exam Topic 3)
You deploy a Power Vitlu.il Agents chatoot that integrates with Dynamics 365 Omnichannel for Customer Service.
You observe that the chatbot is not able to recognize the questions asked by use's.
You need to ensure that the chatbot can respond to unrecognized questions. The solution must minimize administrative effort.
What should you do?
Answer: A
NEW QUESTION 59
- (Exam Topic 3)
A company is building a Power Virtual Agents chatbot.
Users in the accounting department require access to collaborate with the building of the bot. Users in the sales department require access to only chat with the
bot.
You need to configure the bot.
Which sharing options should you use? To answer, drag the appropriate sharing options to the correct requirements. Each sharing 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.
A. Mastered
B. Not Mastered
Answer: A
Explanation:
NEW QUESTION 63
- (Exam Topic 3)
On a Contact record, a user creates a Note record that contains the word running.
One week later, the user reports that they cannot find the Contact record associated with the Note record. You need to find the Note record.
Solution: Use Relevance Search to search for the word run. Does the solution meet the goal?
A. Yes
B. No
Answer: A
Explanation:
Relevance Search brings the following benefits:
Finds matches to any word in the search term in any field in the entity. Matches may include inflectional words, like "stream," "streaming," or "streamed."
Includes the ability to search documents found in Notes and Attachments on Emails and Appointments Reference:
https://docs.microsoft.com/en-us/power-platform/admin/configure-relevance-search-organization#what-is-releva
NEW QUESTION 68
- (Exam Topic 3)
You create a new independent software vendor (ISV) solution for a Power Apps app.
The Power Apps solution will be imported into multiple customer environments. The environments will have a large variety of solutions and publishers.
You need to avoid naming conflicts during solution import.
A. Package type
B. Configuration page
C. Marketplace
D. Prefix
E. Version
Answer: D
Explanation:
A solution publisher includes a prefix. The publisher prefix is a mechanism to help avoid naming collisions. This allows for solutions from different publishers to be
installed in an environment with few conflicts. For example, the Contoso solution displayed here includes a solution publisher prefix of contoso.
Reference: https://docs.microsoft.com/en-us/power-platform/alm/solution-concepts-alm
NEW QUESTION 73
- (Exam Topic 3)
You are a system administrator for a company with locations in Mexico, United States, and France. The company has both fulltime employees and contractors in
all regions. Fulltime employees use a mobile app. The company has two security groups: fulltime employees and contractors.
The company requests a chatbot in Microsoft Teams to answer employee benefit questions. The chatbot must meet the following requirements:
• It must be in the local language.
• Only fulltime employees may access the chatbot. You need to configure the chatbot.
Which action should you perform? To answer, select the appropriate options in the answer area. NOTE: Each correct selection is worth one point.
A. Mastered
B. Not Mastered
Answer: A
Explanation:
NEW QUESTION 77
- (Exam Topic 3)
A company uses Power Apps. You enable auditing in Microsoft Dataverse. Users report the following issues when viewing the audit logs:
• Unable to view the read access audit logs.
• Unable to view the Account table audit logs. You need to troubleshoot the issues.
What are the causes of the issues? To answer, select the appropriate options in the answer area. NOTE: Each correct selection is worth one point.
A. Mastered
B. Not Mastered
Answer: A
Explanation:
NEW QUESTION 80
- (Exam Topic 3)
You need to build a Power Bl dashboard for sales managers to track opportunities.
When a new sale closes that is greater than S1 million, a notification must pop up and an email must be sent to the leadership team.
You need to ensure the email is sent without editing the Microsoft Dataverse.
Which two elements should you configure? Each correct answer is part of the solution. NOTE: Each correct selection is worth one point.
A. alerts in Power Bl
B. a calculated column in the Dataverse
C. a custom connector
D. a paginated report to save to Microsoft OneDrive
E. a Power Automate flow
Answer: AE
Explanation:
In order to build a Power Bl dashboard for sales managers to track opportunities and send notifications and emails when a new sale closes that is greater than S1
million, you should configure:
* A. alerts in Power Bl: You can set up alerts in Power Bl that will trigger when a specific condition is met. For example, you can set an alert to trigger when the
value of a specific field in the "Opportunities" table exceeds $1 million.
* E. a Power Automate flow: To send an email to the leadership team when an alert is triggered, you can create a Power Automate flow that is triggered by the
Power Bl alert. The flow can then use the "Send an email" action to send an email to the leadership team with the necessary information about the sale that
exceeded $1 million.
References:
https://docs.microsoft.com/en-us/power-bi/transform-model/desktop-alerts
https://docs.microsoft.com/en-us/power-platform/admin/alerts-overview
NEW QUESTION 81
- (Exam Topic 3)
You are creating a business rule to implement new business logic.
You must apply the business logic to a canvas app that has a single screen named Screen1. You need to configure the scope for the business rule.
Which scope should you use?
A. All Forms
B. Entity
C. Screen1
D. Global
Answer: B
Explanation:
Note: Some terminology has changed. Entity is now Table. If you're building a Canvas app, you must use table (entity) as the scope.
Reference:
https://docs.microsoft.com/en-us/powerapps/maker/common-data-service/data-platform-create-business-rule
NEW QUESTION 84
- (Exam Topic 3)
A company uses a model driven app.
The company needs to automatically update the Status column in real time. You need to configure this feature.
Solution: Create a workflow that has a Change Status step. Does the solution meet the goal?
A. Yes
B. No
Answer: B
NEW QUESTION 89
- (Exam Topic 3)
A company has locations in the United States, Brazil, India. and Japan. The company conducts financial transactions in all of these regions.
Financial transactions in Brazil are going to stop, but the office will remain open.
Users must longer be able to create records associated with the Brazilian currency. Historical records must remain intact
Answer: D
Explanation:
You can't delete currencies that are in use by other records; you can only deactivate them. Deactivating currency records doesn't remove the currency information
stored in existing records, such as opportunities or orders. However, you won't be able to select the deactivated currency for new transactions.
Reference:
https://docs.microsoft.com/en-us/power-platform/admin/manage-transactions-with-multiple-currencies
NEW QUESTION 94
- (Exam Topic 3)
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.
You are creating Power Virtual Agents chatbot that captures demographic information about customers. The chatbot must determine the group a customer belongs
to based on their age. The age groups are:
0 - 17
18 - 25
26 - 35
36 - 55
55 - 100
You need to configure the chatbot to ask a question that can be used to determine the correct age group. Solution: Create a custom Age group entity and
synonyms for each individual age in the corresponding item.
Use Age group for Identify in the question.
Does this meet the goal?
A. Yes
B. No
Answer: A
NEW QUESTION 99
- (Exam Topic 3)
A company has a Power Apps app.
The app must meet the following requirements:
• Managers assign lead records to the sales department. A new phone call record must be created if a lead record has no activities.
• An email must be sent to the manager if the phone call record created is not completed after one day. A classic workflow must run when a lead record is
assigned.
You need to configure the check conditions for the workflow. NOTE: Each correct selection is worth one point.
A. Mastered
B. Not Mastered
Answer: A
Explanation:
Final Order:
Add the table to the solution and add the new column
Answer: A
Explanation:
Step 1: Create a new publisher Solution publisher
Every app and other solution components such as entities you create or any customization you make is part of a solution. Because every solution has a publisher,
you should create your own publisher rather than use the default. You specify the publisher when you create a solution.
Step 2: Create a new unmanaged solution and select the correct publisher unmanaged solution
Unmanaged solutions are used in development environments while you make changes to your application. Unmanaged solutions can be exported either as
unmanaged or managed. Exported unmanaged versions of your solutions should be checked into your source control system. Unmanaged solutions should be
considered your source for Microsoft Power Platform assets. When an unmanaged solution is deleted, only the solution container of any customizations included in
it is deleted. All the unmanaged customizations remain in effect and belong to the default solution.
Step 3: Add the table top the solution and add the new column. Step 4: Run the solution checker on the solution
Use solution checker to validate your model-driven apps in Power Apps.
Reference: https://docs.microsoft.com/en-us/power-platform/alm/solution-concepts-alm https://docs.microsoft.com/en-us/power-apps/maker/data-platform/use-
powerapps-checker
A. Yes
B. No
Answer: B
Explanation:
Instead use Relevance Search.
Note: Relevance Search finds matches to any word in the search term in any field in the entity. Matches may include inflectional words, like "stream," "streaming,"
or "streamed."
Reference:
https://docs.microsoft.com/en-us/power-platform/admin/configure-relevance-search-organization#what-is-releva
A. Mastered
B. Not Mastered
Answer: A
Explanation:
Box 1: Table
The canvas app requires a business rule to set the Business Type column to large if the customer size is greater than a specific currency value.
Scope the business rule to Entity (Table). Box 2: Specific form
The model-driven app requires a business rule to recommend the account rating be re-evaluated when the account goes on credit hold for this app only.
For Model
The scope of the business rule determines which forms the business rule will be applied. You set the scope, according to the following:
If you select this item... The scope is set to...
Entity- The table and all forms for the table All Forms- All forms for the table
Specific form (account Main Form, for example) - Just that form
Reference: https://debajmecrm.com/business-rules-in-powerapps-canvas-apps/
https://docs.microsoft.com/en-us/power-apps/maker/model-driven-apps/create-business-rules-recommendations
A. Mastered
B. Not Mastered
Answer: A
Explanation:
A. Navigate
B. UpdateContext
C. Set
D. Collect
E. SaveData
Answer: BC
Explanation:
* B. UpdateContext function can be used to create a variable that is only available to the current screen. This function takes in an object that defines the variable
and its initial value, and updates the context of the current screen with that variable. Reference:
https://docs.microsoft.com/en-us/powerapps/maker/canvas-apps/functions/function-updatecontext
* C. Set function can be used to assign a value to a variable. The Set function sets a variable to a specified value, which is useful when you need to update the
value of a variable. Reference:
https://docs.microsoft.com/en-us/powerapps/maker/canvas-apps/functions/function-set
A. Yes
B. No
Answer: B
A. Mastered
B. Not Mastered
Answer: A
Explanation:
Box 1: Upload the theme elements as new web resources.
Each type of icon is stored as a web resource. Create a web resource first and then set the icons to use them. Alternatively, you can add the icon by creating a
new web resource when you define the table properties.
Box 2: Replace an existing UI item's hexadecimal number. Copy and alter the existing theme
The easiest and quickest way to create a new theme is to clone and alter an existing theme. Then save, preview, and publish it.
Sign in to Power Apps, select Settings icon (upper right), and then select Advanced settings.
Select Customizations, and then select Themes.
Under All themes, select the theme you want to clone, such as the CRM Default Theme. Select Clone on the command bar.
Replace an existing UI item's hexadecimal number, such as the Title Text Color, with the hexadecimal value that represents the color you want.
For example, the CRM Default Theme was cloned and changed using mostly varying shades of green color. The following screenshots show the new colors for
navigation and highlighting. A custom logo was also added that will appear in the upper left corner of an app.
Reference:
https://docs.microsoft.com/en-us/power-apps/maker/model-driven-apps/create-themes-organization-branding
A. Mastered
B. Not Mastered
Answer: A
Explanation:
A. Select the row that includes the cell with the error.
B. Use the Flow Checker.
C. Select the cell with the error.
D. Use the App Checker.
E. Use the Advanced Editor.
Answer: C
Explanation:
When you select the cell with the error, a tooltip will appear with more details about the error. This will help you identify the cause of the error and take the
necessary steps to fix it.
A. by table
B. by record
C. between two specified dates
D. by column
E. older than a specified date
Answer: ACE
Explanation:
* A. Deleting by table allows you to select specific tables in the Dataverse database for which you want to delete the auditing data. This can be done by going to
the Power Apps portal, navigating to the Data tab, and selecting the table for which you want to delete the auditing data. You can then select the specific auditing
data you want to delete and click the "Delete" button. This is useful if you want to only delete auditing data for specific tables and not for the entire database.
Reference:
https://docs.microsoft.com/en-us/power-platform/admin/data/data-management-auditing#delete-audit-logs
* C. Deleting between two specified dates allows you to select a range of dates within which the auditing data will be deleted. This can be done by going to the
Power Apps portal, navigating to the Data tab, and selecting the "Audit" option. From there, you can select the "Delete" button, and select the "Between two dates"
option. Then you can specify the start and end date for which you want to delete the auditing data. This is useful if you want to delete auditing data for a specific
time period and not for the entire database. Reference: https://docs.microsoft.com/en-us/power-platform/admin/data/data-management-auditing#delete-audit-logs
* E. Deleting older than a specified date allows you to select a specific date, and any data older than that date will be deleted. This can be done by going to the
Power Apps portal, navigating to the Data tab, and selecting the "Audit" option. From there, you can select the "Delete" button, and select the "Older than a
specified date" option. Then you can specify the date for which you want to delete the auditing data. This is useful if you want to delete auditing data that is older
than a certain date and not for the entire database. Reference: https://docs.microsoft.com/en-us/power-platform/admin/data/data-management-auditing#delete-
audit-logs
It's always good to have a backup of Data before deletion and also check the retention period of the data you want to delete.
Answer: BCD
Explanation:
Step 1 (B): Here’s how we embed PowerApps into a Power BI report:
Download and login to the Power BI desktop application
Click on (…) and select “Import from the marketplace.”
Step 2: Open Power BI desktop and use “Get data” to connect with the Common Data Service data source. Step 3: Publish the report to Power BI service.
Reference:
https://purple.telstra.com/blog/powerbi-integration-with-powerapps
Answer: D
A. Power Fx
B. Business rule
C. Business process flow
D. Power Bl DAX
Answer: A
A. Mastered
B. Not Mastered
Answer: A
Explanation:
A. Mastered
B. Not Mastered
Answer: A
Explanation:
A. Microsoft Teams
B. Mobile app developed for iOS and Android
C. Azure Bot Service channels
D. Website developed using pro developer tools
Answer: CD
Explanation:
* C. Azure Bot Service channels: You can configure a Power Virtual Agents bot as a channel in Azure Bot Service. Single sign-on can be configured for the bot
using Azure Active Directory (AAD) and the OpenID Connect protocol. This allows you to use your existing AAD users and groups to control access to your bot.
* D. Website developed using pro developer tools: You can embed a Power Virtual Agents bot on a website using the Web Chat control. Single sign-on can be
configured for the bot using Azure Active Directory (AAD) and the OpenID Connect protocol. This allows you to use your existing AAD users and groups to control
access to your bot.
Answer: A
Explanation:
The environment doesn't show up in the drop-down menu of Power Virtual Agents
Your environment might not show up in the drop-down menu due to one of the following:
The environment doesn't have a database created. To resolve this issue, go to admin.powerplatform.com to create a database in your environment.
The environment is created in an unsupported region.
Reference: https://docs.microsoft.com/en-us/power-virtual-agents/environments-first-run-experience
A. Mastered
B. Not Mastered
Answer: A
Explanation:
Reference:
https://docs.microsoft.com/en-us/ai-builder/prebuilt-sentiment-analysis https://docs.microsoft.com/en-us/ai-builder/prebuilt-key-phrase
https://docs.microsoft.com/en-us/ai-builder/prebuilt-text-recognition
A. Security Roles
B. Manage Roles
C. Dynamics administration center
D. Dynamics 365 home
Answer: B
Explanation:
References:
https://docs.microsoft.com/en-us/dynamics365/customer-engagement/customize/manage-access-apps-security-r Manage access to apps by using security roles.
You can choose what users see and access from the My Apps page or the Customer Engagement home page by giving app access to specific security roles.
Users will have access to apps based on the security roles they're assigned to.
* 1. Go to Settings > My Apps.
* 2. In the lower-right corner of the app tile you want to manage access for, select More options (...), and then select Manage Roles.
* 3. Enter the following in the Manage Roles dialog box:
Answer: BD
A. Mastered
B. Not Mastered
Answer: A
Explanation:
Reference:
https://docs.microsoft.com/en-us/powerapps/maker/canvas-apps/offline-apps
A. Mastered
B. Not Mastered
Answer: A
Explanation:
A. Mastered
B. Not Mastered
Answer: A
Explanation:
Box 1: Language packs
Before users can start using a Language Pack to display a language, the Language Pack must be enabled in your organization.
Box 2: Environment Enable the language
These settings can be found in the Microsoft Power Platform admin center by going to Environments > [select an environment] > Settings > Product > Languages.
Reference: https://docs.microsoft.com/en-us/power-platform/admin/enable-languages
A. Scheduled workflow
B. Bound action
C. Custom API
D. Unbound action
Answer: D
Explanation:
https://docs.microsoft.com/en-us/power-automate/dataverse/bound-unbound https://docs.microsoft.com/en-us/power-apps/developer/data-platform/custom-api
Answer: C
A. session
B. topic
C. bot
D. slot
Answer: C
Explanation:
By default, a variable's value can only be used in the topic where this variable gets created. However, you might want the bot to use the same value across topics.
This means the bot can remember the necessary context when a conversation spans multiple topics. In some systems, these types of variables are known as
global variables. In Power Virtual Agents, these variables are called bot variables, because they apply across the entire bot.
Reference:
https://docs.microsoft.com/en-us/power-virtual-agents/authoring-variables-bot
Answer: C
Explanation:
You can trigger on-demand workflows from inside a business process flow. For example, you can add an on-demand workflow to a business process flow so that
an activity, such as a task or email, is created whenever a stage is completed.
Note: A workflow becomes activated based on where you drop the workflow onto the business process flow designer.
On-demand stage processes. When the workflow is dropped onto a business process flow stage, the workflow is triggered on entry or exit of the stage.
Reference:
https://docs.microsoft.com/en-us/power-automate/bpf-add-on-demand-workflow
A. Table
B. Variable
C. Slot filling
D. Entity
Answer: C
Explanation:
Slot filling is a natural language understanding concept that means saving an extracted entity to an object. However, in Power Virtual Agents, slot filling means
placing the extracted entity value into a variable.
Reference: https://docs.microsoft.com/en-us/power-virtual-agents/advanced-entities-slot-filling
A. Mastered
B. Not Mastered
Answer: A
Explanation:
1) Be triggered when a condition is met - Subject contains data
2) Run Immediately - Configure the workflow to run now
3) Perform an action when a condition is met - send an email
Answer: C
A. Environment Admin
B. System Customizer
C. Common Data Service User
D. Environment Maker
Answer: D
Explanation:
Reference:
https://docs.microsoft.com/en-us/power-platform/admin/database-security#predefined-security-roles https://docs.microsoft.com/en-us/powerapps/maker/canvas-
apps/data-platform-create-app
A. Mastered
B. Not Mastered
Answer: A
Explanation:
A. Yes
B. No
Answer: B
Explanation:
Instead use Relevance Search.
Note: Relevance Search finds matches to any word in the search term in any field in the entity. Matches may include inflectional words, like "stream," "streaming,"
or "streamed."
Reference:
https://docs.microsoft.com/en-us/power-platform/admin/configure-relevance-search-organization#what-is-releva
A. Mastered
B. Not Mastered
Answer: A
Explanation:
Graphical user interface, text, application, email Description automatically generated
Box 1: Yes
If the data source doesn't already exist, a collection is created. Box 2: No
Note: The Collect function adds records to a data source. The items to be added can be:
A single value: The value is placed in the Value field of a new record. All other properties are left blank.
A record: Each named property is placed in the corresponding property of a new record. All other properties are left blank.
A table: Each record of the table is added as a separate record of the data source as described above. The table isn't added as a nested table to a record. To
do this, wrap the table in a record first.
Box 3: No Reference:
https://docs.microsoft.com/en-us/powerapps/maker/canvas-apps/functions/function-clear-collect-clearcollect
A. 1
B. 2
C. 3
D. 6
Answer: D
Explanation:
When a company uses a model-driven app that incorporates a Power Virtual Agents chatbot, and has multiple locations with different environments for each
location, it is necessary to create separate Power Virtual Agents bot environments for each location.
For each location, 3 different environments are required: development, testing, and production. This is in line with the Application Lifecycle Management (ALM)
process that the company uses.
In total, 6 Power Virtual Agents bot environments are required: 2 locations x 3 environments per location = 6. It's worth mentioning that Power Virtual Agents allows
to export and import the bot, so once you configure the bot in one environment, you can import the bot to the other environments, this way you don't need to start
from scratch.
References:
https://docs.microsoft.com/en-us/power-virtual-agents/create-bot/bot-lifecycle
https://docs.microsoft.com/en-us/power-virtual-agents/create-bot/export-import
A. Fields in the Edit Filter Criteria option of the Quick Find view
B. the Field Security field on the Field Properties form
C. a searchable field on the Field Properties form
D. Fields in the Add Find Columns option of the Quick Find view
Answer: C
Explanation:
Reference:
https://community.dynamics.com/365/b/dynamics365apps/posts/kb-understanding-dynamics-365-field-ssearcha
A. Mastered
B. Not Mastered
Answer: A
Explanation:
Answer: DE
A. Mastered
B. Not Mastered
Answer: A
Explanation:
Box 1: Create two portals, one for each community Power Apps portal app languages
Box 2: Add themes
You can create a custom look and feel (a theme), for your app by making changes to the default colors and visual elements provided in the uncustomized system.
For example, you can create your personal product branding by adding a company logo and providing table-specific coloring. A theme can be created by using the
Themes area, without requiring a developer to write code. You can create, clone, change, or delete themes that are used in your environment.
Reference:
https://docs.microsoft.com/en-us/power-apps/maker/model-driven-apps/create-themes-organization-branding
A. Use a patch solution and disable the ability to create new forms for the table.
B. Use a managed solution and include only the needed form.
C. Use an unmanaged solution and include only the needed form.
D. Use a managed solution and disable the ability to create new forms for the table.
Answer: B
Explanation:
Managed solutions are used to deploy to any environment that isn't a development environment for that solution. This includes test, UAT, SIT, and production
environments. Managed solutions can be serviced independently from other managed solutions in an environment. As an ALM best practice, managed solutions
should be generated by exporting an unmanaged solution as managed and considered a build artifact. Additionally:
You can't edit components directly within a managed solution.
Reference: https://docs.microsoft.com/en-us/power-platform/alm/solution-concepts-alm
A. Mastered
B. Not Mastered
Answer: A
Explanation:
Reference:
https://docs.microsoft.com/en-us/power-platform/admin/control-user-access
A. Form
B. view
C. Field
D. Chart
Answer: B
Explanation:
If you use unified interface, you can display any record in a calendar view via the calendar control.
Which relationship types should you use? To answer, drag the appropriate relationship types to the correct requirements. Each relationship 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.
A. Mastered
B. Not Mastered
Answer: A
Explanation:
Text Description automatically generated
Box 1: N:1
You add a lookup column with a many-to-one relationship. Box 2: N:N
Box 3: N:1
Reference:
https://docs.microsoft.com/en-us/powerapps/maker/data-platform/data-platform-entity-lookup
A. Fallback workstream
B. Fallback topic
C. Fallback skill
D. Fallback queue
E. Fallback entity
Answer: B
Explanation:
A Fallback topic is a type of topic in Power Virtual Agents that is used when the bot is unable to understand the customer's request. When a Fallback topic is
triggered, it takes over the conversation and presents the customer with a set of options or a message that allows them to get the help they need. This can include
options such as requesting to speak with an agent, providing feedback, or getting more information about the bot's capabilities. Fallback topic can be configured to
automatically transfer the customer to an agent.
References:
https://docs.microsoft.com/en-us/power-virtual-agents/create-bot/fallback
https://docs.microsoft.com/en-us/power-virtual-agents/create-bot/bot-topics
Answer: A
A. Yes
B. No
Answer: B
A. Yes
B. No
Answer: B
A. Mastered
B. Not Mastered
Answer: A
Explanation:
- (Exam Topic 3)
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.
You administer the Microsoft 365 and Power Platform environments for Contoso, Ltd. The company has a model-driven app that is used to track customer
interactions with employees. The app uses standard table types for customers. A user named Elisabeth Rice signs in to the app by using the following sign in
name: Elisabeth.Rice@contoso.com.
After marriage, Elisabeth changes her legal name to Elisabeth Mueller.
You need to update the sign in name for the user without losing any application history.
Solution: Ask the Microsoft 365 administrator to sign in to the admin portal and change the username. Does the solution meet the goal?
A. Yes
B. No
Answer: A
Answer: B
Explanation:
If you change the data fields associated with the visual, you must edit the app from within the Power BI service by selecting the ellipsis (...) and then selecting
Edit. Otherwise, the changes won't be propagated to Power Apps, and the app will behave in unexpected ways.
The Power Apps visual can't trigger a refresh of Power BI reports and Power BI data sources from within Power BI Desktop. If you write back data from the app
to the same data source as the report, your changes won't be reflected immediately in Power BI Desktop. Changes are reflected on the next scheduled refresh.
Reference:
https://docs.microsoft.com/en-us/powerapps/maker/canvas-apps/powerapps-custom-visual#limitations-of-the-po
A. Mastered
B. Not Mastered
Answer: A
Explanation:
A. Mastered
B. Not Mastered
Answer: A
Explanation:
Box 1: Move the manager and reports to a separate business unit.
Keep the Manager hierarchy, and put the reports to the appropriate business unit.
Note: Two security models can be used for hierarchies, the Manager hierarchy and the Position hierarchy. With the Manager hierarchy, a manager must be within
the same business unit as the report, or in the parent business unit of the report’s business unit, to have access to the report’s data. The Position hierarchy allows
data access across business units. If you are a financial organization, you may prefer the Manager hierarchy model, to prevent managers’ accessing data outside
of their business units. However, if you are a part of a customer service organization and want the managers to access service cases handled in different business
units, the Position hierarchy may work better for you.
Box 2: Add the CEO to the representative user record as a manager. Set up Manager and Position hierarchies
The Manager hierarchy is easily created by using the manager relationship on the system user record. You use the Manager (ParentsystemuserID) lookup field to
specify the manager of the user.
Note: Depth is used to limit how many levels deep a manager has Read-only access to the data of their reports. For example, if the depth is set to 2, the CEO can
see the data of the VP of Sales, VP of Service and Sales and Service Managers. However, the CEO doesn’t see the Sales data or the Support data.
A. Mastered
B. Not Mastered
Answer: A
Explanation:
A. Mastered
B. Not Mastered
Answer: A
Explanation:
Graphical user interface, text, application Description automatically generated
Reference:
https://docs.microsoft.com/en-us/power-automate/edit-solution-aware-flow https://docs.microsoft.com/en-us/power-automate/error-checker
A. Mastered
B. Not Mastered
Answer: A
Explanation:
Reference:
https://docs.microsoft.com/en-us/ai-builder/form-processing-model-overview https://docs.microsoft.com/en-us/ai-builder/entity-extraction-overview
A. Create a new JavaScript web resource by using the code from the third-party librar
B. Add the new JavaScript web resource along with MyBusinessLogic to the solution.
C. Add a copy of the JavaScript library from the ISV to the solution along with MyBusinessLogic.
D. Add the code from the third-party JavaScript library to MyBusinessLogi
E. Add MyBusinessLogic to the solution.
F. Add only the third-party JavaScript web resource to the solution.
Answer: AC
Explanation:
Web resources in model-driven apps.
Web resources are virtual files that are stored in the Microsoft Dataverse database and that you can retrieve by using a unique URL address.
Capabilities of web resources.
Web resources represent files that can be used to extend the Dataverse web application such as html files, JavaScript, and CSS, and several image formats.
Reference: https://docs.microsoft.com/en-us/power-apps/developer/model-driven-apps/web-resources
Answer: D
Explanation:
A solution package is a bundle of components, such as Power Apps, Power Automate, and Microsoft Dataverse, that can be promoted from one environment to
another. To create the solution package for promotion in a company that is implementing Power Apps and Power Automate, the package should be created in the
Microsoft Power Platform admin center.
In the Power Platform admin center, you can create a solution package that includes the necessary components and export it as a .zip file. This file can then be
imported into the desired environment, such as the user acceptance test environment, to promote the components.
References:
https://docs.microsoft.com/en-us/power-platform/admin/solutions/create-solution
https://docs.microsoft.com/en-us/power-platform/admin/solutions/import-solution
https://docs.microsoft.com/en-us/power-platform/admin/solutions/export-solution
A. Ensure that all user sessions are signed out except for locked user sessions.
B. Ensure that the User1 account has an active user session on the device.
C. Ensure that all user sessions are signed out.
D. Ensure that there are no active user sessions on the device.
Answer: D
Explanation:
Reference:
https://docs.microsoft.com/en-us/power-automate/ui-flows/run-ui-flow
A. Mastered
B. Not Mastered
Answer: A
Explanation:
Graphical user interface, text, application Description automatically generated
Box 1: Timeline
The timeline helps agents see all customer interaction history across channels, personnel, and the support lifecycle. The timeline is used across Dynamics 365
applications to capture activities like notes, appointments, emails, tasks, and more, to ensure that all interactions with the customer are tracked and visible over
time. Agents use the timeline to quickly catch up on all of the latest activity details with the customer to provide the most personalized support experience.
Box 2: Lists Reference:
https://docs.microsoft.com/en-us/dynamics365/customer-service/customer-service-hub-user-guide-timeline-adm
* PL-200 Most Realistic Questions that Guarantee you a Pass on Your FirstTry
* PL-200 Practice Test Questions in Multiple Choice Formats and Updatesfor 1 Year