SAP c-c4h62-2408 practice test

SAP Certified Associate - Implementation Consultant - SAP Customer Data Cloud

Last exam update: Nov 18 ,2025
Page 1 out of 6. Viewing questions 1-15 out of 80

Question 1

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?

  • 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
Mark Question:
Answer:

C

User Votes:
A
50%
B
50%
C
50%
D
50%
Discussions
vote your answer:
A
B
C
D
0 / 1000

Question 2

Which of the following are OpenID Connect terminology?
Note: There are 2 correct answers to this question.

  • A. Metadata
  • B. Claims
  • C. Scope
  • D. Assertion
Mark Question:
Answer:

B, C

User Votes:
A
50%
B
50%
C
50%
D
50%
Discussions
vote your answer:
A
B
C
D
0 / 1000

Question 3

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.
Mark Question:
Answer:

C

User Votes:
A
50%
B
50%
C
50%
D
50%
Discussions
vote your answer:
A
B
C
D
0 / 1000

Question 4

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

  • A. kid
  • B. id
  • C. userKey
  • D. sub
Mark Question:
Answer:

D

User Votes:
A
50%
B
50%
C
50%
D
50%
Discussions
vote your answer:
A
B
C
D
0 / 1000

Question 5

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
Mark Question:
Answer:

C

User Votes:
A
50%
B
50%
C
50%
D
50%
Discussions
vote your answer:
A
B
C
D
0 / 1000

Question 6

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
Mark Question:
Answer:

B, C

User Votes:
A
50%
B
50%
C
50%
D
50%
Discussions
vote your answer:
A
B
C
D
0 / 1000

Question 7

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

  • 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
Mark Question:
Answer:

B

User Votes:
A
50%
B
50%
C
50%
D
50%
Discussions
vote your answer:
A
B
C
D
0 / 1000

Question 8

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$'
Mark Question:
Answer:

A

User Votes:
A
50%
B
50%
C
50%
D
50%
Discussions
vote your answer:
A
B
C
D
0 / 1000

Question 9

Which events can be configured in the Console for webhooks?
Note: There are 3 correct answers to this question.

  • A. Account registered
  • B. Consent granted
  • C. Account deleted
  • D. Account verified
  • E. Subscription updated
Mark Question:
Answer:

A, B, C

User Votes:
A
50%
B
50%
C
50%
D
50%
E
50%
Discussions
vote your answer:
A
B
C
D
E
0 / 1000

Question 10

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.
Mark Question:
Answer:

A, C

User Votes:
A
50%
B
50%
C
50%
D
50%
Discussions
vote your answer:
A
B
C
D
0 / 1000

Question 11

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.
Mark Question:
Answer:

A, D

User Votes:
A
50%
B
50%
C
50%
D
50%
Discussions
vote your answer:
A
B
C
D
0 / 1000

Question 12

You want to export accounts using dataflows and need to ensure the First Name and Last Name
fields are formatted in lowercase. How does SAP recommend you do this?

  • A. Use the field.rename component.
  • B. Use a custom transformation inside the record.evaluate component.
  • C. Use the toLowerCase function in the Select parameter of the datasource.read.gigya.account component.
  • D. Use the field.flatten component.
Mark Question:
Answer:

B

User Votes:
A
50%
B
50%
C
50%
D
50%
Discussions
vote your answer:
A
B
C
D
0 / 1000

Question 13

When creating a new schedule in a dataflow, which parameters can you set manually?
Note: There are 3 correct answers to this question.

  • A. Schedule ID
  • B. Execution frequency
  • C. Email on success/failure
  • D. Schedule timeout
  • E. Schedule name
Mark Question:
Answer:

B, C, D

User Votes:
A
50%
B
50%
C
50%
D
50%
E
50%
Discussions
vote your answer:
A
B
C
D
E
0 / 1000

Question 14

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.
Mark Question:
Answer:

A, B

User Votes:
A
50%
B
50%
C
50%
D
50%
Discussions
vote your answer:
A
B
C
D
0 / 1000

Question 15

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

  • 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.
Mark Question:
Answer:

A, C

User Votes:
A
50%
B
50%
C
50%
D
50%
Discussions
vote your answer:
A
B
C
D
0 / 1000
To page 2