合格させちゃうSalesforce Developer OmniStudio-Developer試験簡単かつ正確なPDF問題 [2023年04月16日]
OmniStudio-Developer認証試験問題集解答を提供しています
質問 # 28
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. {"BlkContacts": [ { "Phone": "(212) 169-1475", "Name": "Edward Stamos" }. { "Phone": "(212) 169-8979", "Name": "Leanne Tomlin" } J, "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. {"Contacts": [ {"ContactPhone": "(212) 169-1475", "ContactName": "Edward Stamos" }, {"ContactPhone": "(212) 189-8979", "ContactName": "Leanne Tomlin" } ], "AccountPhone: "2221546450", ""AccountName: "Acme" }
正解:C
質問 # 29
Refer to theexhibit.
What JSON from the DRGetAccountDetails action would display all six values correctly in the OmniScript structure shown? BlkContacts is a Repeat Block.
A)
B)
C)
D)
- A. Option B
- B. Option A
- C. Option C
- D. Option D
正解:C
質問 # 30
A developer is building an OmniScript and needs to retrieve data from a single field in a Salesforce record.
Which OmniScript element does this?
- A. Lookup
- B. Select
- C. HTTP Action
- D. DataRaptor Post Action
正解:A
質問 # 31
What JSON code correctly represents the step in the OmniScript Structure panel shown?
- A. "Step1": {"Block1": { "Text1": "Text". "Block2": { "Telephone1": "1234567890", "Checkbox1": false }}, "Block": { "Multi-selecti": "Value A;Value B" }}
- B. "Step1": { "Block1": { "Text1" "Text", "Telephane1": "1234567890" }. "Block2": { "Checkbox1" false, "Block3": { "Multi-selecti": "Value Value A:Value B A;value B" }}}
- C. "Step1": {"Block1": {"Text1": "Text" }, "Block2": ("Telephone 1": "1234567890", "Checkbox1": false, "Block3": { "Multi-select1": "Value A;Value B" }}}
- D. "Step1": {"Block1": { "Text1": "Text", "Telephone 1": "1234567890", "Block2": { "Checkbox1": false }}, "Block3": { "Multi-select1": "Value A;Value B"}}} Written
正解:B
質問 # 32
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
質問 # 33
Refer to the exhibit.
What JSON code correct represent the step in the OmniScript Structure panel shown?
A)
B)
C)
D)
- A. Option B
- B. Option A
- C. Option C
- D. Option D
正解:C
質問 # 34
A developer is 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 Response Action?
- A. Response
- B. ResponseCartDebug
- C. ResponseCart
- D. FetchCart
正解:C
質問 # 35
A developer is creating an OmniScript that provisions trail orgs to their customers. The following text block in the Omniscript uses a merge code to display the ID for the new trail org:
- A. To %Details: Customer|1: ID%
- B. To %sDetails: Customer|0: ID$
- C. To %Details: Customer|n: ID%
- D. To %%sDetails: Customer|0: ID%%
正解:A
質問 # 36
in a DataRaptor Extract JSON Path, which option below has the correct syntax for a relationship query for a native Salesforce record?
- A. ContactCaseld. Subject
- B. Contact:Caseld__r-Subject
- C. Contact:Caseld__rSubject
- D. Contact: Caseld:Subject
正解:B
質問 # 37
Refer to the exhibit below. A developer has configured an integration Procedure element with Additional input.
Alternatively, how could the developer configure SEND/RESPONSE TRNSFORMATION to send exactly the same data? Assume the developer has un-checked Send Only Additional input.
- A.

- B.

- C.

- D.

正解:B
質問 # 38
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
正解:B
質問 # 39
A developer is creating a FlexCard and needs to display additional information using a Flyout.
Which two types of components can the developer embed in the flyout?
Choose 2 answer
- A. An Integration Procedure
- B. A DataRaptor
- C. An OmniScript
- D. A Child FlexCard
正解:A、D
質問 # 40
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 Component name to ''Cancel'',
- B. Check the Enable Cancel checkbox in the Setup tab under Cancel Options.
- C. Add a navigation Action inside each step and set the Element Name to ''Cancel'',
- D. Add a navigation Action outside each step and set the Element Name to ''Cancel'',
正解:B
質問 # 41
You have a FlexCard with five FlexCard states. Four of the states have a condition. Two of the states have true conditions.
Which state will be displayed?
- A. The state that has the higher priority
- B. The state that is closer to the top in the FlexCard canvas
- C. The state that is closer to the bottom in the FlexCard canvas
- D. The state that has no condition
正解:B
質問 # 42
A developer is configuring the API URL in an HTTP Action element within an Integration procedure.
What is the merge code syntax for passing a Date node from an element named SetValues in the URL?
- A. %SetValues Date
- B. {(SetValues. Date)}
- C. x%SetValues.Date%
- D. (' Setvalues'] [ 'Date']
正解:A
質問 # 43
A developer needs to retrieve data from an external system that stores policy dat a. The external system supports REST APIs to access and update the policies. Due to the volume of the policy data and peak hours of business, calls to the REST APIs sometimes take longer than expected to respond.
The developer creates an Integration Procedure to retrieve the policy data for use in an OmniScript.
Given the external system's known performance issues, which two configurations should be used to implement the call to the external system?
Choose 2 answers
- A. Set the Timeout property on the HTTP Action in the Integration Procedure
- B. Check the Chain On Step checkbox on the HTTP Action in the Integration Procedure
- C. Check the Chainable checkbox on the Integration Procedure Action in the OmniScript
- D. Configure a Remote action with timeout settings of 120000
正解:A、D
質問 # 44
Refer to the exhibit.
A developer creates an OmniScript display FirstName, LastName, and BirthDate of a contact using a Type Ahead Block. The DataRaptor used in the Type Ahead has been tested and fetches the correct data.
When previewing Omniscript,the developer enters a name in the Type Ahead and males a selection of a contact from the list. However, the text fields FirstName. LastName, and BirthDate are not getting populated with the data.
What is the reason that the fields fail to display the fetched data?
- A. TheTypeghead ley is not in the correct format
- B. Use Data JSON is not selected in the properties of the Type Ahead Block.
- C. FirstName, LastName, and BirthDate are not placed inside the Type ahead Block.
- D. Lookup Mode is not selected in the properties of the Type A Head Block.
正解:C
質問 # 45
A developer writes an OmniScript that includes a DataRaptor that updates the Account statue based on information provided from the OmniScript. The information must be updated only if the Account record already exists. Otherwise, a new account must be created.
How should the developer accomplish this task?
- A. Check the Upset key and is required for Upsert checkboxes on the Account id field
- B. Check the Upsert key checkbox on the Account Status field
- C. Populate the Lookup object and Lookup fields
- D. Check Overwrite Target for all Null input checkbox on the Account id field
正解:A
質問 # 46
A developer needs to create a list of cases for an account in a single Datable in a FlexCard. Like the one shown below.
How can the developerconfigure the FlexCard to display the case records in this way?
- A. Enable the Repeat Records feature on the FlexCard Setup tab
- B. Select the Repeatable Mode property on the data table elements
- C. Disable the Repeat Record feature on the FlexCard setup tab
- D. Enable the record Looping feature on the data table elements
正解:C
質問 # 47
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. The new version of the FlexCard will be used in a new Console, and the current version of the FlexCard should remain unchanged.
- B. Another team member is developing new action, fields and styling for the current version of the FlexCard.
- C. All instance of the FlexCard must be updated with the changes.
- D. The new and current versions will be displayed together on the same target.
正解:B
質問 # 48
A customer sets up two LWC OmniScripts, one embedded into another. AccountId is set in a Set Values element in the parent OmniScript. The Accountid set in the parent OmniScript is used to set another Set values element ContextAccountId in the emvedded OmniScript. The embedded OmniScript is activated.
While previewing the OmniScript flow from the parent, it is found that Account I set correct in the parent OmniScript. However ContextAccount in the embedded OmniScript is not set with the Accountid from parent OmniScript. On previewing the embedded OmniScript individually. It is found that ContextAccountId is set correctly.
What is the reason for this? Refer to the exhibit below.
- A. The flag passData.JSON in the parent OmniScript in not configured correctly.
- B. The WLC PubSub Messge flag in the Set Values action of the parent OmniScript has not been set.
- C. A developer failed to include a Navigate Action Element to pass data from the parent OmniScript.
- D. Both parent and embedded OmniScripts have the same element name for the Set Values element.
正解:B
質問 # 49
......
Salesforce OmniStudio-Developer 試験は、Salesforce OmniStudioプラットフォームを専門的に使用する開発者を対象に設計されています。この認定試験は、開発者のプラットフォームを使用してビジネスにカスタマイズされたソリューションを作成する知識と専門知識を証明するものです。この試験は、Salesforceプラットフォームとその機能に深い理解を持ち、Salesforceプラットフォームを使用してアプリケーションを開発した経験を持つ個人を対象としています。
Salesforce OmniStudio-Developer試験は、プラットフォームのさまざまなツールや機能に深い理解が必要な、チャレンジングな試験です。この試験に合格した開発者は、プラットフォームの専門家と見なされ、カスタムソリューションを探しているクライアントから高く評価されます。試験は、60問の多肢選択問題で、105分以内に完了する必要があります。試験の合格スコアは68%であり、開発者は認定を維持するために2年ごとに試験を再受験する必要があります。
検証済みで更新されたOmniStudio-Developer問題集と解答で100%一発合格保証の問題集:https://drive.google.com/open?id=14oepWx3wXChjBaNF8jM55MtdaQn3Lttg
更新されたOmniStudio-Developer試験練習テスト問題:https://www.passtest.jp/Salesforce/OmniStudio-Developer-shiken.html