PL-100

Réussis tes devoirs et examens dès maintenant avec Quizwiz!

Data loss prevention (DLP) policies are configured in your company's environment.After creating a Power Automate flow, you find that you are unable to activate the flow.You need to edit the DLP policies that are preventing the flow from activating.Which of the following actions should you take? A. You should make sure that you have the Environment Admin role assigned. B. You should make sure that you have the Environment Maker role assigned. C. You should make sure that you have the System customizer role assigned. D. You should make sure that you have the Portal owner role assigned.

A

Identify the currently published powerapps version A. Session Details in power apps studio B. View environment details in power apps admin C. View details of the app in the app maker portal

A

If a candidate is currently unqualified for a job position but would eventually qualify based on follow-up criteria, the follow-up checkbox must be selected or cleared in the system immediately. The company plans to create a similar Power Apps app that will contain the same business use case, but for internal employees and promotions. You need to create a Power Apps app solution to automatically mark the candidate for follow-up. What should you use? A. Business Rule B. Power automate flow C. Custom action with defined flows D. CDS flow with power query

A

Provide a visual indicator when an app is offline A. Fill B. Display Mode C. Visible D. On Select

A

You are an app designer for a hotel. The hotel wants to create an app to help the housekeeping staff schedule work. You need to create a new environment for the app. Where should you create the environment? A. Power Platform Admin center B. Power Apps Maker portal C. Dynamics 365 Admin center

A

You are creating a canvas app. You need to store and retrieve small amounts of data on a local device when the app is offline. Which set of functions should you use? A SaveData, LoadData B Set, Patch C Patch, Collect D Set, Collect

A

You are creating an app that must support users with different disabilities.You want to make sure that your app to adhere to Microsoft's accessibility and performance guidelines.Which of the following actions should you take? A. You should use the App Checker B. You should use the Solution Checker C. You should use the Object Detector D. You should use the Portal Checker

A

You are working with expressions in Power Automate. As a part of the functionality, you need to write a formula to divide 10 by 2 and then add the result to 7. Which of the following is the right PowerApps formula for the purpose? A. Add(div(10,2),7) B. Div(add(10,2),7) C. 10/2+7 D. Mathematical expressions can't be used in power automate E. [(10/2)+7]

A

You create an automated flow by using Power Automate. The flow appears under My Flows and is connected to the development environment. The development environment has a solution to move components into a production environment. You need to ensure that you can transfer the flow to another environment. What should you do? A Add the flow to the default solution of the development environment and export as a managed solution. B Change the environment for the flow. C Add the flow to the existing solution. D Add the flow to the default solution of the production environment.

A

You have been tasked with building a canvas app that allows users to track to track time on mobile devices. You should add a Sign-in screen, a screen to record the user's time entries for the week, and a screen to amend the user's recent time records. Users will be issued ID cards that include the user's name and a recent picture, as well as a QR code that will include the user's employee number. You want to make sure that the app shows the user's photo upon scanning their ID cards. What should you use? A. Image control B. Add picture control C. Icon control

A

You have constructed a Power Platform solution that stores its data in a mixture of known cloud services.You also have to make sure that the solution is also able to connect to industry data sources. Which action will achieve your objective? A. Current Data Connector B. Business Process Flow C. Policy Template

A

You have recently built a canvas app.When you ae informed that a user cannot discern the field that is currently in focus, you run App checker.You want to make sure that the value of the focused border thickness is more than zero. What should you check? A. The accessibility checker B. The rules checker C. Formulas checker

A

You use a Microsoft SharePoint list to record information about customers. You must perform a series of actions only when a new item is added to a SharePoint list. You need to configure a Power Automate flow. Which trigger should you use? A. When an item is created B. When an item is created or modified C. When a file is created (properties only) D. For a selected item

A

Your company simplifies business processes by making use of Power Automate and Power Apps.You have been tasked with creating an AI model using AI Builder that examines client assessments regarding products.Which of the following is the AI model you should create? A. A Category classification model. B. An Object detection model. C. A Form processing model. D. A Prediction model.

A

In the app you created recently while watching the video, the users are not able to get the captions. When you run an accessibility checker, in which category, this issue will be classified and how will you fix this issue? A. Error, by setting the ClosedCaptionsURL property to the URL for captions B. Warning, by setting the ClosedCaptionsURL property to the URL for captions C. Warning, by setting the ClosedCaptionsURL property to empty D. Error, by setting the ClosedCaptionsURL property to empty E. Tip, by setting the ClosedCaptionsURL property to the empty

B

Inspectors for a city building department use a Microsoft Teams channel. Inspectors use SharePoint to view construction bylaws, rules, and regulations. The city clerk emails inspectors links to new bylaw proposals. Inspectors vote on the proposals and provide additional feedback. You need to demonstrate to the city clerk how they can automate the process. Which flow step should you use to replace the links? A. Get changes for an item in sharepoint B. Post an adaptive card in a teams channel C. Post a choice of options to a user in teams D. Send an email with options

B

What box type allows users to search by typing in a phrase? A. List Box B. Combo Box C. Drop Down List D. Radio

B

You are an app developer in your company and You have created a canvas app having the following formula. Collect(Instrument,{Title: "Guitar"Quantity: 5},{Title: "Harmonium"Quantity: 7}) This formula is attached to the "OnVisible" property of the 1st screen that will be visible to the users. Now, you have made some significant changes and updated the app. Which of the following statements are true? A. If there exist records in the data source "Instrument", it will update all existing records B. It will create a local collection for storing the data if the data source - Instrument doesn't exist C. If the Instrument collection exits, it will clear all the existing records of the collection before adding the new D. None of these

B

You are an app developer working in an IT solution organization. Your team lead has made you a member of the new project of the canvas app development. While making a canvas app, you want to delay the action during the text input. Which of the following properties would you use for the purpose? A. DelayInput B. DelayOutput C. OnChange D. DelayAction E. DelayResult

B

You are designing a data model for a new app. The app will be supported by two tables. TableA will contain data that is unique to your industry. TableB will provide access to read-only data from an Azure SQL database.You need to configure the tables.Which table type should you use? Table A- Table B A. Custom - Standard B. Custom- Virtual C. Virtual- Custom D. Virtual- Standard

B

You are developing a canvas app to monitor time. The app includes a Text Input control named TIC1 and a Timer control named TIM1.You need to set TIM1 to a default value.What should you do? A. In the OnChange property of TIC1, set the value of the Text property for TIC1 to a context variable that stores the duration value. Assign the value of the variable to the OnTimerStart property for TIM1. B. Assign the Text property of TIC1 to the Duration property of TIM1. C. Set the Text property of TIC1 to the current system time. D. Add the clock icon to the app and use the OnSelect property to set the Duration property for TIM1.

B

You are required to move the apps to a different environment. The environment requires that the solution allows for components to be added, amended, renewed, removed, deleted, or tested. What should you use? A. Managed Solution B. Unmanaged Solution

B

You have been assigned a task to build formulas that refer to properties of controls on other screens. You want to fade away the current screen to display the Details screen, and set the context variable ID on that screen to 12. Which of the following formulas would you use? A. Navigate( Details, ScreenTransition.Fade =12 ) B. Navigate( Details, ScreenTransition.Fade, { ID: 12 } ) C. Navigate( Details ) D. Navigate Screen( Details, ScreenTransition.Fade, { ID: 12 } )

B

You have been assigned a task to create a model-driven app for the sales and marketing department of your company. As an app developer, you want to be sure that you are using the PowerApps extensibility architecture and given APIs properly. Which of the following tools would you use? A. App checker B. Solution Checker C. Portal Checker D. Function Checker E. None of these

B

You have been tasked with designing a model-driven app. The app must be configured to permit so that users are able to generate and modify a list of current accounts.You want to make sure that a list of all active accounts is displayed. You need to make use of a suitable user interface component. Which action achieves your objective? A. Data Table Control B. View Control C. Display Form D. Text Input

B

You create a canvas app for technicians at a computer store. You assign technicians cases to work on. The technicians update cases at the end of customer site visit. The manager wants the technicians to sell warranties to the customers. If a customer agrees to purchase a warranty, technicians must use the canvas app to immediately alert the sales team, and then the technician records details about the warranty into the app. You need to create a flow to alert the sales team. Which type of trigger should you use? A. Flow button for mobile B. Power Apps C. Office 365 Outlook D. Microsoft Dataverse

B, Power apps trigger is a thing

A company has a Common Data Service custom entity that stores customer account data. You need to create a relationship between the custom entity and the Account entity. Which two tools can you use? Each correct answer presents a complete solution. NOTE: Each correct selection is worth one point. A. Power Platform Admin center B. Power Apps solution explorer C. Power Apps Maker portal D. SQL Server Management Studio E. Visual Studio Code

B,C. You do NOT create relationships in the admin center

A company uses data loss prevention (DLP) policies. You have a Power Automate flow that posts Twitter mentions into a Microsoft SharePoint list. You are not able to activate the flow. You need to troubleshoot the issue. What are two possible reasons why you cannot activate the flow? Each correct answer presents a complete solution. A. You are not assigned the Power Platform Admin role. B. You placed all connectors into the Business group within the DLP policy. C. You placed all connectors into the Non-Business group within the DLP policy. D. You are not assigned the Environment Admin role.

B,D

You are creating an app for a company. You need to evaluate the default solution. Which two behaviors should you expect from the default solution? Each correct answer presents a complete solution. NOTE: Each correct selection is worth one point. A You can change the prefix of the publisher of the default solution B If you create a Power Automate flow in a solution, the flow uses the prefix defined in the publisher C If you create an environment variable in a solution, the variable uses the prefix defined in the publisher D You can change the version number of the default solution

B,D You can only change the prefix in an unmanaged solution

A company delivers products to multiple communities. The company creates a canvas app connected to a Microsoft Dataverse database. The app tracks communities to see where the delivery volume is the highest.Drivers must enter delivery information on a form that uses an entity named Delivery. Depot staff must enter information on a pick-up form that uses an entity named Pick-up. Each form contains a community field that is based on a shared list across both forms.You need to create the community field.Which type of field should you create? A. local option set B. text C. global option set D. text area

C

A company is consolidating communications processes by using Microsoft Teams and Microsoft Power Platform technologies. A Power Automate flow monitors social media channels to identify high-impact trends. When the Power Automate flow identifies the trends, consistently formatted and standardized feedback must be collected from the channel members within teams. You need to streamline the Power Automate and Teams communication process. What should you use? A. AI Builder B. Common Data Service business process flows C. Adaptive cards D. Integrated approval flows

C

Inspectors for a city building department use a Microsoft Teams channel. Inspectors use SharePoint to view construction bylaws, rules, and regulations. The city clerk emails inspectors links to new bylaw proposals. Inspectors vote on the proposals and provide additional feedback. You need to demonstrate to the city clerk how they can automate the process. Which trigger should you use? A. Manually trigger a flow B. For a selected message in teams C. For a selected file in sharepoint D. When is a flow is run from a business process flow

C

You are preparing to design a solution that makes use of Microsoft Teams and Power Platform.The Sales team has a Sales Log workbook, which stores Requests for quotes, that has to be converted to a Common Data Service database.The Sales team has their own Teams channel. You have been informed that the Sales dashboard must exist in the Sales channel and should contain data regarding the following:✑ Active quotes.✑ Sales pipeline.✑ Year-to-date sales KPIs for sales quotas by region.You have also been informed that Sales-related documents should be stored in folders in the Sales channel's file location, and that document versioning will be enabled.You need to create the visualizations for the Sales dashboard. What do you need? A. PBI Desktop B. PBI Service C. Both

C

You are working on a canvas app having an image. Which of the following controls would you use to draw, erase, and highlight the areas of an image? A. Label B. Text Control C. Pen Input D. Rich Text Editor

C

You need to consider the underlined segment to establish whether it is accurate. To create a custom table relationship in Microsoft Dataverse, you can use Power Platform Admin center or Solution explorer. A. No adjustment required. B. Power Apps Maker portal or Power Platform Admin center C. Solution explorer or Power Apps Maker portal D. Solution explorer or SQL Server Management Studio E. SQL Server Management Studio or Power Apps Maker portal

C

You have chosen to work with AI Builder models to improve the performance of your business. How many versions of your model can you have at a specific time? A. Only 1 B. Only 2 C. 3 D. Unlimited E. 3-5 F. Up to 10

C, At a specific time, you can have 3 versions of your model which are: 1 published version 1 last trained non-published version 1 draft version

You have been assigned the responsibility to secure the data of your company. How many different layers of security can you set up in an app while setting up the security? A. 2 B. 3 C. 4 D. 5 E. 6

C, Four different layers of security are: App-level security, Form Level Security, Record Level Security and Field Level Security can be set up in an app while setting up the security.

You are creating an app for the sales department of your company. In a formula, you need to reference "true". Which is the right syntax to reference true in the formula? A. The right syntax is TRUE B. The right syntax is TRUE.VALUE C. The right syntax is true D. The right syntax is true.value E. The right syntax is True

C, The correct syntax to reference true in a formula or control property is true. while referencing true or false in Power Apps, it should always be lower case. Even True and False are incorrect and won't work.

You want to create apps and track customizations as part of the default solution. You need to determine the impact of performing the work in the default solution. What should you conclude? A. The default solution does not contain all components and customizations from all solutions in the environment. B. The prefix used when creating components as part of the default solution can be set to a specific value. C. The default solution cannot be exported and distributed to another environment.

C, The default solution can't be exported; therefore, you can't distribute the default solution to another environment.

You create and publish a canvas app component library to perform complex calculations. You discover an error in one of the calculations. You correct the issue and publish the component library. A co-worker uses the original version of the component library in a canvas app. You need to ensure that the co-worker uses the updated version of the component library. What should you do? A. Export the updated component library and instruct the co-worker to import the updated version into the canvas app B. Inform the co-worker to edit the canvas app and manually add the updated version of the component library C. Instruct, the co-worker to edit the canvas app and update the component library

C, users will need to manually choose to update the component library

You have a Power Automate flow that processes files in a Microsoft SharePoint document library. The flow only needs to be run as required. You add steps to the flow to process the files. Before leaving the office for the day, the manager must initiate the flow. The flow must not start processing files before 11:00 PM. You need to configure the flow. Which two actions should you perform? Each correct answer presents part of the solution. NOTE: Each correct selection is worth one point. A Add a recurrence trigger and configure to run daily at 11 00 PM. B Add a Condition action. If the time greater than 11:00 PM use a Terminate action prevent further processing. C Manually trigger the flow. D Add a Delay Until action and enter the timestamp for 11 00 PM.

C,D

Your organization has a Common Data Service (CDS) custom entity that stores the Employee account data.You need to build a relationship between the custom and Account entities. Which two of the following tools can you utilize for the purpose? A. Power Platform Admin Center B. Visual Studio Code C. Power Apps Maker Portal D. SQL Server Management Studio E. Power Apps Solution Explorer

C,E

Acronyms to remember

CGI, SPCD, OArS

You are employed as an app maker. You are required to construct a canvas app that allows for detailed data to be identified in the targeted text. Which of the following is the AI Model you should include in your app? A. A Business card reader model. B. A Category classification model. C. A Key Phrase Extraction model. D. An Entity Extraction model.

D

You create a Power Platform solution. Solution data is stored in a variety of documented cloud services. You must also be able to connect to one or more industry data sources. You need to configure the data sources. What should you do? A. Create a business process flow. B. Create a data policy template. C. Create a UI flow. D. Use an existing data connector.

D

You create a Power Platform solution. Solution data is stored in a variety of documented cloud services.You need to configure the data sources.What should you do? A. Create a data policy template. B. Create a UI flow. C. Create a custom data connector. D. Add metadata to standard entities.

D

You need to consider the underlined segment to establish whether it is accurate.To configure the value for a global variable, you should use the Set function. A. If B. Collect C. UpdateContext D. No adjustment required.

D

You need to set the value for a global variable named RunningTotal to 5 and navigate to the previous screen named MainScreen. Which formula should you use? A. UpdateContext( { RunningTotal: 5 } ); Navigate( MainScreen, ScreenTransition.Cover, RunningTotal ); B. If( Value(TextBox1.Text) >= 0, (Set( RunningTotal, 5); Back();), Color.Green ) C. UpdateContext( { RunningTotal:5 } ); Back() D. Set( RunningTotal, 5 ); Back();

D

You want to give different privileges to different users regarding creating, reading, updating, or deleting a business process flow instance. How would you achieve that? A. Activate the business process flow and then define the access privileges for various users B. Only a system administrator has access privileges to new business process flows C. Only a system customizer has access privileges to new business process flows D. Activate the business process flow and select Edit Security Roles and then define the privileges for different users

D

You build a canvas app for a manufacturing company. The company receives parts and materials from many vendors. You create a form to collect information from packing slips.Receivers must be able to take a picture of packing slips to receive materials instead of manually entering data in the app.You need to ensure that users can scan packing slip information into the form. What solution should you use? A. Form processing model B. Entity extraction model C. Category classification model D. Text recognition E. Key phrase extraction

D, form processing is only when there is consistent pattern and you can train it

A clothing retailer is creating a Power Virtual Agents chatbot in Microsoft Teams. The chatbot will use Microsoft Dataverse for Teams to provide sales metrics by store. A user wants to be able to ask the chatbot to see all the sales for pants. You need to configure the chatbot to provide sales data for pants even when a user enters the terms jeans, slacks, or trousers. Which chatbot component should you use? a) Skills. b) Tables. c) Topics. d) Supported languages. e) Entities.

E

A company is using Power Virtual Agents in Microsoft Teams to expose Microsoft Dataverse data to employees. You create a chatbot that retrieves a list of customers by postal code from a Dataverse table. The chatbot will accept requests from a user and must connect toDataverse to retrieve the data. You need to connect the chatbot to the Dataverse table. What should you use? A. Table B. Power Apps C. Microsoft Teams D. Power Virtual Agents E. Power Automate

E

You have created a model-driven app that will be used to manage events planned by your firm.You have set the ownership type of the Events entity to User or team.Members of the Advertising team have been allocated the AdvertisingTeam security role, with all privileges set to User access. Advertising team members are the only personnel that should be allowed to create or edit event records.Because all personnel should have the ability to look at event records, you create another security role named OtherPersonnel.Which of the following is the access level you should set for the Create and Write permission for the AdvertisingTeam security role? A. None Selected B. User C. Business Unit D. Parent: Child Business Units E. Organization

E

You have created a model-driven app that will be used to manage events planned by your firm.You have set the ownership type of the Events entity to User or team.Members of the Advertising team have been allocated the AdvertisingTeam security role, with all privileges set to User access. Advertising team members are the only personnel that should be allowed to create or edit event records.Because all personnel should have the ability to look at event records, you create another security role named OtherPersonnel.Which of the following is the access level you should set for the Read permission for both security roles? A. None Selected B. User C. Business Unit D. Parent: Child Business Units E. Organization

E

An insurance broker uses a Microsoft Dataverse environment with custom tables. You create a Power Apps app to manage vehicle insurance policies.The app has a drop-down field that allows uses to categorize a policy holder's driving record. This category field is not mandatory.You need to ensure that insurance agents enter the correct categories when creating a new vehicle policy.Which three actions should you perform in sequence? A) Click on the condition card, select the vehicle policy, and check for the new driver B) Add a recommendation card, select the driver record drop down field and enter the recommendation details C) Add a business rule and enter a meaningful name D) In the vehicle policy table, click add sub components and navigate to business rules E) In the vehicle policy table, navigate to business rules

E,C,A

After creating an app with several screens, test users inform you that the size and type of gallery shown on every screen is different. You decide to enhance the consistency for the app screens by creating a reusable gallery that displays data according to the current record. You start by adding a gallery control. Which of the following is the action you should take NEXT? A. You should Add an input property. B. You should Add a screen C. You should create a component. D. You should create a form.

A

All app makers at your company have their own Common Data Service environment.You are in the process of adapting a canvas app in your own environment. Because you have booked time of work, you have to make the app and all your adaptations available to a fellow app maker, who will carry on adapting the app.You need to, however, make sure that you will be able to resume work on the app when you come back.Which of the following actions should you take? A. You should consider exporting the app, with all adaptations, as an ununmanaged solution. B. You should consider publishing the app to the production environment. C. You should consider exporting the app, with all adaptations, as a managed solution. D. You should consider publishing the app to a staging environment.

A

Allow addition of PowerBI tiles by using A. Power platform environment settings B. Power apps settings C. PowerBI service settings D. PowerBI desktop settings

A

Allow users to view tiles on a dashboard A. Share dashboard and share report B. Share tile and share dashboard C. Share tile and publish dashboard D. Share report and publish dashboard

A

Inspectors for a city building department use a Microsoft Teams channel. Inspectors use SharePoint to view construction bylaws, rules, and regulations.The city clerk emails inspectors links to new bylaw proposals. Inspectors vote on the proposals and provide additional feedback.You need to demonstrate to the city clerk how they can automate the process.Which flow should you use? A. Cloud Flow B. Desktop Flow C. Business Process Flow

A, Cloud pulls in multiple services

A company uses Microsoft Teams. A coworker creates a chatbot. The coworker observes unexpected behavior with the chatbot. You need to troubleshoot the chatbot. Which two actions should you recommend to the coworker? Each correct answer presents part of the solution.NOTE: Each correct selection is worth one point. A. Ask the coworker to assign you to the owner role for the team. B. Select the chatbot and then select the Share button. C. Ask the coworker to add you to their team. D. In Advanced tools, select Monitor.

A, D

You have recently built a new canvas app. You are currently in the process of configuring a business rule.You have to make sure that the scope is properly configured. What do you need to set the scope to? A. Entity B. Unknown

A, entity and table is the same

You need to create an app for a client's janitors, who will only access the app via their mobile phones.The app must connect directly to a Microsoft Excel workbook to track cleaning tasks. Also, the janitors should have the ability to check completed tasks off on a checklist.Which of the following actions should you take? A. You should consider creating a canvas app. B. You should consider creating a model-driven app. C. You should consider creating an embedded canvas app. D. You should consider creating a portal app.

A, only canvas apps can connect to excel

You are creating a canvas app. You need to display a limited list of choices to the end user. You must standardize the values and appearance of the list across all forms. Which two actions should you perform? Each correct answer presents part of the solution. NOTE: Each correct selection is worth one point. A Add a drop-down field in the app B Create a Global Option Set C Add a new business rule D Add a component to the component library

A,B

You are working in Delo Stab company and your company has a CDS custom entity in which the employees' account data is stored. You are supposed to build a relationship between the custom and account entities. Which Two of the following tools can you use for this purpose? A. Power Apps Portal B. Solution Explorer C. Custom connectors D. SQL Server management studio E. Power Platform admin center F. Portal checker

A,B

Which of the following are the benefits of model-driven apps design? (Select 4) A. Rich component-focused and no-code design environments B. Capability to build complex responsive applications with a similar UI across different devices C. Capability to build complex responsive applications with different UIs across different devices D. Robust design capabilities E. Non-Robust design capabilities F. You can distribute apps as a solution

A,B,D,F

In a Microsoft Dataverse database, you create a canvas app and a custom entity. The app also reads data from the Account entity in the Microsoft Dataverse database. Entity access permissions will be controlled by the Microsoft Dataverse User security role. You create a Microsoft Dataverse Service solution. You need to replicate the changes to a new Microsoft Dataverse database. Which two components should you include with the canvas app? Each correct answer presents part of the solution. NOTE: Each correct selection is worth one point. A. Custom entity B. Account entity C. Microsoft Dataverse Service User security role D. Sitemap

A,C

You are employed as an app maker. You are currently creating a new canvas app. App users will include users who have diminished or no sight. You are identifying methods that will hide content from seeing users and show them to screen reader users. Which of the following methods are valid? (Choose all that apply.) A. Configure color and related properties as transparent. B. Set X, Y, or both properties for the control to be on-screen. C. Set the width and height to 1. D. Set the size to 10.

A,C

You complete work on a new canvas app in a development environment and add the app to a solution. You export the solution from the development environment and import the solution into a production environment. After several days you notice that the background color for the canvas app in the production environment has changed from white to grey. You need to determine why the background color changed. What are two possible causes for the background color change? Each correct answer presents a complete solution. NOTE: Each correct selection is worth one point. A You recently changed the Office 365 theme. B You exported a managed copy of the solution and imported the solution as an unmanaged solution. You modified the canvas app in the unmanaged solution. C You exported and imported an unmanaged copy of the solution and a co-worker modified the canvas app. D You chose a different theme from the Theme menu inside the canvas app.

A,C

A company has an on-premises system that stores product information. The company plans to replace the information with a Power Platform solution that uses theCommon Data Service.The Power Platform solution needs to use data from the product information system.You need to transform and import the data from the product information system.Which two tools should you use? Each correct answer presents part of the solution.NOTE: Each correct selection is worth one point. A. Dataflow B. Business process flow C. Power BI Desktop D. Data gateway

A,D

You create a canvas app named Hardware Order that suggests computer hardware to customers. A value must be entered for the EmployeeID field when creating a new order if the value in the OrderType field does not contain the prefix test. You need to configure the business rule. Which two actions should you perform? Each correct answer presents part of the complete solution.NOTE: Each correct selection is worth one point. A. Set the scope of the business rule to Entity. B. Add a Recommendation action and configure it to enter the order type. C. Set the scope of the business rule to All Forms. D. Use the following condition expression: (OrderType Does not begin with [test]) AND (Modified By Does not contain data)

A,D

You create a canvas app named Hardware Order that suggests computer hardware to customers. A value must be entered for the EmployeeID field when creating a new order if the value in the OrderType field does not contain the prefix test. You need to configure the business rule. Which two actions should you perform? Each correct answer presents part of the complete solution.NOTE: Each correct selection is worth one point. A. Set the scope of the business rule to Entity. B. Add a Recommendation action and configure it to enter the order type. C. Set the scope of the business rule to All Forms. D. Use the following condition expression:(OrderType Does not begin with [test]) AND (Modified By Does not contain data)

A,D

You create a canvas app. You need to make the app available to other people in your company. What are two possible ways to achieve the goal? Each correct answer presents a complete solution. NOTE: Each correct selection is worth one point. A. Grant access to individual users in your company. B. Share the app with a Microsoft Exchange distribution list. C. Grant access to a Microsoft Teams team. D. Share the app with a Microsoft Azure Active Directory security group.

A,D

You have been tasked with creating and deploying dashboards that will only be used by sales reps. The dashboards will show the following: ✑ Recent sales pipeline ✑ Open cases ✑ Fresh major wins ✑ Crucial prospects by postal code you have to make sure that the sales reps can take action based on the detailed information presented in dashboards. You need to create a type of dashboard that allows the sales reps to view the dashboard. What two solutions can you use? A. User dashboard B. System dashboard C. Single stream dashboard D. Multi-stream dashboard

A,D

You have recently built a canvas app. You are now required to share the app with your colleagues.Which of the following is TRUE with regards to sharing a canvas app? (Choose all that apply.) A. You can share the app with individual users. B. You can grant Co-owner permission to a security group if you created the app from within a solution C. The Co-owner permission is not available when sharing the app with individual users. D. You can share the app with a Microsoft Azure Active Directory security group.

A,D

You are an app maker. You are creating a canvas app.You do not have access to Power BI.You need to add charts to the app.Which three chart types can you add directly to the canvas app? Each correct answer presents a complete solution.NOTE: Each correct selection is worth one point. A. pie B. area C. funnel D. column E. line

A,D,E

You have two Common Data Service entities.You have been instructed to a Many-to-many relationship between the two entities.Which of the following is TRUE with regards to creating Many-to-many relationships? (Choose all that apply.) A. No explicit hierarchy exists. B. All entities can be used to create a Many-to-many relationship. C. You have to configure lookup columns. D. A Relationship table stores the data that associates the tables.

A,D. You do NOT need lookup columns

A company creates a model-driven app for use by their marketing team. The app is only accessible to the developer that created the app. You need to ensure that marketing team members can access the app. Which two actions should you perform? Each correct answer presents part of the solution.NOTE: Each correct selection is worth one point. A. Grant the security roles to the marketing team users. B. Grant the marketing team users the Read privilege on the table. C. Add the app to Microsoft Teams and add the users to the team. D. Grant the marketing team Read, Create, and Write privileges for the environment. E. Associate the security roles with the app.

A,E

A company plans to roll out several Power Apps apps to multiple business units across international operations. The apps must be managed through an application lifecycle management (ALM) solution to provide a consistent and predictable use experience. All changes to the app must be traceable and documented in a single location. You must be able to revert to a previous version of an app. The app release cycles must be as streamlined as possible. You need to create an application for the apps. Which two tools should you use? Each correct answer presents part of the solution.NOTE: Each correct selection is worth one point. A. Microsoft Azure DevOps B. Microsoft Visual Studio C. Lifecycle Services D. AppSource E. Common Data Service

A,E. DevOps requires CDS

Which two of the following are the correct statements for AI Builder Models? A. You can use AI builder models in Power Apps and Power Automate. B. You can use AI builder models only in Power Apps, not Power Automate C. You can use AI builder models in Power Automate, not Power Apps D. You can use the model as a component in an app but not as an action in a flow E. You can use the model as an action in a flow but not as a component in an app F. You can use the model as a component in an app, as new data in your database, or as an action in a flow

A,F

You are configuring a new Common Data Service environment by using the Power Apps Maker portal.You need to create an entity that uses the prefix xyz. Which four actions should you perform in sequence?

Add a new solution Add a new publisher Create an entity in the new solution Enter the entity display name and use the existing prefix SPCD, xyz

Consider the statement:"Restoring the visualization pane deletes all the visuals from the visualization pane except default visuals." A. True B. False

B, Restoring the visualization pane only applies to the default visuals. It does not affect the visuals that were added to the visualization pane and these visuals remain available from the visualization pane. AppSource or file visuals from the visualization pane need to be removed manually, if required.

You are developing a model-driven app that uses a Common Data Service database. App users will have a variety of different security roles. Development and testing must be performed using production data. Multiple testers must be used at each testing stage. You need to provision and configure new environments for development and testing. Solution: 1. Provision a trial environment named T1 and a sandbox environment named S1. 2. Copy the production environment to T1 and S1. 3. Use T1 for development and S1 for testing. Does the solution meet the goal? A. Yes B. No

B, Trial environments are only used for testing new features. They should only use sandbox environments

A company has locations in multiple countries and regions across four continents. The company stores the total amount of each order in the local currency of the country/region where the customer is located. The company stores the applicable exchange rates in a custom US dollars (USD) exchange rate table. You need to create a visualization that displays the total amount of orders by country/region in USD. Proposed solution: Create a custom rollup field of type currency on the country/region table that aggregates all the total amounts for the orders from that country/region and display this rollup field in a Power BI chart. Does the solution meet the goal? A. Yes B. No

B, Use a calculated field

You run the Accessibility Checker in the PowerApps Studio in order to check the accessibility of your canvas app. You want to find out the accessibility issues in different categories and proceed further to resolve them. In how many categories would the Accessibility checker classify the potential accessibility issues? A. 2 B. 3 C. 4 D. 5 E. 6

B, Warning, Error, Tip

You have been tasked with creating a canvas app that allows computer technicians to update job cards after client site visits. The app should also allow for the technicians to notify the sales executives instantaneously when clients order service contracts. As soon as the notification is sent, the technician has to be able to enter the service contract specifics. Which will achieve this? A. Button flow with user input that includes the Flow button for mobile trigger B. Cloud Flow

B, button flows require them to switch apps

You are creating a multi-page canvas app that loads tabular data from an external data source.Once loaded, the data must be available to all screens within the canvas app.You need to reduce the number of times that the app must retrieve data from the data source.Which two data stores can you use? Each correct answer presents a complete solution.NOTE: Each correct selection is worth one point. A. parameter B. global variable C. collection D. environment variable

B,C

Your company makes use of Microsoft 365, Microsoft Azure, and Power Platform for app development. Your company has a sister company that has the same Microsoft SharePoint and Azure configurations but have their own tenant. You have been tasked with building a mobile app that must also be made available to the sister company. The sister company, however, must be prevented from making changes to any of the app components. You need to make sure that when detecting versions of the app solution, the following must be detected to prevent whichever inadvertent problems resulting from rolling back individual components to a previous version. All app components of the application must be provided to the sister company. Which of the following Two should be run before publishing the components for export? (Choose all that apply.) A. Portal Checker B. App checker C. Flow checker D. Object Detector

B,C

Your company makes use of Microsoft 365, Microsoft Azure, and Power Platform for app development. Your company has a sister company that has the sameMicrosoft SharePoint and Azure configurations, but have their own tenant.You have been tasked with building a mobile app that must also be made available to the sister company. The sister company, however, must be prevented from making changes to any of the app components. Which Two following actions should you take? A. Navigate to the managed properties page, and set the value of the Allow customizations option to true. B. Navigate to the managed properties page, and set the value of the Allow customizations option to false. C. Export the app as a managed solution. D. Export the app as an unmanaged solution.

B,C

A company is implementing the Microsoft Power Platform to assist with consolidation of onsite inspections and audits of retail stores. Currently, the data used by the retail store inspections is located across multiple systems. The canvas app must use one database to view and record all data used in the inspection process. You need to design the solution. Which three capabilities should you implement? Each correct answer presents part of the solution. NOTE: Each correct selection is worth one point. A Use an embedded access management framework for user security. B Execute real-time data operations against external data sources through virtual entities. C Use Azure Active Directory for access management. D Store data used by a Power Apps app on both iOS and Android mobile platforms. E Use Azure Data Lake storage to host the transactional data.

B,C,E

You are creating a canvas app. You plan to use variables that are scoped to a screen to store values. You need to create and update the value of the variables. Which three functions can you use? Each correct answer presents a complete solution. NOTE: Each correct selection is worth one point. A. Collect B. Patch C. Navigate D. Set E. UpdateContext

B,C,E

A company has ten sales regions. Each salesperson is assigned to one region. You create a set of five standard views that all salespeople will use. Sales users only want to see information for their own region. Sales users must call sales leads within a week of receiving a lead. You need to recommend a solution for sales users. Which two actions will you recommend? Each correct answer presents a complete solution. NOTE: Each correct selection is worth one point. A Instruct users to create personal views that filter by region. B Instruct users to filter the view by region. C Configure the definition for each view to sort by region. D Configure the definition for each view to filter by region.

B,D

You have been tasked with building a canvas app that allows users to track to track time on mobile devices. You should add a Sign-in screen, a screen to record the user's time entries for the week, and a screen to amend the user's recent time records. Users will be issued ID cards that include the user's name and a recent picture, as well as a QR code that will include the user's employee number. You need to make sure that the user's employee number is read into the app. Which of the following actions should you take? A. You should add the Card control. B. You should add the Camera control. C. You should add the Barcode scanner control. D. You should add the Text input control. Reveal Solution

C

You have been tasked with creating apps for your company.You want to make use of a Power Platform tool that will make sure that an email is sent to a manager whenever a specified event occurs. What should you use? A. Virtual Agents B. Canvas App C. Power Automate

C

You create an app with multiple screens. Test users report that the size and type of gallery displayed on each screen are different. You must improve the consistency for the app screens. You need to create a reusable gallery that displays information based on the current record. Which three actions should you perform in sequence?

Component, Gallery, Input (CGI)

A company uses Microsoft Power Platform. You create a solution with components You deploy the solution in the production environment Users report issues with a process. You open the last imported solution. You need to troubleshoot the issue. What should you view? A Solution dependencies B Solution classic view C Solution status overview D History

D

You are an app maker for a college. You create an app for student enrollment. The app captures the education level of the applicants.The education level at the time of enrollment is an option set is in the student entity. The entity includes three levels:✑ High school✑ College✑ BachelorYou must split the College option into two option sets:✑ College `" 1 Year✑ College `" 2 yearsThe split must not impact existing data.You need to create the two option sets.Which three actions should you perform in sequence?

Open table Add option Save (you save tables, not publish) OArS


Ensembles d'études connexes

FINC exam 2 practice/HW/clicker questions

View Set

Post Lab Questions: Sc. Inquiry & Lab Safety

View Set

N125 Case Study Heart and Neck Muscles

View Set

Migration: Push and Pull Factors

View Set

Life insurance policy provisions, options and riders

View Set

Ch 19: Alterations in Women's Health

View Set

ExamFX, Life Insurance Policy Provisions, Options and Riders, I. Settlement Options

View Set