SAP C_C4H62_2408 Practice Test - Questions Answers, Page 2
List of questions
Related questions
You have successfully installed the GConnector, however, you require custom logic for real-time data synchronization. What is the recommended approach to implement the custom logic?
Use webhooks notification and REST APIs.
Use custom hooks.
Use a new dataflow
Use a JSON Web Token.
You have successfully installed the GConnector, however, you require custom logic for real-time data synchronization. What is the recommended approach to implement the custom logic?
Use webhooks notification and REST APIs.
Use custom hooks.
Use a new dataflow
Use a JSON Web Token.
You want to add a new custom field to the accounts schema. How can you do this? Note: There are 2 correct answers to this question
Use the schema editor in the admin Console.
Contact the SAP support team to request the field be added.
Use the REST API and call the accounts setSchema endpoint.
Upload the new structure using a JSON file via the Console.
What resources are available for reading subscription data? Note: There are 2 correct answers to this question
accounts.search
accounts.getAccountinfo
idx.search
accounts.getSchema
You want to use the New User Welcome template to ensure new users will receive an automatic email after the account becomes fully registered. Where can you activate this?
In your Site settings
In your Email Policies
In your Email Templates settings
In your Flow Builder template
Which of the following keys are required to add a data object to the Data Store? Note: There are 2 correct answers to this question
user identifier
type
datatype
object identifier
You would like to do a new site registration using REST API.What API call needs to be made? Note: There are 3 correct answers to this Question:
accounts.completeRegistration
accounts.initRegistration
accounts.register
accounts.registration
accounts finalizeRegistration
What features do webhooks support? Note: There are 2 correct answers to this question
Events are ordered per UID.
Custom data fields can be added to the payload.
Notifications can contain multiple events.
Notifications are sent in a synchronous way.
What features do webhooks support? Note: There are 2 correct answers to this question
Events are ordered per UID.
Custom data fields can be added to the payload.
Notifications can contain multiple events.
Notifications are sent in a synchronous way.
You are building a dataflow to synchronize existing users' subscriptions from the marketing system to SAP Customer Data Cloud. The marketing system will provide a PGP-encrypted file and place it on an $3 bucket. All records failing to update will be zipped and sent back to the $3 bucket.Which actions will you perform during the creation of the dataflow? Note: There are 2 correct answers to this question
Add a file decrypt.pgp component and a file compress.zip component.
Add a file encrypt.pgp component and a fille uncompress.zip component.
Add an error handling step after a datasource.write.gigya.account component.
Add an error handling step after a datasource.read.amazon.s3 component.
Question