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

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

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

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

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

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

السؤال #1
A developer is building an OmniScript and needs to retrieve data from a single field in aSalesforce record. Which OmniScript element does this?
A. Lookup
B. Select
C. HTTP Action
D. DataRaptor Post Action
عرض الإجابة
اجابة صحيحة: A
السؤال #2
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)
A. Option A
B. Option B
C. Option C
D. Option Dcorrect
عرض الإجابة
اجابة صحيحة: D
السؤال #3
A developer needs to display the following information together on one FlexCard:1. Account name, address, phone number, website 2. Primary contact first name, contact name, address, phone number, emailThe account information must always be visible, and the contact information should only be visible as needed by the user.What approach should the developer use to display the contact information on the card?
A. Use a Datatable element
B. Set the class'' collapsible'' on the block element
C. Set the collapsible property on the block element
D. Use a conditional FlexCard State
عرض الإجابة
اجابة صحيحة: C
السؤال #4
A developer is building an OmniScript and needs to retrieve data from many fields in a Salesforce record. Which OmniScript element does this?
A. Lookup
B. HTTP Action
C. Select
D. DataRaptor Extract Action
عرض الإجابة
اجابة صحيحة: D
السؤال #5
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
السؤال #6
Refer to the exhibit.
A. Option A
B. Option B
C. Option Ccorrect
D. Option D
عرض الإجابة
اجابة صحيحة: C
السؤال #7
A developer need to configure a calculation procedure to calculation a subtotal using two different depending on whether the input Boolean variable is Customer is set to true or false. How should a developer configure the calculation procedure to conditionally execute the correct formula?
A. Use two separate Calculation Steps with the Conditional Step property selected: use the ISTRUE(isCustomer) and NOT (ISTRUE) (isCustomer) functions in the Condition syntax
B. Use two separate Calculation Steps with the Conditional Step property selected: reference just the isCustomer variable in the Conditional syntax (no comparison necessary)correct
C. Use two separate Calculation Steps with the Conditional Step property selected: compare the isCustomer variable directly to the literal true and false values in the Condition syntax
D. Use a single Calculation Steps with IF statement directly in the formula definition toreference the isCustome variable and conditionally perform the appropriate calculation
عرض الإجابة
اجابة صحيحة: B
السؤال #8
A developer creates a FlexCard with five state elements. For of the states have a condition. To test the FlexCard, the developer previews it using sample data that causes two of the states to have true conditions.In this scenario, how will the developer know which state will display?
A. The first state with true conditions sequence closest to the top of the FlexCard canvas will display
B. The first state with true nested condition, regardless of sequence in the FlexCard canvas, will display
C. The state sequenced first in the FlexCard canvas will display
D. The first state with a true AND condition, regardless of sequence in the FlexCard canvas, will display
عرض الإجابة
اجابة صحيحة: A
السؤال #9
Which two of these options can a developer use to retrieve data from a Salesforce object? Choose 2 answers
A. Data Mapper Extract Action
B. Data Mapper Post Action
C. Lookup Input Element
D. Data Mapper Load Action
عرض الإجابة
اجابة صحيحة: AC
السؤال #10
A developer creates a new FlexCard to display customer data and actions, such as updating billing information and changing the contact for the customer account. The FlexCard contains 10 fields and 5 actions. During testing, several fields display with the correct data, but one of the fields shows only the label. What could cause this?
A. The fields have exceeded the maximum number allowed on the card
B. The field is null 0 the Salesforce record
C. {recordld} us misspelled in the Data Source Input Map
D. There are no test parameters configured
عرض الإجابة
اجابة صحيحة: B
السؤال #11
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
السؤال #12
A developer is configuring a DataRaptor Load to Save contract data. 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 Link to 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
السؤال #13
以下の図を参照してください。この統合手順構造で、HTTPアクションの出力からCaseDataノードをDataRaptor変換アクションに渡すために必要なマージコードは何ですか?
A. %HTTPGetDetails:CaseData%
B. %DRXformCaseData: CaseData%
C. {{ HTTPGetCaseDetails:CaseData}}
D. {{CaseData}}
عرض الإجابة
اجابة صحيحة: C
السؤال #14
Refer to the exhibit.What JSON from the DRGetAccountDetails action would display all six values correctly in the OmniScript structure shown? BlkContacts is a Repeat Block.
A. Option A
B. Option B
C. Option C
D. Option D
عرض الإجابة
اجابة صحيحة: C
السؤال #15
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
السؤال #16
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 in the calculation output
عرض الإجابة
اجابة صحيحة: D
السؤال #17
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
السؤال #18
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. Check the Enable Cancel checkbox in the Setup tab under Cancel Options
B. Add a navigation Action inside each step and set the Component name to ‘’Cancel’’,
C. Add a navigation Action outside each step and set the Element Name to ‘’Cancel’’,
D. Add a navigation Action inside each step and set the Element Name to ‘’Cancel’’,
عرض الإجابة
اجابة صحيحة: A
السؤال #19
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 checkbox on the Account Status field
B. Check the Upsert Key and Is Required for Upsert checkboxes on the Account Id field
C. Populate the Lookup Object and Lookup Fieldscorrect
D. Check Overwrite Target For All Null Inputs checkbox on the Account Id field
عرض الإجابة
اجابة صحيحة: C
السؤال #20
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
عرض الإجابة
اجابة صحيحة: BC
السؤال #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
عرض الإجابة
اجابة صحيحة: D
السؤال #22
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
السؤال #23
A. Option AcorrectB
عرض الإجابة
اجابة صحيحة: A
السؤال #24
An OmniScript displays data from an API using an Integration Procedure, but all of the data is missing. What two errors could cause this? (Choose two.)
A. The API url is not allowlisted in Salesforce
B. The JSON sent from the Integration Procedure Action does not match any of the Original Input for the Integration Procedure
C. The OmniScript has no active version
D. The Integration Procedure Preview Input Parameters do not match the JSON sent from the OmniScript
عرض الإجابة
اجابة صحيحة: AB
السؤال #25
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. Option A
B. Option B
C. Option C
D. Option D
عرض الإجابة
اجابة صحيحة: A
السؤال #26
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
السؤال #27
All inputs to the Calculation Matric are set correctly. The Calculation Matrix has the following input:What is the output?
A. Null
B. 13
C. 12
D. 12
عرض الإجابة
اجابة صحيحة: B
السؤال #28
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
السؤال #29
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 %sDetails: Customer|0: ID$
B. To %Details: Customer|1: ID%
C. To %%sDetails: Customer|0: ID%%
D. To %Details: Customer|n: ID%
عرض الإجابة
اجابة صحيحة: B
السؤال #30
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

View The Updated Salesforce Exam Questions

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

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

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

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

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