[Q39-Q57] C-C4H620-24 by SAP Actual Free Exam Questions And Answers [UPDATED 2023]

Share

C-C4H620-24 by SAP Actual Free Exam Questions And Answers [UPDATED 2023]

C-C4H620-24 Questions Truly Valid For Your SAP Exam!

NEW QUESTION # 39
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({'profile.email,profile.firstName,profile.lastName'});
  • B. gigya.accounts.getJWT({fields:'profile.email,profile.firstName,profile.lastName'});
  • C. gigya.accounts.getJWT({'email,firstName,lastName'});
  • D. gigya.accounts.getJWT({fields:'email,firstName,lastName'});

Answer: B


NEW QUESTION # 40
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 toLowerCase function in the Select parameter of the datasource.read.gigya.account component.
  • C. Apply a custom transformation inside the record.evaluate component.
  • D. Use the field.flatten component.

Answer: C


NEW QUESTION # 41
You are implementing CIAM for B2B on a customer's Web site. You want to launch the Delegated Administration console. Which parameter must you pass to the openDelegatedAdminLogin function?

  • A. orgID
  • B. orgName
  • C. UID
  • D. email

Answer: A


NEW QUESTION # 42
You are implementing SAP Customer Consent using Screen-Sets, but without SAP Customer Identity. Which API call do you need to use to initiate the process of collecting consent?

  • A. accounts.login
  • B. accounts.initRegistration
  • C. accounts.notifyLogin
  • D. accounts.register

Answer: C


NEW QUESTION # 43
You want to enable social login on your site. What is recommended to be configured in the Site Settings menu in the Console?

  • A. Domain alias (CNAME)
  • B. SAML SSO URL
  • C. OpenID Connect client ID
  • D. Bit.ly URL shortening

Answer: A


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

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

Answer: C


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

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

Answer: B


NEW QUESTION # 46
Where in the schema do social networks store data about a newly registered user?

  • A. In the profile and data schema
  • B. In the subscription schema
  • C. In the data schema
  • D. In the profile schema

Answer: D


NEW QUESTION # 47
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. Only profile and custom data are copied into the full account.
  • C. All data, including data provided during full registration, is copied into the full account.
  • D. Any data that is NOT provided during the full registration are copied into the full account.

Answer: C


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

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

Answer: A,B


NEW QUESTION # 49
You are creating a new IdentitySync dataflow with three components: - Component ID: account/ Component type: datasource.read.gigya.account - Component ID: sftp / Component type: datasource.write.sftp - Component ID: json / Component type: file.format.json. When you click the Save button, you get the error message shown in the screenshot below:

  • A. Re-order the components as follows: account> json > sftp.
  • B. Remove the component json by changing the description to: account> sftp.
  • C. Change the description to: account > json > sftp.
  • D. Image
  • E. What can you change to make the dataflow execute successfully?

Answer: A


NEW QUESTION # 50
When creating a new schedule in IdentitySync, which parameters can you set manually? Note: There are 3 correct answer to this question

  • A. Schedule ID
  • B. Schedule timeout
  • C. Schedule name
  • D. E-mail on success/failure
  • E. Execution frequency

Answer: C,D,E


NEW QUESTION # 51
What does progressive profiling enable you to do?

  • A. Convert a lite registration to a full account.
  • B. Automatically sign in across digital properties.
  • C. Incrementally collect profile data over time.
  • D. Add fields to the profile schema.

Answer: C


NEW QUESTION # 52
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. "cars.make": {"type": "string"},"cars.model": {"type": "string"}
  • B. "cars_make":{"type": "string"},"cars_model":{"type": "string"}
  • C. "carsMake": {"type": "array"},"carsModel":{"type": "array"}
  • D. "carsMake": {"type": "stringO"},"carsModel":{"type": "string[]"}

Answer: B


NEW QUESTION # 53
You have implemented a registration screen but after you submit it, the registration completion screen is automatically displayed. You have set the registration success screen to None (close screen). What is causing this behavior?

  • A. An invalid password was entered.
  • B. Two-Factor Authentication is enabled.
  • C. Registration is restricted to specific countries.
  • D. There is a required schema field without a value.

Answer: D


NEW QUESTION # 54
Which authorization framework does the CIAM for B2B solution use for access control?

  • A. Access control lists
  • B. Policy-based access control
  • C. Role-based access control
  • D. Attribute-based access control

Answer: B


NEW QUESTION # 55
You created a new Data Store type called behavior. You are running the following query: SELECT behavior.data FROM ds WHERE UID = '12345' The search is returning NO results even though UID 12345 exists in the SSO group. What is your analysis?

  • A. The command is incorrect and should be SELECT* FROM ds WHERE UID = '12345'.
  • B. The command is incorrect and should be SELECT behavior.* FROM ds WHERE UID = '12345'.
  • C. The command is incorrect and should be SELECT* FROM behavior WHERE UID = '12345'.
  • D. The command is correct and this user has NO data.

Answer: C


NEW QUESTION # 56
What must you do in the SAP Customer Data Cloud Console in order to use an API key with a mobile application?

  • A. Enable mobile application API access permission.
  • B. Enable mobile SSO for the API key.
  • C. Grant mobile access to the permission group of your application key.
  • D. Add the mobile application bundle and package name to the list of trusted sites.

Answer: A


NEW QUESTION # 57
......

Get instant access of 100% real exam questions with verified answers: https://www.practicetorrent.com/C-C4H620-24-practice-exam-torrent.html

C-C4H620-24 Actual Questions - Instant Download Tests Free Updated Today!: https://drive.google.com/open?id=1YoM_sHXj_kvwlYkga8cMU7UUI3YElzkk