Pre-Winter Special - Limited Time 65% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: top65certs

SAP C_C4H62_2408 Dumps

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

Question 1

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.

Buy Now
Question 2

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 3

What are some SAP recommended guiding principles to achieve clean core operations?

Note: There are 3 correct answers to this question.

Options:

A.

Establish an organizational structure, technical foundation, and transformation methodology

for clean core.

B.

Integrate clean core practices in the end-to-end value process chain.

C.

Define roles and responsibilities as part of a process transformation office.

D.

Establish release management.

E.

Establish regular housekeeping tasks and procedures.

Question 4

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 5

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 6

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 7

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 8

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 9

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 10

Which of the following API types does SAP recommend to use to achieve clean core integrations?

Note: There are 2 correct answers to this question.

Options:

A.

RFC

B.

IDoc

C.

OData

D.

SOAP

Question 11

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

Question 12

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 13

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 14

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 15

What actions can you perform on a permission group?

Note: There are 2 correct answers to this question.

Options:

A.

Delete group

B.

Map to SAML provider group

C.

Clone group

D.

Duplicate group

Question 16

Which of the following is a valid JavaScript parameter event?

Options:

A.

onLogout

B.

onLogin

C.

onConnectionAdded

D.

onSubmit

Question 17

A customer with three websites wants a unified database for all the sites, without seamless login

between the sites. How would this be configured in the console?

Options:

A.

One site group with SSO enabled and two segments

B.

One site group with SSO disabled and one segment

C.

Two site groups with SSO disabled and one segment

D.

One site group with SSO enabled and one segment

Question 18

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 19

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 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

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 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 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.

Question 24

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