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

Free and Premium SAP C_C4H62_2408 Dumps Questions Answers

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

Question 1

What features do webhooks support?

Note: There are 2 correct answers to this question.

Options:

A.

Notifications can contain multiple events.

B.

Events are ordered per UID.

C.

Custom data fields can be added to the payload.

D.

Notifications are sent in a synchronous way.

Buy Now
Question 2

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 3

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 4

You are implementing a website that will allow users to log in using their existing company

credentials by initiating an OIDC flow. How would you configure your website and SAP Customer

Data Cloud?

Options:

A.

SAP Customer Data Cloud as the IdP, and the website as the SP

B.

SAP Customer Data Cloud as the SP, and the website as the OP

C.

SAP Customer Data Cloud as the RP, and the website as the OP

D.

SAP Customer Data Cloud as the RP, and the website as the IdP

Question 5

How can you get the public certificate that is required to validate a JSON Web Token?

Options:

A.

By downloading the certificate from the SAP Customer Data Cloud console

B.

By calling the endpoint accounts.getJWTPublicCertificate

C.

By requesting the certificate from the SAP Customer Data Cloud support team

D.

By calling the endpoint accounts.getJWTPublicKey

Question 6

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 7

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

Options:

A.

kid

B.

id

C.

userKey

D.

sub

Question 8

How can you define privileges in the console?

Options:

A.

By using permission groups

B.

By using IP restrictions

C.

By creating administrators and applications

D.

By enabling auditing capabilities

Question 9

You want to utilize SSO across domains.

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

Options:

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.

Question 10

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

question.

Options:

A.

The field's name

B.

Whether the field is hidden

C.

Whether the field is encrypted

D.

Whether the field is compressed

E.

The field's type

Question 11

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

Question 12

What are some additional features of the SAP Customer Identity and Access Management for the

B2B module? Note: There are 2 correct answers to this question.

Options:

A.

Identity Access Management

B.

Delegated Administration

C.

Nested Organization Management

D.

Identity Lifecycle Management

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

What are the basic building blocks of an access control policy?

Note: There are 3 correct answers to this question.

Options:

A.

Assets

B.

Automated assignments

C.

Applications

D.

Actions

E.

Conditions

Question 15

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 16

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 17

Using dataflows, you want to export data to an SFTP server.

How do you ensure that only users who have granted consent are exported?

Options:

A.

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

B.

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

C.

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

D.

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

Question 18

When creating a new schedule in a dataflow, which parameters can you set manually?

Note: There are 3 correct answers to this question.

Options:

A.

Schedule ID

B.

Execution frequency

C.

Email on success/failure

D.

Schedule timeout

E.

Schedule name

Question 19

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

B.

Use the onGigyaServiceReady function

C.

Use accounts.addEventHandlers

D.

Use the JavaScript onLoad event

Question 20

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 21

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 22

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?

Options:

A.

GigyaPluginView

B.

GigyaWebBridge

C.

GigyaSiteBridge

D.

GigyaWebView

Question 23

You want to fetch a preference object from a customer in SAP Customer Data Cloud using an API.

Which one would you use?

Options:

A.

accounts.getPolicies

B.

accounts.getSchema

C.

accounts.getAccountinfo

D.

accounts.getConsentStatements

Question 24

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