実際的なOmniStudio-Developerテスト模擬問題集 & 合格スムーズOmniStudio-Developerファンデーション | 100%合格率のOmniStudio-Developer認証pdf資料準備の時間が限られているので、多くの受験者はあなたのペースを速めることができます。 OmniStudio-Developerの実践教材は、知識の理解の誤りを改善します。多くのお客様は、明らかな改善を得て、負荷を軽減しています。私たちが知っているように、一部の人々は以前に試験に失敗し、OmniStudio-Developerトレーニング資料を購入する前にこの苦しい試験に自信を失いました。私たちはここで悲しみを分けます。これから時間のかかる思考を捨てることができます。対照的に、それらは不明瞭なコンテンツを感じることなくあなたの可能性を刺激します。 OmniStudio-Developer試験準備を取得した後、試験期間中に大きなストレスにさらされることはありません。 Salesforce Certified OmniStudio Developer 認定 OmniStudio-Developer 試験問題 (Q11-Q16):質問 # 11
Refer to the exhibit.
A developer has configured an integration Procedure element with SEND/RESPONSETRANFORMATIONS 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.
正解:B
解説:
Option C is the correct way to configure Additional input to send exactly the same data as Input Data. The Additional input should have a key/value pair for each field in Input Data, and the value should be set to
{{InputData.field}} for each field. This will pass the value of Input Data for each field to Additional input.
質問 # 12
A developer writes an OmniScript that includes a DataRaptor that updates the Account status 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 Upsert Key and Is Required for Upsert checkboxes on the Account Id field
B. Check Overwrite TargetforAll Null Inputs checkbox on the Account Id field
C. Populate the Lookup Object and Lookup Fields
D. Check the Upsert Key checkbox on the Account Status field
正解:A
解説:
Explanation
The Upsert Key checkbox indicates that the field is used as a key for upserting records. The Is Required for Upsert checkbox indicates that the field is mandatory for upserting records. The developer needs to check both checkboxes on the Account Id field to update the Account status only if the Account record already exists.
Otherwise, a new account will be created.
質問 # 13
Refer to the following row-versioned calculation matrix.
The developer needs to delete the row that contains the Code CA-SF.
If the developer deletes that row in Version 3, what is the result?
A. The row is deleted in all versions
B. The row is deleted in Version 3 and Version 1.
C. The row is delete only in Version 3.
D. The row is deleted In Versions 2 and 3 but will remain in Version 1.
正解:C
質問 # 14
An integration Procedure uses an HTTP action to makea REST API call. The response from the REST API must be converted into a specific XML structure before sending it as an input to another external wen service.
How should the developer configure the Integration Procedure to meet this requirement?
A. Use a Remote Action that calls the XMLStreamWriter class
B. Use a DataRaptor Transform to convert JSON to XML
C. Use aRemote Action that calls the XMLStreamReader class
D. Use a DataRaptor Extract and check the XML checkbox on the Output JSON Path.
正解:B
解説:
Explanation
According to the OmniStudio Developer Guide, "DataRaptor Transform actions can convert JSON to XML and vice versa." Therefore, the correct answer is C.
質問 # 15
A developer needs to build a DataRaptor Transform to send current weather to both an OmniScript Card Layout. Which of these samples would be valid for the Expected Output JSON?
A.
B.
C.
D.
正解:C
解説:
According to the Transform External Data Unit, the Expected Output JSON should match the Output Path of the DataRaptor Transform. In option D, the Output Path is Current:CityState, which matches the Expected Output JSON. The other options have different Output Paths that do not match the Expected Output JSON.
Therefore, the correct answer is D.