Summer Special Discount 60% Offer - Ends in 0d 00h 00m 00s - Coupon code: brite60

SAP Certified Development Associate - SAP Customer Data Cloud Question and Answers

SAP Certified Development Associate - SAP Customer Data Cloud

Last Update Apr 19, 2024
Total Questions : 80

We are offering FREE C_C4H620_24 SAP exam questions. All you do is to just go and sign up. Give your details, prepare C_C4H620_24 free exam questions and then go for complete pool of SAP Certified Development Associate - SAP Customer Data Cloud test questions that will help you more.

C_C4H620_24 pdf

C_C4H620_24 PDF

$40  $99.99
C_C4H620_24 Engine

C_C4H620_24 Testing Engine

$48  $119.99
C_C4H620_24 PDF + Engine

C_C4H620_24 PDF + Testing Engine

$64  $159.99
Questions 1

The customer's legal team want to release a major update to terms of service. How do you ensure that existing users re-consent on their next login?

Options:

A.  

Update only Effective as of.

B.  

Update tags in Screen-Sets.

C.  

Update both Effective as of and Re-consent cut-off.

D.  

Update only Re-consent cut-off.

Discussion 0
Questions 2

On which data point is account linking triggered?

Options:

A.  

Phone number

B.  

Username

C.  

E-mail address

D.  

First name

Discussion 0
Questions 3

What attribute in a JSON Web Token (JWT) represents the UID of the user?

Options:

A.  

iss

B.  

sub

C.  

exp

D.  

id

Discussion 0
Questions 4

You've defined a new user welcome e-mail template but users are NOT receiving e-mails. How can you ensure new users will receive an automatic e-mail after the account becomes fully registered?

Options:

A.  

Enable New User Welcome in your schema setting.

B.  

Set up an SMTP server.

C.  

Enable New User Welcome in your RaaS policies.

D.  

Enable New User Welcome in your site settings.

Discussion 0
Questions 5

Which fields can be found inside a subscription schema? Note: There are 2 correct answer to this question

Options:

A.  

isSubscribed

B.  

acceptanceDate

C.  

doubleOptin

D.  

isEnabled

Discussion 0
Questions 6

You are implementing SAP Customer Consent using Screen-Sets, but without SAP Customer Identity. Which API call do you need to use to initiate the process of collecting consent?

Options:

A.  

accounts.register

B.  

accounts.login

C.  

accounts.notifyLogin

D.  

accounts.initRegistration

Discussion 0
Questions 7

You are doing a client-side implementation of SAP Customer Data Cloud using the JavaScript SDK. You had previously recorded user behavior data in the store, and would like to record additional user behavioral

data (such as activities and progress) in the form of an array. Which function would meet your requirement?

Options:

A.  

gigya.ds.store({ oid:"$UID$",type: "behavior",updateBehavior: "arrayPush",data: {activity: [{type: "checkout",updated: "2019-01-01"} ] }})

B.  

gigya.ds.setSchema({ oid:"$UID$",type: "behavior",updateBehavior: "arrayPush",data:{activity: [{ type: "checkout",updated: "2019-01-01"} ] }})

C.  

gigya.ds.setSchema({ oid:"$UID$",type: "behavior",updateBehavior: "arraySet",data: {activity: [{ type: "checkout",updated: "2019-01-01"} ] }})

D.  

gigya.ds.store({oid:"$UID$",type: "behavior",updateBehavior: "arraySet",data: {activity: [{type: "checkout",updated: "2019-01-01"} ] }})

Discussion 0
Questions 8

Which capabilities do mobile native Screen-Sets provide? Note: There are 2 correct answer to this question

Options:

A.  

Mobile optimization of Web-based Screen-Sets

B.  

Login with mobile phone number and password

C.  

Display custom screens based on JSON markup

D.  

Routing between screens to create custom flows

Discussion 0
Questions 9

Which of the following screens are part of the default Profile Update Screen-Set? Note: There are 3 correct answer to this question

Options:

A.  

Privacy

B.  

Mandatory Password Change

C.  

Communication

D.  

Change Password

E.  

Link Accounts

Discussion 0
Questions 10

Which e-mail verification properties can you define inside the RaaS policies of the Console? Note: There are 2 correct answer to this question

Options:

A.  

Whether users are automatically logged in upon verifying their address

B.  

Whether e-mail verification is handled using a code

C.  

The sender address

D.  

The default language of the e-mail template

Discussion 0
Questions 11

You have successfully installed the GConnector; however, you require custom logic for the data synchronization. What is the recommended approach to implement the custom logic?

Options:

A.  

Use webhooks notification and REST APis.

B.  

Use custom hooks.

C.  

Use a new IdentitySync dataflow.

D.  

Use a JSON Web Token (JWT).

Discussion 0
Questions 12

You are creating a new webhooks endpoint to create new users in an external database. Once the external database has been updated, you need to mark the account as successfully transferred in SAP Customer Data Cloud. How would you proceed?

Options:

A.  

Use accounts.webhooks.set with the access token received in the notification.

B.  

Use accounts.setAccountlnfo with the UID received in the notification and an app key/secret pair.

C.  

Use accounts.setAccountlnfo with the access token received in the notification.

D.  

Use accounts.webhooks.set with the UID received in the notification and an app key/secret pair.

Discussion 0