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

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

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

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

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

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

السؤال #1
A developer needs to retrieve data from an external system that stores policy data. 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
A. et the Timeout property on the HTTP Action in the Integration Procedure
B. heck the Chainable checkbox on the Integration Procedure Action in the OmniScript
C. onfigure a Remote action with timeout settings of 120000
D. heck the Chain On Step checkbox on the HTTP Action in the Integration Procedure
عرض الإجابة
اجابة صحيحة: A, C
السؤال #2
Which two fields in an Integration Procedure can use a function like CONCAT or DATEDIFF?Choose 2 answers
A. n Procedure Configuration, in a Tracking Custom Data value field
B. n a Remote Action, in a Remote Options value field
C. n a Remote Action, in an Additional Output value field
D. n a Response Action, in an Additional input value field
عرض الإجابة
اجابة صحيحة: C, D
السؤال #3
Refer to the exhibit below. What JSON from the DRGetContactDeteils action would display all six values correctly in the shown? BlkCases is a Repeat Block, and the names of the elements are the same as the label names without spaces.A)B)C)D)
A. ption A
B. ption B
C. ption C
D. ption D
عرض الإجابة
اجابة صحيحة: A
السؤال #4
A developer is building an OmniScript and needs to retrieve data from Salesforce and from an on-premises billing database.Which two OmniScript elements could retrieve this data?Choose 2 answers
A. Navigate Action
B. DataRaptor Extract Action
C. HTTP Action
D. Response Action
عرض الإجابة
اجابة صحيحة: B
السؤال #5
On a FlexCard canvas, several fields display with Salesforce data, but one of the fields shows only the label. What could cause this?
A. n the Setup Pabel, {recordId} is misspelled in the Data Source Input Map
B. he field name in the FlexCard state does not match the DataRaptor Extract's Output JSON Path name
C. n the FlexCard state, the Field type for the field does not match the type in the Salesforce record
D. here are No test Data test Parameters configured
عرض الإجابة
اجابة صحيحة: B
السؤال #6
Refer to the exhibit below. What JSON from the DRGetContactDeteils action would display all six values correctly in the shown? BlkCases is a Repeat Block, and the names of the elements are the same as the label names without spaces.A)B)C)D)
A. Option A
B. Option B
C. Option C
D. Option D
عرض الإجابة
اجابة صحيحة: A
السؤال #7
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. ption A
B. ption B
C. ption C
D. ption D
عرض الإجابة
اجابة صحيحة: D
السؤال #8
Which two fields in an Integration Procedure can use a function like CONCAT or DATEDIFF?Choose 2 answers
A. In Procedure Configuration, in a Tracking Custom Data value field
B. In a Remote Action, in a Remote Options value field
C. In a Remote Action, in an Additional Output value field
D. In a Response Action, in an Additional input value field
عرض الإجابة
اجابة صحيحة: C, D
السؤال #9
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. heck the Enable Cancel checkbox in the Setup tab under Cancel Options
B. dd a navigation Action inside each step and set the Component name to ''Cancel'',
C. dd a navigation Action outside each step and set the Element Name to ''Cancel'',
D. dd a navigation Action inside each step and set the Element Name to ''Cancel'',
عرض الإجابة
اجابة صحيحة: A
السؤال #10
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. ookup
B. elect
C. TTP Action
D. ataRaptor Post Action
عرض الإجابة
اجابة صحيحة: A
السؤال #11
A developer is building an OmniScript and needs to retrieve data from Salesforce and from an on-premises billing database.Which two OmniScript elements could retrieve this data?Choose 2 answers
A. avigate Action
B. ataRaptor Extract Action
C. TTP Action
D. esponse Action
عرض الإجابة
اجابة صحيحة: B
السؤال #12
A)B)
A. ption A
B. ption B
عرض الإجابة
اجابة صحيحة: A
السؤال #13
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
السؤال #14
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. ull
B. 3
C. 2
D. 2
عرض الإجابة
اجابة صحيحة: B
السؤال #15
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. elationship Query
B. inked Mapping
C. ookup Mapping
D. ookup Key
عرض الإجابة
اجابة صحيحة: B
السؤال #16
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. The Response cannot be previewed directly
C. A Response Action was not added to the integration Procedure
D. The AccountId used for the preview is invalid
عرض الإجابة
اجابة صحيحة: C
السؤال #17
Refer to the exhibit below. In this Integration Procedure structure, what Send JSON Path would you use to send the output of the ActionZ element to a Response Action?
A. lockX
B. ctionZ:BlockY:BlockX
C. ctionZ:BlockY:BlockX
D. lockX:BlockY:ActionAZ
عرض الإجابة
اجابة صحيحة: D

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

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

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

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