0% found this document useful (0 votes)
379 views

PL900 Quiz Answers

The document provides an overview of the key components and concepts in Microsoft's Power Platform, including Power Apps, Power Automate, Power BI, Common Data Service, AI Builder, and Power Virtual Agents. It discusses the different types of apps and flows that can be created, how to connect to data sources, and how to integrate AI capabilities. It also covers PowerApps portals for extending apps and data to external users through a website portal experience.

Uploaded by

Lost Files
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
379 views

PL900 Quiz Answers

The document provides an overview of the key components and concepts in Microsoft's Power Platform, including Power Apps, Power Automate, Power BI, Common Data Service, AI Builder, and Power Virtual Agents. It discusses the different types of apps and flows that can be created, how to connect to data sources, and how to integrate AI capabilities. It also covers PowerApps portals for extending apps and data to external users through a website portal experience.

Uploaded by

Lost Files
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 64

PL-900 PowerPlatform Fundamentals

What are the 4 components of the PP?


1. Power BI
2. Power Apps
3. Power Automate
4. Power Virtual Agent
What 3 features are embedded in the PP?
1. AI Builder
2. Common Data Service
3. Connectors (275+)
What is the Common Data Service?
Scalable data service and app platform to securely store and manage data from multiple
sources and integrate that data in bizapps using CDM for ease and consistency.
What is "Tabular Data"?
Data source that returns data in a structured table format that PowerApps can read &
display w/gallieries, forms & other controls.
What are 3 examples of supported data sources that can create, edit & delete data from
tabular sources?
1. CDS
2. SharePointe
3. SQL Server
What is "Function-Based Data"?
Functions are used to interact w/the data and more extensive actions are possible w/email,
updating permissions & a creating calendar events
Describe 3 MS products where Functional Data actions are used?
1. Outlook
2. Project Online
3. Azure Blob Storage
What are the 2 types of "Operations" available?
1. Triggers (PowerAutomate only)
2. Actions (Power Automate & PowerApps)
True or False? Are APIs Function-Based?
True
What are the 3 approaches to creating Customer Connectors?
1. Blank Custom Connector (from scratch)
2. OpenAPI Definition (f/k/a Swagger) 
3. Postman Collection
What Azure service is required to create a custom connector?
Azure Logic Apps
What is an OpenAPI Definition?
A language-agnostic machine-readable document that describes your APIs operations &
parameters.
What is a Postman Collection?
Postman is an app for making HTTP requests and "collections" organize & group related API
requests. .
What are the 3 A's of the PP?
1. Analyze (Power BI to gain insight on data)
2. Act (Power Apps for intelligent business processes)
3. Automate (Power Automate for process automation)
Power Apps Expressions are similar to what?
Excel formulas SUM & TEXT
What are 3 types of Apps that Power Apps can build?
1. Canvas
2. Model-Drive
3. Portals
Canvas vs Model-Driven Apps
Built from scratch and focused on the user experienced vs Built from CDS and focused on
data
What is a Portal App?
Website builder that allows anonymous or authenticated customers to interact w/data in
the CDS
What are the 4 available AI Models available in Power Apps?
1. Prediction
2. Form Processor (e.g., business card reader)
3. Object Detector
4. Text Classification (categorization by meaning)
What are 3 components of the AI Builder?
1. Wizard-Based
2. Used to Build Models
3. Used to Train Models
Where can you access & manage security for Power Apps?
Power Platform Admin Center
What functionality is used to automate administrative duties?
PowerShell cmdlets
What is the URL for PowerApps?
make.powerapps.com
What 3 Getting Started Options are available inside Power Apps?
1. Make your own app (canvas, M-D or portal)
2. Start from data
3. Start from template
What 3 screen are auto-generated when an app is created starting w/Data?
1. Browse Screen
2. Details Screen
3. Edit/Create Screen
What 3 Controls are available on Browse Screen?
1. Browse Gallery (displays data from source)
2. Next Arrow (opens the Details Screen)
3. Icon New Item (opens Edit/Create Screen)
Identify 4 common Controls in Power Apps?
1. Galleries (layout containers) 
2. Forms (details about data to create/edit records)
3. Media (background images, native device features)
4. Charts (analysis)
Describe the 5 steps in the Customer Connector Lifecycle?
1. Build & Secure your API
2. Describe your API & Define the Connector 
3. Use
4. Share (optional)
5. Certify (optional)
For MS technologies what 3 platforms are recommended for hosting an API?
Azure Functions
Azure Web Apps
Azure API Apps
What are the 5 approaches to securing an API?
Azure Active Directory 
Generic OAuth 2.0
OAuth for Specific Service (e.g., AAD, Dropbox, GitHub & SFDC)
Basic Authentication
API Key
True or False? Connectors created in Logic Apps can be directly used in other services?
False
A customer connector created in Power Apps can be directly used what 2 other services?
1. Power Automate
2. Logic Apps
What are the 2 pre-reqs to creating a Postman connector?
Postman Collection
Subscription to either Power Apps or Power Automate
What are the 5 steps to adding AI to an app?
1. Choose AI Model
2. Connect Data
3. Tailor the Model 
4. Train the Model
5. Use Insights
What are the 4 types of Custom AI Models?
Prediction
Form Processing
Object Detection
Text Classification
What are the 5 types of MS Pre-Build AI Models?
Business Card Reader
Key Phrase Extraction
Language Detection
Text Recognition
Sentiment Analysis
How does the CDS define relationships?
Lookup Columns
What PowerApps functions are used to connect related data sources not in CDS?
Filter & Lookup
What tool would you use to Replicate data from a different source?
Data Integrator
Describe the concept of "Delegation"?
PowerApps allows processing filter work to be off-loaded or delegated (if available) to the
data source
What is an example of a non-delegable function?
Search
What is the min & max # of records retrievable by PowerApps?
500 - 2,000
Describe 2 non-delegable functions?
Complex Columns (e.g., SharePoint lookup column)
IsBlank filter in SalesForce
True or False? A Forms control cannot use action-based data sources.
True
True or False? The CSD is a Cloud-Only service?
True
Describe 4 methods of data integration w/CDS?
APIs
Webhooks
Eventing
Data Exports
Describe the 5 main features of CDS?
Security
Logic
Data
Storage (Azure)
Integration
What is the max storage amount for a CDS DB?
4 terabytes per instance
What is CDS meant to support and what doesn't it support?
Transactional, multi-user apps w/quick response to user demand, but NOT long-running,
batch processing
Describe the 2 types of Entities?
Standard (base set, fields can be added, fields can be deleted from custom entities) 
Complex (server-side business logic and real-time workflows)
One : Many relationship are a/k/a?
Parent : Child Relationship
Business Rules are created at what layer?
At the Data Layer (not at the App Layer)
True or False? Business Rules can run against a specific Form?
False
What are 3 uses of Business Rules in PowerApps?
Set Field Values
Clear Field Values
Validate Data and show Error Messages
What3 uses of Business Rules are unique only to Model-Driven apps?
Show or Hide Fields
Enable or Disable Fields
Create Business Recommendations based on Business Intelligence
What are the 3 types of flows created by Power Automate?
Event Driven (triggers & actions)
Business Process Flow (used to create guided experiences in model-driven apps using CDS)
UI Flows (RPA)
What are 3 types of flows that can be created "From Blank"?
Automated (when data changes)
Instant (users manually triggers)
Scheduled (as desired)
Business Process Flows (used w/model-driven apps and CDS)
What are the 2 options for Exporting a Flow?
Export a Package and share the zip file
Export to Logic Apps
What are the 3 types of PowerBI services?
PowerBI Desktop
PowerBI Service (Cloud-based SaaS)
PowerBI Mobile (Phone & Tablet)
What is the foundation of PowerBI's Security Model?
Azure Active Directory
When data, report or dashboards are shared PowerBI authenticates the recipient against
the original source?
The recipient will be able to view the data etc. even if they wouldn't have otherwise had
access.
For which AI-model types is Retraining available?
Prediction & Text Classification
What are the prerequisites for use of the Prediction AI Model? Each correct match is worth
one point.
Data must sit in CDS
Security Privilege of at least "Read" 
10 Records w/historical Outcomes for each Label data field 
Min # of Records = 50 (but 1000 recommended)
What is the size of an optimized data set for the Prediction AI Model?
1.5 GB
Describe benefits of PowerApps Portals?
Extend CDS to External Users
Authentication Options (MS Acct, LinkedIn, FB, Google, Corp Acct & Okta)
Azure AD B2C
Where are Portals configured?
PowerApps.com
PowerApps Portals are built on ______________________________________?
Bootstrap 3.3.x (except Event Portals)
What are the 2 types of starter Portals?
CDS
Model-Driven Apps
What 5 Portal types are available w/a Model-Driven app?
Customer Self-Service
Partner Portal
Employee Self-Service
Community Portal
Portal from Blank
What is the max # of Portals that can exist in a Tenant? And how many of each Portal type?
5 and 1
Describe the Security Role req'd to create a Portal?
System Admin role in CDS and the Access Mode must be set to Read-Write in the Client
Access License (CAL)
What is PowerShell?
Task automation and configuration management framework. Can be embedded in other
apps w/an API.
Describe how to Disable Portal creation?
Use PowerShell cmdlet: disableportalscreationbynonadminuser
What are the 5 components of the Maker Studio?
Command Bar
Toolbelt
Canvas
Footer
Properties Pane
What 2 Web Browsers are supported for Portals?
Chrome
Edge
The WYSIWYG editor allows makers to edit what 6 Portal components?
Text
Image
iFrame
Form
List 
Breadcrumb
Components are added to _____________________________?
Sections. Sections must be added first.
Portals support what 4 image types and what is the max file size?
png
svg
jpg
jpeg
Max File Size = 50MG
What Portal Component would you use to add a Power Virtual Bot?
iFrame
What tool would you use to add a PowerBI report/dashboard to a Portal?
Liquid Tags added at the Code level
What 5 Templates are OOTB w/Portals and how do you edit a Template?
1. Default Studio Template
2. Page w/Title 
3. Page w/Child Links 
4. Profile
5. Search
Templates are edited at the Code level
What is a CSS file and where is located after upload?
Cascading Style Sheets & the Portal Management App
What 5 Options are available when Managing a Portal?
1. Edit
2. Browse
3. Share
4. Settings
5. Deleted (System Admin only)
What 3 steps must be completed to expose PowerBI in a Portal?
1. Enable PowerBI Visualizations in the PowerApps Portal Admin Center 
2. Enable PowerBI Embedded Service Integration 
3. Create a PowerBI Security Group in Azure AD
Describe 4 features that are unique to PowerBI Desktop?
1. Many Data Sources
2. Data Shaping & Modeling 
3. Python
4. RLS Creation
Describe 4 features that are unique to PowerBI Online Service?
1. Some Data Sources
2. Dashboards & Sharing 
3. Apps & Workspaces
4. Gateway Connections
What are the 3 Views in PowerBI Desktop?
1. Reports (create reports & visuals) 
2. Data (table access to view, cleanse & model) 
3. Model (manage relationships b/w Tables)
What feature is used in PowerBI to cleanse & model data?
Power Query Editor
Azure Logic Apps vs Azure Functions
Logic Apps = Workflow Engine
Functions = Compute Power
Azure Logic Apps vs MS Power Automate
Power Automate is a streamlined version of Logic Apps w/o access to the underlying code
What is the correct sequence of 4 actions to use a Prediction Model?
1. Import Data in CDS
2. Train the Model
3. Publish the Model
4. Use in PowerApps or Flow
Where should an admin create new PowerApps Users?
Azure Active Directory
What are the 4 types of Flows?
1. Automated
2. Button (Manual)
3. Scheduled
4. BPF
What is the default report that PP admin users can use to monitor app usage?
Power Platform Usage Analytics Report
True or False? You can use the PP to synchronize account names w/a 3rd party proprietary
DB.
True
What 2 forms of Entity Ownership are supported by CDS?
1. User or Team Owned
2. Organization Owned
Features of PowerBI Premium?
1. Content (not users) is licensed
2. Higher storage & faster refresh rates 
3. Req'd if embedding reports in Apps 
4. PowerBI Report Server (on-prem behind fire wall)
How is PowerBI Licensed?
Per User (all users can create & consume)
Which version of PowerBI is used to connect to Model-Driven apps?
PowerBI Desktop
Describe 3 ways to share a PowerBI Dashboard?
1. Share a Workspace
2. Embed Reports in an internal Portal
3. Publish the Dashboard as an App
What are values of MS Business Applications?
Turn single integrations into ongoing engagements
360 degree views
Move from fixed to highly tailored experiences
What are building blocks of D365 and PP?
Modern: drive results with omni-channel AI, mobile, social capabilities
Intelligent: AI and analytics
Unified: unifying relationships
Adaptable
What is digital transformation?
Reimagining how bring people, data and processes together
What are the 4 pillars of digital transformation?
1) Employee empowerment
2) Engage customers (tailoring experiences)
3) Optimise operations
4) Transform products (use data as key asset)
What is "intelligent edge"?
Set of connected systems to gather and analyse, provide insights
What is "open standard"?
Provides an open framework bringing common data estate to customers
What is MS Catalyst?
It helps organisations build, plan and execute transformation
Catalyst IDEA - what does it stand for?
Inspire (observation model - roles and challenges), Design (budgets, timelines), Empower
(demos), Achieve
How does Digital feedback loop work?
Takes signals, merges to gain insights
What does D365 Sales work with to analyse customer data and deliver consistent
experiences?
It works with Adobe Experience Cloud
What are the relationships with CDS environment?
1 enviro : 1 CDS database
What does CDS environment provide?
Manage access, security and storage
Where is the CDS environment created?
It is created under 1 Azure Active Directory
What is a CDS environment bound to?
It is bound to a geographic location (due to datacentres)
How are users added to a newly created CDS environment?
They are automatically added based on the over-arching tenant based on the Azure AD
Regarding security roles, what is allowed for "System customiser"?
Full permission to customise, BUT can only view records/entities they create
Regarding security roles, what is allowed for "System administrator"?
Full permission to customise including create/modify and assign security roles. Can view all
data in the environment
Regarding security roles, what is allowed for "Environment Maker"?
Can create new enviros, apps, connectors, flows etc BUT cannot access data
Regarding security roles, what is allowed for "CDS Service"?
Can run an app and tasks for records they own
Regarding security roles, what is allowed for "Delegate"?
Allows code to run as another user
What are the different types of Flow available?
Scheduled flow, automated flow, instant flow, business process flow
How can automated flows be triggered?
They can be triggered from an event or trigger
What is defination of a "Scheduled flow"?
Regular generated reports/triggers
What is definition of an "Automated flow"?
These start with trigger or event
What is definition of an "Instant flow"?
These are triggers by button press
What is definition of an "Business process flow"?
These enforce stages or screens to enforce steps, collecting data to start automated
workflows
What is Azure Logic Apps?
Cloud service to help schedule, automate tasks. Used to eg manage email notifications when
events happen in various systems, apps or services
What are steps to export a flow?
Select, then export to Logic Apps template (json)
How can standard entities be updated for minor changes?
Display name can be changed. NO DELETIONS - hide and adjust security role privileges to
remove READ
If a custom entity is created, what are steps to remove?
These cannot be deleted once created nor change the ownership (user or organisation
owned)
What is an Activity entity?
These are actions relating to being used in a calendar
Activity entities can be owned by user or organisation?
These can only be owned by user
When designing a PowerPortal, which components are available for selection?
Text, Image, Iframe, Form, List and Breadcrumb
What is the approach of a model-driven app?
It focuses on dashboards, forms, views and charts
What are the 3 design phases for a model-driven app?
Model the data : Define business process : Build the app
What type of security do PowerApps use for sharing?
It uses role-based security
A user needs what before using an App?
User must be assigned to a role (which inherit the privileges
To share a model-driven app, what are the stages?
(1) Create security role (pretty matrix) -> (2) Assign users to role -> (3) Add security role to
app -> (4) Share app link with users
What are the security role settings available in matrix?
Create / Read / Write / Delete / Append / Append to / Assign / Share
When creating a custom entity, privileges MUST be set up - how can this be done?
Either expand existing role or create custom role
Within model-driven app, how do you access the role set-up?
From existing app list, select 3 dots and share. This has four key steps to create (and share)
Within model-driven apps, do entities have fields?
Properties have fields (not entities). Entities are itmes with properties
Which plan do model-driven apps require?
They require P2 and based on CDS
What are the AI model types available?
Prediction, Form processing, Object detection and Text classification
Which AI model predicts yes/no outcomes by learning to associate historic data patterns
with historic outcomes?
The AI model is Prediction model
Which AI model identifies and extracts key value pairs and table data from documents?
The AI model is Form processing model
Which AI model identifies objects to speed up operations?
The AI model is Object detection model
Which AI model tags text entries in emails, social media etc
The AI model is Text classification model
What are the steps to publish a report in BI?
Create in BI Desktop and then publish to BI Service
Where would you print a BI report or export data from?
These would be printed or exported from BI Service
If a report has already been published and a change is made where is data refreshed?
It is refreshed in BI Service
What are BI Workspaces?
BI Workspaces are places to collaborate with colleagues
Where are BI Workspaces enabled?
They are enabled in the admin portal
Where are BI Workspaces created?
They are created in BI Service
Where is the privacy level defined for a BI Workspace?
When creating a new group (as part of a new workspace) can select Public/Private + any
group members
As part of "Get data" in PowerBI, there are two options, what are they?
1) Import excel (datasets created), 2) Connect/Manage/View excel (workbook created)
How could you provide version controls for PowerBI content?
Could use OneDrive as has version history
In PowerBI what does Publish do?
It uploads reports/data, queries etc into BI Service
What is the purpose of a workspace in PowerBI?
These are used to collaborate
What happens if update content which is part of an app (PowerBI)?
Anyone with the app will receive a message - accept or not
If you need to collaborate with colleagues on data sets /reports which would you use,
dashboard or workspaces?
You would use workspaces
How many pages can be defined in a dashboard?
it is only possible to have one page. This is called the canvas
What happens when you select a visualisation from a dashboard?
By selecting, it takes you to the report (and dataset) it is based on
What are key points of a dashboard?
Can be based on one or more datasets or reports. They combine on -premise and cloud
data.
How would you apply filters to a dashboard?
You can't filter nor slice
What are workspaces?
They are containers for dashboards, reports, workbooks, datasets
What does ONE dataset provide?
It can be used over and over in 1+ workspaces, it can be used on many different reports.
Visualisations from that one data can be within different dashboards
What is the relationship between data set and workspace?
The relationship is One-to-one
What is the relationship between report and dashboard?
The relationship is One-to-many
What is the relationship between dashboard and workspace?
The relationship is One-to-one
When importing data into PowerBI, what are the types of content pack?
Organisational and Services (Template apps)
What is the benefit of using OneDrive or sharepoint for data?
They can be connected (as all in cloud) and refreshes automatically
In PowerBI which role would be needed to update and delet a workspace, add/remove
people?
The role would be Admin
In PowerBI which role would be needed to Publish/update/share/allow others to share an
app?
The role would be Member (or Admin)
In PowerBI which role would be needed to Create/edit/delete content in workspaces and
publish reports?
The role would be Contributor (or Member or Admin)
In PowerBI which role would be needed to view and interact with an item?
The role would be Viewer (or Contributor or Member or Admin)
Power Apps
provides a rapid low code development environment for building custom apps for business
needs. It has services, connectors, and a scalable data service and app platform (Common
Data Service) to allow simple integration and interaction with existing data. Power Apps
enables the creation of web and mobile applications that run on all devices.
Power Automate
lets users create automated workflows between applications and services. It helps
automate repetitive business processes such as communication, data collections, and
decision approvals.
Power BI
(Business Intelligence) is a business analytics service that delivers insights for analyzing data.
It can share those insights through data visualizations which make up reports and
dashboards to enable fast, informed decisions. Power BI scales across an organization, and it
has built-in governance and security allowing businesses to focus on using data more than
managing it.
Power Virtual Agents
enables anyone to create powerful chatbots using a guided, no-code graphical interface,
without the need for data scientists or developers.
AI Builder
lets users and developers add AI capabilities to the workflows and PowerApps they create
and use. AI Builder is a turnkey solution that allows you to easily add intelligence to your
workflows and apps and predict outcomes to help improve business performance without
writing code.
Common Data Service
is a scalable data service and app platform which lets users securely store and manage data
from multiple sources and integrate that data in business applications using a common data
model to ensure ease and consistency to users. Common Data Service is the common
currency that enables the components of Power Platform to work together. It's the
foundation that enables the consolidation, display, and manipulation of data.
Connectors
enable you to connect apps, data, and devices in the cloud. the bridge across which
information and commands travel. There are more than 275 for the Power Platform,
enabling all of your data and actions to connect cohesively. Examples include Salesforce,
Office 365, Twitter, Dropbox, Google services, and more.
Power Virtual Agents
Is part of Power Platform, therefore integration into existing systems is streamlined with
out-of-the-box integration with Power Automate and its ecosystems of hundreds of
connectors. Users can enable bots to perform an action by simply calling a Power Automate
flow. Flows help users automate activities or call back end systems.
Tabular data source
is one that returns data in a structured table format. Power Apps can directly read and
display these tables through galleries, forms, and other controls. Additionally, if the data
source supports it, Power Apps can create, edit, and delete data from these data sources.
Examples include Common Data Service, SharePoint, and SQL Server.
Function-based data source
one that uses functions to interact with the data source. These functions can be used to
return a table of data, but offer more extensive action such as the ability to send an email,
update permissions, or create a calendar event. Examples include Office 365 Users, Project
Online, and Azure Blob Storage
Triggers
only used in Power Automate and prompt a flow to begin. can be time based, such as a flow
which begins every day at 8:00 am, or they could be based off of an action like creating a
new record in a table or receiving an email. You will always need this to tell your workflow
when to run
Actions
used in Power Automate and Power Apps. prompted by the user or a trigger and allow
interaction with your data source by some function. Exmaple is an email in your workflow or
app or writing a new line to a data source.
3 options in creating a custom connector
Using a blank custom connector
From an OpenAPI definition
From a Postman collection
New Questions

You have a Power Apps app. You create a new version of the app and then publish the new
version. A customer goes through the process of restoring the previous version of the app.
In the Version tab for the app, you will see [two] versions of the app.
three
A company uses Dynamics 365 Sales. The company uses a browser-based app named Sales
Hub. You need to ensure that users can access data from mobile devices. Which app should
users install?
Dynamics 365 for Phones
You are a customer service manager. You need to implement a Power Apps portal that
allows customers to submit cases. Which type of data source is used?
Common Data Service
Yes or No: You can change the entity ownership from User to Organization-owned
No
Yes or No: You can create a business rule for a custom entity that can be used in a flow
Yes
Helps jumpstart application development by leveraging business logic, security and
integration
Microsoft Power Platform
A set of records used to store data
entities
A distribution company has multiple warehouses.Tax rates charged on sales orders need to
be calculated based on locality and region. You need to recommend a cost-effective solution
that can be implemented quickly. What should you recommend?
Create alerts in Dynamics 365 Finance for tax table changes
Customers must be able to submit support requests by using a website
Power apps portal
Support requests must be created and stored
Common Data Service
Support technicians must be notified when a new support request is entered
Power Automate
Support technicians must be able to enter a status report for work completed during the
previous week by using a mobile app
Power Apps Portal
Yes or No: Dynamics 365 Sales and Microsoft 365 must be in the same tenant to allow SSO
No
Yes or No: You must download a product from AppSource to ensure that SSO works with
Dynamics 365 Sales and Microsoft 365
No
You need to implement Microsoft Business Applications along with the Microsoft Power
platform. Which three Microsoft products are part of the Power platform? Each correct
answer presents a complete solution.
Power Apps, Flow, Power BI
Yes or No: You can synchronize account names with a third-party proprietary database
Yes
Yes or No: You can create invoices from orders and then send the invoices to the customers
Yes
A large retail company implements Power Apps, Microsoft Flow, and the Common Data
Service. The board of directors is asking whether users are finding value in the technology.
The company would like to measure and report usage of the software. You need to
recommend a tool to determine software usage. What should you recommend?
Power Platform Analytics
Create user accounts for Power Apps
Azure Active Directory
Assign the Environment Maker role to a user
Power Apps Admin Center
Build automatic workflows that access multiple data sources
Power Automate
Create custom apps that address specific business needs
Power Apps
Design insightful data visualizations
Power BI
Field technicians need a mobile app to capture the location and the image of defective
products
Canvas App
Sales representatives need to see different views and dashboards in the sales app
Model-drive app
External customers need to view the progress of their services case
Power Apps portal
Yes or No: Power Apps apps can be built with a hot key support and designed so they do not
require a touch screen or mouse.
Yes
Yes or No: Only model-driven Power Apps have support for using a screen reader without
the need for a connector.
No
Yes or No: The accessibility checker can run for your Power Apps app to provide
notifications of accessibility violations as well as tips for making it even more user friendly.
Yes
A bank uses Power Platform apps and flows to support business processes. The company
would like to use historical client data to predict whether a client's loan application is likely
to be approved or rejected. You need to use AI Builder to implement the solution. Which
four actions should you perform in sequence?
1. Import data into Common Data Service
2. Train the model 
3. Publish the model
4. Use the model in PowerApps or Power Automate
Validate data across multiple fields and entities regardless o the app used to create data.
business rules
Create visual guides to ensure that users enter data and perform tasks in a consistent
manner
business process flows
Accelerate development by using a standard set of entities for the most common scenarios
Common Data Model
Yes or No: You can use a text classification model in AI Builder to retrieve text and perform
sentiment analyst for Service Now Incidents.
Yes
Yes or No: You can tag Instagram posts that mention your new product.
Yes
Yes or No: You can send results about the number of mentions of your new product in
Instagram to Power BI for inclusion on a dashboard.
Yes
You create a business rule on contact entity to enforce the requirement that users must
enter either a telephone number, fax number, or an email when creating a new record. The
company decides to remove fax number from the condition. You need to update the
business rule. What are two ways of achieving the goal?
1. Save a copy of the rule and change the condition. Deactivate and delete the original rule.
2. Change the condition and activate the change.
A coworker is creating an app in Power Apps and needs to automatically synchronize data
from an external source. The coworker is unable to locate a suitable Microsoft approved
connector template in AppSource. You need to recommend a solution for the coworker.
What should you recommend?
Create a customer connector
A toy company creates a text classification model in AI Builder to monitor customer
feedback for specific key words. When negative feedback is received for a toy, the company
wants to proactively perform engineering reviews for the toy and schedule additional
training sessions for workers who produce the toy. What are two possible ways to achieve
the goal? Each correct answer presents a complete solution.
1. Create a canvas app
2. Build a Power Automate flow
Yes or No: You can display data aggregates and raw data in a Power BI report.
Yes
Yes or No: You can display related data from Dynamics 365 Customer Engagement and Excel
in the same Power BI report
No
Yes or No: You create a Power App to supply data for a Power BI report. You can modify the
data directly in the report.
Yes
A company is evaluating ways that they can implement AI Builder. For which two scenarios
can you use AI Builder?
1. Synchronize data from an external database.
2. Interpret images and perform an action on the image.
Yes or No: Custom connector cannot be used if a standard connector for the service is
available.
Yes
Yes or No: Custom connectors are supported in instant flows only.
No
Yes or No: Standard and customer connectors cannot be mixed within the same flow or app.
Yes
Yes or No: Model-driven apps require a Common Data Service database.
Yes
Yes or No: A flow instance can only access one Common Data Service database
Yes
Yes or No: Canvas apps require a Common Data Service database
Yes
Yes or No: You can create a Common Data Service environment in the Power Platform
Admin Center
Yes
Yes or No: You must enable data encryption after you create a Common Data Service
environment
No
Yes or No: You can control security roles and privileges in a Common Data Service
Environment from the Power Apps Admin Center.
Yes
A company plans to use AI Builder to help improve business performance. You need to
determine which AI Models are available for use. Which three types of models can you use?
1. binary classification 
2. object detection
3. text classification
A company uses Microsoft 365 and Dynamics 365 Sales. The company does not have any
developers on its staff. You need to explain to the executives the benefits of using Power
Platform apps. What are two benefits?
1. Users can create Power Apps to create apps for different departments.
2. Users can use Power Automate to share information between Microsoft 365 and
Dynamics 365 Sales.
Create no-code workflows that use different systems.
Power Automate.
Build a no-code mobile application
Power Apps
Administer your workflow in Microsoft Azure
Azure Logic Apps
Build a mobile application by using Common Data Service
Power Apps
A company manages a chain of retail stores. The company stores a list of retail store names
and numbers in one Power BI table. The company stores sales transaction data including a
transaction ID in another table. The transaction ID includes the store number. You need to
show the store name for all retail transactions in all Power BI reports. Which tool should you
use?
Query Editor
Create dashboards
Power BI Service Only
Create reports
Power BI Desktop or Power BI Service
Create calculated columns
Power BI Desktop only
Configure security
Power BI Desktop or Power BI Service
Configure sharing
Power BI Service Only
Display data from a Microsoft Excel workbook that has multiple worksheets into one chart.
Report
Display the top departmental goal metrics and alert users when specific thresholds targets
are met.
Dashboard
Display Sales charts that can be filtered by region.
Report
Yes or No: You can export data from a visualization in a Power BI report.
Yes
Yes or No: You can show the data behind a visual report on your screen without exporting
the data.
No
Yes or No: You can export data to view supporting data for a KPI.
Yes
You create a Power BI dashboard that displays data from Dynamics 365 Customer
Engagement. You need to share the Power BI dashboard with coworkers. What are three
possible ways to achieve the goal?
1. Create a Power BI workspace and grant coworkers permissions.
2. Publish the dashboard as an app to your coworkers.
3. Embed reports in your company's internal web portal.
Your company has an on-premises Microsoft SQL Server database that contains legacy sales
data. You must display information from the database in a newPower Apps app. You need to
establish a secure connection between the database and the app. What should you use?
Data gateway
A recent update has been made to a canvas app. The update causes a negative impact to
users. You need to roll back the app to a previous version. What should you do?
Restore the previous version of the app.
Quickly create apps for very complex business processes from data in Common Data Service
with very little or no code
canvas
Create simple apps with highly customizable user interface layouts
model-driven
A Power Apps can call a
connector
Actions and triggers are properties of a
flow
What is a benefit of deploying Microsoft 365 and Dynamics 365 apps in the same tenant?
You can use Power BI to display data that comes from both environments.
A company runs a call center to handle customer support inquires. The company tracks
metrics including the number of incoming calls, call resolution rates, and escalations. The
company wants to display the metrics on a shared screen that is visible to all call center
staff. You need to recommend a solution for the company. Which Power Platform feature
should you recommend?
Power BI
Send an email to the sales associates on a predetermined schedule
subscribe
quantify the adoption usage from the sales associate
usage metrics
You are creating Power BI reports. You need to choose which filters you can use for reports.
Which three types of filters can you use?
1. Drill-down
2. Automatic
3. Manual
A manufacturing company uses Internet of Things (IoT) devices to monitor the temperature
in different parts of their warehouse. The current IoT monitoring software is extremely
outdated and is not user friendly. You need to view near-real time information from the IoT
devices in Power BI Service dashboards. Which tool should you use?
Streaming dataset
This question requires that you evaluate the underlined text to determine if it is correct. You
have a Power BI report with a page named RevReceived. The page shows revenue received
by your company. You want to create an almost identical page that shows net revenue
instead of gross revenue. To accomplish this task, you modify the RevReceived page.
duplicate the RevReceived page
Allow user to set and receive alerts when data changes beyond specified limits
workspaces
View and filter data and export data to Microsoft Excel for further manipulation and analysis
dataset
You create a set of dashboards and reports for a project team that combines data from
different sources in Power BI. Some of the data is considered sensitive. You need to
distribute the dashboards and reports securely to the team. What should you create?
a published app
Ensure that coworkers can see the dashboard
Share
Display data from Microsoft Excel in the dashboard
Get Data
Add a report tile to the dashboard
Pin
You are using Dynamics 365 Sales. You need to pull data into a Power BI report for your
team. The City and State columns must be combined to form one column on the report.
Which function would you use?
Use Power Query to merge columns.
A carpet cleaning company uses Dynamics 365 Sales. The process for entering customer
information during onsite sales calls is very complicated. The company wants a simplified
screen that allows salespeople to capture the customer name, phone number, and other
information while speaking to the customer. You need to recommend a solution that works
on various types of mobile devices. What should you recommend?
canvas app
Collaboratively onboard new suppliers and distributors
partner portal
Publish a blog post announcing new suppliers
community portal
Yes or No: you can embed canvas apps in model-driven apps
yes
Yes or No: A Power Apps portal can use only one data source
No
Yes or No: You must use Power BI to create reports in model-drive apps
Yes
View the date, time and location of upcoming internal meetings
Gallery
Create a meeting request from within the app
Meeting-screen template
Drill down into customer contact records in Dynamics 365 Sales to view a photo of a
customer you are meeting
image
Yes or No: you should build a model-driven app in Power Apps
No
Yes or No: You should build a canvas app in Power Apps
Yes
Yes or No: User must download and run the Power Apps mobile application to use the
solution
Yes
A company uses Dynamics 365 Supply Chain Management. The company wants to build
customer user interfaces that add additional functionality. You need to recommend a
solution for the company.What should you recommend?
Power Apps Canvas Apps
Implement user authentication
Microsoft Azure
Send data to a Microsoft OneNote notebook in the same tenant
Microsoft Flow
Synchronize data with three data sources that use different proprietary database formats.
What is the minimum number of connectors that you need?
1
Create three Power Apps apps that each display data from a Microsoft SharePoint list. What
is the minimum number of connectors that you need?
3
Create three Flows that each copy data to Microsoft Azure Data Lake on different schedules.
What is the minimum number of connectors that you need?
3
You create a Power Apps canvas app. You need to ensure that your coworkers can run the
app. What should you do?
Share the app
A company uses Microsoft 365, Power Platform, and Dynamics 365. You do not assign
permissions to any licensed users. Users are able to create and edit Power Apps canvas
apps. In which environment are users creating and editing the apps?
Default
A company is creating a canvas app to display data from a legacy system that is located on
the company's internal network. You need to connect to the data. What should you use?
data gateway
You are creating a canvas app. You need to configure the app. Which two objects are
provided by the connector?
1. actions
2. tables
Easy data integration
connectors
Low code/ no code across applications
AI Builder
Easy to customize front end
canvas apps
Build mobile apps that use cameras and location data
canvas
Give external users secure access to data
portals
A company is considering implementing Power Platform. For which three scenarios should
you consider implementing Power Apps portals?
1. a customer support website that includes knowledge search and support for document
uploads
2. a public website that supports multi-lingual communities with forums and blogs support
3. an internal website for employees to access selected data from Dynamics 365 Finance
What is the appropriate component category? Relationship:
Data
What is the appropriate component category? Form:
UI
What is the appropriate component category? Business rule:
Logic
What is the appropriate component category? View
UI
Yes or No: Canvas app authoring environment will adapt the language setting of the author.
Yes
Yes or No: When running a canvas app on a mobile device, the app adopts the app author's
language.
Yes
Yes or No: Numbers and dates in Power Apps app automatically conform to the regional
language settings for a user's device.
Yes
Yes or No: You must use standard templates for building portals.
Yes
Yes or No: You can test portals in non-production environments and then migrate the
portals into production environments.
Yes
Yes or No: When transitioning to the new version of a portal, you can display a customizable
maintenance page until the new portal is ready to use.
Yes
A company uses Dynamics 365 Supply Chain Management. You need to use Power
Automate to automate the process of receiving and tracking raw materials. Which type of
connector should you use?
Common Data Service
A company performs on-site inspections and services for air industrial equipment. Field
technicians must perform a series of maintenance checks every time they visit a customer
site. Every technician performs maintenance tasks in a different order. Some technicians
miss steps. You need to ensure that all technicians perform the same steps in the same
order. What should you use?
Business process flow
Yes or No: Custom connectors for customer-specific services do not require review and
certification by Microsoft.
Yes
Yes or No: You can build a custom connector once and reuse the connector for Power Apps
and Microsoft Flow.
Yes
Yes or No: You can make custom connectors publicly available for all Power Platform users
without having Microsoft certify the connector
No
You need to use Microsoft Flow to perform data-management tasks when users interact
with the sales opportunities in Dynamics 365.Which three types of triggers can you use?
1. record deletion
2. record creation
3. record updated
A company uses Dynamics 365 Supply Chain Management. When a sales order is created for
one of the customers that a specific user manages, a Microsoft Outlook task must be
created to remind the user to perform any follow up activities that are required. You need
to implement the functionality to create Outlook tasks. Which two features should you use?
1. Business Events
2. Microsoft Flow
Recommend a solution. Create an approval workflow.
Dynamics 365 Workflow Notifications
Recommend a solution. Connect to report data.
Dynamics 365 Field Service
A company requires that service representatives schedule customer visits every six months.
Each service representative is required to enter a scheduled task for the next checkup as
they are leaving a client site. A service representative wants to automate task entry by
creating a business process flow that can be initiated from the service call screen on a
phone.
an action
Check the new flow for any errors or warnings
Flow checker
Run the flow using previously processed data
Test
Monitor the flow as it is running
Test
You use Power Automate for personal productivity. You often overwrite working flows by
editing the definitions. You are unable to undo changes after saving a flow. You need to be
able to revert a flow to the current state. Which two options can you use?
1. Export
2. Save as
You use Power Automate to create a flow that automatically sends email to a project
manager when project team members mark a task as complete. Project team members are
prematurely marking tasks as complete. You must add quality control into the process by
sending an email to a project lead for confirmation that the task is in fact complete before
sending the email to the project manager. You need to modify the flow. Which component
should you use?
a condition
A company uses Microsoft Flow. Each time a work order is created, a service manager must
review and approve the work order before a worker is dispatched. You need to create a flow
to enforce the process. What should you create?
approval flow
Retrieve the top five posts from your company's Facebook page
trigger
Enter the resulting posts into the product database
action
Combine author and link fields into a single field
expression
Run flow every hour
flow type
You are new to working with Microsoft Flow. You create a flow that extracts birth dates for
users and then sends a birthday greeting email to users on their birthday. The flow does not
properly extract birth dates. Where should you make changes?
Connectors
a flow that runs after it is triggered by an event
automated
a flow that guides a user through a set of tasks
business process
a flow that runs after a specified number of days
scheduled
a flow that allows you to start tasks on demand
instant
Yes or No: you can implement a process-base integration by using the Data Integration
feature
Yes
Yes or No: You can use Microsoft Azure Data Migration to synchronize data between the
apps.
No
A company has a website. The website includes a form that allows the company to collect
information about leads. You need to set up an automated workflow to create leads in
Dynamics 365 Sales when leads are created on the company's custom website. What should
you create?
Power Automate flow
A company builds and sells residential apartments. The company uses Dynamics 365 Sales to
manage sales opportunities. Management must receive notifications on their mobile devices
when sales opportunities are created. You need to select recommend Power Platform
components to address the requirements. Which two components should you recommend?
Common Data Service Connector & Power Automate
A company uses Microsoft 365, SharePoint Online, and Dynamics 365 Sales.You need to
recommend tools to build a solution that meets the following requirements:

Synchronize data daily -


✑ from an external Microsoft SQL Server instance.
✑ Send an out-of-the box report automatically to specific company executives.
✑ Ensure that opportunities over a specified amount are approved by a sales manager.

Which two tools or components should you recommend?


1. Common Data Service
2. Power Automate
Yes or No: You can create a flow without writing a single line of code and deploy the flow to
a production environment.
Yes
Yes or No: You cannot add additional actions to the built-in Power Automate templates
No
Yes or No: You can view the code that implements workflow actions and triggers without
installing additional software.
Yes
Yes or No: Notify team members when a response is recorded in a form in Microsoft Forms
Yes
Yes or No: When email is received, save email attachments to OneDrive for business
Yes
Yes or No: Receive notifications when negative comments about the company are posted on
Twitter.
Yes
Ensure that all of the steps for completing tasks are consistently followed by all team
members
business process
Allow users to send an email to the project lead whenever a task is completed.
automated
Automatically send a list of completed tasks at the end of each week
scheduled
A company provides on-site architectural consulting services to residential and business
customers. The company wants to implement a simple alert system where a consultant can
press a button on their mobile device to send the user's location to the company as a text
notification. You need to build a button flow that sends the notification. In which order
should you perform the actions?
1. Add a new step to the flow
2. Select a connector and action to send text notifications.
3. Set the actions properties.
4. Add a trigger.
5. Save the flow.
Run a flow when the user presses a button in a canvas app
PowerApps
Run a flow when user presses a button in the mobile Flow app
manually trigger a flow
A company uses Dynamics 365 Supply Chain Management. You need to use Microsoft Flow
to automate the process of receiving and tracking raw materials. Which type of connector
should you use?
Common Data Service
New Questions 2

This question requires that you evaluate the underlined text to determine if it is correct.You
have a Power Apps app. You create a new version of the app and then publish the new
version. A customer goes through the process of restoring the previous version of the app.
In the Version tab for the app, you will see two versions of the app.Review the underlined
text. If it makes the statement correct, select "No change is needed." If the statement is
incorrect, select the answer choice that makes the statement correct.

Restore a canvas app to a previous version in PowerApps.

A. No change is needed.
B. Open powerapps.com, and then click or tap Apps in the left navigation bar.
C. Click or tap the Versions tab, and then click or tap Restore for the version that you want
to restore.
D. In the confirmation dialog box, click or tap Restore.
C
A company uses Dynamics 365 Sales. The company uses a browser-based app named Sales
Hub.You need to ensure that users can access data from mobile devices.Which app should
users install?
A. Dynamics 365 Remote Assist
B. Dynamics 365 Finance
C. Dynamics 365 Business Central
D. Dynamics 365 for Phones
D
You are a customer service manager.You need to implement a Power Apps portal that
allows customers to submit cases.Which type of data source is used?
A. Dynamics 365 Connector
B. Microsoft SharePoint
C. Microsoft Azure Storage
D. Common Data Service
D
You create a user-owned custom entity by using Common Data Service.For each of the
following statements, select Yes if the statement is true. Otherwise, select No.NOTE: Each
correct selection is worth one point

You can change the entity ownership from User to Organization-owned

A. Yes
B. No
B
You create a user-owned custom entity by using Common Data Service.For each of the
following statements, select Yes if the statement is true. Otherwise, select No.NOTE: Each
correct selection is worth one point

You can create a business rule for a custom entity that can be used in a Flow
A. Yes
B. No
A
You need to explain the major components of the Common Data Model (CDM) and their
functions.Match each term to its definition.Instructions: To answer, drag the appropriate
term from the column on the left to its definition on the right. Each term may be used once,
more than once, or not at all. Each correct match is worth one point.NOTE: Each correct
selection is worth one point.Select and Place:

Helps jump start application development by leveraging business logic, security, and
integration

A Entities
B Data Connectors
C Common Data Service
D Common Data Model
E Microsoft Power Platform
E
You need to explain the major components of the Common Data Model (CDM) and their
functions.Match each term to its definition.Instructions: To answer, drag the appropriate
term from the column on the left to its definition on the right. Each term may be used once,
more than once, or not at all. Each correct match is worth one point.NOTE: Each correct
selection is worth one point.Select and Place:

A set of records used to store data

A Entities
B Data Connectors
C Common Data Service
D Common Data Model
E Microsoft Power Platform
A
A distribution company has multiple warehouses.Tax rates charged on sales orders need to
be calculated based on locality and region.You need to recommend a cost-effective solution
that can be implemented quickly.What should you recommend?
A. Check AppSource for a tax add-on.
B. Create alerts in Dynamics 365 Finance for tax table changes.
C. Implement the Common Data Model.
D. Run a Power BI report.
E. Write scripts and code tax updates.
B
You manage the support team at a rapidly growing company.Customers and support
technicians need a better experience when logging and responding to support requests. You
need more visibility into what the support technicians are doing every week.You need to
recommend tools to help the company's needs.Which tools should you recommend? 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.

Customers must be able to submit support requests by using a website

A. Power Apps Portal


B, Power Automate
C. Power BI
D. Common Data Service
A
You manage the support team at a rapidly growing company.Customers and support
technicians need a better experience when logging and responding to support requests. You
need more visibility into what the support technicians are doing every week.You need to
recommend tools to help the company's needs.Which tools should you recommend? 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.

Support Requests must be created and stored

A. Power Apps Portal


B, Power Automate
C. Power BI
D. Common Data Service
D
You manage the support team at a rapidly growing company.Customers and support
technicians need a better experience when logging and responding to support requests. You
need more visibility into what the support technicians are doing every week.You need to
recommend tools to help the company's needs.Which tools should you recommend? 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.

Support technicians must be notified when a new support request is entered.

A. Power Apps Portal


B, Power Automate
C. Power BI
D. Common Data Service
B
You manage the support team at a rapidly growing company.Customers and support
technicians need a better experience when logging and responding to support requests. You
need more visibility into what the support technicians are doing every week.You need to
recommend tools to help the company's needs.Which tools should you recommend? 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.
Support technicians must be able to enter a status report for work completed during the
previous week by using a mobile app

A. Power Apps Portal


B, Power Automate
C. Power BI
D. Common Data Service
A
You are building Power Apps apps that use both Dynamics 365 Sales and Microsoft 365.For
each of the following statements, select Yes if the statement is true. Otherwise, select
No.NOTE: Each correct selection is worth one point.

Dynamics 365 Sales and Microsoft 365 must be in the same tenant to allow Single Sign on
(SSO)

A Yes
B No
B
You are building Power Apps apps that use both Dynamics 365 Sales and Microsoft 365.For
each of the following statements, select Yes if the statement is true. Otherwise, select
No.NOTE: Each correct selection is worth one point.

You must download a product from AppSource to ensure the SSO works with Dynamics 365
Sales and Microsoft 365

A Yes
B No
B
You need to implement Microsoft Business Applications along with the Microsoft Power
platform.Which three Microsoft products are part of the Power platform? Each correct
answer presents a complete solution.NOTE: Each correct selection is worth one point.

A. Microsoft Power Apps


B. Azure Active Directory
C. Microsoft Flow
D. Azure Machine Learning
E. Microsoft Power BI
A,C,E
A company plans to implement Power Platform apps. The company does not plan to use any
development tools or plug-ins.Which actions can you perform?For each of the following
statements, select Yes if the statement is true. Otherwise, select No.

NOTE: Each correct selection is worth one point.

You can synchronize account names with a third-party proprietary database


A. Yes
B No
A
A company plans to implement Power Platform apps. The company does not plan to use any
development tools or plug-ins.Which actions can you perform?For each of the following
statements, select Yes if the statement is true. Otherwise, select No.

NOTE: Each correct selection is worth one point.

You can create invoices from orders and then send the invoices to the customer

A. Yes
B No
A
A large retail company implements Power Apps, Microsoft Flow, and the Common Data
Service.The board of directors is asking whether users are finding value in the technology.
The company would like to measure and report usage of the software.You need to
recommend a tool to determine software usage.What should you recommend?
A. Microsoft Intune
B. Azure Stream Analytics
C. Power Platform Analytics
D. Dynamics 365 Product Insights
C
A company uses Power Apps.You need to perform administrative tasks for the
company.Which admin centers should you use? To answer, drag the appropriate admin
centers to the correct requirements. Each admin center 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.

Create user accounts for Power Apps

A Azure Active Directory


B Dynamics 365 Admin Center
C Power Apps Admin Center
D Power BI Admin Portal
A
A company uses Power Apps.You need to perform administrative tasks for the
company.Which admin centers should you use? To answer, drag the appropriate admin
centers to the correct requirements. Each admin center 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.

Assign the Environment Maker role to a user

A Azure Active Directory


B Dynamics 365 Admin Center
C Power Apps Admin Center
D Power BI Admin Portal
C
A rapidly growing company produces Office 365 licenses for all employees. The company
wants to empower users to build apps, automate business processes, and analyze data
without requiring IТ expertise or development skills and without increasing IT expenses
and dependencies.You need to recommend tools so that users can accomplish specific
tasks.Which tools should you recommend? To answer, select the appropriate options in the
answer area.NOTE: Each correct selection is worth one point.

Build automatic workflows that access multiple data sources

A AI Builder
B Power Apps
C Power Automate
D Azure Functions
E Power BI
C
A rapidly growing company produces Office 365 licenses for all employees. The company
wants to empower users to build apps, automate business processes, and analyze data
without requiring IТ expertise or development skills and without increasing IT expenses
and dependencies.You need to recommend tools so that users can accomplish specific
tasks.Which tools should you recommend? To answer, select the appropriate options in the
answer area.NOTE: Each correct selection is worth one point.

Create custom apps that address specific business needs

A AI Builder
B Power Apps
C Power Automate
D Azure Functions
E Power BI
B
A rapidly growing company produces Office 365 licenses for all employees. The company
wants to empower users to build apps, automate business processes, and analyze data
without requiring IТ expertise or development skills and without increasing IT expenses
and dependencies.You need to recommend tools so that users can accomplish specific
tasks.Which tools should you recommend? To answer, select the appropriate options in the
answer area.NOTE: Each correct selection is worth one point.

Design Insightful data visualizations

A AI Builder
B Power Apps
C Power Automate
D Azure Functions
E Power BI
E
A company plans to use Power Platform to build apps which address specific business
challenges.You need to recommend the appropriate types of Power Apps to use.What
should you recommend? To answer, select the appropriate option in the answer area

Field technicians need a mobile app to capture the location and the image of defective
products 

A Canvas App
B Power Apps Portal
C Common Data Service
A
A company plans to use Power Platform to build apps which address specific business
challenges.You need to recommend the appropriate types of Power Apps to use.What
should you recommend? To answer, select the appropriate option in the answer area

Sales representatives need to see different views and dashboards in the sales app

A Canvas App
B Model Driven App
C Power Apps Portal
B
A company plans to use Power Platform to build apps which address specific business
challenges.You need to recommend the appropriate types of Power Apps to use.What
should you recommend? To answer, select the appropriate option in the answer area

External customers need to view the progress of their service cases

A Model Driven App


B Power Apps Portal
C Common Data Service
B
You are creating a model-driven Power Apps app. You want to ensure that the app can be
used by individuals who have vision impairments.For each of the following statements,
select Yes if the statement is true. Otherwise, select No.

Power Apps apps can be built with hot key support and designed so they do not require a
touch screen or mouse

A Yes
B No
A
You are creating a model-driven Power Apps app. You want to ensure that the app can be
used by individuals who have vision impairments.For each of the following statements,
select Yes if the statement is true. Otherwise, select No.

Only model-driven Power Apps have support for using a screen reader without the need for
a connector

A Yes 
B No
B
You are creating a model-driven Power Apps app. You want to ensure that the app can be
used by individuals who have vision impairments.For each of the following statements,
select Yes if the statement is true. Otherwise, select No.

The accessibility checker can be run for your Power Apps app to provide notifications of
accessibility violations as well as tips for making it even more user friendly
A
A bank uses Power Platform apps and flows to support business processes.The company
would like to use historical client data to predict whether a client's loan application is likely
to be approved or rejected.You need to use AI Builder to implement the solution.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.

1. Train the model


2. Use the model in Power Apps or Power Automate
3. Export data into AI Builder
4. Publish the Model
5. Import data into Common Data Service
5,1,4,2
A company plans to implement solutions that use Common Data Service as a data
storage.You need to recommend features to meet the company's needs.Which features
should you recommend? To answer, drag the appropriate features to the correct
requirements. Each feature 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.

Validate data across multiple fields and entities regardless of the app used to create date

A Business Rules
B Business Process Flows
C Common Data Model
A
A company plans to implement solutions that use Common Data Service as a data
storage.You need to recommend features to meet the company's needs.Which features
should you recommend? To answer, drag the appropriate features to the correct
requirements. Each feature 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.

Create visual guides to ensure that users enter data and perform tasks in a consistent
manner
A Business Rules
B Business Process Flows
C Common Data Model
B
A company plans to implement solutions that use Common Data Service as a data
storage.You need to recommend features to meet the company's needs.Which features
should you recommend? To answer, drag the appropriate features to the correct
requirements. Each feature 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.

Accelerate development by using a standard set of entities for the most common scenarios 

A Business Rules
B Business Process Flows
C Common Data Model
C
A business is evaluating AI Builder.Which actions can you perform?For each of the following
statements, select Yes if the statement is true. Otherwise, select No.

You can use a text classification model in AI Builder to retrieve text and perform sentiment
analysis for ServiceNow Incidents

A Yes
B No
A
A business is evaluating AI Builder.Which actions can you perform?For each of the following
statements, select Yes if the statement is true. Otherwise, select No.

You can tag Instagram posts that mention your new product.

A Yes
B No
A
A business is evaluating AI Builder.Which actions can you perform?For each of the following
statements, select Yes if the statement is true. Otherwise, select No.

You can send results about the number of mentions of your new product in Instagram to
Power BI for inclusion on a dashboard

A Yes
B No
A
You create a business rule on contact entity to enforce the requirement that users must
enter either a telephone number, fax number, or an email when creating a new record.The
company decides to remove fax number from the condition.You need to update the
business rule.What are two ways of achieving the goal? Each correct answer presents a
complete solution.NOTE: Each correct selection is worth one point.

A. Save a copy of the rule and change the condition. Deactivate and delete the original rule.
B. Deactivate the business rule and change the condition.
C. Take a snapshot of the business rule and change the condition.
D. Change the condition and activate the change.
A,B
A coworker is creating an app in Power Apps and needs to automatically synchronize data
from an external source. The coworker is unable to locate a suitable Microsoft approved
connector template in AppSource. You need to recommend a solution for the
coworker.What should you recommend?

A. Create a custom connector.


B. Ask the outside source to send you the data once a week.
C. Use Microsoft Flow to connect to the database.
D. Open a ticket with Microsoft and request a new connector.
E. Use Microsoft Azure Service Bus.
A
A toy company creates a text classification model in AI Builder to monitor customer
feedback for specific key words.When negative feedback is received for a toy, the company
wants to proactively perform engineering reviews for the toy and schedule additional
training sessions for workers who produce the toy.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. Create a canvas app.


B. Implement the Virtual Agent.
C. Build a Power Automate flow.
D. Use the Common Data Model.
A,C
A company plans to use Power BI to visualize data from business systems.For each of the
following statements, select Yes if the statement is true. Otherwise, select No.

You can display data aggregates and raw data in a Power BI Report

A Yes 
B No
A
A company plans to use Power BI to visualize data from business systems.For each of the
following statements, select Yes if the statement is true. Otherwise, select No.

You can display related data from Dynamics 365 Customer Engagement and Excel in the
same Power BI report

A Yes 
B No
A
A company plans to use Power BI to visualize data from business systems.For each of the
following statements, select Yes if the statement is true. Otherwise, select No.

You can create a Power App to supply data for a Power BI report. You can modify the data
directly in the report.

A Yes 
B No
A
A company is evaluating ways that they can implement AI Builder.For which two scenarios
can you use AI Builder? Each correct selection presents a complete solution.NOTE: Each
correct selection is worth one point.

A. Send emails to all al users who subscribe to a service.


B. Synchronize data from an external database.
C. Collect data from several data sources and display a dashboard that shows trending data.
D. Interpret images and perform an action on the image.
B,D
A company plans to create Power Platform apps that consume industry-standard and
proprietary data sources.For each of the following statements, select Yes if the statement is
true. Otherwise, select No.

Custom Connector cannot be used if a standard connector for the service is available

A Yes
B No
B
A company plans to create Power Platform apps that consume industry-standard and
proprietary data sources.For each of the following statements, select Yes if the statement is
true. Otherwise, select No.

Custom Connectors are supported in instant flows only

A Yes
B No
B
A company plans to create Power Platform apps that consume industry-standard and
proprietary data sources.For each of the following statements, select Yes if the statement is
true. Otherwise, select No.

Standard and custom connectors cannot be mixed within the same flow or app

A Yes
B No
B
A company is evaluating Power Platform and has questions about the role that Common
Data Service plays in using Power Apps and Power Automate.For each of the following
statements, select Yes if the statement is true. Otherwise, select No.

Model-driven apps require a Common Data Service Database

A Yes
B No
A
A company is evaluating Power Platform and has questions about the role that Common
Data Service plays in using Power Apps and Power Automate.For each of the following
statements, select Yes if the statement is true. Otherwise, select No.

A flow instance can only access one Common Data Service Database

A Yes
B No
B
A company is evaluating Power Platform and has questions about the role that Common
Data Service plays in using Power Apps and Power Automate.For each of the following
statements, select Yes if the statement is true. Otherwise, select No.

Canvas apps require a Common Data Service Database

A Yes
B No
B
A company plans to create a Common Data Service environment.For each of the following
statements, select Yes if the statement is true. Otherwise, select No.

You can create a Common Data Service environment in the Power Platform admin center

A Yes
B No
A
A company plans to create a Common Data Service environment.For each of the following
statements, select Yes if the statement is true. Otherwise, select No.

You must enable data encryption after you create a Common Data service environment

A Yes
B No
B
A company plans to create a Common Data Service environment.For each of the following
statements, select Yes if the statement is true. Otherwise, select No.

You can control security roles and privileges in a Common Data Service environment from
the Power Apps Admin center
A Yes
B No
A
A company plans to use AI Builder to help improve business performance.You need to
determine which AI Models are available for use.Which three types of models can you use?
Each correct answer presents a complete solution.NOTE: Each correct selection is worth one
point.

A. linear regression
B. binary classification
C. object detection
D. anomaly detection
E. text classification
B,C,E
A company uses Microsoft 365 and Dynamics 365 Sales. The company does not have any
developers on its staff.You need to explain to the executives the benefits of using Power
Platform apps.What are two benefits? Each correct answer presents a complete
solution.NOTE: Each correct selection is worth one point.

A. Users can send emails from Dynamics 365 Sales to their personal email addresses.
B. Users can create Power Apps to create apps for different departments.
C. Users can use Power Automate to share information between Microsoft 365 and
Dynamics 365 Sales.
D. The company must unify all the mobile devices to one vendor.
B,C
A company needs to create several workflows and applications to help streamline their sales
operations.You need to determine which applications are appropriate for given
scenarios.Which applications should you use? To answer, select the appropriate options in
the answer area.NOTE: Each correct selection is worth one point.

Create no-code workflows that use different systems

A. Azure Logic Apps


B. Power Apps
C. Power Automate
D. Dynamics 365 Workflows
C
A company needs to create several workflows and applications to help streamline their sales
operations.You need to determine which applications are appropriate for given
scenarios.Which applications should you use? To answer, select the appropriate options in
the answer area.NOTE: Each correct selection is worth one point.

Build a no-code mobile application

A. Azure Logic Apps


B. Power Apps
C. Power Automate
D. Dynamics 365 Workflows
B
A company needs to create several workflows and applications to help streamline their sales
operations.You need to determine which applications are appropriate for given
scenarios.Which applications should you use? To answer, select the appropriate options in
the answer area.NOTE: Each correct selection is worth one point.

Administer you workflow in Microsoft Azure

A. Azure Logic Apps


B. Power Apps
C. Power Automate
D. Dynamics 365 Workflows
A
A company needs to create several workflows and applications to help streamline their sales
operations.You need to determine which applications are appropriate for given
scenarios.Which applications should you use? To answer, select the appropriate options in
the answer area.NOTE: Each correct selection is worth one point.

Build a mobile application by using Common Data Service

A. Azure Logic Apps


B. Power Apps
C. Power Automate
D. Dynamics 365 Workflows
B
A company manages a chain of retail stores. The company stores a list of retail store names
and numbers in one Power BI table. The company stores sales transaction data including a
transaction ID in another table. The transaction ID includes the store number.You need to
show the store name for all retail transactions in all Power BI reports.Which tool should you
use?

A. Query Editor
B. Power BI Service
C. Microsoft Excel
D. Data Connector
A
A company is using Power BI to build visualizations.The company's IT support team needs to
know when to install Power BI Desktop on users' computers and where the Power BI Service
will suffice to perform tasks.You need to recommend solutions for the company.What
should you recommend? To answer, drag the appropriate components to the correct
requirements. Each component may be used once, more than once, or not at all. 

Create Dashboards

A. Power BI Service Only


B, Power BI Desktop Only
C Power BI Desktop or Power BI Service
A
A company is using Power BI to build visualizations.The company's IT support team needs to
know when to install Power BI Desktop on users' computers and where the Power BI Service
will suffice to perform tasks.You need to recommend solutions for the company.What
should you recommend? To answer, drag the appropriate components to the correct
requirements. Each component may be used once, more than once, or not at all. 

Create Reports

A. Power BI Service Only


B, Power BI Desktop Only
C Power BI Desktop or Power BI Service
C
A company is using Power BI to build visualizations.The company's IT support team needs to
know when to install Power BI Desktop on users' computers and where the Power BI Service
will suffice to perform tasks.You need to recommend solutions for the company.What
should you recommend? To answer, drag the appropriate components to the correct
requirements. Each component may be used once, more than once, or not at all. 

Create Calculated Columns

A. Power BI Service Only


B, Power BI Desktop Only
C Power BI Desktop or Power BI Service
B
A company is using Power BI to build visualizations.The company's IT support team needs to
know when to install Power BI Desktop on users' computers and where the Power BI Service
will suffice to perform tasks.You need to recommend solutions for the company.What
should you recommend? To answer, drag the appropriate components to the correct
requirements. Each component may be used once, more than once, or not at all. 

Configure Security

A. Power BI Service Only


B, Power BI Desktop Only
C Power BI Desktop or Power BI Service
C
A company is using Power BI to build visualizations.The company's IT support team needs to
know when to install Power BI Desktop on users' computers and where the Power BI Service
will suffice to perform tasks.You need to recommend solutions for the company.What
should you recommend? To answer, drag the appropriate components to the correct
requirements. Each component may be used once, more than once, or not at all. 

Configure Sharing
A. Power BI Service Only
B, Power BI Desktop Only
C Power BI Desktop or Power BI Service
A
A company plans to create an information portal that managers can use to view critical
information about their teams.You need to recommend the type of Power BI components
that the company should use.What should you recommend? To answer, drag the
appropriate component types to the correct requirements. 

Display data from a Microsoft Excel workbook that has multiple worksheets into one chart

A. Dashboard
B. Report
B
A company plans to create an information portal that managers can use to view critical
information about their teams.You need to recommend the type of Power BI components
that the company should use.What should you recommend? To answer, drag the
appropriate component types to the correct requirements. 

Display the top departmental goal metrics and alert users when specific thresholds are met

A. Dashboard
B. Report
A
A company plans to create an information portal that managers can use to view critical
information about their teams.You need to recommend the type of Power BI components
that the company should use.What should you recommend? To answer, drag the
appropriate component types to the correct requirements. 

Display Sales Charts that can be filtered by region

A. Dashboard
B. Report
B
You have a Power BI report.For each of the following statements, select Yes if the statement
is true. Otherwise, select No.

You can export data from a visualization in a Power BI report.

A. Yes
B. No
A
You have a Power BI report.For each of the following statements, select Yes if the statement
is true. Otherwise, select No.

You can show the data behind a visual report on your screen without exporting the data.
A. Yes
B. No
A
You have a Power BI report.For each of the following statements, select Yes if the statement
is true. Otherwise, select No.

You can export data to view supporting data for a KPI

A. Yes
B. No
B
You create a Power BI dashboard that displays data from Dynamics 365 Customer
Engagement.You need to share the Power BI dashboard with coworkers.What are three
possible ways to achieve the goal? Each correct answer presents a complete solution.NOTE:
Each correct selection is worth one point.

A. Create a Power BI workspace and grant coworkers permissions.


B. Publish the dashboard as an app to your coworkers.
C. Export the data into Common Data Service for others to manipulate in Power BI.
D. Export the data to Microsoft Excel for coworkers to import and view in Power BI.
E. Embed reports in your company's internal web portal.
A,B,E
Your company has an on-premises Microsoft SQL Server database that contains legacy sales
data. You must display information from the database in a new Power Apps app. You need
to establish a secure connection between the database and the app.What should you use?
A. Data source
B. App
C. Data gateway
D. Power Automate
C
A recent update has been made to a canvas app.The update causes a negative impact to
users.You need to roll back the app to a previous version.What should you do?

A. Restore the previous version of the app.


B. Uninstall the app for all users and reinstall by using the package from a previous version.
C. Deactivate the live app, import the previous version of the app, and then activate the
app.
D. Delete the app and create a new app based on the previous version.
A
A company needs to create a series of mobile applications to empower their field engineers
to accomplish several tasks with varying degrees of complexity.Match each app type to its
definition. To answer, drag the appropriate app type from the column on the left to its
definition on the right. Each app type may be used once, more than once, or not at all.

Create simple apps with highly customizable user interface layouts

A. Model-Driven
B. Dashboard
C. Dataset
D. Canvas
D
A company needs to create a series of mobile applications to empower their field engineers
to accomplish several tasks with varying degrees of complexity.Match each app type to its
definition. To answer, drag the appropriate app type from the column on the left to its
definition on the right. Each app type may be used once, more than once, or not at all.

Quickly create apps for very complex business processes from data in Common Data Service
with very little or no code

A. Model-Driven
B. Dashboard
C. Dataset
D. Canvas
A
A user is starting to learn about Power Apps.Which objects should you use? To answer,
select the appropriate options in the answer area.

A Power Apps app can call a:

A. Connector
B. Flow
C. Gateway
D. Solution
A
A user is starting to learn about Power Apps.Which objects should you use? To answer,
select the appropriate options in the answer area.

Actions and triggers are properties of a:

A. Connector
B. Flow
C. Gateway
D. Solution
B
What is a benefit of deploying Microsoft 365 and Dynamics 365 apps in the same tenant?

A. You do not need to manually back up data.


B. Both will use the same time zone.
C. You can use Power BI to display data that comes from both environments.
D. You can implement Single Sign-On (SSO).
D
A company runs a call center to handle customer support inquires.The company tracks
metrics including the number of incoming calls, call resolution rates, and escalations. The
company wants to display the metrics on a shared screen that is visible to all call center
staff.You need to recommend a solution for the company.Which Power Platform feature
should you recommend?

A. AI Builder
B. Power Automate
C. Power Apps
D. Power BI
D
You are a regional sales manager for a large internet retailer. You create a series of Power BI
reports and dashboards to help sales associates be more productive and increase sales.Sales
are not increasing as expected.You need to determine if the new reports are being used and
send emails to sales associates to provide guidance on how to use the reports and
dashboards.Which features should you use? To answer, select the appropriate options in
the answer area.

Send an email to the sales associates on a predetermined schedule

A. Subscribe
B. Share
C. Favorites
D. Publisher
A
You are a regional sales manager for a large internet retailer. You create a series of Power BI
reports and dashboards to help sales associates be more productive and increase sales.Sales
are not increasing as expected.You need to determine if the new reports are being used and
send emails to sales associates to provide guidance on how to use the reports and
dashboards.Which features should you use? To answer, select the appropriate options in
the answer area.

Quantify the adoption usage from the sales associates

A. Explore
B. Favorites
C. Usage Metrics
D. Performance Inspector
C
You are creating Power BI reports.You need to choose which filters you can use for
reports.Which three types of filters can you use? Each correct answer presents a complete
solution.NOTE: Each correct selection is worth one point.
A. drill-down
B. automatic
C. database
D. manual
E. external
A,B,D
A manufacturing company uses Internet of Things (IoT) devices to monitor the temperature
in different parts of their warehouse.The current IoT monitoring software is extremely
outdated and is not user friendly.You need to view near-real time information from the IoT
devices in Power BI Service dashboards.Which tool should you use?

A. Scheduled refresh dataset


B. Streaming dataset
C. Content Pack dataset
D. Power BI dataflows
E. Quick Insights
B
This question requires that you evaluate the underlined text to determine if it is correct.You
have a Power BI report with a page named RevReceived. The page shows revenue received
by your company. You want to create an almost identical page that shows net revenue
instead of gross revenue. To accomplish this task, you modify the RevReceived page.Review
the underlined text. If it makes the statement correct, "No change is needed". If the
statement is incorrect, select the answer choice that makes the statement correct.

A. No change is needed.
B. duplicate the RevReceived page.
C. import the RevReceived page.
D. copy the visuals from RevReceived to a new page.
B
A company plans to implement Power BI to analyze retail operations data.You need to
recommend solutions for the company.Which Power BI components should the company
use?

Allow users to set and receive alerts when data changes beyond specified limits

A Reports
B Workspaces
C Dashboards
D Dataset
C
A company plans to implement Power BI to analyze retail operations data.You need to
recommend solutions for the company.Which Power BI components should the company
use?

View and filter data and export data to Microsoft Excel for further manipulation and analysis

A Reports
B Workspaces
C Dashboards
D Dataset
A
You create a set of dashboards and reports for a project team that combines data from
different sources in Power BI. Some of the data is considered sensitive.You need to
distribute the dashboards and reports securely to the team.What should you create?
A. a custom data connector
B. a published app
C. a Microsoft flow
D. a Power BI workspace
B
You create a Power BI dashboard.Match each option to its function.

Ensure that coworkers can see the dashboard

A Share
B Embed
C Get Data
D Pin
E Import
A
You create a Power BI dashboard.Match each option to its function.

Display data from Microsoft Excel in the Dashboard

A Share
B Embed
C Get Data
D Pin
E Import
C
You create a Power BI dashboard.Match each option to its function.

Add a report tile to the dashboard

A Share
B Embed
C Get Data
D Pin
E Import
D
You are using Dynamics 365 Sales.You need to pull data into a Power BI report for your
team. The City and State columns must be combined to form one column on the
report.Which function would you use? Each correct answer presents a complete
solution.NOTE: Each correct selection is worth one point.
A. Use Power Query to merge columns.
B. Import the data.
C. Export data to Microsoft Excel.
D. Create a view.
A
A carpet cleaning company uses Dynamics 365 Sales.The process for entering customer
information during onsite sales calls is very complicated. The company wants a simplified
screen that allows salespeople to capture the customer name, phone number, and other
information while speaking to the customer.You need to recommend a solution that works
on various types of mobile devices.What should you recommend?
A. Common Data Service
B. Power Automate
C. AI Builder
D. Canvas app
E. Power BI
D
A company is building a Power Apps portal.You need to select out-of-the-box portal types to
meet the company's requirements.Which portal types should you use?

Collaboratively onboard new suppliers and distributors

A Partner Portal
B Community Portal
C Portal from Blank
D Customer Self Service Portal
A
A company is building a Power Apps portal.You need to select out-of-the-box portal types to
meet the company's requirements.Which portal types should you use?

Publish a blog post announcing new suppliers

A Partner Portal
B Community Portal
C Portal from Blank
D Customer Self Service Portal
B
A user is trying to understand the differences between the various ways apps can be built by
using Power Apps.For each of the following statements, select Yes if the statement is true.
Otherwise, select No.

You can embed canvas apps in model-driven apps

A Yes
B No
A
A user is trying to understand the differences between the various ways apps can be built by
using Power Apps.For each of the following statements, select Yes if the statement is true.
Otherwise, select No.

A Power Apps portal can use only one data source

A Yes
B No
B
A user is trying to understand the differences between the various ways apps can be built by
using Power Apps.For each of the following statements, select Yes if the statement is true.
Otherwise, select No.

You must use Power BI to create reports in model-driven apps

A Yes
B No
B
A user is creating their first canvas app in Power Apps.The user does not know what types of
controls they can include.You need to recommend solutions for the user.Which types of
controls should you recommend using in Power Apps?

View the date, time, and location of upcoming internal meetings

A, Meeting-screen template
B. Gallery
C. List Box
B
A user is creating their first canvas app in Power Apps.The user does not know what types of
controls they can include.You need to recommend solutions for the user.Which types of
controls should you recommend using in Power Apps?

Create a meeting request from within the app

A, Meeting-screen template
B. Gallery
C. List Box
A
A user is creating their first canvas app in Power Apps.The user does not know what types of
controls they can include.You need to recommend solutions for the user.Which types of
controls should you recommend using in Power Apps?

Drill down into customer contact records in Dynamics 365 Sales to view a photo of a
customer you are meeting

A, Image
B. People-screen template
C. Add Picture
A
You are designing a Power Apps solution that allows users to upload a status report directly
to the company Microsoft SharePoint project management site from their mobile device.
For each of the following statements, select Yes it the statement is true. Otherwise, select
No.

You should build a model-driven app in Power Apps


A. Yes
B. No
B
You are designing a Power Apps solution that allows users to upload a status report directly
to the company Microsoft SharePoint project management site from their mobile device.For
each of the following statements, select Yes it the statement is true. Otherwise, select No.

You should build a canvas app in Power Apps

A. Yes
B. No
A
You are designing a Power Apps solution that allows users to upload a status report directly
to the company Microsoft SharePoint project management site from their mobile device.For
each of the following statements, select Yes it the statement is true. Otherwise, select No.

Users must download and run the Power Apps mobile application to use the solution

A. Yes
B. No
B
A company uses Dynamics 365 Supply Chain Management.The company wants to build
customer user interfaces that add additional functionality.You need to recommend a
solution for the company.What should you recommend?
A. Power BI
B. Power Apps canvas apps
C. AI Builder
D. Microsoft Flow
B
A company plans to implement Power Apps in a Power Platform environment.You need to
implement other required components.Match each option to its function.

Implement user authentication

A. Microsoft Azure
B. Custom Connector
C. Microsoft Flow
D. Model-Driven App
E. Canvas App
A
A company plans to implement Power Apps in a Power Platform environment.You need to
implement other required components.Match each option to its function.

Send data to a Microsoft OneNote Notebook in the same tenant

A. Microsoft Azure
B. Custom Connector
C. Microsoft Flow
D. Model-Driven App
E. Canvas App
C
A company plans to create canvas apps.What is the minimum number of connectors
required?

Synchronize data with three data sources that use different proprietary database formats
Number of connectors:

A. 0
B. 1
C. 2
D. 3
D
A company plans to create canvas apps.What is the minimum number of connectors
required?

Create three Power Apps apps that each display data from a Microsoft SharePoint list
Number of connectors:

A. 0
B. 1
C. 2
D. 3
B
A company plans to create canvas apps.What is the minimum number of connectors
required?

Create three Flows that each copy data to Microsoft Azure Data Lake on different schedules
Number of connectors:

A. 0
B. 1
C. 2
D. 3
B
You create a Power Apps canvas app.You need to ensure that your coworkers can run the
app.What should you do?
A. Share the app.
B. Send the URL for the app to coworkers.
C. Add a license for the app.
D. Create a Flow for the app.
A
A company uses Microsoft 365, Power Platform, and Dynamics 365. You do not assign
permissions to any licensed users. Users are able to create and edit Power Apps canvas
apps.In which environment are users creating and editing the apps?
A. Production
B. Default
C. Sandbox
B
A company is creating a canvas app to display data from a legacy system that is located on
the company's internal network.You need to connect to the data.What should you use?
A. custom connector
B. content pack
C. data gateway
D. Power Automate
C
You are creating a canvas app.You need to configure the app.Which two objects are
provided by the connector? Each correct answer presents a complete solution.NOTE: Each
correct selection is worth one point.
A. customizations
B. data sources
C. actions
D. tables
C,D
A company is considering implementing Power Apps to help manage business processes.
Users are trying to understand the purposes and benefits of Power Apps components.Match
each benefit to its tool.

Easy Data Integration

A Connectors
B Canvas Apps
C. AI Builder
D Power Automate
D Portals
A
A company is considering implementing Power Apps to help manage business processes.
Users are trying to understand the purposes and benefits of Power Apps components.Match
each benefit to its tool.

Low code / No code across applications

A Connectors
B Canvas Apps
C. AI Builder
D Power Automate
D Portals
C
A company is considering implementing Power Apps to help manage business processes.
Users are trying to understand the purposes and benefits of Power Apps components.Match
each benefit to its tool.
Easy to customize front end

A Connectors
B Canvas Apps
C. AI Builder
D Power Automate
D Portals
B
A company plans to build new apps for the business to allow employees to work more
efficiently.You need to recommend the appropriate types of Power Apps to meet the
company's requirements.To answer, drag the appropriate app types to the correct
requirements.

Build Mobile apps that use cameras and location data

A. Model driven
B. Portals
C. Canvas
D. AI Builder
C
A company plans to build new apps for the business to allow employees to work more
efficiently.You need to recommend the appropriate types of Power Apps to meet the
company's requirements.To answer, drag the appropriate app types to the correct
requirements.

Give external users secure access to your data

A. Model driven
B. Portals
C. Canvas
D. AI Builder
B
A company is considering implementing Power Platform.For which three scenarios should
you consider implementing Power Apps portals? Each correct answer presents a complete
solution.NOTE: Each correct selection is worth one point.

A. a customer support website that includes knowledge search and support for document
uploads
B. a public website that supports multi-lingual communities with forums and blogs support
C. an online store with e-commerce requirements including payment processing
D. a secure website for vendors accessing data stored in Common Data Service
E. an internal website for employees to access selected data from Dynamics 365 Finance
A,B,D
A company is building a model-driven app.You need to create and configure the objects
needed for the app.Which component categories should you use

Relationship
A. UI
B. Data
C. Logic
D. Visualization
B
A company is building a model-driven app.You need to create and configure the objects
needed for the app.Which component categories should you use

Form

A. UI
B. Data
C. Logic
D. Visualization
A
A company is building a model-driven app.You need to create and configure the objects
needed for the app.Which component categories should you use

Business Rule

A. UI
B. Data
C. Logic
D. Visualization
C
A company is building a model-driven app.You need to create and configure the objects
needed for the app.Which component categories should you use

View

A. UI
B. Data
C. Logic
D. Visualization
A
You are creating a canvas app that will be used in several countries/regions.For each of the
following statements, select Yes if the statement is true. Otherwise, select No.

Canvas app authoring environment will adapt to the language setting of the author

A Yes
B No
A
You are creating a canvas app that will be used in several countries/regions.For each of the
following statements, select Yes if the statement is true. Otherwise, select No.
When running a canvas app on a mobile device, the app adopts the author's language.

A Yes
B No
A
You are creating a canvas app that will be used in several countries/regions.For each of the
following statements, select Yes if the statement is true. Otherwise, select No.

Numbers and dates in Power Apps app automatically conform to the regional and language
settings for a user's device

A Yes
B No
A
A company plans to build Power Apps portals.For each of the following statements, select
Yes if the statement is true. Otherwise, select No.

You must use standard templates for building portals

A Yes
B No
B
A company plans to build Power Apps portals.For each of the following statements, select
Yes if the statement is true. Otherwise, select No.

You can test portals in non-production environments and then migrate the portals into
production environments

A Yes
B No
A
A company plans to build Power Apps portals.For each of the following statements, select
Yes if the statement is true. Otherwise, select No.

When transitioning to the new version of a portal, you can display a customizable
maintenance page until the new portal is ready to be used.

A Yes
B No
A
A company uses Dynamics 365 Supply Chain Management.You need to use Power Automate
to automate the process of receiving and tracking raw materials.Which type of connector
should you use?

A. Common Data Service


B. Dynamics 365
C. Dynamics 365 for Fin & Ops
D. Dynamic Signal
A
A company performs on-site inspections and services for air industrial equipment.Field
technicians must perform a series of maintenance checks every time they visit a customer
site. Every technician performs maintenance tasks in a different order. Some technicians
miss steps.You need to ensure that all technicians perform the same steps in the same
order.What should you use?
A. Business process flow
B. AI Builder
C. Business rule
D. Virtual Agent
A
A company plans to use Power Apps to connect to a series of custom services. There are no
connectors available for the custom services.For each of the following statements, select
Yes if the statement is true. Otherwise, select No.

Custom connectors for customer specific services do not require review and certification by
Microsoft

A. Yes
B. No
A
A company plans to use Power Apps to connect to a series of custom services. There are no
connectors available for the custom services.For each of the following statements, select
Yes if the statement is true. Otherwise, select No.

You can build a custom connector once and reuse the connector for Power Apps and
Microsoft Flow

A. Yes
B. No
A
A company plans to use Power Apps to connect to a series of custom services. There are no
connectors available for the custom services.For each of the following statements, select
Yes if the statement is true. Otherwise, select No.

You can make custom connectors publicly available for all Power Platform users without
having Microsoft certify the connector

A. Yes
B. No
B
You need to use Microsoft Flow to perform data-management tasks when users interact
with the sales opportunities in Dynamics 365.Which three types of triggers can you use?
Each correct answer presents a complete solution.NOTE: Each correct selection is worth one
point.
A. record requested
B. record deletion
C. record creation
D. record updated
E. record selected
B,C,D
A company uses Dynamics 365 Supply Chain Management.When a sales order is created for
one of the customers that a specific user manages, a Microsoft Outlook task must be
created to remind the user to perform any follow up activities that are required.You need to
implement the functionality to create Outlook tasks.Which two features should you use?
Each correct answer presents part of the solution.NOTE: Each correct selection is worth one
point.
A. AI Builder
B. Power Apps
C. Business Events
D. Microsoft Flow
E. Common Data Service
C,D
A company uses a third party application and an approval process via email. At the end of
the month, the IT department enters the data into Microsoft Excel to create pivot charts.The
Excel pivot charts must use the same data source as Dynamics 365 Field Service to generate
charts and reports.You need to recommend a solution.What should you recommend?

Create an approval workflow

A.Dynamics 365 Workflow notifications


B. Microsoft Outlook Integration
C. AI Builder
D. Microsoft Flow
D
A company uses a third party application and an approval process via email. At the end of
the month, the IT department enters the data into Microsoft Excel to create pivot charts.The
Excel pivot charts must use the same data source as Dynamics 365 Field Service to generate
charts and reports.You need to recommend a solution.What should you recommend?

Connect to report data

A.Common Data Service and Power BI


B. Third Party from AppSource
C. Custom Code flat file integration
D. Dynamics 365 Field Service
A
This question requires that you evaluate the underlined text to determine if it is correct.A
company requires that service representatives schedule customer visits every six months.
Each service representative is required to enter a scheduled task for the next checkup as
they are leaving a client site. A service representative wants to automate task entry by
creating a business process flow that can be initiated from the service call screen on a
phone.Review the underlined text. If it makes the statement correct, select "No change is
needed." If the statement is incorrect, select the answer choice that makes the statement
correct.

A. No change is needed.
B. a scheduled
C. an instant
D. an action
D
You build a flow using a template. You want to add support for additional business
scenarios.You need to ensure that the new workflow does not break existing
functionality.Which flow editing utilities should you use?

Check the new flow for any errors or warnings

A. Test
B. Flow Checker
B
You build a flow using a template. You want to add support for additional business
scenarios.You need to ensure that the new workflow does not break existing
functionality.Which flow editing utilities should you use?

Run the flow using previously processed data

A. Test
B. Flow Checker
A
You build a flow using a template. You want to add support for additional business
scenarios.You need to ensure that the new workflow does not break existing
functionality.Which flow editing utilities should you use?

Monitor the flow as it is running

A. Test
B. Flow Checker
A
You use Power Automate for personal productivity.You often overwrite working flows by
editing the definitions. You are unable to undo changes after saving a flow.You need to be
able to revert a flow to the current state.Which two options can you use? Each correct
answer presents a complete solution.NOTE: Each correct selection is worth one point.

A. Export
B. Rename
C. Save As
D. Share
A,C
You use Power Automate to create a flow that automatically sends email to a project
manager when project team members mark a task as complete.Project team members are
prematurely marking tasks as complete. You must add quality control into the process by
sending an email to a project lead for confirmation that the task is in fact complete before
sending the email to the project manager.You need to modify the flow.Which component
should you use?

A. a process argument
B. a condition
C. an expression
D. a trigger
E. an action
B
A company uses Microsoft Flow.Each time a work order is created, a service manager must
review and approve the work order before a worker is dispatched.You need to create a flow
to enforce the process.What should you create?
A. plug-in
B. approval flow
C. business rule
D. team flow
E. instant flow
B
You plan to use Microsoft Flow to monitor what people are saying about your company's
products. You store the feedback for research and development purposes.You need to
recommend Flow components to use for the solution.To answer, drag the appropriate
components to the correct requirements

Retrieve the top five posts from your company's Facebook page

A. Action
B. Expression
C. Service
D. Trigger
E. Flow Type
D
You plan to use Microsoft Flow to monitor what people are saying about your company's
products. You store the feedback for research and development purposes.You need to
recommend Flow components to use for the solution.To answer, drag the appropriate
components to the correct requirements

Enter the resulting posts into the product database

A. Action
B. Expression
C. Service
D. Trigger
E. Flow Type
A
You plan to use Microsoft Flow to monitor what people are saying about your company's
products. You store the feedback for research and development purposes.You need to
recommend Flow components to use for the solution.To answer, drag the appropriate
components to the correct requirements

Combine author and link fields into a single field

A. Action
B. Expression
C. Service
D. Trigger
E. Flow Type
B
You plan to use Microsoft Flow to monitor what people are saying about your company's
products. You store the feedback for research and development purposes.You need to
recommend Flow components to use for the solution.To answer, drag the appropriate
components to the correct requirements

Run Flow every hour

A. Action
B. Expression
C. Service
D. Trigger
E. Flow Type
E
You are new to working with Microsoft Flow. You create a flow that extracts birth dates for
users and then sends a birthday greeting email to users on their birthday.The flow does not
properly extract birth dates.Where should you make changes?

A. Connectors
B. Expression
C. Templates
A
A company plans to use Power Automate to automate tasks.Match each flow type to its
description. To answer, drag the appropriate flow type from the column on the left to its
description on the right. Each option may be used once, more than once, or not at all.

A Flow that runs after it is triggered by an event

A. Automated
B. Business Process
C. Scheduled
D. Instant
A
A company plans to use Power Automate to automate tasks.Match each flow type to its
description. To answer, drag the appropriate flow type from the column on the left to its
description on the right. Each option may be used once, more than once, or not at all.

A Flow that guides a user through a set of tasks

A. Automated
B. Business Process
C. Scheduled
D. Instant
B
A company plans to use Power Automate to automate tasks.Match each flow type to its
description. To answer, drag the appropriate flow type from the column on the left to its
description on the right. Each option may be used once, more than once, or not at all.

A Flow that runs after a specified number of days

A. Automated
B. Business Process
C. Scheduled
D. Instant
C
A company plans to use Power Automate to automate tasks.Match each flow type to its
description. To answer, drag the appropriate flow type from the column on the left to its
description on the right. Each option may be used once, more than once, or not at all.

A Flow that allows you to start tasks on demand

A. Automated
B. Business Process
C. Scheduled
D. Instant
D
A company plans to synchronize data between Dynamics 365 Supply Chain management
and Dynamics 365 Sales.For each of the following statements, select Yes if the statement is
true. Otherwise, select No.

You can implement a process-based integration by using the data integration feature

A. Yes
B. No
A
A company plans to synchronize data between Dynamics 365 Supply Chain management
and Dynamics 365 Sales.For each of the following statements, select Yes if the statement is
true. Otherwise, select No.

You can use Microsoft Azure Data Migration to synchronize data between the apps
A. Yes
B. No
B
A company has a website. The website includes a form that allows the company to collect
information about leads.You need to set up an automated workflow to create leads in
Dynamics 365 Sales when leads are created on the company's custom website.What should
you create?
A. Task Flow
B. Power Automate flow
C. Dynamics 365 workflow
D. Business Process Flow
B
A company builds and sells residential apartments. The company uses Dynamics 365 Sales to
manage sales opportunities.Management must receive notifications on their mobile devices
when sales opportunities are created. You need to select recommend Power Platform
components to address the requirements.Which two components should you recommend?
Each correct answer presents part of the solution.NOTE: Each selection is worth one point.

A. Common Data Service connector


B. Power BI
C. Power Automate
D. AI Builder
A,C
A company uses Microsoft 365, SharePoint Online, and Dynamics 365 Sales.You need to
recommend tools to build a solution that meets the following requirements:Synchronize
data daily -✑ from an external Microsoft SQL Server instance.✑ Send an out-of-the box
report automatically to specific company executives.✑ Ensure that opportunities over a
specified amount are approved by a sales manager.Which two tools or components should
you recommend? Each correct answer presents part of the solution.NOTE: Each correct
selection is worth one point.

A. Microsoft Excel
B. Microsoft Word
C. Power BI
D. Common Data Service
E. Power Automate
D,E
You plan to send an email notification to a user when a new file is placed in a specific folder
in OneDrive for Business. For each of the following statements, select Yes if the statement is
true. Otherwise, select No.

You can create a flow without writing a single line of code and deploy the flow to a
production environment

A. Yes
B. No
A
You plan to send an email notification to a user when a new file is placed in a specific folder
in OneDrive for Business. For each of the following statements, select Yes if the statement is
true. Otherwise, select No.

You cannot add additional actions to the built-in Power automate templates

A. Yes
B. No
B
You plan to send an email notification to a user when a new file is placed in a specific folder
in OneDrive for Business. For each of the following statements, select Yes if the statement is
true. Otherwise, select No.

You can view the code that implements workflow actions and triggers without installing
additional software

A. Yes
B. No
A
For which scenarios can you use Power Automate?For each of the following statements,
select Yes if the statement is true. Otherwise, select No.

Notify team members when a response is recorded in a form in Microsoft Forms

A. Yes
B No
A
For which scenarios can you use Power Automate?For each of the following statements,
select Yes if the statement is true. Otherwise, select No.

When email is received, save email attachments in OneDrive for Business

A. Yes
B No
A
For which scenarios can you use Power Automate?For each of the following statements,
select Yes if the statement is true. Otherwise, select No.

Receive notifications when negative comments about the company are posted on Twitter

A. Yes
B No
A
A project deadline is approaching. The project manager reports that there are still a number
of critical tasks that are not complete.You need to implement Power Automate to help
streamline processes.Which types of flows should you use?
Ensure that all of the steps for completing tasks are consistently followed by all team
members

A. Automated
B. Instant
C. Scheduled
D. Business Process
D
A project deadline is approaching. The project manager reports that there are still a number
of critical tasks that are not complete.You need to implement Power Automate to help
streamline processes.Which types of flows should you use?

Allow users to send an email to the project lead whenever a task is completed

A. Automated
B. Instant
C. Scheduled
D. Business Process
A
A project deadline is approaching. The project manager reports that there are still a number
of critical tasks that are not complete.You need to implement Power Automate to help
streamline processes.Which types of flows should you use?

Automatically send a a list of completed tasks at the end of each week

A. Automated
B. Instant
C. Scheduled
D. Business Process
C
A company provides on-site architectural consulting services to residential and business
customers. The company wants to implement a simple alert system where a consultant can
press a button on their mobile device to send the user's location to the company as a text
notification.You need to build a button flow that sends the notification.In which order
should you perform the actions?

A. Add a new step to the flow


B. Add a trigger
C. Select a connector and action to send text notifications
D. Set the actions properties
E Save the Flow
B,A,C,D,E
A company is using Power Automate to automate business processes.You need to
recommend triggers for Instant flows.What trigger types should you recommend?

Run a flow when the user presses a button in a canvas app


A. Power Apps
B. For a Selected row
C. Manually trigger a flow
D. For a selected file (OneDrive for a business)
A
A company is using Power Automate to automate business processes.You need to
recommend triggers for Instant flows.What trigger types should you recommend?

Run a flow when the user presses a button in the mobile Flow app

A. Power Apps
B. For a Selected row
C. Manually trigger a flow
D. For a selected file (OneDrive for a business)
C

You might also like