準備できるOMS-435問題解答は無料更新されて100%試験合格保証 [2022]
問題集リアルなSalesforce OMS-435試験問題 [更新されたのは2022年]
質問 35
What is the reason for this? Refer to the exhibit below.
- A. The WLC PubSub Messge flag in the Set Values action of the parent OmniScript has not been set.
- B. Both parent and embedded OmniScripts have the same element name for the Set Values element.
- C. A developer failed to include a Navigate Action Element to pass data from the parent OmniScript.
- D. The flag passData.JSON in the parent OmniScript in not configured correctly.
正解: C
質問 36
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?
- A. Add a navigation Action inside each step and set the Element Name to ''Cancel'',
- B. Add a navigation Action outside each step and set the Element Name to ''Cancel'',
- C. Add a navigation Action inside each step and set the Component name to ''Cancel'',
- D. Check the Enable Cancel checkbox in the Setup tab under Cancel Options.
正解: D
質問 37
A developer has a requirement to create a child FlexCard that contain all of its parent FlexCard's records in a Datatable.
- A. {recordId}
- B. {Records}
- C. {Records[0]}
- D. {Params records}
正解: B
質問 38
A developer need 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?
- A. A formula element
- B. A Range element
- C. A Calculation Action element
- D. A Set Values element
正解: A
質問 39
A developer needs to display the following information together on one FlexCard:
* Account name, address, phone number, website
* Primary contact first name, contact name, address, phone number, email The account information must always be visible, and the contact information should only be visible as needed by the user.
What approach should the developer use to display the contact information on the card?
- A. Use a conditional FlexCard State
- B. Set the collapsible property on the block element
- C. Set the class'' collapsible'' on the block element
- D. Use a Datatable element
正解: B
質問 40
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
- A. The element name for the missing data does not match the JSON node key in the Integration Procedure Response.
- B. The missing data is trimmed in the Integration Procedure Action Response JSON Path.
- C. The JSOW sent from the Integration Procedure Action does not match any of the Original Input for the Integration Procedure
- D. The Integration Procedure Preview Input Parameters do not match the JSON sent from the OmniScript.
正解: A,B
質問 41
What should a developer's first step be when troubleshooting whether a DataRaptor Extract is retrieving data?
- A. Add a key/value pair in the DataRaptor to test it.
- B. Go to the PREVIEW tab In OmniScript to test.
- C. Deactivate the card and layout, and go to the PREVIEW tab for the card to test.
- D. Go to the Lightning Console and reload the page to test.
正解: A
質問 42
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?
- A. Use two separate Calculation Steps with the Conditional Step property selected: reference just the isCustomer variable in the Conditional syntax (no comparison necessary)
- B. Use two separate Calculation Steps with the Conditional Step property selected: use the ISTRUE(isCustomer) and NOT (ISTRUE) (isCustomer) functions in the Condition syntax.
- C. Use a single Calculation Steps with IF statement directly in the formula definition to reference the isCustome variable and conditionally perform the appropriate calculation.
- D. 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.
正解: A
質問 43
A developer is configuring an integration Procedure Action in an OmniScript. The Omniscript needs a JSON response from the Integration Procedure but does not need to wait for the response for the user to proceed.
Which feature should the developer enable?
- A. Toast Completion
- B. Invoke Mode Fire and Forget
- C. Use Future
- D. Invoke Mode Non-Blocking
正解: D
質問 44
A company wants to allow agents to send customers a quote for signature. The quote is a documents created using a DocuSign template that has been prefilled with all of the quote details. The document will be emailed to one or more recipients for signature.
How should a developer configure this functionality in an OmniScript?
- A. DocuSign Envelope Action
- B. PDF Acwm
- C. DocuSign Signature Action
- D. Email Action
正解: C
質問 45
Refer to the exhibit.
All inputs to the Calculation Matric are set correctly.
The Calculation Matrix has the following input:
What is the output?
- A. Null
- B. 13.99
- C. 12.99,13.99
- D. 12.99
正解: D
質問 46
A developer needs to change some field labels on a FlexCard. The FlexCard is currently deployed to production. The developer that the best course of action is to version the FlexCard rather than cloning it.
Which factor would lead the developer to this decision?
- A. Another team member is developing new action, fields and styling for the current version of the FlexCard.
- B. The new and current versions will be displayed together on the same target.
- C. All instance of the FlexCard must be updated with the changes.
- D. The new version of the FlexCard will be used in a new Console, and the current version of the FlexCard should remain unchanged.
正解: A
質問 47
The OmniScript must retrieve device details stored in the Asset object and then call an external system to send troubleshooting commands via REST API to the device.
Which two OmniScript element should the developer use to configure this functionality?
- A. HTTP Action
- B. SOQL Action
- C. DataRaptor Extract Action
- D. Navigation Action
- E. REST API Action
正解: A,C
質問 48
A developer examines data received from an external data source. The data is nested two levels down in the JSON structure.
Which OmniStudio tool could the developer use to simplify this data?
- A. A DataRaptor Transform
- B. An integration Procedure
- C. An HTTP Action Element
- D. A guided workflow
正解: A
質問 49
Refer to the exhibit below. In this integration production structure, what Send JSON Path would be used to send the Output of the Action1 element to a Remote Action?
- A. Action1: BlockB. Block A
- B. BlockB: BlockB. Action1
- C. Action1. BlockB. Block A
- D. BlockA: BlockB. Action 1
正解: A
質問 50
In an OmnoScript, a developer needs to configure a Disclosure element to require user input only if the user already checked a Non-Disclosure Agreement Checkbox.
How should the developer configure the conditional view to meet this requirement?
- A. Show element if true
- B. Set element to require if true
- C. Disable read only if true
- D. Set element to optional if false
正解: A
質問 51
Which two of these options can a developer use to retrieve data from a Salesforce object?
Choose 2 answers
- A. A Lookup Input Element
- B. A DataRaptor Extract Action
- C. A DataRaptor Load Action
- D. A DataRapt or Post Action
正解: B,D
質問 52
A developer creates an Integration Procedure with a Set Values and a DataRaptor Extract Action that requires AccountId as a key. When the developer previews the Integration Procedure, the developer enters the AccountId correctly and execute the Preview. The developer sees the data extract by the DataRaptor in the Debug Log, but the response is empty.
What is the likely cause of this issue?
- A. The DataRaptor Action did not have the add response Ro Response JSON property set to true.
- B. A Response Action was not added to the integration Procedure.
- C. The Response cannot be previewed directly.
- D. The AccountId used for the preview is invalid.
正解: B
質問 53
A)
B)
- A. Option B
- B. Option A
正解: B
質問 54
A developer builds a new OmniScript. It contains a Set Values element with a ContextId key/value pair that was used during testing.
What should the developer do before moving the OmniScript to a production org?
- A. Delete or Deactivate the Set Values element.
- B. Add a Show/Hide condition on the Set Values element.
- C. Update the ContextId value to specify an id from the Production org.
- D. Deactivate the contextId key/value pair
正解: B
質問 55
Refer to the exhibit.
A developer has configured an integration Procedure element with SEND/RESPONSE TRANFORMATIONS as shown.
Alternatively, how could the developer configure Additional input to send exactly the same data? Assume that the developer checked Send Only Additional input.
A)
B)
C)
- A. Option B
- B. Option A
- C. Option C
正解: C
質問 56
......
OMS-435試験問題集、OMS-435練習テスト問題:https://jp.fast2test.com/OMS-435-premium-file.html
無料OMS-435試験問題集で合格させるお手軽に試験合格:https://drive.google.com/open?id=1ZVP3j535ya7RZ1-3i1UywF6cSyBqM_Zy