Summer Certification Sale 70% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: save70

New Release OmniStudio-Developer Salesforce Developer Questions

Salesforce Certified OmniStudio Developer Plat-Dev-210 Questions and Answers

Question 45

A developer is configuring the API URL in an HTTP Action element within an Integration procedure.

What is the merge code syntax for passing a Date node from an element named SetValues in the URL?

Options:

A.

x%SetValues.Date%

B.

(‘ Setvalues’] [ ‘Date’]

C.

%SetValues Date

D.

{(SetValues. Date)}

Question 46

Ursa Major Solar has a FlexCard that displays customer account information. A requirement exists to show an Overdue status block only when the Account Balance field from the data source is greater than zero. How should the OmniStudio Developer implement this conditional visibility on the Block element?

Options:

A.

Add a rendering condition to the Block element that evaluates if Account Balance > 0.

B.

Configure a Filter in the Setup tab of the FlexCard.

C.

Create a new Card State that is active when the balance is positive.

D.

Use a Flyout action that only triggers when the balance is positive.

Question 47

A developer needs to configure a calculation procedure to calculate the sum of the entire base price.

What is the most efficient way for the developer to meet this requirement?

Options:

A.

Create a Postprocessor apex class to calculate the sum.

B.

Add an Aggregation Step as SUM (BasePrice)

C.

Add A Calculation Step as SUM (BasePrice).

D.

Create a Preprocessor class to calculate the sum

Question 48

When should an OmniStudio Developer use Conditional Rendering on a FlexCard element, rather than create a separate State to manage element visibility?

Options:

A.

When the element needs to be visible in all views.

B.

When the element is being used inside a Repeater.

C.

When the logic to show or hide the element is simple and based on a single variable.

D.

When the change in visibility affects a majority of the card ' s elements.