Pass the SAP SAP Certified Associate C_C4H62_2408 Questions and answers with CertsForce

Viewing page 1 out of 3 pages
Viewing questions 1-10 out of questions
Questions # 1:

You are validating a JWT and want to be sure you use the correct public key.

What do you need to check?

Options:

A.

The public key hash is the same as the signature hash of the JWT.


B.

The expiration time of the JWT lies within the expiration time defined in the public key.


C.

The issuer of the public key is the same as the issuer in the JWT header.


D.

The keyID of the public key is the same as the keyID in the JWT header.


Expert Solution
Questions # 2:

How can you retrieve subscription and email account data from SAP Customer Data Cloud?

Options:

A.

Using accounts.getLiteToken and accounts.getAccountinfo


B.

Using accounts.register and accounts.getAccountinfo


C.

Using accounts.getLiteToken and accounts.register


D.

Using accounts.login and accounts.getAccountinfo


Expert Solution
Questions # 3:

Which features can be overridden at child level when using site groups?

Note: There are 3 correct answers to this question.

Options:

A.

Login identifier


B.

Default login and registration screen-set


C.

Data schema


D.

New User Welcome email template


E.

Web SDK configuration


Expert Solution
Questions # 4:

You would like to do a new site registration using a REST API.

What API call needs to be made?

Note: There are 3 correct answers to this question.

Options:

A.

accounts.finalizeRegistration


B.

accounts.initRegistration


C.

accounts.completeRegistration


D.

accounts.register


E.

accounts.registration


Expert Solution
Questions # 5:

Which of the following actions would trigger an update to the consent vault?

Options:

A.

A user opts out of a newsletter.


B.

A user connects their account to their social media network account.


C.

A user executes a login but is taken to the Registration Completion screen.


D.

A user updates their email address and contact details.


Expert Solution
Questions # 6:

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.setSchema with the access_token received in the notification.


B.

Use accounts.webhooks.set with the UID received in the notification and a bearer token.


C.

Use accounts.webhooks.set with the access_token received in the notification.


D.

Use accounts.setAccountInfo with the UID received in the notification and a bearer token.


Expert Solution
Questions # 7:

Which email verification settings can you define inside the Customer Identity policies of the SAP

Customer Data Cloud console? Note: There are 2 correct answers to this question.

Options:

A.

Whether code verification is used


B.

Verification link expiration time


C.

Verification email sender address


D.

Whether users are automatically logged in upon verifying their password


Expert Solution
Questions # 8:

You are trying to export subscription data by executing the accounts.search API. You are receiving an

error. Which query would result in a successful response?

Options:

A.

SELECT FROM subscriptions


B.

SELECT * FROM subscriptionAccounts


C.

SELECT * FROM lite Accounts


D.

SELECT FROM emailAccounts


Expert Solution
Questions # 9:

You want to retrieve the users who subscribed to the Fitness Newsletter from email accounts.

What is the correct way to query the information?

Options:

A.

SELECT * FROM emailAccounts WHERE subscriptions..email.hasFullAccount=true


B.

SELECT * FROM emailAccounts WHERE subscriptions..email.isSubscribed=true AND

subscriptions..email.hasFullAccount=true


C.

SELECT * FROM fullAccounts WHERE subscriptions..email.isSubscribed=true


D.

SELECT * FROM emailAccounts WHERE subscriptions..email.isSubscribed=true


Expert Solution
Questions # 10:

You need to modify the data schema to keep a log of customer orders in SAP Customer Data Cloud.

What is the recommended way to do this?

Options:

A.

Add a custom type to the data store and provide a UID when storing customer order

documents.


B.

Modify the account's data schema to add an orders attribute made up of an array of objects.


C.

Add a JSON document to the custom data.


D.

Update the profile schema according to the order data structure.


Expert Solution
Viewing page 1 out of 3 pages
Viewing questions 1-10 out of questions