PL-900 (2) Flashcards

1
Q

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

A

1 Prebuilt entities

Copilot studio has this entities to capture common information like name, age, phone number, etc including email address

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

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

A

1 Sentiment Analysis
2 Text recognition
3 Language detection

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

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

A

1 Train the model and publish the model

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

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”)

A

1 Text function
The text function formats a number or date time value

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

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

A

1 Control functionality with Microsoft Power Fx formulas
2 Include artificial intelligence

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

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

A

1 Screen
2 Gallery

A screen is a container of other controls
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

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

A

2 Power Apps maker portal
4 share point list

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

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

A

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

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

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

A

2 Power automate portal
3 Portal automate mobile app
4 Power Apps studio

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

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

A

1 Power BI
3 Copilot studio

They can be integrated In power apps Portal

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

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

A

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
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

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

A

1 Auditing
2 Multiple business units

There is only one business unit in Microsoft data verse for teams
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

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

A

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
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

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

A

1 Choices

The choice column type can select only one option between multiple values
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

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

A

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

How well did you know this?
1
Not at all
2
3
4
5
Perfectly