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

SAP C_C4H620_34 - SAP Certified Associate - Implementation Consultant - SAP Customer Data Cloud

Page: 1 / 3
Total 80 questions

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.

A.

A user is registering via a social network that is missing a value for a mandatory field.

B.

There is a new consent version with the same reconsent cutoff.

C.

The terms of service consent record has expired for the customer.

D.

A user is logging in via a social network with an email that is already associated with an existing site account.

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

A.

Use the schema editor in the admin Console.

B.

Contact the SAP support team to request the field be added.

C.

Use the REST API and call the accounts setSchema endpoint.

D.

Upload the new structure using a JSON file via the Console.

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?

A.

The diviD parameter must be added.

B.

The pluginViewID parameter must be added.

C.

The containerID parameter must be added.

D.

The cID parameter must be added.

You want to fetch a preference object from a customer in SAP Customer Data Cloud using an API. Which one would you use?

A.

accounts.getAccountinfo

B.

accounts.getSchema

C.

accounts.getConsentStatements

D.

accounts.getPolicies

A new user registers using Facebook login.In which schema will the Facebook account identity be stored?

A.

Preferences

B.

Profile

C.

Custom

D.

Data store

What login identifier settings can you maintain in SAP Customer Data Cloud? Note: There are 2 correct answers to this question.

A.

A biometric identifier

B.

A custom login identifier

C.

A username

D.

SAML identifier

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

A.

id

B.

iss

C.

ехр

D.

sub

You are implementing CIAM for B2B on a customer's website. You want to launch the Delegated Administration console. Which endpoint and parameter are required to open the Delegate Admin function?

A.

openDelegatedAdminLogin and email

B.

openDelegatedAdminLogin and orgID

C.

organizationContext and orgID

D.

openDelegatedAdminLogin and UID

Using dataflows, you want to export data to an SFTP server.How do you ensure that only users who have granted consent are exported?

A.

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

B.

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

C.

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

D.

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

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

A.

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

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.

D.

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