PL-100 Knowledge Check

Pataasin ang iyong marka sa homework at exams ngayon gamit ang Quizwiz!

How can you create a flow that reoccurs daily? a. Create the flow and connect the flow to a calendar. b. Create the flow and set the flow flag frequency to daily reoccurrence. c. Set the Schedule - Recurrence trigger frequency to daily and interval to 1. d. Create the flow and set the flow flag frequency to hourly and the value to 24.

B

You create a canvas app within a Power Platform environment. You need to identify potential accessibility issues for the canvas app before making the app available to other users. Which tool should you use? A. Portal Checker B. App Checker C. Solution Checker

B

What is Power Automate?

Power Automate is a tool that lets you design workflows. Workflows are automated processes that happen while utilizing your data inside of your apps. A common use of Power Automate is to receive notifications. For example, you can instantly receive an email or a push notification on your phone whenever a sales lead is added to Dynamics 365 or Salesforce.

What is the design process for model-driven apps?

Business Requirements, Data Model, Business Logic, and Output

You are creating a model-driven app that allows users to create and edit a list of existing accounts. You need to display a list of all active accounts. Which user interface components should you use? A. view B. gallery C. data table D. form

C

Which of the following is a requirement to share button flows? a. An account that has access to Power Automate. b. An account that is a System Customizer. c. An account that is a System Administrator. d. A SharePoint account and Power Automate sharing rights.

a

Which of the following isn't a User Security role? a. Application Administrator b. Delegate c. Basic User d. System Customizer

a

Which of the following statements about restricted tables is false? a. Customers can add restricted tables to Dataverse. b. Restricted tables store and maintain product-specific configuration data for Dynamics 365 products that are typically not used outside of the Dynamics application. c. The restricted table is accompanied by advanced logic that creates and maintains data in a specific way when it is used within a Dynamics 365 product. d. Restricted tables require a specific Dynamics 365 product license or the Dynamics 365 Plan.

a

Which portal offers a quick way to add users and set permissions? a. Power Apps Advanced Customization b. Classic Administration Center (Solution Explorer) c. Microsoft Power Platform Admin Portal d. Power Apps Admin Portal

a

Which of the following cannot be added to a quick form? a. IFRAME b. Fields c. Tabs d. Script

a. IFRAME

A company delivers products to multiple communities. The company creates a canvas app connected to a Common Data Service 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 Explanation: Can use a global option set, no need to use localized option sets.

Which portal offers a quick way to manage environments and users? a. Power Apps Advanced Customization b. Classic Administration Center (Solution Explorer) c. Microsoft Power Platform Admin Portal

c

Which table type is not a part of Dataverse? a. Standard b. Complex c. Open d. Restricted

c

If you need to display form data on a dashboard, what form type should you use? a. Quick view b. Main c. Card d. Quick create

c. Card

What is an editable grid? a. A form used to display a dashboard. b. A function to create new fields. c. A specific form type that can be used to edit and create new fields. d. Special controls for editing select fields from a view without having to open the specific record.

d

How can business rules be used in both canvas and model-driven apps? a. To validate data and show error messages. b. Show or hide fields. c. Manage solution development and data storage.

a

If you want to clear the existing stored value, what would you set the value of a choice column to when using the Patch() function? a. Blank() b. Empty() c. IsBlank() d. Reset()

a

What is not a valid type of a list of values for a choice or choices column? a. Private choice b. Global choice c. Local choice

a

When using functions that process Tables of data, the table must come from? a. Unfiltered data sources b. Any data source but not collections c. Single column tables only d. The functions will accept any table. The table may come from a tabular data source, a collection or a Table function

d

Where do you configure and customize your app? a. In Power Apps Mobile b. In the Power Apps admin center c. In Microsoft Dynamics 365 d. In Power Apps Studio

d

Which of the following can be done in Dataverse? a. Export data from a table. b. Export data from one or more tables as zipped markdown files. c. Load data from any file type into a table. d. All of the above.

d

Which of the following statements is true about users? a. You can't add users to access data in Dataverse. b. Public users outside of your Azure Active Directory can access Dataverse data. c. You can enable anonymous access to any data in Dataverse. d. You can add users to access data in Dataverse from within your Azure Active Directory.

d

What is the most commonly used data source to store your personal documents? a. Microsoft OneDrive b. SharePoint c. Dataverse d. Excel

a

You need to create a model-driven app without using code. Which tools should you use for each requirement? Requirement: - Select the forms and views that the app will use. * Site Map Designer * Solution Explorer * App Designer * Entity View - Design the navigation for the app. * Site Map Designer * Solution Explorer * App Designer * Entity View

- Select the forms and views that the app will use: App Designer - Design the navigation for the app: Site Map Designer

You create multiple apps as part of an unmanaged solution. You need to move the apps to another environment. You need to pick the appropriate solution type for each requirement. Which types of solutions should you create? Assign Managed or Unmanaged to the following: - Edit Existing Components of the solution - Add new components to the solution. - Export the solution

- Unmanaged - Unmanaged - Managed

An administrator plans to create and deploy dashboards for use only by sales associates. The dashboards will display the current sales pipeline, open cases, recent major wins, and key opportunities by postal code. Sales associates must be able to act on the specific data displayed in dashboards. You need to create the dashboards. Which type of dashboards should you create? To answer, select the appropriate dashboard for each requirement Requirements - Ensure that all sales associates can view the dashboard. * User * System - Ensure that sales associates can interact with data from the dashboards. * Standard * Multi-Stream * Single-Stream

- Ensure that all sales associates can view the dashboard. * User - Ensure that sales associates can interact with data from the dashboards. * Single-Stream

You are creating entities in a Common Data Service database to capture sales data.You create an entity named Sales that includes the following fields: SalesPerson - The name of the salesperson who made the sale Quantity - The number of units sold Rate - The sale price per unit GrossAmount - A value obtained by multiplying the Quantity times the Rate. This value is for display purposes only DiscountAmount - An amount that a SalesPerson enters into the app to discount a sale NetAmount - A Value obtained by subtracting the DiscountAmount from the GrossAmount You create a new entity that includes a field named TotalSales. The field is used to capture the aggregated sales for each SalesPerson. You need to configure the fields for the entities. Which field types should you use on each Field Name? Field Types: - Rollup - Calculated - Simple Field Name: - GrossAmount - DiscountAmount - TotalSales

- GrossAmount : Calculated - DiscountAmount : Simple - TotalSales : Rollup Explanation: Box 1: Calculated - Calculated columns are calculated in real-time when they are retrieved. Calculated columns can be composed using different data types. For example, an Integer calculated column may reference values from Decimal or Currency columns. Box 2: Simple - A simple column isn't defined as a calculated or rollup column. Box 3: Rollup - Because rollup columns persist in the database, they can be used for filtering or sorting just like regular columns.

You need to configure the relationships between the entities. Which relationship types should you use? Background information: Clients - Clients are assigned to a branch office Bank Accounts - A client may have miltiple bank accounts. a bank account may have multiple clients as bank account owners. Branch offices - Clients are assigned to a branch office Employees - Each employee works at only one branch office Relationship types: - 1 : N - 1 : 1 - N : 1 - N : N. You need to configure the relationships between the entities. Which relationship types should you use? 1. Clients : Bank Accounts 2. Clients : Branch Offices 3. Branch Offices : Employees

1. Many to Many or N:N 2. Many to One or N:1 3. One to Many or N:1

A company uses Power Automate and Power Apps to streamline business processes. You need to use AI Builder to analyze customer reviews of the company's products. In which order should you perform the actions? 1. Publish the Model 2. Connect data to the model. 3. Train the model. 4. Use the model in a Power Automate flow.

2, 3 , 1, 4

Every flow has two main parts, a trigger, and one or more actions. Which of the following best describes an action? a. Actions are what you want to happen when a trigger is invoked. b. Actions will trigger the frequency of the flow reoccurrence. c. Triggers are what you want to happen when an action is invoked. d. Flow actions trigger the flow to occur as long as the defined value of the trigger is met.

A

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 the Common 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

AD Explanation: The on-premises data gateway acts as a bridge to provide quick and secure data transfer between on-premises data (data that isn't in the cloud) and several Microsoft cloud services. These cloud services include Power BI, PowerApps, Power Automate, Azure Analysis Services, and Azure Logic Apps. By using a gateway, organizations can keep databases and other data sources on their on-premises networks, yet securely use that on-premises data in cloud services. Can use the Power Platform dataflows to load entity in CDS with the option to transform data.

You are designing a canvas app that will be used by all users including users who have vision impairments. Which outcome is achieved by each action? Assign an outcome to each action. Not all options may be used. Outcomes: - Not visible to any users - Visible to sighted users only - Visible to screen-reader users only - Visible to both sighted and screen-reader users Actions: - Set the values for the X and Y properties of a control to move the control off-screen - Set the Color and other related properties of a control to transparent. - Set the height and width properties of a control to 1.

Actions: - Set the values for the X and Y properties of a control to move the control off-screen Outcome: Visible to sighted users only - Set the Color and other related properties of a control to transparent. Outcome: Visible to screen-reader users only - Set the height and width properties of a control to 1. Outcome: Not visible to any users

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. Proposed solution: Use an Entity Extraction model. Does the solution meet the goal? A. Yes B. No

B Explanation: Instead use the Use a Text Recognition model. Note: Create a canvas app and add the text recognizer AI Builder component to your screen. This component takes a photo or loads an image from the local device, and then processes it to detect and extract text based on the text recognition prebuilt model. If it detects text in the image, the component outputs the text and identifies the instances by showing a rectangle for each instance in the image.

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 Explanation:You set the value of the global variable with the Set function. Set( MyVar, 1 ) sets the global variable MyVar to a value of 1.Use the Back and Navigate function to change which screen is displayed.

How can you incorporate AI Builder logic in a Power Automate flow? a. By adding a new step in your flow and searching for the AI Builder action name b. By developing your own AI Builder connector c. By selecting AI Builder in the trigger action of your flow d. By creating a Power Automate version of the AI model

a

How many recordings do you need to analyze a process? a. At least 2 b. At least 3 c. At least 5 d. At least 10

a

If you wanted to create a standard procedure or process for handling service requests what type of logic would be best to implement? a. Business process flow b. Business rule c. Workflow d. Flow

a

In Microsoft Dataverse, where is your data being stored? a. Tables b. Forms c. SharePoint d. Access

a

How do you specify what happens when a user selects a button or control? a. Use the click wizard b. Set the OnSelect property to the formula that you want to run. c. Set the OnClick property to the formula that you want to run. d. Power Apps cannot run formulas based on user selections.

b

One of your co-workers has set up a Model-driven application using Dataverse. The app captures information about computer hardware assets, including their price. Your co-worker is concerned that users of the application are going to forget to populate the cost center if the part is expendable. How could this be prevented? a. Use Power Automate to validate that the cost center column value is populated. b. Use a Business Rule to make the cost center field required if the expendable field is true. c. Use a Canvas App instead of a Model-driven app.

b

Power Apps automatically creates three screens for you when you build an app from a data source. Which of the following is not one of the screens created? a. Browse Screen b. New Screen c. Edit Screen d. Details Screen

b

What are templates used for in Power Automate? a. As demos to learn how Power Automate flows work. b. As working flows, which you can select and start using for business use. c. As partially work flows templates, which need several design changes. d. A template with actions only. You need to add conditions.

b

When can you create a choice? a. When you edit an existing column b. When you define a new column c. When you delete an existing column

b

When creating a Table, what are the two types of relationships you can create? a. One-to-many and One-to-one b. One-to-many and Many-to-many c. Many-to-one and Many-to-many d. One-to-one and Many-to-many

b

What is the purpose of using Power Automate flows for AI Builder? a. To easily create AI models b. Automatically create applications that use AI models c. Automate and use AI models at scale d. Schedule training of your AI models

c`

How many apps can use the same Table? a. 1 b. 20 c. 100 d. Unlimited

d

You would like to be alerted to when a change is made to a list, what are some ways in which Power Automate can help? a. Power Automate can send up a flare near you to alert you of changes. b. You can write a flow with Power Automate to send push notifications, texts, or emails for various triggers. c. Sorry, Power Automate can't help with that. d. Power Automate can send out a tweet whenever a list item is changed.

B

Which column type displays a list of options where more than one can be selected? a. Multiline Text b. Choice c. Choices d. Image

c

Each maker at a company has a separate Common Data Service environment. You are customizing a canvas app. You create two new entities in your environment. You are leaving for a vacation. Another maker will continue customizing the app in your absence. You need to transfer the work to the other maker and ensure that you can work on the updated app when you return from your vacation. What should you export? A. an unmanaged solution that includes all customizations B. the default solution C. a managed solution that includes all customizations D. the app

A Explanation: Unmanaged Solution: The beginning state of solution is the unmanaged solution state. During this phase, you can add, edit, update, remove, delete, and test any of the components of the 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 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. Proposed solution: Use a Text Recognition model. Does the solution meet the goal? A. Yes B. No

A Explanation: Create a canvas app and add the text recognizer AI Builder component to your screen. This component takes a photo or loads an image from the local device, and then processes it to detect and extract text based on the text recognition prebuilt model. If it detects text in the image, the component outputs the text and identifies the instances by showing a rectangle for each instance in the image.

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 Explanation: Manage environment in the Power Platform admin center.

You create a model-driven app for a company. The app will be used to manage events that the company organizes. The Events entity ownership type is set to User or team. Members of the marketing team are assigned the MarketingTeam security role. All privileges for the role are set to User access. All employees must be able to view event records. Only members of the marketing team are permitted to create or edit event records. You create a role named OtherEmployees. You need to configure the MarketingTeam and OtherEmployees security roles. Which three actions should you perform? Each correct selection presents a part of the solution. NOTE: Each correct selection is worth one point. A. Set the access level for the OtherEmployees security role to Organization for the Read permission. B. Set the access level for the MarketingTeam security role to Organization for the Read permission. C. Set the access level for the OtherEmployees security role to None Selected for the Read permission. D. Set the access level for the MarketingTeam security role to None Selected for the Read permission. E. Set the access level for the MarketingTeam security role to None Selected for the Create and White permission. F. Set the access level for the OtherEmployees security role to None Selected for the Create and Write permission.

A, B, and E

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. Proposed solution: Use a Category classification model. Does the solution meet the goal? A. Yes B. No

B Explanation: A Category classification model categorizes text by its meaning

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. Proposed solution: Use a Key Phrase Extraction model. Does the solution meet the goal? A. Yes B. No

B Explanation: The key phrase extraction prebuilt model identifies the main points in a text document.

In a Common Data Service database, you create a canvas app and a custom entity. The app also reads data from the Account entity in the Common Data Service database. Entity access permissions will be controlled by the Common Data Service User security role. You create a Common Data Service solution. You need to replicate the changes to a new Common Data Service 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. Common Data Service User security role D. Sitemap

B and C

You create a canvas app. A user is not able to determine which field currently has focus. You run App checker to identify errors. You need to verify that the focused border thickness is set to a value greater than zero. Which section of the App checker results should you check? A. Rules B. Performance C. Accessibility D. Runtime

C Explanation: The Accessibility checker classifies each issue as an error, a warning, or a tip based the issue's severity.

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

C and D

You are creating a capacity planning dashboard with Power BI desktop. The dashboard must be able to be used within a model-driven manufacturing planning app as well as be embedded within a Microsoft Teams channel. The data sources are as follows: Sales log that show pending sales by product - Microsoft excel workbook Work estimates, cost estimates, and start ending dates for each job activity by employee - Common Data Service Entity Actual work values and associated costs of work to date by job activity and employee - On-premises Microsoft SQL server-based ERP system Employee Information - On-premises Microsoft SQL Server-based ERP system You need to determine the appropriate method for accomplishing each task. Which methods should you use? Connect to the ERP System: - Use a Data Gateway - Use a Custom Connector - Use a Service Content Pack Create the relationship between the employee file and the work estimates. - Create a composite model - Create an aggregated table - Create entity relationships in the CDS Solution Explorer Create calculations for work remaining, and remaining budget. - Create a Data Analysis Expressions formula - Create an aggregated table - Create a modeling view

Connect to the ERP System: - Use a Data Gateway Create the relationship between the employee file and the work estimates. - Create entity relationships in the CDS Solution Explorer Create calculations for work remaining, and remaining budget. - Create an aggregated table

What are the four types of forms?

Quick Create - A more streamlined process of main forms but with less options Quick View - It provides a template to view information about a related table row within a form for another table row. Card - Card forms are designed to present information in a compact format that is suitable for mobile devices. Main - These are the primary user interface where people view and interact with their data. Main forms provide the widest range of options and are available for model-driven apps.

Which of the following sample apps is not created in your environment when you toggle "Include sample apps and data" to true? a. Asset Checkout b. Innovation Challenge c. Customer Survey d. Fundraiser

c

What is the primary use of Approvals in Power Automate? a. Manage the approval of documents or processes across several services. b. Manage the approval of documents only. c. Manage the approval of services such as SharePoint. d. Manage the approval of Microsoft Word documents and Dynamics 365 processes.

a

When you share an app, what two permission levels are available? a. User and Co-Owner b. Editor and Co-Owner c. User and Editor d. Editor and Owner

a

Which of the following can be done in Dataverse? a. Export data from a table. b. Export data from one or more tables as zipped markdown files. c. Load data from any file type into a table. d. All of the above.

a

Which of the following can you use Excel for with Microsoft Dataverse tables? a. Add and create new tables to store data. b. Add, edit, or delete data. c. Add and delete tables. d. Create new tables and add data to the new table.

a

Which of the following statements is true about alternate keys? a. Alternate keys are created automatically to support primary keys. b. Alternate keys improve database performance. c. The primary key of a table is a GUID and meaningless to users, so an alternate key can help identify the key.

b

With a Per user license in Dataverse, you can use and access any table except which of the following? a. Standard tables b. Restricted tables c. Certain tables that contain complex logic d. Custom tables

b

When you publish a new version of your app, what do users need to do? a. To see the new version, everyone with whom the app was shared must reinstall it. b. Everyone with whom you shared the app will automatically see the new version. c. All previous versions are deleted. d. Delete the old version app, then install the new version of the app.

b

Where can you find preconfigured AI Builder flows that you can use to build your own flow? a. My flows b. Templates c. Solutions d. Power Apps

b

Which of the following can choices contain? a. Numbers, Images, or Text b. Numbers or Text c. Text only d. Numbers only

b

Which of the following is not a type of security role? a. User b. Global Security Role c. Environment Maker d. Delegate

b

Your manager has built a solution using the Microsoft Dataverse using a few of the standard tables included out of the box. He wants to capture the date that new records are added to the Entity, but he isn't sure how. He notices that a "Date" field is already inside his Entity, but he wants the field to have a custom name of "Date Confirmed". What would you recommend he do? a. Create a new table with the name "Date Confirmed". b. Use the built-in Date column within the table to store the date values, but rename the column to "Date Confirmed". c. Create a new Environment with the name "Date Confirmed".

b

What type of choice can only be used by the table and column that they are created against? a. Standard choices b. General options sets c. Local choices d. Special choices

c

What user information is available with the button trigger? a. User name, manager email, department, and phone number. b. User name, email, department, and phone number. c. User name, user email, full address, latitude, longitude, and timestamp.

c

When building model-driven apps, which designer is used to define the navigation of your app? a. App designer b. View designer c. Site map designer d. Dashboard designer

c

When creating Button Flows you can use trigger tokens to capture which of the following information? a. Phone Number b. Date of Birth, phone number and email address c. GPS, date and time, user name and email address d. Full address, manager information, and phone number

c

When deploying role-based security in the Microsoft Dataverse, which of the following products allows you to control access to tables for different users? a. SQL Server b. Azure portal c. Dynamics 365 d. SharePoint

c

When you create an app from data, which of the following best describes your ability to customize? a. The app is read only. b. You can modify the formulas but not the screens or layouts. c. You can modify all aspects of the app including screens, layouts, and formulas. d. You can modify the layout of the app, but you cannot customize the functionality.

c

Which administrative portal shows usage data? a. Power Apps Advanced Customization b. Solution Explorer c. Microsoft Power Platform Admin Portal d. Power Apps Admin Portal

c

Adding a user to Dataverse automatically assigns that user to all the following roles except which one? a. Basic User b. Environment Maker c. System Customizer

c

An environment in Dataverse can contain all of the following except which one? a. Power Apps apps b. Power Automate flows c. Many instances of Dataverse databases d. A single Dataverse database

c

How do you make a column that is required? a. Delete the column from the table. b. Create a new column. c. Edit the column and change the required dropdown. d. Add a column to a table.

c

The aggregate functions support the following inputs? a. Only Table data with an expression -- Example Sum(Table, Column1) b. Only Manual data -- Example Sum(1,2,3) c. Both Table data and Manual data d. Only Table data without an expression -- Example Sum(Table)

c

What are connectors used for in Power Automate? a. Connectors are used to start a flow. b. Connectors let you build a flow that accepts user input. c. Connectors let you connect to a service like Salesforce, Microsoft 365, Twitter.

c

What are some actions for which you can use the admin center? a. Connect to Dynamics 365 and write flows b. Share and create button flows c. Manage Environments and Data policies d. Import and Export flows

c

What is a common business process achieved in Power Automate? a. Creating a request for cloud storage. b. Using Artificial Intelligence. c. Creating an approval flow.

c

What is a variant? a. A grouping of actions b. A recording that fails to be analyzed and must be rerecorded c. A specific path (same steps in the same sequence) that users take to complete a process d. A recording that takes much longer than the others

c

What is the purpose of the Gallery control? a. To edit a single record b. To display a single record c. To display and select all records from the data source d. To show images that might or might not be related to your app

c

What process advisor role does another user need to add recordings to your process? a. Only contributors can add recordings. b. Only co-owners can add recordings. c. Contributors or co-owners can add recordings. d. No one can add recordings to your process, whatever their permissions.

c

Which of these statements about data sources is true? a. In Power Apps, app data comes primarily from your local device. b. Power Apps is not able to connect to external data. All data must be stored in the Power Apps app. c. Power Apps uses connectors to connect to Data Sources. If the data source supports it, Power Apps can read and write to the data source.

c

After a flow has been exported, who can import the flow? a. Only System Customizers b. Only System Administrators c. Only the user that exported the flow d. Anyone that receives the zip file can import it

d

Security roles are used for all of the following except which one? a. Limiting Access to data b. Restricting access to an environment c. Restricting actions that users can perform on data d. Restricting printing

d

What Power Fx function do you use to get a table of possible values for a choice column? a. Select() b. Choices() c. LookUp() d. None, you should manually build the table

d

What are the key items to build a flow across multiple data sources? a. Data source location (online/on-premises), license requirement, column types, and column names. b. Data source location (online/on-premises), license requirements, and flow type. c. Data source location, environment type, and flow type. d. Data source location and license type.

d

What connectors can automation recommendations suggest for improving your business processes and increasing efficiency? a. Automation recommendations only include Premium connectors. b. Automation recommendations only include Office 365 connectors. c. All connectors can be recommended, except AI Builder and Power Automate Desktop. d. All connectors that are relevant to your process will be suggested, including Power Automate Desktop to automate legacy applications.

d

What function can you use in the formula for the ForAll function to overcome not being able to use Set and UpdateContext? a. You can use Set and UpdateContext in ForAll. b. You can use the Collect function. c. You can use the ForAllVariable function. d. You can use the Patch function.

d

What is the benefit of building a model-driven app? a. Logic-focused design, no code required, and different UIs across multiple devices b. Complex responsiveness with different UIs across multiple devices c. Apps can be distributed by using complex coding and different UIs across mobile devices d. Component-focused design, no code required, complex responsiveness with similar UI across multiple devices, and apps can be distributed as solutions

d

When creating flows across data sources do the column names need to match? a. Yes. b. Yes, but only for numerical column types. c. No. d. Yes, but only for choice type column types.

d

When sharing a model-driven app, which of the following statements is true? a. Users just need to be added to a predefined security role. b. Users just need to be added to a custom security role. c. Model-driven apps do not need to be shared, they are accessible to anyone with the app link. d. Users need to be added to a predefined or custom security role and then you also need to assign one or more security roles to the app.

d

Which of these is a reason to use environments? a. Create packaged solutions b. Managing data capacity by adding new environments c. Share apps outside of your organization d. Manage access to data

d


Kaugnay na mga set ng pag-aaral

Real Estate Principles 2 - Financing Principles

View Set

Simultaneous equations: Solution by Elimination

View Set

Social Studies Ancient Greece Assessment

View Set

History 3.3 The Maritime Provinces

View Set

Strength And Conditioning Exam 2

View Set

A Beka: Vocabulary Spelling Poetry V Quiz 08B (English 11)

View Set

Chapter 12 Communication in Organizations Key Concepts

View Set

Driving Academy Review Questions

View Set

Unit 13: Entering the 21st Century

View Set