
[May 05, 2023] C-C4H620-24 Practice Exam Dumps - 99% Marks In SAP Exam
Updated Verified C-C4H620-24 Q&As - Pass Guarantee or Full Refund
NEW QUESTION # 46
What login identifiers can you define when setting up your RaaS policies? Note: There are 2 correct answer to this question
- A. A social network identifier
- B. An e-mail address
- C. A username
- D. A phone number
Answer: B,C
NEW QUESTION # 47
You want to return a list of assets that you can perform a specific action on. Which authorization request do you use?
- A. Basic authorization request
- B. Authorization token
- C. Detailed authorization request
- D. Authorization list
Answer: B
NEW QUESTION # 48
You are doing a client-side implementation of SAP Customer Data Cloud using the JavaScript SDK. You had previously recorded user behavior data in the store, and would like to record additional user behavioral data (such as activities and progress) in the form of an array. Which function would meet your requirement?
- A. gigya.ds.store({ oid:"$UID$", type: "behavior", updateBehavior: "arraySet", data: { activity: [{ type: "checkout", updated: "2019-01-01" } ] }})
- B. gigya.ds.store({ oid:"$UID$", type: "behavior", updateBehavior: "arrayPush", data: { activity: [{ type: "checkout", updated: "2019-01-01" } ] }})
- C. gigya.ds.setSchema({ oid:"$UID$", type: "behavior", updateBehavior: "arrayPush", data:{ activity: [{ type: "checkout", updated: "2019-01-01" } ] }})
- D. gigya.ds.setSchema({ oid:"$UID$", type: "behavior", updateBehavior: "arraySet", data: { activity: [{ type: "checkout", updated: "2019-01-01" } ] }})
Answer: B
NEW QUESTION # 49
Which authorization framework does the CIAM for B2B solution use for access control?
- A. Access control lists
- B. Role-based access control
- C. Policy-based access control
- D. Attribute-based access control
Answer: C
NEW QUESTION # 50
Which capabilities does the UI Builder provide? Note: There are 3 correct answer to this question
- A. Policy editor
- B. CSS editor
- C. Language translation support
- D. Multi-device preview
- E. E-mail template editor
Answer: B,C,D
NEW QUESTION # 51
What are the key pages required to set up SAP Customer Data Cloud as a SAML identity provider? Note: There are 2 correct answer to this question
- A. The Error page
- B. The Consent page
- C. The Proxy page
- D. The Assertion page
Answer: A,C
NEW QUESTION # 52
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.getAccountlnfo with UID from notification
- B. accounts.search with 'SELECT profile FROM emailAccounts WHERE profile.email= $email from notification$'
- C. Use the profile object sent in the notification payload
- D. accounts.search with 'SELECT profile FROM account WHERE profile.email= $email from notification$'
Answer: A
NEW QUESTION # 53
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 an application key and secret and make an HTTP POST call to the API endpoint.
- C. Use internal SOK method GSRequest or GSAPI to call the API method with an application key and secret
- D. Use internal SOK method GSRequest or GSAPI to call the API method.
Answer: C
NEW QUESTION # 54
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 behavior.* FROM ds WHERE UID = '12345'.
- B. The command is incorrect and should be SELECT* 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 # 55
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 only Re-consent cut-off.
- C. Update only Effective as of.
- D. Update both Effective as of and Re-consent cut-off.
Answer: D
NEW QUESTION # 56
For browsers that block third-party cookies, what additional implementation steps can you take to ensure that SSO functions properly? Note: There are 2 correct answer to this question
- A. Call initSSO in the onLogin handler after successful logins.
- B. Set storageDomainOverride for the group parent site's WebSDK Configuration.
- C. Set the continueSSO parameter to True in WebSDK Configuration.
- D. Configure a custom API domain prefix.
Answer: B,D
NEW QUESTION # 57
In an OIDC implementation, what endpoint manages consents for returned claims?
- A. The client-side Authorize endpoint
- B. The server-side Authorize endpoint
- C. The client-side Partner endpoint
- D. The server-side Partner endpoint
Answer: D
NEW QUESTION # 58
Which events can be configured in the Console for webhooks? Note: There are 3 correct answer to this question
- A. Account verified
- B. Account logged out
- C. Account deleted
- D. Subscription updated
- E. Account registered
Answer: C,D,E
NEW QUESTION # 59
You are setting up a new marketing campaign and want to make sure all subscriptions are genuine. How do you make sure users have to confirm via e-mail that they indeed wish to subscribe?
- A. Enable the active flag in the subscription.
- B. Enable the required flag in the subscription.
- C. Enable double opt-in in the subscription.
- D. Enable e-mail verification in the subscription.
Answer: B
NEW QUESTION # 60
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({fields:'email,firstName,lastName'});
- C. gigya.accounts.getJWT({'profile.email,profile.firstName,profile.lastName'});
- D. gigya.accounts.getJWT({fields:'profile.email,profile.firstName,profile.lastName'});
Answer: D
NEW QUESTION # 61
What must you do in the SAP Customer Data Cloud Console in order to use an API key with a mobile application?
- A. Grant mobile access to the permission group of your application key.
- B. Enable mobile application API access permission.
- C. Enable mobile SSO for the API key.
- D. Add the mobile application bundle and package name to the list of trusted sites.
Answer: B
NEW QUESTION # 62
What attribute in a JSON Web Token (JWT) represents the UID of the user?
- A. id
- B. iss
- C. exp
- D. sub
Answer: D
NEW QUESTION # 63
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. Image
- B. Change the description to: account > json > sftp.
- C. What can you change to make the dataflow execute successfully?
- D. Re-order the components as follows: account> json > sftp.
- E. Remove the component json by changing the description to: account> sftp.
Answer: D
NEW QUESTION # 64
What are the characteristics of a Webhook in SAP Customer Data Cloud? Note: There are 2 correct answer to this question
- A. Custom data fields can be added to the payload.
- B. Notifications can contain multiple events.
- C. Events are ordered per UID.
- D. Notifications are always sent in under 1 second.
Answer: B,C
NEW QUESTION # 65
You are implementing a native registration flow using the mobile SDK as follows: Call accounts.initRegistration. Call accounts.register with the loginID and password, and regToken. Account goes to pending registration status - missing required fields. Call accounts.setAccountlnfo with required fields dat a. Call accounts.finalizeRegistration. However, you are getting a permission error when performing steps 3 and 4. Which parameters should be passed to steps 3 and 4 to stop the error?
- A. An app key and secret
- B. The loginID
- C. The password
- D. The regToken
Answer: D
NEW QUESTION # 66
You want to create a new optional data sharing consent. What type of consent should you create?
- A. Other consent statement
- B. Privacy Policy consent statement
- C. Terms of Service consent statement
- D. Subscription consent statement
Answer: A
NEW QUESTION # 67
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. "carsMake": {"type": "stringO"},"carsModel":{"type": "string[]"}
- C. "carsMake": {"type": "array"},"carsModel":{"type": "array"}
- D. "cars_make":{"type": "string"},"cars_model":{"type": "string"}
Answer: D
NEW QUESTION # 68
Which features does the Customer Data Cloud CIAM for B2B solution offer? Note: There are 3 correct answer to this question
- A. Access Management
- B. Product Management
- C. Organization Management
- D. Order Management
- E. Authentication Management
Answer: A,C,E
NEW QUESTION # 69
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. Apply 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.
Answer: B
NEW QUESTION # 70
How would you grant someone access to your Partner?
- A. By sending them an e-mail with the link to your Partner sign-up form
- B. By inviting them via the Invite Administrator feature of the Admin
- C. By adding them to the list of authorized Console users inside RaaS site settings
- D. By requesting they be granted access using the access request portal
Answer: B
NEW QUESTION # 71
......
C-C4H620-24 Real Valid Brain Dumps With 82 Questions: https://torrentpdf.actual4exams.com/C-C4H620-24-real-braindumps.html