11.11 Special Limited Time Flat 70% Discount offer - Ends in 0d 00h 00m 00s - Coupon code: 70spcl

SAP C_C4H62_2408 SAP Certified Associate - Implementation Consultant - SAP Customer Data Cloud Exam Practice Test

Page: 1 / 8
Total 80 questions

SAP Certified Associate - Implementation Consultant - SAP Customer Data Cloud Questions and Answers

Question 1

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

Question 2

What are the best ways to add dynamic data to a consent record?

Note: There are 2 correct answers to this question.

Options:

A.

Custom field

B.

Tags

C.

Entitlements

D.

Header

Question 3

You want to utilize SSO across domains.

What is a best practice to overcome browsers that block third-party cookies?

Options:

A.

Use a site group and enable SSO.

B.

Use an SSO segment.

C.

Use a hosted page for the parent site.

D.

Use a centralized hosted login.

Question 4

You want to use the New User Welcome template to ensure new users will receive an automatic

email after the account becomes fully registered. Where can you activate this?

Options:

A.

In your Site settings

B.

In your Flow Builder template

C.

In your Email Templates settings

D.

In your Email Policies

Question 5

What login identifier settings can you maintain in SAP Customer Data Cloud? Note: There are 2

correct answers to this question.

Options:

A.

A custom login identifier

B.

A biometric identifier

C.

A username

D.

A phone number

Question 6

You are building a dataflow to transfer existing users' subscriptions from the marketing system to

SAP Customer Data Cloud. The marketing system will provide a PGP-encrypted file and place it in an

S3 bucket. All records that fail to update will be zipped and sent back to the S3 bucket.

Which actions will you perform during the creation of the dataflow?

Note: There are 2 correct answers to this question.

Options:

A.

Add a file.decrypt.pgp component and a file.compress.zip component.

B.

Add an error handling step after a datasource.read.amazon.s3 component.

C.

Add an error handling step after a datasource.write.gigya.account component.

D.

Add a file.encrypt.pgp component and a file.uncompress.zip component.

Question 7

Which of the following scenarios would trigger a registration completion screen when using Web

screen-sets? Note: There are 2 correct answers to this question.

Options:

A.

The terms-of-service consent record has expired for the customer.

B.

A user is logging in via a social network with an email that is already associated with an

existing site account.

C.

The marketing policy has a new consent version with the same reconsent cutoff.

D.

A user is registering via a social network and a mandatory field is missing.

Question 8

You are editing a dataflow.

Which actions can you perform?

Note: There are 2 correct answers to this question.

Options:

A.

Use a datasource.lookup component to check if a record exists in the site.

B.

Add a component responsible for starting the schedule of the dataflow.

C.

Add multiple Next steps to a component.

D.

Preview the schema in a datasource component.

Question 9

You want to use the CIAM for B2B Web SDK to return a list of permissions of the customer who is

currently logged in. Which API call should you use?

Options:

A.

gigya.accounts.b2b.getOrganizationInfo()

B.

gigya.accounts.getJWT()

C.

gigya.accounts.getAccountInfo() passing the value Groups to the include parameter.

D.

gigya.accounts.b2b.auth.getAssets()

Question 10

You are implementing SAP CIAM for B2B on a customer's website. You want to launch the Delegated

Administration console. Which endpoint and parameter are required to open the Delegate Admin

function?

Options:

A.

openDelegatedAdminLogin and email

B.

openDelegatedAdminLogin and UID

C.

organizationContext and orgID

D.

openDelegatedAdminLogin and orgID

Question 11

What data is required to perform a JWT validation? Note: There are 3 correct answers to this

question.

Options:

A.

Signature

B.

header

C.

LoginId

D.

signatureKey

E.

payload

Question 12

For browsers that block third-party cookies, what additional implementation steps can you take to

ensure that SSO functions properly? Note: There are 2 correct answers to this question.

Options:

A.

Call initSSO in the onLogin handler after successful logins.

B.

Set storageDomainOverride for the group parent site in Global Configuration.

C.

Configure a CNAME.

D.

Set the continueSSO parameter to true in Global Configuration.

Question 13

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

Question 14

You want to fetch a preference object from a customer in SAP Customer Data Cloud using an API.

Which one would you use?

Options:

A.

accounts.getPolicies

B.

accounts.getSchema

C.

accounts.getAccountinfo

D.

accounts.getConsentStatements

Question 15

You are implementing a mobile app and want to manually change the screen that is displayed to the

user via pluginView. However, the screen is not displayed and an error is thrown when the following

method is called:

gigya.accounts.switchScreen((screenSet:'Default-RegistrationLogin', screen:'new-screen-id"});

What could be the reason for the error?

Options:

A.

The pluginViewID parameter must be added.

B.

The containerID parameter must be added.

C.

The cID parameter must be added.

D.

The divID parameter must be added.

Question 16

When creating a new schedule in a dataflow, which parameters can you set manually?

Note: There are 3 correct answers to this question.

Options:

A.

Schedule ID

B.

Execution frequency

C.

Email on success/failure

D.

Schedule timeout

E.

Schedule name

Question 17

Once the Web SDK has loaded, some additional code needs to be run.

What is the best way to do this?

Options:

A.

Use the tag

B.

Use the onGigyaServiceReady function

C.

Use accounts.addEventHandlers

D.

Use the JavaScript onLoad event

Question 18

You are setting up a new webhooks endpoint and you would like to retrieve the profile object on

receipt of the "Account logged in" notification. What method would you recommend?

Options:

A.

accounts.getAccountInfo with UID from notification

B.

Use the profile object sent in the notification payload.

C.

accounts.search with 'SELECT profile FROM emailAccounts WHERE profile.email = $email

from notification$'

D.

accounts.search with 'SELECT profile FROM account WHERE profile.email = $email from

notification$'

Question 19

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.

Question 20

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.

Question 21

You want to add a new custom field to the accounts schema.

How can you do this?

Note: There are 2 correct answers to this question.

Options:

A.

Use the REST API and call the accounts.setSchema endpoint.

B.

Upload the new structure using a JSON file via the console.

C.

Use the schema editor in the admin console

D.

Contact the SAP support team to request the field be added.

Question 22

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

Question 23

You are implementing SAP Customer Identity via a server-side REST API.

What do you have to do in the console to start making API calls against your existing API key?

Options:

A.

Create a new application and secret key to be used for the request.

B.

Create a CNAME in the site settings.

C.

Add the IP address of the back end on the IP-Allowlist of SAP Customer Data Cloud.

D.

Enable the REST interface in the site settings.

Question 24

What is the recommended approach to design a family-relationship model in SAP Customer Data

Cloud?

Options:

A.

Set up a family account data store schema.

B.

Use the profile custom data functionality.

C.

Use the standard profile fields.

D.

Set up a family account group model.

Page: 1 / 8
Total 80 questions