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

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

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

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

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

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

السؤال #1
A developer is troubleshooting an Integration Procedure with two elements: A Remote Action named FetchCart and a Response Action namedResponseCart. In Preview, what JSON node shows the data sent to the Response Action?
A. FetchCart
B. Response
C. ResponseCartDebug
D. ResponseCartcorrect
عرض الإجابة
اجابة صحيحة: D
السؤال #2
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. Use Future
B. Invoke Mode Non-Blocking
C. Invoke Mode Fire and Forget
D. Toast Completion
عرض الإجابة
اجابة صحيحة: B
السؤال #3
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. HTTP Action
C. DataRaptor Post Action
D. Select
عرض الإجابة
اجابة صحيحة: A
السؤال #4
When launching an OmniScript from an action on a FlexCard, the OmniScript displays, but no Salesforce data is populated: Which two errors could cause this behavior? Choose 2 answers Choose 2 answers
A. The Id Field for Actions in the FlexCard is blank
B. There is no active version of the Data Raptor Extract
C. There isno active version of the OmniScript
D. In the DataRaptor Extract Action, the Input Parameters Filter Value is misspelled
عرض الإجابة
اجابة صحيحة: AD
السؤال #5
A developer is creating a FlexCard for a new Community page. The FlexCard will display case information along with action to close the case and update the case. And it will be styled using the Community’s theme. What must be developer do to configure the FlexCard for deployment in a Community?
A. Add the FlexCard’s API name to FlexCard Player component
B. Set the Target property in publish Options to Communitypage’’correct
C. Configure the Component visibility in the custom Component
D. Set the Developer property in Card Configuration to ‘’Community’’
عرض الإجابة
اجابة صحيحة: B
السؤال #6
A developer needs to create. DataRaptor to retrieve the name of an account for a contact. Following best practices, how should a developer configure the extraction steps?
A. Define an extraction step for the Contact object and set the Extract JSON Path to Contact Account
B. Define extraction steps for the Contact and the Account objects, and set the Extract JSON Path to Contact Account
C. Define extraction steps for the Contact and the Account objects, and set the Extract 3SON Path to Account
D. Define an extractionstep for the Account object, and set the Extract JSON Path to AccountContact
عرض الإجابة
اجابة صحيحة: A
السؤال #7
A developer needs to create . DataRaptor to retrieve the name of an account for a contact.Following best practices, how should a developer configure the extraction steps?
A. Define an extraction step for the Contact object and set the Extract JSON Path to Contact Account
B. Define extraction steps for the Contact and the Account objects, and set the Extract JSON Path to Contact Account
C. Define extraction steps for the Contact and the Account objects, and set the Extract 3SON Path to Account
D. Define an extractionstep for the Account object, and set the Extract JSON Path to AccountContact
عرض الإجابة
اجابة صحيحة: A
السؤال #8
A developer needs to configure a DataRaptor to retrieve data from a single object. The structure of the output data does not need to be changed. Following best practices, which type of DataRaptor should the developer use?
A. DataRaptor Transform
B. DataRaptor Extract
C. DataRaptor Load
D. DataRaptor Turbo Extractcorrect
عرض الإجابة
اجابة صحيحة: D
السؤال #9
A developer builds a new OmniScript. It contains aSet 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. Update the ContextId value to specify an id from the Production org
B. Add a Show/Hide condition on the Set Values element
C. Delete or Deactivate the Set Values element
D. Deactivate the contextId key/value pair
عرض الإجابة
اجابة صحيحة: C
السؤال #10
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)
A. Option A
B. Option B
C. Option Ccorrect
عرض الإجابة
اجابة صحيحة: C
السؤال #11
Why would a developer clone an Integration Procedure instead of versioning it?
A. The new Integration Procedure uses a Cache Block
B. The new Integration Procedure it replacing stub data
C. The new Integration Procedure will be used independentlycorrect
D. The new Integration Procedure is Chainable
عرض الإجابة
اجابة صحيحة: C
السؤال #12
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
السؤال #13
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 Calculation Action element
B. A Set Valueselement
C. A formula elementcorrect
D. A Range element
عرض الإجابة
اجابة صحيحة: C
السؤال #14
Which two of these options can a developer use to retrieve data from a Salesforce object? Choose 2 answers
A. A DataRaptor Load Action
B. A DataRaptor Extract Action
C. A Lookup Input Element
D. A DataRapt or Post Action
عرض الإجابة
اجابة صحيحة: BD
السؤال #15
A customer sets up to LWC Omniscripts, one embedded into another. Account is set in a Set Values element in the parent Omniscript. The AccountId set in the parent Omniscript is used to another Set Values element ContextAccountid in the embedded OmniScript. The embedded Omniscript is activated. While previewing the OmniScript flow from the parent, it is found that Account is set correctly in the parent OmniScript. However. ContextAccountId in the embedded OmniScript is not set with the AccountId from parent
A. Both parent and embedded OmniScripts have the same element name for the Set values element
B. A developer failed to include a Navigation Element to pass data from the parent OmniScript
C. The LWC PubSub Message flag in the Set Values action of the parent has not been set
D. The flag passDataJSON in the parent OmniScript in not configured correctly
عرض الإجابة
اجابة صحيحة: C

View The Updated Salesforce Exam Questions

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

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

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

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

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