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
A company uses two separate unlinked apps to manage sales leads: a Power Apps app and a third-party application.
The client has the following requirements:
Manage all leads by using the Power Apps app.
Create a lead in the Power Apps app when a user creates a lead in the third-party application.
Update leads in the Power Apps app when a user updates a lead in the third-party application.
Connect to the third-party application by using an API.
You need to recommend strategies to integrate the Power Apps app and the third-party application.
Which three options can you use to achieve the goal? Each correct answer presents part of the solution.
NOTE: Each correct selection is worth one point.
Answer : A, D, E
A: Customers should be able to adopt business applications from Microsoft and expect they speak the same
language and seamlessly work together. Dual Write allows our customers to not think about these apps as
different systems to write to independently; rather, the underlying infrastructure makes it seamless for these
apps to write simultaneously.
D: Use Custom APIs to create your own APIs in Dataverse. With a Custom API you can consolidate a group of
operations into an API that you and other developers can call in their code. The Common Data Service (current
environment) connector enables calling Custom APIs actions in Power Automate.
E: Common Data Service provides access to the environment database on the Microsoft Common Data
Service. It is available for Logic Apps, Power Automate, and Power Apps.
https://docs.microsoft.com/en-us/business-applications-release-notes/april19/cdm-data-integration/dual-writelink-
common-data-service-apps
https://docs.microsoft.com/en-us/connectors/commondataservice/
https://docs.microsoft.com/en-us/powerapps/developer/data-platform/custom-api
An engineering company is implementing Dynamics 365 Sales. The company has a custom connector to an ERP system.
The company plans to use the connector to view data in the app while also avoiding any data migration.
You need to evaluate the requirements and recommend an approach. Which approach should you recommend?
Answer : B
A company has a Power Platform solution that integrates with a third-party system.
The client reports that unexpected updates are being made to the Accounts table.
You need to determine the root cause of the issue.
In which three locations should you investigate? Each correct answer presents a complete solution.
NOTE: Each correct selection is worth one point.
Answer : A, B, D
A: How to View Auditing Log Details?
System administrators can see activities for the entities that are enabled for audit logging. To view the audit logs:
Go to Settings > System >Auditing.
Choose Audit Summary View.
Under Audit Summary View, you will see the list of audit entries
B: You can view details about solution operations from the Solutions area of Power Apps. An operation can be a solution import, export, or uninstall. The solution history displays information such as solution version, solution publisher, type of operation, operation start and end time, and operation status.
D: Trace log records are written to the PluginTraceLog Table. Writing of these records is controlled by the trace settings mentioned in Enable trace logging.
This data can be found in model-driven applications by navigating to Settings and choosing the Plug-in Trace Log tile.
https://www.sherweb.com/blog/dynamics-365/audits-dynamics-365/
https://docs.microsoft.com/en-us/powerapps/developer/data-platform/logging-tracing
A company has a website that contains a form named Contact Us. Data from completed forms is saved to a shared document. An office administrator periodically reviews the document. The office administrator sends new submissions to another employee who creates contacts or updates existing contacts.
You need to recommend a solution to automate the process.
What should you recommend?
Answer : D
Microsoft designed Customer Insights to allow organizations to map, match, merge, and enrich customerbased data from different sources. A classic scenario would be to merge data from customer service software, like Freshdesk, and online sales, such as Shopware, into one source for reporting and further data analysis.
https://msdynamicsworld.com/story/microsoft-dynamics-365-customer-insights-overview
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 need to provide the IT team and managers with a mobile solution.
How many apps should you recommend?
Answer : A
Scenario: IT staff needs a mobile solution to see IT cases at the top of the menu since this is their primary focus.
Managers need to see all customer dashboards at the top of their menu on their mobile device.