[Q15-Q39] Ultimate Guide to Prepare C_C4H620_24 with Accurate PDF Questions [Apr 07, 2023]

Share

Ultimate Guide to Prepare C_C4H620_24 with Accurate PDF Questions [Apr 07, 2023]

Pass SAP With UpdateDumps Exam Dumps


SAP C_C4H620_24 Exam Syllabus Topics:

TopicDetails
Topic 1
  • Identity and using screensets and REST API
  • Identify the different technologies for federating data using SAP Customer Data Cloud
Topic 2
  • Explain the features of Customer Identity including
  • Enterprise Preference Management and Consent
Topic 3
  • Identify the main elements of enterprise consent management
  • Explain proper session management techniques.
Topic 4
  • Describe how to secure webhooks notifications
  • Describe and use the Identity and Data Store in SAP Customer Data Cloud
Topic 5
  • Explain CIAM for B2B, Organization Access Management
  • Describe how to configure user groups, applications, permissions and API Keys
Topic 6
  • Identify the differences between Plugin View and Native approach in mobile apps
  • Explain federation using JWT, OIDC and SAM
Topic 7
  • Discover Customer Idenity feauters to develop your site using the Customer Data Cloud's Web SDK
  • Implement SAP customer consent with and without SAP customer
Topic 8
  • Integrate SAP Customer Data Cloud in your mobile application using the Customer Data Cloud's mobile SDK
  • Configure and create Dataflows schedules

 

NEW QUESTION 15
What is the goal of permission groups?

  • A. Define which access the delegated admin can assign in CIAM for B2B.
  • B. Define the data returned by social networks.
  • C. Define the privileges of the mobile SOK.
  • D. Define the privileges of Console users and applications.

Answer: D

 

NEW QUESTION 16
You are building a registration form where users will add information about the make and model of all the cars they own. How would you create the two fields you need to add to your data schema?

  • A. "carsMake": {"type": "stringO"},"carsModel":{"type": "string[]"}
  • B. "carsMake": {"type": "array"},"carsModel":{"type": "array"}
  • C. "cars.make": {"type": "string"},"cars.model": {"type": "string"}
  • D. "cars_make":{"type": "string"},"cars_model":{"type": "string"}

Answer: D

 

NEW QUESTION 17
What information is recorded automatically for each consent entry in the consent vault? Note: There are 3 correct answer to this question

  • A. Call ID
  • B. Timestamp
  • C. Consent version
  • D. IP address
  • E. User agent

Answer: B,C,D

 

NEW QUESTION 18
What login identifiers can you define when setting up your RaaS policies? Note: There are 2 correct answer to this question

  • A. A phone number
  • B. A social network identifier
  • C. An e-mail address
  • D. A username

Answer: C,D

 

NEW QUESTION 19
How can you execute a dataflow to run on a regular basis? Note: There are 2 correct answer to this question

  • A. Add the schedule through the dataflow scheduler of the Console.
  • B. Add the schedule through the Identity Query Tool of the Console.
  • C. Make an API call to the idx.setDataflow endpoint.
  • D. Make an API call to the idx.createScheduling endpoint.

Answer: A,D

 

NEW QUESTION 20
What is the recommended approach to make a native API call, such as getAccountlnfo, from an Android client?

  • A. Use internal SOK method GSRequest or GSAPI to call the API method with an application key and secret
  • B. Use an application key and secret and make an HTTP POST call to the API endpoint.
  • C. Use an application key and secret and make an HTTP GET call to the API endpoint.
  • D. Use internal SOK method GSRequest or GSAPI to call the API method.

Answer: A

 

NEW QUESTION 21
You want to return a list of assets that you can perform a specific action on. Which authorization request do you use?

  • A. Authorization token
  • B. Basic authorization request
  • C. Detailed authorization request
  • D. Authorization list

Answer: A

 

NEW QUESTION 22
What are the characteristics of a Webhook in SAP Customer Data Cloud? Note: There are 2 correct answer to this question

  • A. Notifications are always sent in under 1 second.
  • B. Events are ordered per UID.
  • C. Custom data fields can be added to the payload.
  • D. Notifications can contain multiple events.

Answer: B,D

 

NEW QUESTION 23
Which capabilities do mobile native Screen-Sets provide? Note: There are 2 correct answer to this question

  • A. Display custom screens based on JSON markup
  • B. Mobile optimization of Web-based Screen-Sets
  • C. Login with mobile phone number and password
  • D. Routing between screens to create custom flows

Answer: B,D

 

NEW QUESTION 24
What is the purpose of the Audit Log?

  • A. To view all actions performed by administrators
  • B. To view end user consent records only
  • C. To view all actions performed by end users on their account
  • D. To view a subset of actions performed by administrators and end users

Answer: D

 

NEW QUESTION 25
What is the purpose of the profile schema?

  • A. To store a predefined set of fields common to all sites
  • B. To store users' profile pictures
  • C. To manage the configuration of your site
  • D. To store custom data about users

Answer: A

 

NEW QUESTION 26
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 an app key/secret pair.
  • B. Use accounts.setAccountlnfo with the access token received in the notification.
  • C. Use accounts.webhooks.set with the access token received in the notification.
  • D. Use accounts.setAccountlnfo with the UID received in the notification and an app key/secret pair.

Answer: B

 

NEW QUESTION 27
What are you able to configure inside your RaaS site settings on the Console? Note: There are 2 correct answer to this question

  • A. The list of trusted site URLs
  • B. The e-mail address of the site administrator
  • C. The domain alias or CNAME
  • D. The SMTP address of your e-mail server

Answer: A,C

 

NEW QUESTION 28
Your customer's security team wants to improve login security on their Web site. What risk factors can be configured through the Risk-Based Authentication UI? Note: There are 3 correct answer to this question

  • A. Unsuccessful logins from a specific account
  • B. Unsuccessful logins on a specific date
  • C. Login from a new device
  • D. Login from a new country
  • E. Login during a specific timeframe

Answer: A,C,D

 

NEW QUESTION 29
Which action would record an entry in the consent vault?

  • A. Opting out of a newsletter
  • B. Updating a phone number
  • C. Failed login attempt
  • D. Connecting a social network to your account

Answer: A

 

NEW QUESTION 30
The account progression policy is set to automatic and a user registers a full account with the same e-mail as an existing lite account. What happens to the lite account data?

  • A. Only subscription data is copied into the full account.
  • B. All data, including data provided during full registration, is copied into the full account.
  • C. Only profile and custom data are copied into the full account.
  • D. Any data that is NOT provided during the full registration are copied into the full account.

Answer: B

 

NEW QUESTION 31
Which fields can be found inside a subscription schema? Note: There are 2 correct answer to this question

  • A. doubleOptin
  • B. isEnabled
  • C. acceptanceDate
  • D. isSubscribed

Answer: A,D

 

NEW QUESTION 32
You are generating a JSON Web Token (JWT) from the client side by calling the following: gigya.accounts.getJWT('email,firstName,lastName'); However, the e-mail, firstName, and lastName of the user are NOT returned in the JWT. How can you re-write the API call to get the required claims?

  • A. gigya.accounts.getJWT({'email,firstName,lastName'});
  • B. gigya.accounts.getJWT({'profile.email,profile.firstName,profile.lastName'});
  • C. gigya.accounts.getJWT({fields:'email,firstName,lastName'});
  • D. gigya.accounts.getJWT({fields:'profile.email,profile.firstName,profile.lastName'});

Answer: D

 

NEW QUESTION 33
You want to create a new optional data sharing consent. What type of consent should you create?

  • A. Subscription consent statement
  • B. Other consent statement
  • C. Terms of Service consent statement
  • D. Privacy Policy consent statement

Answer: B

 

NEW QUESTION 34
The customer's legal team want to release a major update to terms of service. How do you ensure that existing users re-consent on their next login?

  • A. Update tags in Screen-Sets.
  • B. Update both Effective as of and Re-consent cut-off.
  • C. Update only Re-consent cut-off.
  • D. Update only Effective as of.

Answer: B

 

NEW QUESTION 35
On which data point is account linking triggered?

  • A. First name
  • B. Phone number
  • C. Username
  • D. E-mail address

Answer: D

 

NEW QUESTION 36
How can you get the public certificate that is required to validate a JSON Web Token (JWT)?

  • A. By installing the certificate file on the server and retrieving it locally
  • B. By calling endpoint accounts.getJWTPublicKey
  • C. By calling endpoint accounts.getJWTPublicCertificate
  • D. By requesting the certificate from the provider by e-mail

Answer: B

 

NEW QUESTION 37
You are working on an IdentitySync dataflow that exports accounts. The values of the first and last name need to be lowercase. What is the recommended approach to format the name fields?

  • A. NO dataflow component can transform the format of a field.
  • B. Use the field.flatten component.
  • C. Use the toLowerCase function in the Select parameter of the datasource.read.gigya.account component.
  • D. Apply a custom transformation inside the record.evaluate component.

Answer: D

 

NEW QUESTION 38
Which of the following screens are part of the default Profile Update Screen-Set? Note: There are 3 correct answer to this question

  • A. Privacy
  • B. Change Password
  • C. Link Accounts
  • D. Communication
  • E. Mandatory Password Change

Answer: A,B,D

 

NEW QUESTION 39
......

Latest C_C4H620_24 Exam Dumps - Valid and Updated Dumps: https://actualtest.updatedumps.com/SAP/C_C4H620_24-updated-exam-dumps.html