Black Friday Special Limited Time 70% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: 70percent

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

Demo: 24 questions
Total 80 questions

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

Question 1

Which of the following keys are required to add a data object to the data store? Note: There are 2

correct answers to this question.

Options:

A.

datatype

B.

object identifier

C.

user identifier

D.

type

Question 2

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 3

You are setting up a new marketing campaign and want to make sure all subscriptions are subscribe.

How would you do this?

Options:

A.

Check the required flag for the subscription.

B.

Activate Email verification in the subscription.

C.

Activate Double opt-in in the subscription.

D.

Set the Reconsent cut-off date of the subscription to today.

Question 4

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 5

What is the function of the Assertion Consumer Service URL in a SAML implementation?

Options:

A.

It enables the proxy page and its linked pages, such as login and error pages.

B.

It asserts the logged-in status of the consumer.

C.

It tells the IdP where to send the SAML response after authenticating a user.

D.

It allows consumers to securely enter their SAML credentials.

Question 6

What are some additional features of the SAP Customer Identity and Access Management for the

B2B module? Note: There are 2 correct answers to this question.

Options:

A.

Identity Access Management

B.

Delegated Administration

C.

Nested Organization Management

D.

Identity Lifecycle Management

Question 7

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 8

What are the key pages required to set up SAP Customer Data Cloud as a SAML identity provider?

Note: There are 2 correct answers to this question.

Options:

A.

Assertion

B.

Proxy

C.

Error

D.

Consent

Question 9

Using dataflows, you want to export data to an SFTP server.

How do you ensure that only users who have granted consent are exported?

Options:

A.

Use the datasource.read.gigya.account component with the consent parameter.

B.

Use the datasource.write.sftp component with the remotePath parameter.

C.

Use the datasource.read.gigya.ds component with the deltaField parameter.

D.

Use the datasource.write.gigya.account component with the updatePolicy parameter.

Question 10

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 11

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 12

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 13

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.

Question 14

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 15

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 16

What information is recorded automatically for each consent entry in the consent vault? Note: There

are 3 correct answers to this question.

Options:

A.

Source IP

B.

Related product

C.

Purpose

D.

Consent version

E.

User agent

Question 17

What features do webhooks support?

Note: There are 2 correct answers to this question.

Options:

A.

Notifications can contain multiple events.

B.

Events are ordered per UID.

C.

Custom data fields can be added to the payload.

D.

Notifications are sent in a synchronous way.

Question 18

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 19

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 20

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 21

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 22

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

Question 23

What resources are available for reading subscription data? Note: There are 2 correct answers to

this question.

Options:

A.

idx.search

B.

accounts.getSchema

C.

accounts.getAccountinfo

D.

accounts.search

Question 24

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.

Demo: 24 questions
Total 80 questions