How can you get the public certificate that is required to validate a JSON Web Token?
How can you get the public certificate that is required to validate a JSON Web Token?A . By installing the certificate file on the server and retrieving it locallyB . By calling the endpoint accounts.getJWTPublicCertificateC . By requesting the certificate from the provider by emailD . By calling the endpoint...
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
Which of the following keys are required to add a data object to the Data Store? Note: There are 2 correct answers to this questionA . user identifierB . typeC . datatypeD . object identifierView AnswerAnswer: B D
Which actions will you perform during the creation of the dataflow?
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...
What is the recommended approach to design a family-relationship model in SAP Customer Data Cloud?
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.View AnswerAnswer: C
What is the recommended approach to implement the custom logic?
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 dataflowD . Use a JSON Web Token.View AnswerAnswer: B
What features do webhooks support? Note: There are 2 correct answers to this question
What features do webhooks support? Note: There are 2 correct answers to this questionA . 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.View AnswerAnswer: B C
Which password attributes can be defined in the Customer Identity policies? Note: There are 2 correct answers to this question.
Which password attributes can be defined in the Customer Identity policies? Note: There are 2 correct answers to this question.A . Max character groupsB . Max lengthC . Password reset token expiration timeD . Min lengthView AnswerAnswer: B D
Which of the following scenarios would trigger a registration completion screen when using web screen-sets? Note: There are 2 correct answers to this question.
Which of the following scenarios would trigger a registration completion screen when using web screen-sets? Note: There are 2 correct answers to this question.A . A user is registering via a social network that is missing a value for a mandatory field.B . There is a new consent version with...
What should you configure in the Console?
You want to enable a new identity provider, but they require an SSL certificate for encrypted communication. What should you configure in the Console?A . Identity federationB . Trusted site URLsC . A central login pageD . Custom API domainView AnswerAnswer: D
What could be the reason for the error?
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...