SAP C_C4H62_2408 Practice Test - Questions Answers, Page 8
List of questions
Related questions
What is the purpose of the profile schema?
To store the risk score of users
To store device data of users
To store a predefined set of customer fields common to all sites
To store the transactions of users
Which authorization framework supports both coarse-grained and fine-grained authorization?
Access control based on lists and roles
Access control based on policies
Access control based on roles
Access control based on attributes
The client would like to create a new optional consent for data sharing.What consent type needs to be chosen?
Privacy Policy
Terms of Service
Subscription
Other consent statement
You are trying to export subscription data by executing the accounts.search API. You are receiving an error.Which query would result in a successful response?
SELECT * FROM newsletterAccounts
SELECT * FROM emailAccounts
SELECT FROM preferenceAccounts
SELECT FROM subscriptionAccounts
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?
accounts search with 'SELECT profile FROM emailAccounts WHERE profile.email=Semail from notification$
accounts.getAccountinfo with UID from notification
accounts search with 'SELECT profile FROM account WHERE profile email = Semail from notification$
Use the profile object sent in the notification payload.
You want to use the CIAM for B2B Web SDK to return a list of permissions of the customer who is currently logged in.Which API call should you use?
gigya.accounts.b2b.auth.getAssets()
gigya.accounts.b2b.getOrganizationInfo()
gigya.accounts.getJWT()
gigya.accounts.getAccountInfo() passing the value Groups to the include parameter.
Which of the following components can be added to dataflows? Note: There are 3 correct answers to this question .
Datasource
Field
Datatarget
Social
File
You want to retrieve the users who subscribed to the Fitness Newsletter from email accounts.What is the correct way to query the information?
SELECT * FROM email Accounts WHERE subscriptions.<Fitness>.email.isSubscribed=true AND subscriptions. <Fitness>.email.hasFullAccount=true
SELECT * FROM fullAccounts WHERE subscriptions.<Fitness>.email.isSubscribed=true
SELECT * FROM email Accounts WHERE subscriptions.<Fitness> email.isSubscribed=true
SELECT * FROM emailAccounts WHERE subscriptions.<Fitness>.email.hasFullAccount=true
Which features can be overridden at the child level when using site groups? Note: There are 3 correct answers to this question .
New User Welcome email template
Web SDK configuration
Default login and registration screen-set
Login identifier
Data schema
What data is required to perform signature validation to verify the authenticity of an API request? Note: There are 3 correct answers to this question .
Loginld
signatureKey
signature Timestamp
UIDSignature
UID
Question