Vlocity Platform Developer Questions
Vlocity Platform Developer Questions What actions are possible in the XML interface in the card layout? (pick 2) a. Enable or disable the component as public or private b. Set the component name you'll see in the app builder c. Activate the cards and the card layout in the card designer d. Set the component name you'll see in the card designer - a, b Which context variable is set in the card designer and allows access to any property in scope plus the {{payload}} variable? a. Attributes {{attrs}} b. Page parameters {{params}} c. Session variables {{session}} d. Object {{objj}} - c; *{{payload}} is a temporary variable used by the session variables to access the whole result of a data sources You need to make a change to a card that multiple layouts will use. What is the best way to make sure that all layouts using the card will also be updated? a. Create a new version of the card b. Perform a sample test of the layouts using the updated card c. Clone the card then select the layouts where it should be used d. Create a new version and make it public using the XML interface - a You have an OmniScript that needs to save data to salesforce and to an on-premise billing program. Which OmniScript element allows you to do both at the same time? a. HTTP action b. DataRaptor post action c. Integration procedure action d. DataRaptor load action - c End users launch an OmniScript to request a change in their service from a console. You need them to be able to confirm the changes were made on the console afterwards. Which OmniScipt element will allow you to do this? a. Submit action b. Post to object action c. Navigate action d. Remote action - c What does a response action do in an integration procedure? a. It calls an APEX class and method b. It controls where the user navigates after the integration procedure is completed c. It extract and transform data from salesforce d. It returns data to whatever called the integration - d Which of the following best practices should be considered when building the DataRaptor load for an integration procedure? a. Copy the input JSON from the OmniScript {data} modal b. Build the Input JSON node by node in the DataRaptor desginer c. Build the input JSON node by node in an editor d. Copy the response JSON from the OmniScript's debug console - d; *copy the input JSON from the DataRaptor Action debug node Which fields can use functions like CONCAT or DATEDIFF (PICK 2) a. Tracking custom data value field in procedure configuration b. Additional output value field in a remote action c. Remote options value field in a remote action d. Additional output (or input) value field in a response action - b,d Which of these DataRaptor settings helps in preventing duplicate record creation? a. Lookup b. Default value c. Upsert key d. Disabled - c What type of mapping can you use to create a new contact and add it as a new primary contact? a. Relationship query b. Lookup mapping c. Lookup key d. Linked mapping - d You have 5 different versions of a calculation procedure, version 1,3,4,5 are enabled. Which one will have priority for execution? a. Version 3 b. Version 5 c. Version 1 d. Version 4 - b; *version 5 because it is the newest, enabled version Your card layout component is not showing up in the custom list in the lightning app builder, so you cant add it to the page. You have checked it in the card designer and it is active. What could be the problem? (pick 3) a. The component isn't public so it wont appear in the app builder or anywhere else b. One or more of the data source used in the component isn't active c. The component name of the app designer is different from the name on the card layout d. The component has no targets set n the LWC metadata configuration (appPage, recordPage) e. The component I suing a that is for the wrong record type - a,c,d; *all of these can be checked using the Show XML interface button in the layout panel for the component Based on the best practice for trouble shooting what should you always do first when testing if the data source is working in the OmniScript designer? a. Verify the extract output paths are correct for the DataRaptors b. Add the ContextID to the {data} model c. Add the to the test data source settings d. Verify the target URL for any actions are complete and correct - b
Document information
- Uploaded on
- May 30, 2024
- Number of pages
- 16
- Written in
- 2023/2024
- Type
- Exam (elaborations)
- Contains
- Questions & answers