Plat-Dev-210 Exam Questions & Answers
Salesforce Certified OmniStudio Developer • Salesforce
100% money-back guarantee
Sample Plat-Dev-210 Questions
Practice with real exam-style questions, each with the verified correct answer and explanation.
A developer needs 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?
Using two separate Calculation Steps with the Conditional Step property selected allows the developer to specify different formulas based on different conditions. The ISTRUE(isCustomer) and NOT(ISTRUE(isCustomer)) functions are used to evaluate the Boolean variable in the Condition syntax. The other options are either missing the Conditional Step property, using incorrect comparison operators, or using an IF statement instead of separate Calculation Steps.
A healthcare company wants to enable its subscribers to add, edit, or delete dependents related to their policy Community portal. The developer on the project decides to use an MniScript.
How should the developer configure the OmniScript to providethis functionality?
An Integration Procedure that calls an external REST service via an HTTP Action fails with an authorization error, for example HTTP 401, when executed by a standard user. The OmniStudio Developer confirms the service API key is correct. Which security setting is the most probable cause of the failure?
The intended answer is C, but the wording is sloppy. A true HTTP 401 normally comes from the external service and usually means authentication headers, tokens, or credentials are rejected. However, OmniStudio/Salesforce outbound HTTP calls also require the target endpoint to be allowed through Remote Site Settings or an equivalent named credential setup. If the API key is confirmed correct and the available choices focus on Salesforce configuration, the most probable platform-side cause is that the external URL is not trusted in Remote Site Settings. API Access permission on the user profile does not authorize an external endpoint. Chainable execution does not cause endpoint authorization failure. Missing Set Values would affect input construction, not Salesforce's permission to call the URL.
An OmniStudio Developer needs to embed a FlexCard in an external web application that is not running on the Salesforce Platform. Which technology and configuration is required to enable this external embedding?
FlexCards can run outside Salesforce through OmniOut, where the activated FlexCard is downloaded or used as a Lightning Web Component and then added to the external OmniOut project. This means the external app must be set up to host and run the generated LWC-based component, typically through Lightning Web Runtime or the OmniOut application structure. Visualforce is not the right technology because the requirement is an external non-Salesforce web application. Calling the Salesforce API may retrieve data, but it does not render the FlexCard user interface. Wrapping the FlexCard inside a custom LWC first is also unnecessary because OmniStudio already generates the FlexCard as an LWC artifact for external use.
A)

B)

The correct answer is Option B, which shows a FlexCard with a header, a body, and a footer. The header contains the title and the icon of the FlexCard. The body contains a Data table element that displays the records from the parent FlexCard. The footer contains a navigation Action that invokes an OmniScript. Option A is incorrect because it shows a FlexCard with only a header and a body, and no footer.
Get access to all 181 verified questions with detailed answers.
Unlock All Plat-Dev-210 Questions