Summer Sale Limited Time 65% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: ecus65

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

Page: 2 / 3
Total 80 questions

What resources are available for reading subscription data? Note: There are 2 correct answers to this question

A.

accounts.search

B.

accounts.getAccountinfo

C.

idx.search

D.

accounts.getSchema

Which properties can you set in the field of a schema? Note: There are 3 correct answers to this question.

A.

Whether the field is compressed

B.

Whether the field is encrypted

C.

Whether the field is hidden

D.

The field's type

E.

The field's name

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

A.

Field mapping

B.

Policy editor

C.

Drag-and-drop visual editing

D.

Hosted page editor

E.

Language translation support

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

A.

gigya.isLoggedIn()

B.

gigya.isSessionAlive()

C.

gigya.sessionExpiration Timestamp

D.

gigya.sharedInstance().sessionExpiration Timestamp

After a successful login, the registration completion screen is automatically displayed. What is causing this behavior?

A.

There is a new schema field without a value.

B.

There is a new subscription without a value.

C.

Two-factor authentication is enabled.

D.

The user didn't accept a mandatory consent.

What features do webhooks support? Note: There are 2 correct answers to this question

A.

Events are ordered per UID.

B.

Custom data fields can be added to the payload.

C.

Notifications can contain multiple events.

D.

Notifications are sent in a synchronous way.

For browsers that block third-party cookies, what additional implementation steps can you take to ensure that SSO functions properly? Note: There are 2 correct answers to this question

A.

Call initSSO in the onLogin handler after successful logins.

B.

Set the continueSSO parameter to true in Global Configuration.

C.

Configure a CNAME

D.

Set storageDomainOverride for the group parent site in Global Configuration.

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 newsletterAccounts

B.

SELECT * FROM emailAccounts

C.

SELECT FROM preferenceAccounts

D.

SELECT FROM subscriptionAccounts

Which of the following is a valid JavaScript parameter event?

A.

onLogout

B.

onConnectionAdded

C.

onSubmit

D.

onLogin

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.webhooks set with the UID received in the notification and a bearer token.

B.

Use accounts.setAccountinfo 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.setSchema with the access_token received in the notification.