Topic 3 - Question Set 3 Flashcards
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. Assign the Text property of TIC1 to the OnSelect property of a TIM1.
D. Add the clock icon to the app and use the OnSelect property to set the Duration property for TIM1.
D. Add the clock icon to the app and use the OnSelect property to set the Duration property for TIM1.
HOTSPOT -
A company is building a Power Apps app to track key project tasks.
Users assign three tasks a risk status on a scale of 0 to 100 by using slider input controls named RiskStatus on the app. The highest risks use the risk status value of 100.
If the combined value of all the tasks is 150 or above, a header bar on the screen must display the text HIGH RISK.
You need to configure a solution to change the text on the header bar.
How should you configure the app? To answer, select the appropriate options in the answer area.
NOTE: Each correct selection is worth one point.
Hot Area:
Box 1: On each RiskStatus slider input
You can change the value based on input.
Box 2: Updateif(..)
Use the UpdateIf function to modify one or more values in one or more records that match one or more conditions. The condition can be any formula that results in a true or false and can reference columns of the data source by name. The function evaluates the condition for each record and modifies any record for which the result is true.
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. Use an existing data connector.
DRAG DROP -
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? To answer, move the appropriate actions from the list of actions to the answer area and arrange them in the correct order.
NOTE: More than one order of answer choices is correct. You will receive credit for any of the correct orders you select.
Select and Place:
Actions:
Add a gallery control
Add an input property
Create a component
Add a screen
Create a form
Add an output property
Create a component
Add an input property
Add a gallery control
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
Correct Answer: A
Trigger - When an item is created
Triggers when an item is created.
MS Flow will trigger when an item is created in the list. It will return all list item properties which can be used in the Flow.
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. Power Apps solution explorer
C. Power Apps Maker portal
There are two designers you can use to create and edit 1:N (one-to-many) or N:1 (many-to-one) relationships:
✑ You can create and edit 1:N (one-to-many) or N:1 (many-to-one) entity relationships in Power Apps portal
✑ You can create and edit create and edit 1:N (one-to-many) or N:1 (many-to-one) entity relationships using solution explorer
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 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. Common Data Service
A. Flow button for mobile
HOTSPOT -
A coworker creates a canvas app.
The canvas app contains the following formula. The formula is attached to the OnVisible property of the first screen that users see:
Collect(
Toolbox,
{Tool: “Hammer”, Quantity: 1.},
{Tool: “Screwdriver”, Quantity 2})
You are updating the canvas app.
For each of the following statements, select Yes if the statement is true. Otherwise, select No.
NOTE: Each correct selection is worth one point.
Hot Area:
The formula will update multiple records in a data source named Toolbox if the record exists
A local collection is created to store data if a data source named Toolbox does not already exist.
If a collection named Toolbox exists the formula will clear any existing records before making any changes.
The formula will update multiple records in a data source named Toolbox if the record exists. NO
A local collection is created to store data if a data source named Toolbox does not already exist. YES
If a collection named Toolbox exists the formula will clear any existing records before making any changes. NO
Box 1: No -
Records are added, not updated.
Box 2: Yes -
The Collect function adds records to a data source.
Syntax: Collect( DataSource, Item, … )
DataSource ג€” Required. The data source that you want to add data to. If it doesn’t already exist, a new collection is created.
Item(s) - Required. One or more records or tables to add to the data source.
Box 3: No -
No records are cleared.
You are an app maker.
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 cannot be exported and distributed to another environment.
This is a special solution that contains all components in the system. The default solution is useful for discovering all the components and configurations in your system.
Why you shouldn’t use the default solutions to manage customizations
There are a few reasons why you shouldn’t create apps and make customizations in either of the default solutions:
✑ The default solution can’t be exported; therefore, you can’t distribute the default solution to another environment.
The default solution contains all components and customizations from all solutions in the environment.
By default, all enabled users can create apps and customize components in the Common Data Services Default Solution.
It’s difficult to locate or identify the customizations you’ve made in the environment by using either default solution.
When you use either default solution to create components, you’ll also use the default publisher assigned to the solution. This often results in the wrong publisher prefix being applied to some components.
You are creating an app for an organizationג€™s human resources (HR) department. You create an Employee entity in an unmanaged Common Data Service solution.
Another user creates the following Power Automate flows separately from the solution:You are creating an app for an organizationג€™s human resources (HR) department. You create an Employee entity in an unmanaged Common Data Service solution.
Another user creates the following Power Automate flows separately from the solution:
FlowA: Send email to the HR manager when a new document is uploaded to Microsoft SharePoint
FlowB: Send email to the HR manager after a user selects a document in Microsoft OnDrive for Business and runs the flow
FlowC: Send email to the HR manager at 8 AM daily if new documents are uploaded in Microsoft OneDrive for Business since the previous day
FlowD: Send email to the HR manager when a new employee record is added.
You need to incorporate the flows that can be added to the solution.
Which two flows can you include? Each correct selection presents a complete solution.
NOTE: Each correct selection is worth one point.
A. FlowA
B. FlowB
C. FlowC
D. FlowD
FlowA: Send email to the HR manager when a new document is uploaded to Microsoft SharePoint
FlowD: Send email to the HR manager when a new employee record is added.
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. Set the scope of the business rule to Entity.
D. Use the following condition expression: (OrderType Does not begin with [test]) AND (Modified By Does not contain data)
DRAG DROP -
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? To answer, move the appropriate actions from the list of actions to the answer area and arrange them in the correct order.
Select and Place:
Create an entity in the new solution
Enter the entity Display Name for using the existing prefix
Add a new solution
Enter the entity Display Name and modify the prefix xyz
Add a new publisher with the prefix xyz
Add a new publisher with the prefix xyz
Add a new solution
Create an entity in the new solution
Enter the entity Display Name for using the existing prefix
DRAG DROP -
You have the following Common Data Service entities: BusinessContracts and BusinessAccounts.
You need to configure an N:N relationship between the two entities.
Which three 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.
Select and Place:
Select Add relationship.
Select the BusinessAccounts entity as the related entity.
Open the relationship tab of the BusinessContracts entity.
Choose the Relationship Name and Relationship Entity Prefix
Step 1: Open the relationship tab of the BusinessContracts entity.
View entity relationships -
From the Power Apps portal, select either Model-driven or Canvas design mode.
Select Data > Entities and select the entity that has the relationships you want to view.
With the Relationships tab selected, you can select the following views:
Step 2: Select Add relationship..
Create relationships -
While viewing entity relationships, in the command bar, select Add relationship and choose Many-to-many.
Step 3: Select the BusinessAccounts entity as the related entity.
You are an app builder for a medical office. The medical office uses activities to book appointments and business process flows to track patient status. The cleaning staff wants the app to connect directly to a Microsoft Excel workbook to track cleaning tasks. The office does not have access to reporting tools including
Power BI.
You need to create apps for the following groups of users. Apps must not require customizations or the use of additional products.
Groups:
Reception area and staff
Medical Staff
Cleaning Staff
Comments:
Reception: Users will access the app only from desktop devices in the office
Medical: Users will access the app from tablet devices
Cleaning: Users will access the app only from mobile phone devices
Requirements:
Reception: Users must be able to access contacts and display activities as a doughnut chart.
Medical: Users must be able to access activities and business process flows
Cleaning: Users must be able to interact with a checklist to mark cleaning tasks as completed.
Which type of app should you build for each group? To answer, drag the appropriate app types to the correct groups. Each app 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.
App Types:
Canvas App
Model-driven App
Embedded canvas app
Reception area and staff - Canvas App
Medical Staff - Embedded canvas app
Cleaning Staff - Model-driven App
DRAG DROP -
You plan to create apps for a company.
You need to identify the Power Platform tools required.
What 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.
NOTE: Each correct selection is worth one point.
Select and Place:
Tools:
Power Virtual Agents bot
Power Automate
Canvas App
Model-Driven App
Requirement:
Create an app with a customized user interface that allows users to quickly create support tickets
Create an app that uses a guided business process to navigate through all records associated with a support ticket.
Send an email to a customer support manager every time a support ticket is created
Create an automated chat tool that guides a customer through the support ticket creation process
Create an app with a customized user interface that allows users to quickly create support tickets - Canvas App
Create an app that uses a guided business process to navigate through all records associated with a support ticket. - Model-Driven App
Send an email to a customer support manager every time a support ticket is created - Power Automate
Create an automated chat tool that guides a customer through the support ticket creation process - Power Virtual Agents bot
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.
NOTE: Each correct selection is worth one point.
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. You placed all connectors into the Business group within the DLP policy.
D. You are not assigned the Environment Admin role.
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. pie
B. area
E. line
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 a canvas app that displays a list of accounts.
Users must be able to select an account and view details for the account. The app must include a feature that brings the user back to the list of accounts.
You add a blank screen named Screen_Accounts and add a gallery named Gallery_Accounts to the screen. You set the data source of Gallery_Accounts to
Accounts and add another blank screen named Screen_AccountDetail.
You need to complete the app.
Solution:
✑ Add an edit form to Screen_AccountDetail and set the Default Mode of the form to View.
✑ Set the OnSelect property of Gallery_Accounts to Navigate(Screen_AccountDetail).
✑ Set the data source of the form to Accounts.
✑ Set the Item property of the form to Selected.
✑ Add a back icon on Screen_AccountDetail and set its OnSelect property to Navigate(Screen_Accounts).
Does the solution meet the goal?
A. Yes
B. No
A. Yes