Microsoft Practice Questions, Discussions & Exam Topics by our Authors
SNAPSHOT
-
A company plans to use Power BI to visualize data.
Instructions: For each of the following statements, select Yes if the statement is true. Oth...
Author: GlowingTiger · Last updated Jul 8, 2026
SNAPSHOT
-
A company creates unmanaged model-driven apps.
For each of the following statements, select Ye...
Author: ThunderBear · Last updated Jul 8, 2026
SNAPSHOT
-
For each of the following statements, select Yes if the statement is true. Otherwise,...
Author: Elizabeth · Last updated Jul 8, 2026
You test a business process flow in a sandbox environment.
When you complete testing, you must copy the business process flow to a production environment without bringing any data or othe...
Let's analyze each option to determine the best way to copy the business process flow (BPF) from a sandbox environment to a production environment, ensuring that only the BPF is moved without any data or other modifications.
A) Export the default solution
- Rejected: The default solution contains all components of the environment, including data, settings, and customizations. If you export the default solution, you risk moving other changes or data along with the business process flow. Since the requirement is to avoid bringing over any data or other modifications, this option is not suitable.
B) Create a view and export the view
- Rejected: A view is a way to display data in the form of a list or grid in an app. While views can be part of the solution, they are not directly related to the business process flow itself. Exporting a view would not meet the requirements because it would not include the business process flow (BPF), which is the primary component you need to copy to the production environment. Also, this wouldn't prevent bringing data or other modifications.
C) Add the business process flow to a separate solution. Export the solution
- Selected: This is the correct approach. To ensure that only the business process flow is moved from the sa...
Author: Aarav2020 · Last updated Jul 8, 2026
You create a Power Apps app and Power Automate flow.
You need to combine multiple types of field values into a single stri...
Let's evaluate each option in terms of combining multiple field values into a single string and formatting that string:
A) Condition
- Rejected: A condition in Power Automate is used to apply logic, checking whether certain criteria are met (e.g., if a field value is equal to something). Conditions are not used for string manipulation or formatting. Instead, they are primarily for branching logic in workflows. Therefore, this option doesn't meet the requirement of combining and formatting field values into a string.
B) Switch
- Rejected: A switch statement is used for evaluating multiple conditions based on a single expression and branching logic accordingly. It’s similar to a series of if-else statements. While it could be used for conditional logic, it does not facilitate string manipulation or formatting. Thus, this option would not help with combining and formatting field values into a single string.
C) Environment variable
- Rejected: An environment variable stores values that can be shared across different resources in an environment, such as apps or flows....
Author: Jack · Last updated Jul 8, 2026
DRAG DROP
-
A customer service department uses Microsoft Dynamics 365 Customer Service to manage repair requests. The repair team tracks their efforts using a Microsoft SharePoint list.
The company must use Microsoft Power Platform to connect the repair team with the Dynamics 365 Customer Service solution.
The solution must meet the following requirements:
You need to implement the appropriate technologies to meet the requirements.
Which technologies should you use? To answer, drag the appropriate tech...
Author: Liam · Last updated Jul 8, 2026
SNAPSHOT
-
You receive a copy of a Power Automate cloud flow from a colleague.
For each of the following statements, select Yes if the statement is true. Ot...
Author: Emma · Last updated Jul 8, 2026
The front desk of a hotel uses a model-driven app to check in guests.
The hotel wants to create a canvas app for the housekeeping staff to manage cleaning supplies. The canvas app will connect to a new instance of Microsoft Dat...
To create a new environment for the housekeeping staff, you need to consider where the environment management options for Dataverse, Power Apps, and other Power Platform components reside.
Let's break down each option:
1. A) Microsoft 365 admin center:
- Reason for rejection: The Microsoft 365 admin center is primarily used for managing Office 365 services like user licenses, security, and other general Microsoft 365 settings. It does not provide the capability to manage Power Platform environments directly.
- Use case: Managing Microsoft 365 subscriptions, users, and security settings but not specific to Power Platform environments.
2. B) Microsoft Power Platform admin center:
- Selected option: This is the correct choice. The Power Platform admin center is specifically designed for managing environments, resources, and security within the Power Platform, which includes Power Apps, Power Automate, and Dataverse. In this case, you will need this portal to create a new environment for the housekeeping staff to connect to Dataverse for managing cleaning supplies.
- Reason for selection: This is the central platform for environment management, including creating new environments for apps and data storage (Dataverse), managing security, and...
Author: Samuel · Last updated Jul 8, 2026
A company uses a model-driven app to record customers' dietary preferences.
You need to change the order of the columns in a personal view that you c...
To change the order of the columns in a personal view that you created on the Contact table, let's analyze each option:
1. A) Power Apps Studio:
- Reason for rejection: Power Apps Studio is used for designing and customizing apps, particularly canvas apps. It is not used for modifying views or columns in model-driven apps. Changing column order in views is not done in Power Apps Studio.
- Use case: Building and designing canvas apps, not for model-driven app view management.
2. B) App designer:
- Reason for rejection: The App designer is used to design and configure a model-driven app, such as setting up forms, dashboards, and views at the app level. However, modifying a personal view (which is specific to a user) is done through the model-driven app interface, not the app designer.
- Use case: Configuring the structure and components of a model-driven app at a broad level, but it does not modify personal views for individual users.
3. C) Model-driven app:
- Selected option: This is the correct choice. To change the order of columns in a personal view, you need to go into the model-driven app ...
Author: Sara · Last updated Jul 8, 2026
DRAG DROP
-
A manufacturing company is building a model-driven app to manage its warehouse. The app has two custom tables: Order and Batch.
You need to identify the appropriate component for each required function of the app.
Which component should you choose for each function? To answer, drag the appropriate components to the correct functions. Each component may be used...
Author: Kai · Last updated Jul 8, 2026
DRAG DROP
-
Match each type of Power Apps app to its capability.
To answer, drag the appropriate app type from the column on the left to its capability on the right. Each app type may be used...
Author: Ethan Smith · Last updated Jul 8, 2026
A company uses a Power Apps canvas app to enter information. The canvas app uses a Microsoft SharePoint list to store information.
A user manually copies the information to a Microsoft Dataverse instance.
You must automate t...
To automate the manual process of copying data from a SharePoint list (used by a canvas app) to a Dataverse instance, we need a solution that can trigger when new data is entered or changed in SharePoint and automatically move it to Dataverse.
Let’s evaluate each option based on this requirement.
---
✅ Correct Option: D) Create a Power Automate cloud flow with no connectors
- Why it fits:
- Power Automate cloud flows are designed to automate tasks across data sources (like SharePoint and Dataverse).
- While this option says "with no connectors," that means the logic is custom, and connectors can be added as needed.
- You can use SharePoint connector as a trigger (e.g., when an item is created or modified) and a Dataverse connector to add the data to a table.
- This matches the need to automate copying data from SharePoint to Dataverse.
- Key Factors:
- Canvas app → data stored in SharePoint.
- Manual step → copying data to Dataverse.
- Automation requirement = Power Automate cloud flow.
---
❌ A) Create a Power Apps Component Framework (PCF) control for the OnLoad events
- PCF controls are used for customizing the UI of model-driven apps, not canvas apps.
- OnLoad applies to form loading, and wouldn’t help in automating data movement.
- Also, PCF doesn’t trigger data copy operations.
- Scenario fit: Custo...
Author: Victoria · Last updated Jul 8, 2026
An airline company wants to use Power Apps to manage its lost luggage desk.
You need to determine whether the company should build a canvas app or a model-driven app.
Which two questions should you ask to determine which type of app the company shou...
To determine whether to build a canvas app or a model-driven app for managing the lost luggage desk, the two most important questions to ask are:
A) Which data sources will be used?
- Explanation: The type of data sources the company intends to use is a key factor in deciding between a canvas or model-driven app. Model-driven apps are tightly integrated with the Common Data Service (Dataverse) and are designed to work seamlessly with structured data that is stored in Dataverse tables. In contrast, canvas apps can connect to a wide range of data sources, both structured (like Dataverse) and unstructured (such as SharePoint, Excel, SQL, etc.).
- If the company needs to work with structured, relational data from Dataverse or other Microsoft services (e.g., Dynamics 365), then a model-driven app is more appropriate. If the data sources are varied and less structured, or if the company requires a more flexible layout, then a canvas app would be better.
D) Does the app need to use a specific layout?
- Explanation: If the app requires a highly customizable user interface (UI) with flexibility in layout, a canvas app is a better choice. Canvas apps allow the app builder to design a freeform layout by placing controls and components on the screen in any arrangement.
- In contrast, model-driven apps are built around ...
Author: Mia · Last updated Jul 8, 2026
SNAPSHOT
-
You create a model-driven app. You need to determine which customizations can be made to table forms.
Instructions: For each of the following statements, select Yes if the stateme...
Author: Aria · Last updated Jul 8, 2026
DRAG DROP
-
A company uses a model-driven app to manage customer data.
The company requires updates to the account table main form. The updates must be made within the app.
You need to make the required updates.
Which changes should you make to meet each requirement? To answer, drag the appropriate changes to the correct requirements. Each change may be used on...
Author: Amira99 · Last updated Jul 8, 2026
DRAG DROP
-
A company implements Microsoft Power Apps on the Microsoft Power Platform.
Sales team members must take photos of their travel expense receipts and enter basic information about purchases.
The accounting team must be able to view and update records in a shared Microsoft Excel document on mobile devices.
You need to select the type of Power Apps app for each scenario.
Which type of app should you use? To answer, drag the appropriate apps to the...
Author: Andrew · Last updated Jul 8, 2026
A company creates canvas apps that use a data source from its sales team.
To meet company device policies, you must determine the available app formats the sales team can select when the sales team creates the canvas.
You need to determine the available app formats.
Which two app fo...
To determine the available app formats for the sales team to select when creating a canvas app, it's important to consider the typical device policies and the intended usage of the app. Based on the question, the company’s device policies will likely restrict the formats based on the device types used in the sales process.
C) Mobile
- Explanation: Canvas apps in Power Apps can be designed to work on mobile devices, and mobile is a primary format that ensures the app is accessible on smartphones. This format is a default option for most canvas apps, and it supports a responsive layout that adjusts to smaller screen sizes. Since the sales team likely uses mobile devices frequently while on the go, this format is ideal for their needs.
- Reason for selection: The mobile format is the most relevant choice for creating canvas apps that will be used on smaller screens (smartphones).
E) Tablet
- Explanation: The tablet format is another primary option for canvas apps, offering a larger screen than mobile devices but still supporting responsive layouts tailored for touch-based input. Sales teams often use tablets for business-related tasks while traveli...
Author: Deepak · Last updated Jul 8, 2026
A company is undergoing a digital transformation by using Microsoft Power Platform.
Departments in the company have the following requirements:
You need to determine which department can use a can...
Author: Victoria · Last updated Jul 8, 2026
A user requests the removal of the Fax column from the following form in a model-driven app:
Wh...
Author: Ravi Patel · Last updated Jul 8, 2026
A company uses a custom-built system to record financial data that runs on a manager's machine.
The system does not have an API. New customer details must be manually entered into the system by the manager from a central spreadsheet. The user interface of the system contains the complex business logic that is needed for the manual customer data entry process.
...
To ensure that new customer details can be entered into the system automatically using Power Automate, the most suitable type of flow would be a desktop flow. Let's analyze why this is the best option and why others are not appropriate.
C) Desktop Flow
- Explanation: A desktop flow (also known as a robotic process automation or RPA flow) allows automation of tasks on a local machine by interacting with the user interface of desktop applications. Since the system in question is custom-built and does not have an API, the manager interacts with the system through a graphical interface that involves complex business logic. A desktop flow can automate this process by simulating user actions such as entering customer details into the system directly from the interface, just as the manager would manually do.
- Reason for selection: This is the best option for automating the manual data entry into the custom-built system without an API. Desktop flows are designed to interact with applications running on a user's machine, including systems that lack APIs.
Why other options are rejected:
- A) Automated Cloud Flow
- Reason: An automated cloud flow is typically used for aut...
Author: Carlos Garcia · Last updated Jul 8, 2026
SNAPSHOT
-
A company uses a model-driven app to manage its sales process.
You are creating a Power Automate cloud flow that will send you a message in Microsoft Teams when a new order is recorded in Microsoft Datavers...
Author: Maya · Last updated Jul 8, 2026
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 req...
To implement the functionality where an Outlook task is automatically created when a sales order is created in Dynamics 365 Supply Chain Management, the most appropriate feature to use is Power Automate. Let's analyze why this is the best choice and why the other options are not suitable.
B) Power Automate
- Explanation: Power Automate is the best tool to automate workflows between various applications and services, including Dynamics 365, Outlook, and others. With Power Automate, you can create a flow that is triggered when a sales order is created in Dynamics 365 Supply Chain Management. This flow can then automatically create an Outlook task for the user to remind them to follow up on activities related to that sales order.
- Reason for selection: Power Automate allows seamless integration between Dynamics 365 and Outlook and can handle the creation of tasks, notifications, and follow-up reminders. It is specifically designed to automate business processes, including those that span multiple applications.
Why other options are rejected:
- A) Business Events
- Reason: Business Events allow you to integrate external applications and services with Dynamics 365 by sending notifications when certain events occur (such as the creation of a sales order). While they can trigger actions, Business Events do not directly automate task creation or pro...
Author: FrostFalcon88 · Last updated Jul 8, 2026
You build a custom AI Builder model and use it in Power Automate cloud flows.
Users report that they are not able to use the model in their flows.
You need to allow users to ac...
To determine the correct action for allowing users to access a custom AI Builder model in their Power Automate cloud flows, let's examine each option using key factors such as access control, model lifecycle, and flow integration capability.
---
A) Share
- What it does: Sharing a model grants other users or groups permission to use the model in Power Automate or Power Apps.
- Why it's valid: This is the correct step when users report they cannot access the model in their flows. Even if the model is trained and published, access won't be granted until it is shared with them.
- When to use: Use this when you want to allow other users or teams to utilize your trained and published model in their own automations or apps.
- ✅ Key factor: Enables user access to the model across the organization.
---
B) Edit
- What it does: Allows modification of the model structure, inputs, outputs, or logic.
- Why it's rejected: Editing does not change permissions or sharing settings. It won't help if users simply need access.
- When to use: Use this if you need to change how the model functions, not who can use it.
- ❌ Key factor...
Author: FrozenWolf2022 · Last updated Jul 8, 2026
A company is considering using Power Pages for its website.
You need to identify the capabilities of Power Pages.
What are two capabilities of Power Pages? Each correct answer pr...
To determine the correct capabilities of Power Pages, let’s break down each option using key factors like platform purpose, target users, integration support, and customization level.
---
A) Supporting multiple languages
- What it does: Power Pages supports multilingual websites, allowing content to be displayed in multiple languages for global audiences.
- Why it's selected: This is a core feature of Power Pages, useful in scenarios where a company serves customers across different regions and needs to offer localized content.
- ✅ Key factor: Supports global accessibility and localization.
---
B) Providing low-code websites hosted as a service
- What it does: Power Pages enables the creation of secure, low-code, data-integrated websites, all hosted and managed as a Microsoft cloud service.
- Why it's selected: This is a fundamental capability of Power Pages, designed for both citizen developers and pro developers. Websites can be quickly built using drag-and-drop tools or extended with pro dev capabilities.
- ✅ Key factor: Low-code development + cloud hosting.
---
C) Supplying OData feeds
- What it does: OData feeds are typically used for exposing data in a RESTful format, commonly through services like...
Author: Evelyn · Last updated Jul 8, 2026
DRAG DROP
-
You create a Power Pages site to share Microsoft Dataverse data with external customers.
Customers must be authenticated to view data.
You need to configure Power Pages.
Which component should you use for each requirement? To answer, drag the appropriate components to the correct requirements. Each component may be used once, more...
Author: Ethan Smith · Last updated Jul 8, 2026
DRAG DROP
-
You need to deploy a Power Pages site by using a template.
Which three actions should you perform in sequence? To answer, move the appropriate actions from t...
Author: Vivaan · Last updated Jul 8, 2026
A company requires a Power Pages site that uses one of the site design templates provided with Power Pages to build its website on.
You need to deploy the site.
Which three pages will be included in the site? Each c...
To answer this question, we need to understand what default pages come included when deploying a Power Pages site using one of the site design templates. These templates (like Starter Portal or others) are designed to quickly generate a functional site with core pages that support common business needs.
Let’s evaluate each option using template relevance, user navigation patterns, and site usability features.
---
A) Forums
- What it is: A discussion or community engagement page.
- Why it's rejected: Forums are not included by default in most site design templates. They are typically part of more specialized templates (like community portals), but not part of a generic Starter template or business-focused sites.
- ❌ Key factor: Not a default page in general-purpose templates.
---
B) Home page
- What it is: The landing page users see when they visit the site.
- Why it's selected: Every Power Pages site includes a Home page as a starting point for user navigation. It’s the most fundamental component of any website.
- ✅ Key factor: Essential default page in all templates.
---
C) Summary
- What it is: Could be interpreted as a content summary or overview page.
- Why i...
Author: David · Last updated Jul 8, 2026
A company uses Microsoft Power Platform to monitor social media.
You create a Power Automate cloud flow to process social media messages that positively mention the company and its products.
You need to choose a connector to perform sentiment analysis on the social media messages.
Which two conne...
When performing sentiment analysis on social media messages within Power Automate, you need to choose connectors that are capable of processing natural language and analyzing sentiment.
Let’s analyze each option:
A) Azure Communication Services Chat
- Reason for rejection: Azure Communication Services is primarily used for communication solutions, such as integrating chat, voice, and video communication into applications. It does not provide sentiment analysis or natural language processing for text data in the way you're seeking.
- Scenario: It would be useful if you're looking to integrate chat functionality in a service, but not for sentiment analysis of social media messages.
B) Language - Question Answering
- Reason for rejection: The "Language - Question Answering" connector is designed to answer questions based on a knowledge base. While it processes natural language, it is not specifically designed for sentiment analysis, which is the core requirement of this scenario.
- Scenario: It is suitable for building Q&A systems but not for analyzing sentiment in social media messages.
C) AI Builder
- Reason for rejection: AI Builder is a platform that provides prebuilt AI models that can be used in Power Automate and Power Apps. However, while it includes AI models for processing text, it does not have an out-of-the-box sentiment analysis model like Azure Cognitive Services.
- Scenario: You might use AI Builder for other forms of AI tasks, but for sentiment analysis specifically, you would need a connector more directly aligned with natural language processing.
...
Author: MoonlitPantherX · Last updated Jul 8, 2026
DRAG DROP
-
You are planning to deploy Power Pages websites.
You need to choose the appropriate type of template for each requirement for the websites.
Which types of templates should you use? To answer, drag the appropriate templates to the correct requirements. Each template may be used once, more than once, or...
Author: Kai99 · Last updated Jul 8, 2026
A company is considering using Power Pages for its website.
You need to determine whether the use cases for Power Pages meet the com...
Power Pages is a Microsoft platform designed to create secure and data-driven websites for businesses. To determine which use case fits the company's requirements for Power Pages, let’s analyze each option:
A) Sharing data with customers
- Reason for selection: Power Pages is specifically designed for creating external-facing websites that allow businesses to securely share data with customers. This can include customer-facing portals for submitting forms, viewing information, and interacting with business data stored in Microsoft Dataverse. The focus of Power Pages is to provide a platform for building secure websites that can easily integrate with data systems and display it to users.
- Scenario: A typical use case for Power Pages is to create customer portals where users can view their accounts, submit requests, and interact with data, making this option a perfect fit.
B) Building mobile apps for iOS
- Reason for rejection: Power Pages is not intended for building mobile applications. While Power Pages can create websites that are mobile-responsive, it is not a platform designed for creating mobile apps for iOS, Android, or other mobile operating systems. For mobile app development, other Microsoft tools like Power Apps would be more suitable.
- Scenario: If the company wants to build mobile apps for...
Author: Emily · Last updated Jul 8, 2026
DRAG DROP
-
You are managing a custom model through its lifecycle in AI Builder.
You need to determine the earliest status the model should be in to perform actions.
What is the earliest status required for each action? To answer, drag the appropriate statuses to the correct actions. Each status may be used once, more than onc...
Author: CrimsonViperX · Last updated Jul 8, 2026
A company stores its customer warranty information in Microsoft Dataverse.
Authenticated and authorized customers must be able to access their own warranty information without requiring a user-assigned Microsoft Power Platfor...
When the company wants to share warranty information stored in Microsoft Dataverse with authenticated and authorized customers without requiring them to have a user-assigned Microsoft Power Platform license, we need to consider which option allows secure, external-facing access to the data and adheres to licensing constraints.
A) Power BI report
- Reason for rejection: Power BI is typically used for data visualization and reporting. While it can securely share data through reports, it’s designed more for internal use and analysis rather than serving as a customer-facing interface for accessing data directly. Additionally, external users accessing Power BI reports generally require Power BI Pro licenses or similar, which doesn't meet the "without requiring a user-assigned Power Platform license" requirement.
- Scenario: Power BI is better suited for internal reporting and data analysis, not as a solution for direct customer data access in this context.
B) Model-driven app
- Reason for rejection: A model-driven app is used for creating complex, data-driven applications based on Dataverse data. However, model-driven apps are typically intended for internal users and require Power Apps licenses for external users (which contradicts the requirement of not using a user-assigned Power Platform license). They are also not as user-friendly for customers who are not familiar with internal business applications.
- Scenario: Model-driven apps are great for internal operations but are not ideal for customer-facing solutions that need easy access to warranty information.
C) Power Pages site
- Reason for selection: Power Pages is desi...
Author: Deepak · Last updated Jul 8, 2026
A company is considering using AI Builder to gain insights into its data.
You need to determine whether the use cases for AI Builder meet the company's requirements.
What are three use cases for AI Builder? Each c...
To determine whether the use cases for AI Builder meet the company's requirements, let's go through each option, explaining how it fits the potential needs of the company and why other options are rejected.
A) Prediction
- Explanation: AI Builder's Prediction capability allows companies to forecast outcomes based on historical data. This could include predicting future sales, customer churn, or inventory levels. It is especially valuable for businesses looking to leverage data for predictive insights and decision-making.
- Key Factors: Use cases for predictive analytics are common in industries such as retail, finance, and manufacturing, where anticipating trends or events is crucial.
- Why it's selected: Predictive analytics provides tangible insights that are highly useful for businesses aiming to improve operational efficiencies, marketing strategies, or financial forecasting.
B) Object detection
- Explanation: Object detection refers to identifying and classifying objects within images or videos. This can be useful in scenarios where image or video analysis is required, such as in retail (detecting products on shelves) or manufacturing (monitoring production lines).
- Key Factors: While valuable, object detection is more suited for scenarios requiring visual recognition. AI Builder can perform image-related tasks, but this capability may be more specialized than the company needs, depending on its data and goals.
- Why it's rejected: If the company's data or requirements do not involve visual data (e.g., image or video analysis), object detection might not align with the company's needs.
C) Anomaly detection
- Explanation: Anomaly detection identifies unusual patterns or outliers in data that may indicate issues like fraud, system errors, or abnormal behavior. It is useful for identifying unexpected events or performance declines in systems like finance or IT in...
Author: Sophia Clark · Last updated Jul 8, 2026
You are creating a self-service solution to handle incoming sales support calls.
The solution must detect the caller's location and translate any information the caller provides from the caller's native language to English.
Which two components should ...
Let's go through the options and assess each one based on the requirements of detecting the caller's location and translating the information they provide into English:
A) Power Virtual Agents
- Explanation: Power Virtual Agents is used to create chatbots and virtual agents for automated customer support. While it is effective for managing conversations with customers, including through text-based interactions, it doesn’t specifically handle the detection of the caller’s location or translation of voice-based information. It would be useful for creating a conversational interface but doesn't meet all of the specified requirements.
- Why it's rejected: This option doesn't directly address the need for detecting the caller's location or translating spoken language in real time.
B) Microsoft Azure Cognitive Services
- Explanation: Azure Cognitive Services provides a range of AI-powered services that can help with both detecting the caller's location and performing real-time language translation. For instance, Speech-to-Text can transcribe spoken language into text, Language Translation API can translate text into English, and Speech Translation API can help in real-time spoken language translation. Azure also offers services like Geolocation APIs for detecting location.
- Why it's selected: This option provides the full suite of services needed for the solution—location detection, speech transcription, and translation, making it a perfect fit for the...
Author: Aarav · Last updated Jul 8, 2026
SNAPSHOT
-
You build solutions based on Microsoft Power Platform.
You want to generate predictions in Power Automate cloud flows by using machine learning (ML) models.
You need to choose how to build and train t...
Author: Emma Brown · Last updated Jul 8, 2026
SNAPSHOT
-
A company uses a cloud app built by the IT department. The app has a publicly available API to manage employee availability.
You are creating an automated flow by using Power Automate that will send an email to an employee's manager when that employee is recorded as sick in the app....
Author: Emma · Last updated Jul 8, 2026
DRAG DROP
-
A company uses Power BI.
The company wants to use AI Insights in Power BI to make data-driven decisions.
You need to select the appropriate insight type for each requirement.
Which insight types should you select? To answer, drag the appropriate insight types to the correct requirements. Each insight type may be used once, more ...
Author: ThunderBear · Last updated Jul 8, 2026
You create a canvas app by using the option labeled Start from data. You connect a spreadsheet that contains customer records. The customer records are displayed in a list on a screen labeled Browse.
You n...
To modify the property of the control on the screen, you should focus on the control that is responsible for displaying the customer records in a list. Here's the breakdown of each option:
A) Display form:
- Explanation: The Display form control is typically used to display detailed data for a single record, such as customer details in a form-like structure. It is not used for displaying a list of records.
- Why rejected: This is not the appropriate control for a list of customer records, as it displays a single record in detail.
B) Icon:
- Explanation: An Icon is a graphical element used for interaction, such as a button, to perform actions (like navigating to another screen or triggering a function). It does not directly relate to displaying customer records.
- Why rejected: Since we are working with a list of customer records, modifying an icon does not apply in this case.
C) Search:
- Explanation: The Search control allows users to filter or search through the records displayed on the scre...
Author: Ryan · Last updated Jul 8, 2026
SNAPSHOT
-
Instructions: For each of the following statements, select Yes if the statement is true. Otherwise, select N...
Author: Amira99 · Last updated Jul 8, 2026
SNAPSHOT
-
A company uses Microsoft Dataverse to manage business data.
You need to import date into Dataverse from other data sources by using dataflow.
For each of the following statements, select Yes if the...
Author: William · Last updated Jul 8, 2026
A company uses Microsoft Power Platform.
An administrator creates a new data loss prevention (DLP) policy.
You need to identify the Microsoft Power Platform components that must be updated to comply with the policy.
Which two types of components should y...
To determine which Microsoft Power Platform components need to be updated to comply with a new Data Loss Prevention (DLP) policy, we need to understand how DLP policies work.
DLP policies in Power Platform are used to control the flow of business data across connectors. They define which connectors can be used together and whether data can pass between business and non-business connectors. These policies directly affect components that use connectors to access or transfer data.
Let’s break down each option with key factors like connector usage, DLP applicability, and policy enforcement level.
---
A) Power Automate cloud flows
- What it is: Automated workflows using various connectors (e.g., SharePoint, Outlook, Salesforce).
- Why it's selected: DLP policies directly impact cloud flows, since flows often pass data between multiple services. If a flow uses connectors from different DLP groups (business/non-business), it will fail or require modification.
- ✅ Key factor: Highly impacted by DLP policies due to connector usage.
---
B) Canvas apps
- What it is: Apps created with a drag-and-drop UI that use connectors to access data.
- Why it's selected: DLP policies also apply to Canvas apps, because they use connectors to interact with services like Dataverse, Excel, SQL Server, etc. DLP policies can block the app from running or saving changes if it violates policy rules.
- ✅ Key factor...
Author: Isabella · Last updated Jul 8, 2026
SNAPSHOT
-
For each of the following statements, select Yes if the statement is true. Otherwise, select No.
...
Author: Chloe · Last updated Jul 8, 2026
SNAPSHOT
-
A company uses Microsoft Power Platform to connect to multiple data sources and manage business data.
The low-code components in Microsoft Power Platform must be able to create and update data in these data sources.
You need to access the required data by using Microsoft Power Platform components.
Which component sho...
Author: Liam123 · Last updated Jul 8, 2026
A hotel develops a housekeeping checklist for its housekeeping staff to use when they finish cleaning a room.
The housekeeping staff must be able to use their mobile device to add a check mark for each completed task and take a picture of the prepared bed.
The results of the checklist for each room must be stored in a Shar...
To fulfill the requirement of creating a housekeeping checklist that allows staff to mark tasks as completed, take pictures, and store the results in a SharePoint list, we need a component that is mobile-friendly, flexible in terms of data input (checkmarks, photos), and capable of interacting with SharePoint.
A) Power Pages site:
- Explanation: Power Pages are used for creating external-facing websites that interact with Dataverse. While Power Pages can capture data, they are generally used for public-facing portals or websites, not for mobile-first applications that would be used by internal staff for tasks like completing checklists.
- Why rejected: Power Pages are not ideal for this scenario because they are designed for external websites, and the requirement specifies the need for a mobile app interface for internal staff, which is better suited to other Power Platform components.
B) Power Virtual Agents chatbot:
- Explanation: Power Virtual Agents allows you to create chatbots for automating conversations and processes. However, a chatbot is not well-suited for capturing checklists, taking pictures, or interacting with a SharePoint list in the context of this task.
- Why rejected: A chatbot would not provide the necessary user interface to check off tasks, take pictures, or manage a checklist in a manner that would integrate seamlessly with SharePoint.
C) Power BI report:
- Explanation: Power BI is a tool for data visualization and reporting. It allows you to analyze and present data, but it does not serve the purpose of creating interactive forms for entering data like checkmarks or photos.
- Why rejected: Power BI is...
Author: Harper · Last updated Jul 8, 2026
DRAG DROP
-
A company creates a new instance of Microsoft Dataverse to store customer information.
Customer service agents require a simple, three-screen canvas app to interact with the Dataverse data
You need to create the app.
Which four actions should you perform in sequenc...
Author: Sophia Clark · Last updated Jul 8, 2026
SNAPSHOT
-
Your company has created a Power Virtual Agents chatbot to assist employees with common questions such as checking their vacation balances, office opening hours, and travel expense policies.
For each of the following statements, se...
Author: Emily · Last updated Jul 8, 2026
DRAG DROP
-
A company uses Power Automate.
The company wants to automate a user's data entry into an older Windows application on the user's local computer.
You need to configure the automation to meet the following requirements:
* Automatically capture the user's data entry actions.
* Enable the user to specify the values to be entered when the automation is run on the computer.
Which th...
Author: Emma Brown · Last updated Jul 8, 2026
DRAG DROP
-
A company uses Microsoft Power Apps and Microsoft Azure to modernize its mobile workforce.
The company needs to identify solutions for three use cases:
* An app to audit retail store displays with a tablet-specific layout for its unique screen dimensions
* An app to create sales orders that uses business process flows
* An app to display product information that uses data from a Microsoft Dataverse instance, Microsoft Excel, and Microsoft SharePoint
You need to identify the correct app types to use.
Which apps should you use? To answe...
Author: Ethan · Last updated Jul 8, 2026
SNAPSHOT
-
You save and publish the following view in the view designer:
For each of the following statements, select Yes if the statement is true. Oth...
Author: NightmareDragon2025 · Last updated Jul 8, 2026
DRAG DROP
-
A customer service manager runs a call center and support portal for customers seeking assistance.
The customer service manager learns customers are unhappy with support by reading reviews online, which has become a time-consuming task.
The customer service manager has the following requirements:
* Any negative reviews are automatically identified.
* Any negative review should generate an email notification to the customer...