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

C_C4H62_2408 Questions and Answers

Question # 6

You are creating a new webhooks endpoint to create new users in an external database. Once the

external database has been updated, you need to mark the account as successfully transferred in

SAP Customer Data Cloud.

How would you proceed?

A.

Use accounts.setSchema with the access_token received in the notification.

B.

Use accounts.webhooks.set with the UID received in the notification and a bearer token.

C.

Use accounts.webhooks.set with the access_token received in the notification.

D.

Use accounts.setAccountInfo with the UID received in the notification and a bearer token.

Full Access
Question # 7

Which of the following lists contains only segments of the accounts database?

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

Full Access
Question # 8

What data is required to perform a JWT validation? Note: There are 3 correct answers to this

question.

A.

Signature

B.

header

C.

LoginId

D.

signatureKey

E.

payload

Full Access
Question # 9

You have uploaded CSV translation files through the Localization menu in screen-sets, but the

screen-sets are displayed How can you fix this?

A.

Using the customLang parameter in Web SDK configuration

B.

Using the browser-provided automatic translations

C.

Using profile.locale in accounts.showScreenSet call

D.

Using the lang parameter in Web SDK configuration

Full Access
Question # 10

After a successful login, the registration completion screen is automatically displayed. What is

causing this behavior?

A.

The user didn't accept a mandatory consent.

B.

There is a new subscription without a value.

C.

Two-factor authentication is enabled.

D.

There is a new schema field without a value.

Full Access
Question # 11

You want to utilize SSO across domains.

What is a best practice to overcome browsers that block third-party cookies?

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.

Full Access
Question # 12

Once the Web SDK has loaded, some additional code needs to be run.

What is the best way to do this?

A.

Use the tag

B.

Use the onGigyaServiceReady function

C.

Use accounts.addEventHandlers

D.

Use the JavaScript onLoad event

Full Access
Question # 13

You are editing a dataflow.

Which actions can you perform?

Note: There are 2 correct answers to this question.

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.

Full Access
Question # 14

You have an existing site hosted over a URL and using Web SDK. What can you use to connect and

route events to the Android SDK?

A.

GigyaPluginView

B.

GigyaWebBridge

C.

GigyaSiteBridge

D.

GigyaWebView

Full Access
Question # 15

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

What do you need to check?

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.

Full Access
Question # 16

Which of the following is a valid JavaScript parameter event?

A.

onLogout

B.

onLogin

C.

onConnectionAdded

D.

onSubmit

Full Access
Question # 17

Which of the following is a valid JavaScript parameter event?

A.

onLogout

B.

onLogin

C.

onConnectionAdded

D.

onSubmit

Full Access
Question # 18

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.

A.

UIDSignature

B.

UID

C.

userKey

D.

Loginld

E.

signature Timestamp

Full Access
Question # 19

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

Full Access
Question # 20

You are a consultant on an SAP S/4HANA Cloud greenfield project.

Which of the following aspects should you focus on to achieve and maintain clean core data quality?

Note: There are 2 correct answers to this question.

A.

Timeliness

B.

Stability

C.

Accuracy

D.

Efficiency

Full Access
Question # 21

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

B.

accounts.getSchema

C.

accounts.getAccountinfo

D.

accounts.getConsentStatements

Full Access
Question # 22

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

A.

gigya.isSessionAlive()

B.

gigya.isLoggedIn()

C.

gigya.session Expiration Timestamp

D.

gigya.sharedInstance().session Expiration Timestamp

Full Access
Question # 23

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

A.

kid

B.

id

C.

userKey

D.

sub

Full Access
Question # 24

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?

A.

SELECT FROM subscriptions

B.

SELECT * FROM subscriptionAccounts

C.

SELECT * FROM lite Accounts

D.

SELECT FROM emailAccounts

Full Access