A local bank uses Microsoft Power Platform apps to store customer data.
The bank IT director discovers that all employees can see the social security numbers of their customers. The IT team does not understand how field-level security works and needs help with the design.
You need to recommend a solution to the bank that meets the following requirements:
* The system must restrict access to customer social security numbers to the vice president of finance only.
* The vice president of finance must be able to read and update customer social security numbers.
Which two actions should you recommend? Each correct answer presents part of the solution.
NOT: Each correct selection is worth one point
Answer : A, B, D
Field-level security is managed by the security profiles. To implement field-level security, a system administrator performs the following tasks.
Enable field security on one or more fields for a given entity.
Associate one more existing security profiles, or create one or more new security profiles to grant the appropriate access to specific users or teams.
https://docs.microsoft.com/en-us/power-platform/admin/field-level-security
You are a Microsoft Power Platform architect developing a solution for a car retailer. Your solution includes reference data that relates to car colors, car types, and car models. Automation has been developed and deployed to notify account managers based on the car color, car make, and car model selected by potential buyers.
Notifications are failing to send to account managers due to different record identifiers between environments.
You need to update the reference data across all environments.
What are two possible ways to achieve this goal? Each correct answer presents a complete solution.
NOTE: Each correct selection is worth one point.
Answer : A, D
You are designing the data model for a school. The school wants to track students' enrollments in courses.
The system must meet the following requirements:
Track the courses in which each student is enrolled.
Track the students that are enrolled in each course.
Track dates when each student enrolled in each course and the person who approved the enrollment.
Allow users to create a report that details which students are enrolled in which courses.
You need to recommend a data model that will fit the school's requirements.
Which logical model should you recommend?

Answer : A
Need a relationship table.
N:N (Many-to-Many): A table relationship that depends on a special Relationship table, sometimes called an
Intersect table, so that many rows of one table can be related to many rows of another table.
When viewing rows of either table in a N:N relationship you can see a list of any rows of the other table that are
related to it.
https://docs.microsoft.com/en-us/powerapps/maker/data-platform/create-edit-entity-relationships
You are designing a Power Platform solution for a company. The company issues each employee a tablet device.
The company wants to simply the opportunity management processes and automate when possible. The company identifies the following requirements:
Users must have a visual guide to know which data to enter in each step of the opportunity management process.
The system must automatically assign the opportunity to a manager for approval once all data is entered.
The system must notify an assignee each time an opportunity is assigned to them by using push notifications.
When a user selects a push notification, the associated opportunity must display.
You need to recommend the Power Platform components that will meet their requirements.
Which three Power Platform components should you recommend? Each correct answer presents part of the solution.
NOTE: Each correct selection is worth one point.
Answer : A, B, E
A: Use business process flows to define a set of steps for people to follow to take them to a desired outcome. These steps provide a visual indicator that tells people where they are in the business process.
B: Push notifications are used in Power Apps mobile to engage app users and help them prioritize key tasks. In Power Apps, you can create notifications for Power Apps mobile by using the Power Apps Notification connector. You can send notifications to any app that you create in Power Apps.
E: Create a cloud flow when you want your automation to be triggered either automatically, instantly, or via a schedule.
https://docs.microsoft.com/en-us/power-automate/business-process-flows-overview
https://docs.microsoft.com/en-us/powerapps/mobile/power-apps-mobile-notification
A healthcare provider plans to use its data sources to help diagnose patient health. You need to define the data sources for the company.
Which two data sources should you use? Each correct answer presents part of the solution. NOTE: Each correct selection is worth one point.
Answer : A, B
A company is struggling to gather insights from won and lost opportunities.
Users must be able to access the company's solution from mobile and desktop devices. The solution must meet the following requirements:
context of other related data.
Display data to users as charts and tables and provide drill-through capabilities.
You need to recommend a Power Platform tool to help the client visualize the data.
Which two technologies should you recommend? Each correct answer presents a complete solution.
NOTE: Each correct selection is worth one point.
Answer : A, D
A: Power BI is a business analytics service by Microsoft. It aims to provide interactive visualizations and business intelligence capabilities with an interface simple enough for end users to create their own reports and dashboards. It is part of the Microsoft Power Platform.
D: Power BI Apps are an easy way for designers to share different types of content at one time. App designers create the dashboards and reports and bundle them together into an app. The designers then share or publish the app to a location where you, the business user, can access it. Because related dashboards and reports are bundled together, it's easier for you to find and install in both the Power BI service (https://powerbi.com) and on your mobile device. After you install an app, you don't have to remember the names of a lot of different dashboards or reports because they're all together in one app, in your browser or on your mobile device.
https://docs.microsoft.com/en-us/power-bi/consumer/end-user-apps
Note: This question is part of a series of questions that present the same scenario. Each question in the series contains a unique solution that might meet the stated goals. Some question sets might have more than one correct solution, while others might not have a correct solution.
After you answer a question in this section, you will NOT be able to return to it. As a result, these questions will not appear in the review screen.
A company plans to automate the expense approval process.
Users currently enter data into an on-premises SQL Server database.
You need to allow users to submit expenses from mobile devices.
Solution: Create a canvas app for expense data entry. Install an on-premises gateway. Create a cloud flow for approval and to add data to the SQL Server database.
Does the solution meet the goal?
Answer : A