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

SAP C_C4H62_2408 Dumps

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

Question 1

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 2

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 3

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 4

What data is required to perform signature validation to verify the authenticity of an API request?

Note: There are 3 correct answers to this question.

Options:

A.

UIDSignature

B.

UID

C.

userKey

D.

Loginld

E.

signature Timestamp

Question 5

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 6

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 7

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 8

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 9

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 10

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 11

Which of the following components can be added to dataflows? Note: There are 3 correct answers

to this question.

Options:

A.

Datasource

B.

Datatarget

C.

File

D.

Social

E.

Field

Question 12

Which capabilities does the UI Builder provide? Note: There are 3 correct answers to this question.

Options:

A.

Drag-and-drop visual editing

B.

Policy editor

C.

Language translation support

D.

Hosted page editor

E.

Field mapping

Question 13

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

Options:

A.

kid

B.

id

C.

userKey

D.

sub

Question 14

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 15

Which of the following can you use to explore released APIs?

Options:

A.

SAP Integration Suite

B.

SAP Business Accelerator Hub

C.

SAP Application Interface Framework

Question 16

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 17

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 18

How can you check the session status in an iOS Swift SDK?

Options:

A.

gigya.isSessionAlive()

B.

gigya.isLoggedIn()

C.

gigya.session Expiration Timestamp

D.

gigya.sharedInstance().session Expiration Timestamp

Question 19

How would a customer administrator grant someone access to their partner account?

Options:

A.

By adding them to the list of authorized console users inside Customer Identity Access site

settings

B.

By using the Invite Member option in the organization console

C.

By requesting they be granted access using the access request portal

D.

By using the Invite Administrator option under Access Management - Administrators

Question 20

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 21

The customer's legal team wants to release a major update to the terms of service.

How do you ensure that existing users reconsent on their next login?

Options:

A.

Update only Reconsent cut-off.

B.

Update both Version and Reconsent cut-off.

C.

Update tags in screen-sets.

D.

Update the Version field.

Question 22

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 23

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 24

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

Page: 1 / 8
Total 80 questions