Weekend Special Limited Time 70% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: 70special

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

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

Testing Engine

  • Product Type: Testing Engine
$37.5  $124.99

PDF Study Guide

  • Product Type: PDF Study Guide
$33  $109.99
Question 1

Your customer's security team wants to improve login security on their website. What risk factors

can be configured through the Risk-Based Authentication UI? Note: There are 3 correct answers to

this question.

Options:

A.

Login during a specific time frame

B.

Unsuccessful logins on a specific date

C.

Unsuccessful logins from a different account but from the same IP

D.

Login from different location

E.

Unsuccessful logins from a specific account

Question 2

Which of the following is a valid JavaScript parameter event?

Options:

A.

onLogout

B.

onLogin

C.

onConnectionAdded

D.

onSubmit

Question 3

Which password attributes can be defined in the Customer Identity policies? Note: There are 2

correct answers to this question.

Options:

A.

Max length

B.

Password reset token expiration time

C.

Max character groups

D.

Min length

Question 4

You have uploaded CSV translation files through the Localization menu in screen-sets, but the

screen-sets are displayed How can you fix this?

Options:

A.

Using the customLang parameter in Web SDK configuration

B.

Using the browser-provided automatic translations

C.

Using profile.locale in accounts.showScreenSet call

D.

Using the lang parameter in Web SDK configuration

Question 5

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 6

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

question.

Options:

A.

acceptanceDate

B.

doubleOptin

C.

isEnabled

D.

isSubscribed

Question 7

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

Options:

A.

kid

B.

id

C.

userKey

D.

sub

Question 8

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.

Question 9

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 10

Which events can be configured in the Console for webhooks?

Note: There are 3 correct answers to this question.

Options:

A.

Account registered

B.

Consent granted

C.

Account deleted

D.

Account verified

E.

Subscription updated

Question 11

Which of the following is a valid JavaScript parameter event?

Options:

A.

onLogout

B.

onLogin

C.

onConnectionAdded

D.

onSubmit

Question 12

What is the recommended approach to make a native API call, such as getAccountinfo, from an

Android client?

Options:

A.

Use internal SDK method Gigya.getInstance().send to call the API method.

B.

Use an application key and secret and make an HTTP GET call to the API endpoint.

C.

Use internal SDK method Gigya.getInstance().send to call the API method with an application

key and secret as method arguments.

D.

Use an application key and secret and make an HTTP POST call to the API endpoint.

Question 13

Which of the following lists contains only segments of the accounts database?

Options:

A.

Profile Data, Custom Data, System Data

B.

Profile Data, Preferences, Data Store

C.

Identities, Custom Data, Data Store

D.

Registration Data, Preferences, System Data

Question 14

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

Question 15

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 16

What can you configure in Sites-> Site Settings?

Note: There are 2 correct answers to this question.

Options:

A.

Email templates

B.

Custom API domain

C.

Default Web and mobile screen-sets

D.

CNAME

Question 17

In an OIDC implementation, what endpoint returns claims about the authenticated user?

Options:

A.

The /introspect endpoint

B.

The /authorize endpoint

C.

The /userinfo endpoint

D.

The /token endpoint

Question 18

You have an existing site hosted over a URL and using Web SDK. What can you use to connect and

route events to the Android SDK?

Options:

A.

GigyaPluginView

B.

GigyaWebBridge

C.

GigyaSiteBridge

D.

GigyaWebView

Question 19

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 20

You're executing an accounts.search query via REST API. In the response, you see an identities array.

What is stored as part of this array?

Options:

A.

Social identities of the user

B.

The UIDS belonging to the user

C.

Custom data fields

D.

Login identifiers (including custom identifiers) of the user

Question 21

You need to push configuration changes from staging to production.

Considering the sites have the same name in both environments, what can you expect?

Options:

A.

The API keys are different. The site settings will be automatically replicated.

B.

The API keys are the same. The site settings will be automatically replicated.

C.

The API keys are the same. The site settings need to be manually replicated.

D.

The API keys are different. The site settings need to be manually replicated.

Question 22

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 23

You are using SAP Enterprise Consent and Preference Management without SAP Customer Identity.

Which API call do you need to use to collect the consent?

Options:

A.

accounts.initRegistration

B.

accounts.login

C.

accounts.setPolicies

D.

accounts.notifyLogin

Question 24

You want a dataflow to run regularly.

What are the two best-practice options to configure this?

Note: There are 2 correct answers to this question.

Options:

A.

Use the dataflow scheduler of the Console and add a schedule.

B.

Use the idx.setDataflow endpoint via an API call.

C.

Use extensions and schedule the dataflow using an extension endpoint.

D.

Use the idx.createScheduling endpoint via an API call.