Related Certification(s):
Salesforce Developer, Salesforce OmniStudio Developer Certifications
Salesforce Plat-Dev-210 Exam Topics - You’ll Be Tested in Actual Exam
When you study for the OmniStudio Developer portion of Plat Dev 210, think in terms of how each tool supports a guided user experience backed by reliable data and rules. FlexCards focus on presenting concise, actionable information, so know how data sources feed the card, how states and conditional visibility shape what users see, and how actions launch flows like OmniScripts. OmniScripts are about step based interactions, so be comfortable with elements, validation, navigation, and how you pass data between steps and to server side calls. Integration Procedures are the performance focused orchestration layer, so expect questions on when to use them instead of scripts, how to chain actions, transform payloads, handle errors, and cache or throttle for efficiency. OmniStudio Data Mappers cover DataRaptors, so understand extract, load, and transform patterns, mapping techniques, and how to structure input and output for reuse across components. Expression Sets and Decision Matrices test your ability to externalize logic, so learn how conditions, priorities, and outputs drive UI behavior and integration choices without hard coding. Integrated troubleshooting and deployment ties it together, so practice reading runtime errors, tracing data JSON, validating mappings, and moving OmniStudio metadata safely between environments with consistent configuration and predictable results.
Salesforce Plat-Dev-210 Exam Short Quiz
Attempt this Salesforce Plat-Dev-210 exam quiz to self-assess your preparation for the actual Salesforce Certified OmniStudio Developer exam. CertBoosters also provides premium Salesforce Plat-Dev-210 exam questions to pass the Salesforce Certified OmniStudio Developer exam in the shortest possible time. Be sure to try our free practice exam software for the Salesforce Plat-Dev-210 exam.
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
☐
AThe element name for the missing data does not match the JSON node key in the Integration Procedure Response.
☐
BThe Integration Procedure Preview Input Parameters do not match the JSON sent from the OmniScript.
☐
CThe JSOW sent from the Integration Procedure Action does not match any of the Original Input for the Integration Procedure
☐
DThe missing data is trimmed in the Integration Procedure Action Response JSON Path.
SalesforcePlat-Dev-210
Q2:
A developer needs to build a multi-step intake form. Each step must allow the user to cancel the intake at any time. The developer is using an LWC OmniScript to build the form.
How should the developer implement the cancel functionality for all steps using the LWC OmniScript Designer?
○
ACheck the Enable Cancel checkbox in the Setup tab under Cancel Options.
○
BAdd a navigation Action inside each step and set the Component name to ''Cancel'',
○
CAdd a navigation Action outside each step and set the Element Name to ''Cancel'',
○
DAdd a navigation Action inside each step and set the Element Name to ''Cancel'',
SalesforcePlat-Dev-210
Q3:
A developer needs to use the CONTIF function to process data entered by the user in an OmniScript. The output of the function needs to be displayed to the user immediately in the current step.
Based on best practice, what element should the developer use this function in?
○
AA Calculation Action element
○
BA Set Values element
○
CA formula element
○
DA Range element
SalesforcePlat-Dev-210
Q4:
Which two in an integration Procedure or DataRaptor can execute a function like CONCAT or DATEDIFF?
Choose 2 answers
☐
AIn a Set Values Action in a Value field.
☐
BIn a DataRaptor in an Output Tab Output JSON Path.
☐
CIn a DataRaptor Action in an Input Parameters value field.
☐
DIn a Remote Action m an Additional Output value field.
SalesforcePlat-Dev-210
Q5:
Which two fields in an Integration Procedure or Data Mapper can execute a function like CONCAT or DATEDIFF?
Choose 2 answers
☐
AIn a Data Mapper in an Output Tab Output JSON Path
☐
BIn a Set Values Action in a Value field
☐
CIn a Data Mapper Action in an Input Parameters value field
☐
DIn a Remote Action in an Additional Output value field