SALESFORCE CERTIFICATIONS OMNISTUDIO-DEVELOPERSalesforce Certified OmniStudio Developer - Practice Questions - Post 74
1.
Page: Page 8
Answer(s):
Explanation: Not available
SEO Keywords: SEO keywords not available
2.
Page: Page 8
Answer(s):
Explanation: Not available
SEO Keywords: SEO keywords not available
3. 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?
Page: Page 9
Option A: x%SetValues.Date%
Option B: (` Setvalues'] [ `Date']
Option C: %SetValues Date
Option D: {(SetValues. Date)}
Answer(s): 1
Explanation: Not available
SEO Keywords: SEO keywords not available
4. An OmniScript displays data from an API using Integration Procedure, but some of the data is missing. Which two configuration errors could cause this? Choose 2 answers
Page: Page 9
Option A: The element name for the missing data does not match the JSON node key in the Integration Procedure Response.
Option B: The Integration Procedure Preview Input Parameters do not match the JSON sent from the OmniScript.
Option C: The JSOW sent from the Integration Procedure Action does not match any of the Original Input for the Integration Procedure
Option D: The missing data is trimmed in the Integration Procedure Action Response JSON Path.
Answer(s): 1,4
Explanation: Not available
SEO Keywords: SEO keywords not available
5. A developer need to configure a calculation procedure to calculation a subtotal using two different depending on whether the input Boolean variable is Customer is set to true or false. How should a developer configure the calculation procedure to conditionally execute the correct formula?
Page: Page 9
Option A: Use two separate Calculation Steps with the Conditional Step property selected: use the ISTRUE(isCustomer) and NOT (ISTRUE) (isCustomer) functions in the Condition syntax.
Option B: Use two separate Calculation Steps with the Conditional Step property selected: reference just the isCustomer variable in the Conditional syntax (no comparison necessary)
Option C: Use two separate Calculation Steps with the Conditional Step property selected: compare the isCustomer variable directly to the literal true and false values in the Condition syntax.
Option D: Use a single Calculation Steps with IF statement directly in the formula definition to reference the isCustome variable and conditionally perform the appropriate calculation.
Answer(s): 2
Explanation: Not available
SEO Keywords: SEO keywords not available
6. A developer needs to display read-only contact information in a OmniScript. The developer will format the information as a table, using merge codes to dynamically include first name, last name, street address, state, postal, code, and country from the data JSON. Which OmniScript element should the developer use to meet this requirement?
Page: Page 9
Option A: Rich text Area
Option B: Text area
Option C: Text Block
Option D: Edit Block
Answer(s): 3
Explanation: Not available
SEO Keywords: SEO keywords not available
Post a Comment