لا تريد أن تفوت شيئا؟

نصائح اجتياز امتحان الشهادة

آخر أخبار الامتحانات ومعلومات الخصم

برعاية وحديثة من قبل خبرائنا

نعم، أرسل لي النشرة الإخبارية

خذ اختبارات أخرى عبر الإنترنت

السؤال #1
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 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 JSOW 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
عرض الإجابة
اجابة صحيحة: AD
السؤال #2
An integration procedure contains a Remote Action element that calls a method of an APEXclass. The method requires two fields are input: Accountid and ProductId. The integration Procedure data JSON contains the following nodes: How should the Remote Action element be configured to pass the data correctly to the method?
A. Check the Send OnlyAdditional Input checkbox, and the following/ value pairs to Additional input:
B. Set Return Only Additional Output to true, and add the following Key/Value pairs to additional input
C. Check the DataRaptor Transform checkbox, and add the following Key/Value pairs to Output JSON Path:
D. Add the following to Send JSON Path: accountId: %Accountd% ProductId% Details Products%
عرض الإجابة
اجابة صحيحة: B
السؤال #3
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 setcorrect in the parent OmniScript. However ContextAccount in the embedded OmniScript is not set with the Accountid from parent
A. The WLC PubSub Messge flag in the Set Values action of the parent OmniScript has not been set
B. The flag passData
C. A developer failed to includea 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
عرض الإجابة
اجابة صحيحة: A
السؤال #4
What should a developer's first step be when troubleshooting whether a DataRaptor Extract is retrieving data?
A. Go to the Lightning Console and reload the page to test
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. Add a key/value pair in the DataRaptor to test it
عرض الإجابة
اجابة صحيحة: D
السؤال #5
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 developer configure the FlexCard to display the case records in this way?
A. Enable the record Looping feature on the data table elements
B. Select the Repeatable Mode property on the data table elements
C. Enable the Repeat Records feature on the FlexCard Setup tab
D. Disable the Repeat Record feature on the FlexCard setup tab
عرض الإجابة
اجابة صحيحة: D
السؤال #6
What two advantages does a DataRaptor Turbo Extract have over a standard DataRaptor Extract? Choose 2 answers
A. It populates data in PDF and DocuSign formatcorrect
B. It is easier to configurecorrect
C. It has better performance at runtimecorrect
D. It supports complex field mappings
عرض الإجابة
اجابة صحيحة: ABC
السؤال #7
Which two of these options can a developer use to retrieve data from a Salesforce object? Choose 2 answers
A. A DataRaptor Load Actioncorrect
B. A DataRaptor Extract Actioncorrect
C. A Lookup Input Element
D. A DataRapt or Post Actioncorrect
عرض الإجابة
اجابة صحيحة: ABD
السؤال #8
A developer needs to configure a calculation procedure to calculation the sum of the entire Base price. What is the most efficient way for the developer to meet this requirement?
A. Create a Postprocessor apex class to calculate the sum
B. Add an Aggregation Step as SUM (BasePrice)correct
C. Add A Calculation Step as SUM (BasePrice)
D. Create a Preprocessor class to calculate thesum
عرض الإجابة
اجابة صحيحة: B
السؤال #9
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. FetchCart
B. Response
C. ResponseCartDebug
D. ResponseCart
عرض الإجابة
اجابة صحيحة: D
السؤال #10
A developer creates a DataRaptor Extract to retrieve data to pass to an external service. The external service expects the field value to be integer. However, the DataRaptor is sending it as a string. Which action can the developer take to fix this?
A. In the DataRaptor Output tab, select the Output Data Type of that field to Integer
B. In the DataRaptor Output tab, enter the default value as 0 on the field
C. In the DataRaptor Extract tab, set the Input Data Type field to Integer
D. In the DataRaptor Formula tab, define a formula using the function TOINTEGER and use theformula as output
عرض الإجابة
اجابة صحيحة: A
السؤال #11
A developer has a requirement to create a child FlexCard that contains all of its parent FlexCard’s records In a Datable. How should the developer configure the parent FlexCard’s Node?
A. {Records {0}}
B. {Records}correct
C. {Params, records}
D. {Recorded}
عرض الإجابة
اجابة صحيحة: B
السؤال #12
A developer needs to transform contact data into a JSON array.
A. Use a formula LIST(Contact), and add the output of the formula as the input in the Transform tab
B. Set the Input JSON path as List (Contact) and the OutputJSON Path as Contact
C. Set the Input JSON Path as Contact the out JSON Path as contact and output Data type as List
D. Set the input JSON Path as Contact and the OutPut JSON Path as List (Contact)
عرض الإجابة
اجابة صحيحة: ABC
السؤال #13
A developer is building an OmniScript and needs to save to Salesforce and to an AWS Order Management system. Which OmniScriptelement could save all of this data?
A. DataRaptor Post Action
B. HTTP Action
C. Integration Procedure Actioncorrect
D. DataRaptor Load Action
عرض الإجابة
اجابة صحيحة: C
السؤال #14
A customer has a new Engagement Manager who is going to be the new Primary Contact for the Account.What type of mapping does a DataRaptor Load use to create the new contact and then add it as the new Primary Contact?
A. Relationship Query
B. Linked Mapping
C. Lookup Mapping
D. Lookup Key
عرض الإجابة
اجابة صحيحة: B
السؤال #15
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. Use Future
C. Invoke Mode Fire and Forget
D. Invoke Mode Non - Blocking
عرض الإجابة
اجابة صحيحة: D
السؤال #16
A developer is configuring a DataRaptor Load to Savecontract dat a. The developer needs to set the record type of the contact using DeveloperName. Which two configuration actions should the developer take to set this up in the DataRaptor Load?
A. Check is Lookup property when mapping the fields
B. Add Linkto RecordType object in the Contact Object with the id field of RecordType object
C. Select RecordType in the Lookup object list
D. Select RecordType in the Lookup Object list
عرض الإجابة
اجابة صحيحة: AC
السؤال #17
Refer to the exhibit below. What is the marge code needed for this integration procedure structure to pass a CaseNumber node from the DRReadCase DataRaptor Extract Action to the HTTP Action’s HTTP URL?
A. %DRReadCase: CaseNumber%correct
B. ((DRRCase, CaseNumber))
C. MTTOPDetCaseDetail: CaseNumber%
D. ((CaseNumber))
عرض الإجابة
اجابة صحيحة: A
السؤال #18
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. Use Future
C. Invoke Mode Fire and Forget
D. Invoke Mode Non-Blockingcorrect
عرض الإجابة
اجابة صحيحة: D
السؤال #19
A developer creates a DataRaptor Extract to retrieve data to pass to anexternal service. The external service expects the field value to be integer. However, the DataRaptor is sending it as a string. Which action can the developer take to fix this?
A. In the DataRaptor Output tab, select the Output Data Type of that field toInteger
B. In the DataRaptor Output tab, enter the default value as 0 on the field
C. In the DataRaptor Extract tab, set the Input Data Type field to Integer
D. In the DataRaptor Formula tab, define a formula using the function TOINTEGER and use theformula as output
عرض الإجابة
اجابة صحيحة: A
السؤال #20
Which two in an integration Procedure or DataRaptor can execute a function like CONCAT or DATEDIFF? Choose 2 answers
A. In a Set Values Action in a Value field
B. In a DataRaptor in an Output TabOutput JSON Path
C. In a DataRaptor Action in an Input Parameters value field
D. In a Remote Action m an Additional Output value field
عرض الإجابة
اجابة صحيحة: AD
السؤال #21
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. x%SetValues
B. (' Setvalues'] [ 'Date']
C. %SetValues Date
D. {(SetValues
عرض الإجابة
اجابة صحيحة: A
السؤال #22
…… configure Additional input to send exactly the same data? Assume that the develop checked Send Only Additional input. A) B) C) D)
A. Option A
B. Option B
C. Option C
D. Option Dcorrect
عرض الإجابة
اجابة صحيحة: D
السؤال #23
In a calculation procedure, what is required for the output of a calculation step to be used in an aggregation step?
A. It must be included in constants
B. It must be a matrix lookup step
C. It must be a calculation step
D. It must be included m the calculation output
عرض الإجابة
اجابة صحيحة: D
السؤال #24
Users receive an APEC CPU limit Exceeded error when running an OmniScript in a Salesfoce Community. The OmniScript includes an Integration Procedure that contains two DataRaptors. Which two Location should the developer check to troubleshoot the issue? Choose 2 answers
A. Script configuration
B. DataRaptor configuration
C. Action Debugger
D. Community logs
عرض الإجابة
اجابة صحيحة: BC
السؤال #25
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 guided workflow
B. A DataRaptor Transformcorrect
C. An HTTP Action Element
D. An integration Procedure
عرض الإجابة
اجابة صحيحة: B
السؤال #26
Refer to the exhibit below. A developer has configured an Integration Procedure element with SEND/RESPONSE TRANSFORMATIONS 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.
D.
عرض الإجابة
اجابة صحيحة: A
السؤال #27
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 Actioncorrect
B. PDF Acwm
C. DocuSign Signature Action
D. Email Action
عرض الإجابة
اجابة صحيحة: A
السؤال #28
In a calculation procedure, what is required for the output of a calculation step to be used in an aggregation step?
A. It must be included in constants
B. It must be amatrix lookup step
C. It must be a calculation step
D. It must be included in the calculation output
عرض الإجابة
اجابة صحيحة: D
السؤال #29
A developer configure a Flexcard with a DataRaptor data source that uses the params.id as an. When the developer clicks Views Data on the FlexCard, valid data displays. However, when the developer previews the layout, the FlexCard does not display. What could cause this error? Choose 2 answers
A. The Data Node field for the FlexCard is empty
B. The RecordId in the Test Data Source settings ins for the wrong record type
C. The attribute haven’t been configured to pass the data to the fields
D. There is not Salesforce record for the FlexCard based on the RecordId in the layout’s Test Data Source Settings
عرض الإجابة
اجابة صحيحة: ABC
السؤال #30
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. The new and current versions will be displayed together on the same target
D. All instance of the FlexCard must be updated with the changes
عرض الإجابة
اجابة صحيحة: A

View The Updated Salesforce Exam Questions

SPOTO Provides 100% Real Salesforce Exam Questions for You to Pass Your Salesforce Exam!

عرض الإجابات بعد التقديم

يرجى إرسال البريد الإلكتروني الخاص بك والواتس اب للحصول على إجابات الأسئلة.

ملحوظة: يرجى التأكد من صلاحية معرف البريد الإلكتروني وWhatsApp حتى تتمكن من الحصول على نتائج الاختبار الصحيحة.

بريد إلكتروني:
رقم الواتس اب/الهاتف: