PL-900 (2) Flashcards
You create a copilot in microsoft teams using copilot studio
You need to configure the copilot to identify when an email address is included in a users response to the copilot
What should you use
1 Prebuilt entities
2 Custom entities
3 Variables
4 Topics
1 Prebuilt entities
Copilot studio has this entities to capture common information like name, age, phone number, etc including email address
A company plans to use AI builder to improve business productivity
You need to determine which prebuilt AI models are available for use
Which three types of models ara available?
1 Sentiment analysis
2 Tex recognition
3 Language detection
4 Object detection
5 Document processing
1 Sentiment Analysis
2 Text recognition
3 Language detection
A coworker creates a custom AI Builder model that classifies text based on historical classification
You are creating a Power automate cloud flow in which you add the AI builder action named classify text into categories with one of you custom models. The coworker custom AI Builder model is not available in the list for that action. You confirm that the environment security role is assigned to your profile You need to ensure that the custom AI Builder model is available in the list What should you ask the coworker to do?
1 Train the model and publish the model
2 Change the name of the model
3 Include additional historical data for the model
4 Assign you the basic user security role
1 Train the model and publish the model
You create a canvas app
You need to format currency values in the app to always two decimal places
Which code segment should you use
1 Text (“Currency value”, “$#,###0.0”)
2 Match (“Currency value”, “$#,###0.0”)
3 PlainText (“Currency value”, “$#,###0.0”)
4 Value (“Currency value”, “$#,###0.0”)
1 Text function
The text function formats a number or date time value
A company uses Microsoft Power Platform
You need to describe the features of Power Apps What are two features of canvas app
1 Access apps anonymously
2 Control functionality with Microsoft Power Fx formulas
3 Embed entire Power BI dahsboards
4 Include artificial intelligence
1 Control functionality with Microsoft Power Fx formulas
2 Include artificial intelligence
You plan to create a canvas app that allows users to view a list of current scores for all local professional sporting events
Each game should display the following
name of the game Amount of time left in the game A link to a map of the game's location you need to add controls to your Power Apps app Which two controls should you use
1 Form
2 Screen
3 List box
4 Data table
5 Gallery
1 Screen
2 Gallery
A screen is a container of other controls
A company uses Sharepoint and Microsoft Power Platform
you need to create a canvas app from an existing sharepoint list that can view and edit items in the list In which ttow locations can you create this app
1 Power apps studio
2 Power Apps maker portal
3 Share point Document library
4 share point list
2 Power Apps maker portal
4 share point list
A company uses Power Automate to integrate Applications
You have a legacy application that does not have an application programming interface (API)
You need to determine which type of flow you should use to access the data in the legacy application What should you use
1 Business process flow
2 Desktop flow
3 Instant cloud flow
4 Scheduled cloud flow
2 Desktop flow
DEsktop flows perform actions on legacy applications that doestt have ann API
and where the only interface is the keyboard, mouse and screen
You need to modify a cloud flow
which 3 solutions should you use?
1 Power Automate desktop’
2 Power automate portal
3 Portal automate mobile app
4 Power Apps studio
5 Copilot studio
2 Power automate portal
3 Portal automate mobile app
4 Power Apps studio
10 A company has a Power Apps Portal that has a list of their retail stores
you need to add retail store hours to the portal Which 2 Microsoft power Platform components should you use?
1 Power BI
2 Power Automate
3 Copilot studio
4 canvas App
1 Power BI
3 Copilot studio
They can be integrated In power apps Portal
You configure security and compliance features in Microsoft Power Platform
You need to restrict access to all social media connectors
What should you configure
1 Microsoft data verse security role
2 License
3 Data loss prevention (DLP) Policy
4 Office 365 security group
3 Data loss prevention (DLP) Policy
DLP can be used to control the use of connector to data and services. DLP allow classifying connectors as business, non-business, and blocked
A company uses Microsoft Platform
You need to recommend whether to use Microsoft Dataverse or Microsoft dataverse for teams to store data for a new Power Apps app Which tow features are unique to microsoft dataverse
1 Auditing
2 Multiple business units
3 File data type
4 Integration with Power Automate
1 Auditing
2 Multiple business units
There is only one business unit in Microsoft data verse for teams
A company uses microsoft dataverse
You plan to create a one-to-many relationship between two tables named TableA and Table B in Microsoft Dataverse You need to identify the column data type that is created for the relationship in table B What should you identify
1 Alternate Key
2 Customer
3 Look Up
4 Primary Key
3 Look Up
when a one to many relationship is created between two tables , a look up column is created on the many sides of the relationship A lookup column is also know as foreign key
14 A real state company plans to use the microsoft dataverse to track apartments
You need to create a new column to store whether an apartment is available for rent, for sale or both
Which column type should you use
1 Choice
2 Choices
3 Yes / No
4 Customer
1 Choices
The choice column type can select only one option between multiple values
You create a Power pages site
You need to share dataverse data with external users Which two components in Power pages can use to display data
1 Form
2 iframe
3 List
4 Text
1 Form
3 List
Form component displays row from a table and also can be used to create and edit rows in the table
List component display a readonly view of the data in the dataverse table