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

Exact2Pass Menu

Question # 4

What is the function of the Assertion Consumer Service URL in a SAML implementation?

A.

It enables the proxy page and its linked pages, such as login and error pages.

B.

It asserts the logged-in status of the consumer.

C.

It tells the IdP where to send the SAML response after authenticating a user.

D.

It allows consumers to securely enter their SAML credentials.

Full Access
Question # 5

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?

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.

Full Access
Question # 6

You want to use the New User Welcome template to ensure new users will receive an automatic

email after the account becomes fully registered. Where can you activate this?

A.

In your Site settings

B.

In your Flow Builder template

C.

In your Email Templates settings

D.

In your Email Policies

Full Access
Question # 7

You want to enable a new identity provider, but they require an SSL certificate for encrypted

communication. What should you configure in the console?

A.

Custom API domain

B.

A central login page

C.

Identity

D.

Trusted site URLS

Full Access
Question # 8

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.

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.

Full Access
Question # 9

Which of the following can you use to explore released APIs?

A.

SAP Integration Suite

B.

SAP Business Accelerator Hub

C.

SAP Application Interface Framework

Full Access
Question # 10

You are implementing a mobile app and want to expire user sessions after 1800 seconds.

How can you achieve this?

A.

By setting a value of 1800 for the session Expiration parameter together with the API key

when initializing the SDK

B.

By setting a value of 1800 for the session Expiration parameter in cookie settings

C.

By setting a value of 1800 for the session Expiration parameter when calling

accounts.initSession

D.

By setting a value of 1800 for the session Expiration parameter when calling accounts.login

Full Access
Question # 11

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.

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

B.

A user is logging in via a social network with an email that is already associated with an

existing site account.

C.

The marketing policy has a new consent version with the same reconsent cutoff.

D.

A user is registering via a social network and a mandatory field is missing.

Full Access
Question # 12

You want a dataflow to run regularly.

What are the two best-practice options to configure this?

Note: There are 2 correct answers to this question.

A.

Use the dataflow scheduler of the Console and add a schedule.

B.

Use the idx.setDataflow endpoint via an API call.

C.

Use extensions and schedule the dataflow using an extension endpoint.

D.

Use the idx.createScheduling endpoint via an API call.

Full Access
Question # 13

What are the best ways to add dynamic data to a consent record?

Note: There are 2 correct answers to this question.

A.

Custom field

B.

Tags

C.

Entitlements

D.

Header

Full Access
Question # 14

Which authorization framework supports both coarse-grained and fine-grained authorization?

A.

Access control based on roles

B.

Access control based on lists and roles

C.

Access control based on attributes

D.

Access control based on policies

Full Access
Question # 15

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.

A.

datatype

B.

object identifier

C.

user identifier

D.

type

Full Access
Question # 16

A customer with three websites wants a unified database for all the sites, without seamless login

between the sites. How would this be configured in the console?

A.

One site group with SSO enabled and two segments

B.

One site group with SSO disabled and one segment

C.

Two site groups with SSO disabled and one segment

D.

One site group with SSO enabled and one segment

Full Access
Question # 17

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.

A.

Assertion

B.

Proxy

C.

Error

D.

Consent

Full Access
Question # 18

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

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

Which password attributes can be defined in the Customer Identity policies? Note: There are 2

correct answers to this question.

A.

Max length

B.

Password reset token expiration time

C.

Max character groups

D.

Min length

Full Access
Question # 21

The customer's legal team wants to release a major update to the terms of service.

How do you ensure that existing users reconsent on their next login?

A.

Update only Reconsent cut-off.

B.

Update both Version and Reconsent cut-off.

C.

Update tags in screen-sets.

D.

Update the Version field.

Full Access
Question # 22

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?

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

Full Access
Question # 23

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

this question.

A.

idx.search

B.

accounts.getSchema

C.

accounts.getAccountinfo

D.

accounts.search

Full Access
Question # 24

In an OIDC implementation, what endpoint returns claims about the authenticated user?

A.

The /introspect endpoint

B.

The /authorize endpoint

C.

The /userinfo endpoint

D.

The /token endpoint

Full Access