Free 2021 Platform Developer Vlocity-Platform-Developer dumps are available on Google Drive shared by TestKingsIT
Welcome to download the newest TestKingsIT Vlocity-Platform-Developer PDF dumps: https://www.testkingit.com/Vlocity/latest-Vlocity-Platform-Developer-exam-dumps.html ( 62 Q&As)
NEW QUESTION 25
An OmniScript displays data from an API using an Integration Procedure, but some of the data is missing.
What error could cause this?
Choose 2 answers
- A. The missing data is trimmed in the Integration Procedure Action Response JSON Path.
- B. The Integration Procedure Preview Input Parameters do not match the JSON sent from the OmniScript.
- C. The JSON sent from the Integration Procedure Action does not match any of the Original Input for the Integration Procedure.
- D. The element name for the missing data does not match the JSON node key in the Integration Procedure Response.
Answer: A,D
NEW QUESTION 26
How can a Card Layout be embedded within another Card?
- A. Use a card state with a Layout condition
- B. Use a session variable on a Card
- C. Use an angular filter in a specific field in a card state
- D. Use the Add Layout button in zone layout
Answer: D
NEW QUESTION 27
Which Calculation Matrix Version in the list would execute on 2/15/2020 at 12:00 PM?
- A. Version Number 4
- B. Version Number 2
- C. Version Number 3
- D. Version Number 1
Answer: A
NEW QUESTION 28
Which Calculation Matrix Version in the list would execute on2/15/2020 at 12:00 PM?
- A. Version Number 4
- B. Version Number 2
- C. Version Number 3
- D. Version Number 1
Answer: A
NEW QUESTION 29
Why would you clone an Integration Procedure instead of versioning it?
- A. The new Integration Procedure will be used independently.
- B. The new Integration Procedure is Chainable.
- C. The new Integration Procedure is replacing stub data.
- D. The new Integration Procedure uses a Cache Block.
Answer: A
NEW QUESTION 30
You are importing a list of new products into Salesforce and need to map the new product to the appropriate PriceBook Entries. What typeof DataRator mapping keeps tractof the new product Records as they are created to use in the Price entries you need to create?
- A. Lookup Mapping
- B. Linked Mapping
- C. Lookup Key
- D. Relationship Query
Answer: B
NEW QUESTION 31
In an OmniScript, what is unique about a Requirement in a Messaging element?
Choose 2 answers
- A. It sets the element to required
- B. It requires a Validate Expression
- C. It makes the banner yellow
- D. It is only availability for the false message
Answer: B,C
NEW QUESTION 32
An OmniScript updates data from one Salesforce record, but when it completes, only some of the data is updated in Salesforce. A DataRaptor Load saves the data. What error could cause this behavior?
Choose 2 answers Calculator
- A. The Input JSON paths in the DataRaptor Load do noi match the JSON sent from the OmniScript.
- B. Contextid is misspelled in the merge code that passes the Recordid fo the DataRaptor.
- C. The fields that are not updated are read only in Salesforce.
- D. In the DataRapior Load, in the preview tab, the Recordid is from the wrong record type. a
Answer: A,C
NEW QUESTION 33
If the email address of a Contact is changed in an OmniScript, which of the following should be configured to update the contact's record in Salesforce?
Multiple Books
- A. A DataRaptor Load that includes the Recordld, the upsert key selected, and the new Email address.
- B. A DataRaptor Extract that includes the Recordld, the upsert key selected, and the new Email address.
- C. A DataRaptor Transform that maps the new Email address to the old Email address field.
- D. A DataRaptor Transform that includes the previous email with the upsert key selected and the new Email address.
Answer: D
NEW QUESTION 34
You are configuring an Integration Procedure Action in an OmniScript. The OmniScript needs a JSON response from the Integration Procedure, but you do not want to wait for the response for the user to proceed. What feature do you enable?
- A. Invoke Mode Non-Blocking
- B. Invoke Mode Fire and Forget
- C. Use Future
- D. Toast Completion
Answer: D
NEW QUESTION 35
What JSON from the DRGetAccountDetails action would display all six values correctly in the OmniScript structure shown? BikContacts is a Repeat Block.
- A. {"ContactPhone": "(212) 169-1475", "ContactName". "Edward Stamos", "ContactPhone": "(212) 189-8979", "ContactName": "Leanne Tomlin", "AccountPhone": "2221546450", "AccountName": "Acme" }
- B. {"Contacts": [ {"ContactPhone": "(212) 169-1475", "ContactName": "Edward Stamos" }, {"ContactPhone": "(212) 189-8979",
"ContactName": "Leanne Tomlin" } ], "AccountPhone™: "2221546450", ""AccountName™: "Acme" } - C. {"BlkContacts": [ { "ContactPhone": "(212) 169-1475", "ContactName™: "Edward Stamos" }, { "ContactPhone": "(212) 189-6979".
"ContactName": "Leanne Tomlin" } J, "AccountPhone™ "2221546450", "AccountName" "Acme" } - D. {"BlkContacts": [ { "Phone": "(212) 169-1475", "Name": "Edward Stamos" }. { "Phone": "(212) 169-8979", "Name": "Leanne Tomlin" } J,
"AccountPhone": "2221546450", "AccountName": "Acme" }
Answer: C
NEW QUESTION 36
You have configured an Integration Procedure element with SEND/RESPONSE TRANSFORMATIONS as shown. Alternatively, how would you configure Additional Input to send exactly the same data? Assume that you check Send Only Additional Input.
A)
B)
C)
D)
- A. OptionB
- B. OptionA
- C. OptionD
- D. OptionC
Answer: C
NEW QUESTION 37
In an Integration Procedure, you need to perform a multi-step calculation on every element of an array. Based on best practices, what two methods are recommended?
Choose 2 answers
- A. Use a Matrix Action to call a Calculation Matrix
- B. Use a List Action to merge the array elements together.
- C. Use a Calculation Action to call a Calculation Procedure.
- D. Use a Set Values Element inside a Loop Block.
Answer: A,C
NEW QUESTION 38
What is the merge code you need for this Integration Procedure structure to pass a CaseNumber node from the DataRaptor Extract Action Single Book (DRReadCase) to the HTTP Action's HTTP Path URL?
- A. %DRReadCase:CaseNumber%
- B. HTTPGetCaseDetails: CaseNumber
- C. {{DRReadCase. CaseNumber}}
- D. {{CaseNumben}
Answer: A
NEW QUESTION 39
What is the merge code you need for this Integration Procedure structure to pass a CaseNumber node from the DataRaptor Extract Action Single Book (DRReadCase) to the HTTP Action's HTTP Path URL?
- A. %DRReadCase:CaseNumber%
- B. HTTPGetCaseDetails: CaseNumber
- C. {{DRReadCase. CaseNumber}}
- D. {{CaseNumben}
Answer: A
NEW QUESTION 40
You want to build a DataRaptor Transform to send product pricing to a Calculation Procedure. Given the JSON Output below, whichmapping in your Transform would be correct for the Output JSON Path for the Base Price?
- A. Input BasePrice
- B. Input.baseprice
- C. Input:BasePrice
- D. Input-Base Price
Answer: C
NEW QUESTION 41
Which three are true about Calculation Matrix inputs?
Choose 3 answers
- A. They must contain numerical data.
- B. They must be unique.
- C. They can represent ranges.
- D. They can be a combination of values.
Answer: B,C,D
NEW QUESTION 42
An OmniScript gets data from Salesforce and from an on-premises billing database. What two OmniScript elements could retrieve thi data?
Choose 2 answers
- A. Navigate Action
- B. HTTP Action
- C. Response Action
- D. DataRaptor Extract Action
Answer: B,D
NEW QUESTION 43
In a Calculation Procedure, what is required for the output of a Calculation Step to be used in an Aggregation Step?
- A. |t must be a calculation step
- B. It must be included in constants
- C. It must be a matrix lookup step
- D. It must be included in the calculation output
Answer: A
NEW QUESTION 44
An OmniScript gets data from Salesforce and from an on-premises billing database. What two OmniScript elements could retrieve this data?
Choose 2 answers
- A. Navigate Action
- B. HTTP Action
- C. Response Action
- D. DataRaptor Extract Action
Answer: B,D
NEW QUESTION 45
Which OmniScript Action element redirects the user outside the OmniScript?
- A. Remote Action
- B. Navigate Action
- C. HTTP Action
- D. Integration Procedure Action
Answer: B
NEW QUESTION 46
In which two fields in an Integration Procedure or DataRaptor can you use a function like CONCAT or DATEDIFF?
Choose 2 answers
- A. In a DataRaptor in an Output Tab Output JSON Path.
- B. In a DataRaptor Action in an Input Parameters value field.
- C. In a Set Values Action in a Value field.
- D. In a Remote Action in an Additional Output value field.
Answer: C,D
NEW QUESTION 47
You are troubleshooting an Integration Procedure with two elements: a Remote Action named FetchCart and a Response Action named ResponseCart. In PREVIEW, what JSON node shows the data sent to the Remote Action?
- A. ResponseCart
- B. ResponseCartDebug
- C. FetchCart
- D. FetchCartDebug
Answer: D
NEW QUESTION 48
......
Tested Material Used To Vlocity-Platform-Developer: https://www.testkingit.com/Vlocity/latest-Vlocity-Platform-Developer-exam-dumps.html