PL-200: Microsoft Power Platform Functional Consultant Part 2
Question #: 57
Topic #: 9
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?
A. Share a copy of the desktop flow with a member of internal IT.
B. Use the Export option in the flow to get the flow identifier and provide it to internal IT.
C. Send a copy of the desktop flow to a member of internal IT.
D. Create the desktop flow in a solution and provide it to internal IT.
Selected Answer: D
Question #: 58
Topic #: 1
A veterinary office plans to use Power Platform to streamline customer experiences. The customer creates a canvas apps to manage appointments.
On the client appointment form, there is a dropdown field for clients to select their type of pet. If a client selects the option Other, the veterinarian wants a text field to appear so that additional details can be added.
You need to create a dynamically visible field.
What should you configure?
A. workflow
B. business process flow
C. business rule
Selected Answer: C
Question #: 59
Topic #: 2
A company is creating a Power Apps solution for a production facility.
The current solution is in English. The customized components must be translated into several languages.
You need to extract the text for translation.
In which location can you achieve this goal?
A. The tables in the web application.
B. The selected environment in the Microsoft Power Platform admin center.
C. The solution in the web application.
D. The individual solution components in the web application.
Selected Answer: C
Question #: 60
Topic #: 3
You manage Microsoft Power Platform apps for a company.
You need to hide the Flows button on the user interface.
Which configuration setting should you change?
A. the SiteMap
B. the Customizations section of System Settings
C. the Entity component of the default solution
D. the Buttons tab of Flow
Selected Answer: B
Question #: 61
Topic #: 5
You create a canvas app for a sales team. The app has an embedded Power BI tile that shows year-to-date sales. Sales users do not have access to the data source that the tile uses.
Sales team users must be able to see data in the Power BI tile. You must minimize the level of permissions that you grant and minimize administrative overhead.
You need to share another Power BI component to make the data visible.
What should you share?
A. The Power BI dataset the tile uses as a data source.
B. The Power BI workspace that includes the tile.
C. The Power BI dashboard that includes the tile.
Selected Answer: C
Question #: 62
Topic #: 5
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?
A. Add the Discount field conditionally.
B. Format the table to have alternating color rows.
C. Format the Created On field to a long date format.
D. Add the address of the customer.
Selected Answer: D
Question #: 63
Topic #: 3
You configure and test a user interface (UI) flow. You plan to run the flow as a scheduled flow.
The UI flow must run on a Windows 10 device. As part of process automation, the UI flow must sign into the Windows 10 device with the credentials for a user account named User1.
You need to ensure that the flow runs during non-peak hours and requires no physical user intervention.
What should you do?
A. Ensure that the User1 account has an active user session on the device.
B. Ensure that all user sessions are signed out.
C. Ensure that there are no active user sessions on the device.
D. Ensure that all user sessions are signed out except for locked user sessions.
Selected Answer: C
Question #: 64
Topic #: 1
You create an app for the sales team at a company.
Members of the sales team cannot access the app.
You need to ensure that sales team members can access the app.
Where should you configure app permissions?
A. Dynamics administration center
B. Manage Roles
C. Security Roles
Selected Answer: B
Question #: 65
Topic #: 2
You have a canvas app that allows users to view, select, and purchase products. The app uses a Gallery control to display products and checkboxes that allow users to select products.
When users select items from the product catalog, they move to a different screen to complete a purchase.
Users must be able to clear all product selections when they click the button.
You need to configure the button.
What should you do?
A. Use the Reload(Control) formula and pass the gallery control as parameter to the Reload formula.
B. Use the Reset(control) formula and pass the checkbox to the formula to clear user selections.
C. Set the OnCheck value to populate a collection and the OnUncheck value to remove the item from the collection. Clear the collection when the user selects the button.
D. Use the Revert(Products) formula and pass the checkbox to the formula to clear user selections.
E. Use the Reset(Control) formula and pass the gallery control as a parameter to the Reset formula.
Selected Answer: C
Question #: 67
Topic #: 1
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. Referential
B. Referential, Restrict Delete
C. Parental
D. Restrict
Selected Answer: C
Question #: 68
Topic #: 4
A company has marketing teams for different regions.
A user creates and publishes a chatbot within Microsoft Teams for their specific marketing team.
The base metrics retrieved by the chatbot are relevant to all marketing teams.
The other marketing teams request access to the chatbot.
You need to publish the chatbot to the entire company.
What should you do?
A. Configure the chatbot to be used with the Teams channel.
B. Submit the chatbot for admin approval.
C. Copy the published chatbot link and email it to the other teams.
D. Invite the other teams to the team that has the chatbot.
E. Export the chatbot and import it into a corporate environment.
Selected Answer: B
Question #: 69
Topic #: 3
A company plans to send escalation emails to all customers with overdue invoices. You are creating a Microsoft Power Automate flow to determine whether to send an escalation email.
The system must send an alert for all invoices that are seven days or more overdue.
You need to configure the flow.
Which expression should you use?
A. @GreaterOrEquals(TriggerEmail()?[‘OverdueDate’]: ‘7’)
B. ‘OverdueDate’ >= ‘7’?’TriggerEmail()’: false
C. TriggerEmail() = ‘OverdueDate’ >= 7;
Selected Answer: A
Question #: 70
Topic #: 2
A customer tracks events by using a custom entity.
The custom entity includes a custom field for the venue of the events. The customer must be able to display the events by venue in a calendar.
You need to ensure that all events display by venue in the calendar.
To which component should you add a control?
A. Form
B. Subgrid
C. Chart
D. View
Selected Answer: D
Question #: 72
Topic #: 3
You add a business process flow to the Account table. The flow has three stages.
You need to ensure that a workflow can run when a user completes the final stage.
Which option should you use?
A. Start when: Record status changes
B. Available to run: Run this workflow in the background
C. Available to run: As an on-demand process
D. Available to run: As a child process
Selected Answer: C
Question #: 73
Topic #: 4
You create a Power Virtual Agents chatbot to reduce the number of incoming support calls that require a live person.
The chatbot does not direct users to the correct information. You determine that this is because the chatbot is not able to identify which product a user is referring to in a conversation.
You need to present a list of products so that users can select the correct product.
What should you create?
A. Table
B. Variable
C. Slot filling
D. Entity
Selected Answer: D
Question #: 74
Topic #: 5
You are using Power BI to build a dashboard for a company.
You must make the dashboard available to a specific set of users, including employees and five external users. The number of employees that require access to the dashboard varies, but is usually less than 100.
Employees and external users must not be permitted to share the dashboard with other users.
You need to share the dashboard with the employees and external users.
Which three actions should you perform? Each correct answer presents part of the solution.
NOTE: Each correct selection is worth one point.
A. Create a dynamic distribution list. Add all users to the distribution list and use the list to share the dashboard.
B. Sign into the Power BI service. Open the dashboard and select Share.
C. Enter the individual email address of internal and external users.
D. Sign into Power BI Desktop. Open the dashboard and select Share.
E. Clear the Allow recipients to share your dashboard (or report) option.
F. Create a distribution list. Add all users to the distribution list and use the list to share the dashboard.
Selected Answer: BCE
Question #: 75
Topic #: 2
You are creating a canvas app.
A user will click a button on each screen of a Power Apps app to proceed to the next screen.
You need to implement the action which selects the next screen that the user sees.
Which event should you handle?
A. ScreenTransition
B. OnSelect
C. OnLoad
D. OnCheck
Selected Answer: B
Question #: 76
Topic #: 6
A company uses a model-driven app. The app uses a Power Virtual Agents chatbot.
The company has two locations in different countries/regions with separate environments for each location. Each location has a development environment, a testing environment, and a production environment. The company uses the Application Lifecycle Management (ALM) process for the environments.
You need to create the different Power Virtual Agents bot environments.
How many Power Virtual Agents bot environments are required?
A. 1
B. 2
C. 3
D. 6
Selected Answer: D
Question #: 78
Topic #: 3
You need to create a Power Automate desktop flow.
What are two possible ways to create the flow? Each correct answer presents a complete solution.
NOTE: Each correct selection is worth one point.
A. Record mouse and keyboard events.
B. Configure a pre-built template.
C. Use pre-built actions.
D. Create models by using Microsoft Visio.
Selected Answer: AC
Question #: 79
Topic #: 4
You are creating a Power Virtual Agents chatbot for a Microsoft Power Platform power apps portal app.
The job title of users must be stored automatically when users log in. The job title must always appear in the chatbot.
You need to configure the job title functionality.
Which mechanism should you use?
A. artificial intelligence
B. variable
C. entity
D. topic
Selected Answer: B
Question #: 80
Topic #: 6
A company plans to create an app by using Power Apps.
The company has the following requirements:
• The app must be able to enter data into Microsoft SharePoint.
• Users must be able to add the app into Microsoft Teams.
You need to recommend which app to create.
Which type of app should you recommend?
A. model-driven app as a personal app
B. model-driven app as a tab app
C. canvas app as a personal app
D. Canvas app as a tab app
Selected Answer: D
Question #: 81
Topic #: 5
You create a report by using Power BI Desktop and a Power BI dataset that is connected to Azure SQL Database.
Multiple groups of employees will use the report.
You need to ensure that each group of employees can see only data that pertains to their group.
What should you do?
A. Create and assign field security profiles.
B. Create and assign Common Data Service security roles.
C. Create and assign roles by using row-level security.
Selected Answer: C
Question #: 83
Topic #: 2
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?
A. Share the chart with the team.
B. Assign the chart to each person on the team.
C. Export the user chart to Power BI. Import the chart as a Power BI visualization.
D. Export the user chart for import as a user chart.
Selected Answer: A
Question #: 84
Topic #: 6
A company records data in Microsoft SharePoint Online. The company is creating a mobile app by using Microsoft Power Platform only.
The company requires the app to connect directly to SharePoint Online to collect data.
You need to recommend which Microsoft Power Platform product or feature to implement.
What should you recommend?
A. Power Automate
B. Power Pages
C. Canvas app
D. Model-driven app
Selected Answer: C
Question #: 85
Topic #: 4
You are designing a Power Virtual Agents chatbot.
The environment you plan to use does not appear as an option in the Power Virtual Agents user interface.
You need to ensure that you can create the chatbot in the environment.
What should you do?
A. Change the region for the environment.
B. Convert the environment to a sandbox environment.
C. Create an environment in a supported region.
Selected Answer: C
Question #: 86
Topic #: 1
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: Change Elizabeth’s username in the user record for the app.
Does the solution meet the goal?
A. Yes
B. No
Selected Answer: B
Question #: 88
Topic #: 3
A farm uses a canvas app to manage schedules for planting fields with crop seeds. The farm uses business intelligence to provide recommendations for schedule changes based on weather data.
You must implement a business rule that changes information for several forms in the canvas app based on business intelligence data.
You need to configure the business rule.
Which scope should you use?
A. Table
B. All Forms
C. Form specific
Selected Answer: A
Question #: 89
Topic #: 6
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 –
Bellows College is a post-secondary school that wants to start a football team. The college uses Microsoft Power Platform to manage its recruiting efforts. The registration team and assistants use model-driven apps. The coaches use canvas apps on their mobile devices.
Prospects are considered underage if they are younger than 18 years old at the time of registration.
Current environment –
Environment –
• Custom code is not allowed in the system.
• Server-side synchronization is configured for emails, appointments, contacts, and tasks.
• The database and file storage of Dataverse must be minimized to keep costs low.
Contact table –
• Birthdate is a custom date and time field.
• Age at Registration is a calculated field that displays the age of the prospect at the time of registration.
• Current Age is a calculated field that displays the age of the prospect based on the current date and time.
Evaluation table –
• The Evaluation table is a custom table used to track evaluation criteria.
• Evaluation records cannot be manually created.
• Users must not be able to continue until an evaluation record is created automatically for the prospect.
Consent table –
• The consent forms completed by the parents are stored as records in the Consent table.
• Occasionally, a parent cannot complete the consent online and a paper copy must be printed. The signed copy must be scanned and stored with the consent record.
Team website –
• The team website is created by using Power Pages.
• A starter layout template was used to create the site.
• The site consists of five pages:
o Home: A page open to everyone to view the announcements from the team. o Schedule: A page open to everyone to view the tryout and game schedule. o Evaluations: A page that displays tracking from the evaluation table. Prospects are able to view their own information only. o Forms: A page that displays the consent form. o Contact Us: A page for anyone to submit questions and comments.
• Two web roles for authenticated users are created: Primary Contact User and Prospect User. o All primary contacts and prospects are assigned to their respective roles.
Requirements –
Registration –
• Parents and prospects are created as contacts and must be linked.
• The registration team must be able to rapidly create prospects without navigating away from the Parents form. Only the First Name, Last Name, and Birthdate fields should be displayed for the team.
• Assistants must be able to update prospect information and add teams that the prospect has previously played on to a subgrid.
Parental consent –
• When a prospect is underage, a Primary Contact field will appear. The field must be populated before the prospect record can be saved.
• A view named Underage Prospects that lists all underaged prospects is required.
• The Underage Prospects view must run once a week without requiring modifications to display correct information.
• A consent email must meet the following requirements:
o be sent to the primary contact of each new underage prospect o contain a link to the team website o be automatically sent weekly and tracked to the contact record in Dataverse o include the current date using the full month name, date, and year
Evaluations –
• Coaches rate prospects each day on a scale of 1-10 in three categories: endurance, coordination, and skill.
• The total of the three categories is displayed at the bottom of the form. If the total for the day is greater than 25, the number should appear green.
You need to format the Current Date field for parental consent.
What should you use?
A. switch
B. dynamic content
C. expression
D. condition
Selected Answer: C
Question #: 90
Topic #: 5
The sales manager receives a list of leads from a partner company monthly. The field names that are provided do not match the fields in Microsoft Dataverse tables. A data map does not exist.
You need to import the leads without changing the data from the partner company.
What should you do?
A. Create a data map on the first import by using the Import Data wizard.
B. Add a template for Import Data.
C. Use Import Field Translations.
D. Create a data map in Data Management.
Selected Answer: D
Question #: 91
Topic #: 1
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
Selected Answer: A
Question #: 93
Topic #: 2
A company is implementing Microsoft Power Platform solutions.
The company requests information on the features that are supported by Power Fx.
You need to identify the features of Power Fx.
What should you identify?
A. It is available for purchase through a Microsoft reseller.
B. It uses a plug-in.
C. It uses imperative and declarative logic.
D. It uses synchronous data operations.
Selected Answer: C
Question #: 94
Topic #: 6
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 –
Bellows College is a post-secondary school that wants to start a football team. The college uses Microsoft Power Platform to manage its recruiting efforts. The registration team and assistants use model-driven apps. The coaches use canvas apps on their mobile devices.
Prospects are considered underage if they are younger than 18 years old at the time of registration.
Current environment –
Environment –
• Custom code is not allowed in the system.
• Server-side synchronization is configured for emails, appointments, contacts, and tasks.
• The database and file storage of Dataverse must be minimized to keep costs low.
Contact table –
• Birthdate is a custom date and time field.
• Age at Registration is a calculated field that displays the age of the prospect at the time of registration.
• Current Age is a calculated field that displays the age of the prospect based on the current date and time.
Evaluation table –
• The Evaluation table is a custom table used to track evaluation criteria.
• Evaluation records cannot be manually created.
• Users must not be able to continue until an evaluation record is created automatically for the prospect.
Consent table –
• The consent forms completed by the parents are stored as records in the Consent table.
• Occasionally, a parent cannot complete the consent online and a paper copy must be printed. The signed copy must be scanned and stored with the consent record.
Team website –
• The team website is created by using Power Pages.
• A starter layout template was used to create the site.
• The site consists of five pages:
o Home: A page open to everyone to view the announcements from the team. o Schedule: A page open to everyone to view the tryout and game schedule. o Evaluations: A page that displays tracking from the evaluation table. Prospects are able to view their own information only. o Forms: A page that displays the consent form. o Contact Us: A page for anyone to submit questions and comments.
• Two web roles for authenticated users are created: Primary Contact User and Prospect User. o All primary contacts and prospects are assigned to their respective roles.
Requirements –
Registration –
• Parents and prospects are created as contacts and must be linked.
• The registration team must be able to rapidly create prospects without navigating away from the Parents form. Only the First Name, Last Name, and Birthdate fields should be displayed for the team.
• Assistants must be able to update prospect information and add teams that the prospect has previously played on to a subgrid.
Parental consent –
• When a prospect is underage, a Primary Contact field will appear. The field must be populated before the prospect record can be saved.
• A view named Underage Prospects that lists all underaged prospects is required.
• The Underage Prospects view must run once a week without requiring modifications to display correct information.
• A consent email must meet the following requirements:
o be sent to the primary contact of each new underage prospect o contain a link to the team website o be automatically sent weekly and tracked to the contact record in Dataverse o include the current date using the full month name, date, and year
Evaluations –
• Coaches rate prospects each day on a scale of 1-10 in three categories: endurance, coordination, and skill.
• The total of the three categories is displayed at the bottom of the form. If the total for the day is greater than 25, the number should appear green.
You need to store scanned consent forms.
Where should you store the forms?
A. Attachment
B. Column
C. Notes
D. SharePoint
Selected Answer: D
Question #: 95
Topic #: 4
A company sells all types of bicycles, bicycle parts, and accessories. You are creating a chatbot by using Microsoft Power Virtual Agent for the bicycle shop.
When someone types in a bicycle brand name or terms such as helmet or shoes, the chatbot must automatically go to the accessories section of the chatbot.
You need to configure the chatbot functions.
Which two functions should you configure? Each correct answer presents part of the solution.
NOTE: Each correct selection is worth one point.
A. Entities
B. Fallback topic
C. Smart matching
D. Synonyms
E. Slot filling
Selected Answer: AD
Question #: 96
Topic #: 5
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.
The sales team at a software company 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 server-based SharePoint integration.
Does this meet the goal?
A. Yes
B. No
Selected Answer: A
Question #: 97
Topic #: 1
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: Delete the user account in the Power Platform admin portal and recreate the account by using the new name.
Does the solution meet the goal?
A. Yes
B. No
Selected Answer: B
Question #: 99
Topic #: 3
You plan on implementing complex business logic in Microsoft Dataverse tables by using Power Automate flows.
You realize that the functionality required to implement the business logic is not available in a Power Automate flow.
The new business logic must work in multiple Dataverse tables. In addition, the operation must return a value after it finishes and must be able to run from an existing Dataverse action.
You need to recommend the method to implement the missing logic.
What should you recommend?
A. Bound action
B. Custom API
C. Unbound action
D. Scheduled workflow
Selected Answer: B
Question #: 100
Topic #: 2
You are configuring a new Power Apps portal. You have two web roles, one for authenticated users and one for anonymous users. You grant the Anonymous
Users role to users.
A test user reports that they can access the home page but cannot view a page linked from the home page.
You need to determine why the test user cannot view the portal page.
What is the cause of the issue?
A. The setting to make the page available to everyone is disabled.
B. Inherited permissions are not enabled for the linked page.
C. The Authenticated Users Web role does not have permission to view the page.
D. Maintenance mode is enabled on the portal.
Selected Answer: A
Question #: 101
Topic #: 4
You plan to create a Power Virtual Agents bot.
The bot must support single sign-on.
You need to publish the bot.
Which two locations should you use? Each correct answer presents a complete solution.
NOTE: Each correct selection is worth one point.
A. Mobile app developed for iOS and Android
B. Website developed using pro developer tools
C. Microsoft Teams
D. Azure Bot Service channels
Selected Answer: CD
Question #: 102
Topic #: 5
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.
The sales team at a software company 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 OneNote integration.
Does this meet the goal?
A. Yes
B. No
Selected Answer: B
Question #: 103
Topic #: 1
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?
A. List view of the entity
B. Microsoft Visual Studio
C. Templates area
D. Maker portal
Selected Answer: D
Question #: 104
Topic #: 6
You are creating a model-driven app that has an embedded Power BI report. Another functional consultant set up an environment variable for the report.
You add the dashboard to a solution in the development environment and then import the changes to a production environment as a managed solution.
When you test the report, the data appears the same as it did in the development environment.
You delete the solution in production.
You need to resolve the development environment issue before redeploying the solution.
What should you do?
A. Update the environment variable current value
B. Remove the environment variable current value.
C. Update the environment variable default value.
D. Create a new environment variable.
Selected Answer: C
Question #: 105
Topic #: 1
A user has access to an existing Common Data Service database.
You need to ensure that the user can create canvas apps that consume data from Dataverse. You must not grant permissions that are not required.
Which out-of-the-box security role should you assign to the user?
A. Environment Admin
B. System Customizer
C. Common Data Service User
D. Environment Maker
Selected Answer: D
Question #: 106
Topic #: 5
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.
The sales team at a software company 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 OneDrive for Business.
Does this meet the goal?
A. Yes
B. No
Selected Answer: B
Question #: 107
Topic #: 4
A company is planning to create a Power Virtual Agents bot.
The bot has the following requirements:
• The bot must provide address information for the company.
• The bot must be available from Microsoft Teams and from the internet website of the company.
You need to configure the bot.
Which component should you use?
A. Channel
B. Template
C. Composer
D. Skill
Selected Answer: A