SAP C_C4H62_2408 Practice Test - Questions Answers, Page 3
List of questions
Related questions
You are editing a dataflow.Which actions can you perform? Note: There are 2 correct answers to this question .
Use a datasource.lookup component to check if a record exists in the site.
Preview the schema in a datasource component.
Add a component responsible for starting the schedule of the dataflow.
Add multiple Next steps to a component.
Which of the following actions would trigger an update to the consent vault?
A user opts out of a newsletter.
A user updates their address and contact details.
A user executes a failed login attempt.
A user connects their account to their social media network account
How can you get the public certificate that is required to validate a JSON Web Token?
By installing the certificate file on the server and retrieving it locally
By calling the endpoint accounts.getJWTPublicCertificate
By requesting the certificate from the provider by email
By calling the endpoint accounts.getJWTPublicKey
You are implementing Customer Identity via server-side REST API.What do you have to do in the Console to start making API calls against your existing API key?
Create a new application and secret key to be used for the request.
Enable the REST interface in the site settings.
Add the IP address of the backend on the IP-Allowlist of SAP Customer Data Cloud.
Create a CNAME in the site settings.
A new user registers using Facebook login.In which schema will the Facebook account identity be stored?
Preferences
Profile
Custom
Data store
How can you check the session status in an iOS Swift SDK?
gigya.isLoggedIn()
gigya.isSessionAlive()
gigya.sessionExpiration Timestamp
gigya.sharedInstance().sessionExpiration Timestamp
You want to export accounts using dataflows and need to ensure the First Name and Last Name fields are formatted in lowercase. What is the SAP-recommended way of doing this?
Dataflow components cannot be used to transform the format of a field.
Use a custom transformation inside the record evaluate component.
Use the toLowerCase function in the Select parameter of the datasource read gigya.account component.
Use the field flatten component.
You're executing an accounts search query via REST API. In the response, you see an identities array. What is stored as part of this array?
Custom data fields
Social identities of the user
Login identifiers (including custom identifiers) of the user
The UIDs belonging to the user
What information is recorded automatically for each consent entry in the consent vault? Note: There are 3 correct answers to this question
Source IP
Consent version
User agent
Purpose
Related product
How can you retrieve subscription and email account data from SAP Customer Data Cloud?
Using accounts.getLiteToken and accounts.register
Using accounts.getLiteToken and accounts.getAccountinfo
Using accounts.login and accounts.getAccountinfo
Using accounts.register and accounts getAccountinfo
Question