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

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 2

Which of the following are OpenID Connect terminology?

Note: There are 2 correct answers to this question.

Options:

A.

Metadata

B.

Claims

C.

Scope

D.

Assertion

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

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 5

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

Options:

A.

kid

B.

id

C.

userKey

D.

sub

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

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 8

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

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 11

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 12

You want to export accounts using dataflows and need to ensure the First Name and Last Name

fields are formatted in lowercase. How does SAP recommend you do this?

Options:

A.

Use the field.rename component.

B.

Use a custom transformation inside the record.evaluate component.

C.

Use the toLowerCase function in the Select parameter of the datasource.read.gigya.account

component.

D.

Use the field.flatten component.

Question 13

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 14

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 15

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 16

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 17

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 18

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 19

You are validating a JWT and want to be sure you use the correct public key.

What do you need to check?

Options:

A.

The public key hash is the same as the signature hash of the JWT.

B.

The expiration time of the JWT lies within the expiration time defined in the public key.

C.

The issuer of the public key is the same as the issuer in the JWT header.

D.

The keyID of the public key is the same as the keyID in the JWT header.

Question 20

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 21

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 22

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 23

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 24

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