New Year Sale Special - Limited Time 70% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: sntaclus

You work for a staffing company that helps employees fill temporary jobs. Available temporary jobs are categorized and listed on a secure area of the company’s website.

The company wants to eliminate manual work that relates to job and candidate management. The company plans to invite employers with available jobs and job candidates to view jobs by sending personalized invitations. The company identifies the following requirements:

    Human resources team members from the staffing company must be able to access the jobs listing and post available positions.

    Employers seeking temporary employees must also be able to access the jobs listing and post available positions.

    Approved job candidates must be notified about new positions for which they are qualified.

    Approved job candidate must have an option to accept a job assignment directly from a notification.

You need to perform a gap analysis against the features and capabilities of the Power Platform.

Which features should you implement? To answer, select the appropriate options in the answer area.

NOTE: Each correct selection is worth one point.

A company is creating a Power Apps portal to collaborate with vendors.

You need to implement custom functionality in the portal by using JavaScript code.

Which two portal entities can you use? Each correct answer presents a complete solution.

NOTE: Each correct selection is worth one point.

A.

Web pages

B.

Web resources

C.

Webforms

D.

Entity lists

A manufacturing company takes online orders.

The company requires automatic validation of order changes. Requirements are as follows:

    If validation is successful, the order is submitted.

    If exceptions are encountered, a message must be shown to the customer.

You need to set up and deploy a plug-in that encapsulates the rules.

Which options should you use? To answer, select the appropriate options in the answer area.

NOTE: Each correct selection is worth one point.

A company uses Common Data Service rollup fields to calculate insurance exposure and risk profiles for customers.

Users report that the system does not update values for the rollup fields when new insurance policies are written.

You need to recalculate the value of the rollup fields immediately after a policy is created.

What should you do?

A.

Create new fields on the customer entity for insurance exposure and risk. Write a workflow process that is triggered when a new policy record is created to calculate the sum of values from policy records.

B.

Update the Mass Calculate Rollup Field job to trigger when a new policy record is created.

C.

Create a business rule that forces the refresh of the rollup field when the customer record is updated.

D.

Create new fields on the customer entity for insurance exposure and risk. Write a plug-in that is triggered whenever a new policy record is created

A clothing store uses Power Apps apps to interact with customers. Customer data is stored in Microsoft Dataverse.

The store offers discounts for customers. You assign a group discount to all customers in a category. Applicable group discounts are added to any customer-specific discounts. Discount information is stored in the following columns:

If the total discount on an order exceeds 30 percent, a manager must approve the order before the order is fulfilled and delivered.

You need to create a flow that notifies managers when approvals are required.

How should you configure the flow trigger? To answer, select the appropriate options in the answer area.

NOTE: Each correct selection is worth one point.

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.

An organization has an Azure SQL Database instance that must be synchronized daily with data from Dynamics 365 Sales. A large amount of data might need to be synchronized on some days.

You need to reduce the time required to synchronize data.

Solution:

    Enable change tracking for entities that will be synchronized.

    Implement a console application that queries for changes.

Does the solution meet the goal?

A.

Yes

B.

No

You plan to populate records in a Common Data Service entity containing an option set field.

The source system has the label for the option set but not the corresponding integer value.

You are using a non .NET programming language.

You need to find the integer value for the option set.

What should you do?

A.

Use Web API and use a PicklistAttibuteMetadata request.

B.

Use the Organization service and execute a RetrieveOptionSetRequest request.

C.

Use Web API and use an InsertOptionValue action.

D.

Use the Organization service and execute a RetrieveAttributeRequest request.

You need to develop a Power Apps Component Framework (PCF) component for a company.

You must follow Microsoft's application lifecycle management (ALM) process for code components.

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.

You have the following code:

You have a contact record that uses the GUID 2CFB1599-DEAD-425F-AB4A-76E6CAB51B09.

You need to assign the contact record as the primary contact for an account when you create the account.

Which two code segments can you use? Each correct answer presents a complete solution.

NOTE: Each correct selection is worth one point.

A.

Option A

B.

Option B

C.

Option C

D.

Option D

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 once 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.

You are designing a one-way integration from the Common Data Service to another system.

You must use an Azure Function to update the other system. The integration must send only newly created records to the other system. The solution must support scenarios where a component of the integration is unavailable for more than a few seconds to avoid data loss.

You need to design the integration solution.

Solution: Register a service endpoint in the Common Data Service that connects to an Azure Service Bus queue.

Register a step at the endpoint which runs asynchronously on the record’s Create message and in the portoperation stage.

Configure the Azure Function to process records as they are added to the queue.

Does the solution meet the goal?

A.

Yes

B.

No