Practice Free C_C4H62_2408 Exam Online Questions
What are the recommended methods for adding dynamic data to a consent record? Note: There are 2 correct answers to this question
- A . Tags
- B . Custom field
- C . Placeholders
- D . Entitlements
You are setting up a social network using the identity provider screen in the Console.Which of the following settings must be configured? Note: There are 2 correct answers to this question.
- A . Social network API key
- B . Social network signature
- C . Social network app secret
- D . Social network app ID
You are implementing a mobile app and want to manually change the screen that is displayed to the user via pluginView. However, the screen is not displayed and an error is thrown when the following method is called: gigya.accounts.switchScreen([screenSet Default-RegistrationLogin", screen ‘new-screen-id’]);
What could be the reason for the error?
- A . The diviD parameter must be added.
- B . The pluginViewID parameter must be added.
- C . The containerID parameter must be added.
- D . The cID parameter must be added.
You want to retrieve the users who subscribed to the Fitness Newsletter from email accounts.
What is the correct way to query the information?
- A . SELECT * FROM email Accounts WHERE subscriptions.<Fitness>.email.isSubscribed=true AND subscriptions. <Fitness>.email.hasFullAccount=true
- B . SELECT * FROM fullAccounts WHERE subscriptions.<Fitness>.email.isSubscribed=true
- C . SELECT * FROM email Accounts WHERE subscriptions.<Fitness> email.isSubscribed=true
- D . SELECT * FROM emailAccounts WHERE subscriptions.<Fitness>.email.hasFullAccount=true
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
- A . user identifier
- B . type
- C . datatype
- D . object identifier
A new user registers using Facebook login.
In which schema will the Facebook account identity be stored?
- A . Preferences
- B . Profile
- C . Custom
- D . Data store
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?
- A . Use webhooks notification and REST APIs.
- B . Use custom hooks.
- C . Use a new dataflow
- D . Use a JSON Web Token.
Which of the following lists contains only segments of the accounts database?
- A . Registration Data, Preferences, System Data
- B . Profile Data, Preferences, Data Store
- C . Identities, Custom Data, Data Store
- D . Profile Data, Custom Data, System Data
What is the recommended approach to design a family-relationship model in SAP Customer Data Cloud?
- A . Use the profile custom data functionality.
- B . Set up a family account data store schema.
- C . Set up a family account group model.
- D . Use the standard profile fields.
What features do webhooks support? Note: There are 2 correct answers to this question
- A . Events are ordered per UID.
- B . Custom data fields can be added to the payload.
- C . Notifications can contain multiple events.
- D . Notifications are sent in a synchronous way.