To provide the best experiences, we use technologies like cookies to store and/or access device information. Consenting to these technologies will allow us to process data such as browsing behavior or unique IDs on this site. Not consenting or withdrawing consent, may adversely affect certain features and functions.
The technical storage or access is strictly necessary for the legitimate purpose of enabling the use of a specific service explicitly requested by the subscriber or user, or for the sole purpose of carrying out the transmission of a communication over an electronic communications network.
The technical storage or access is necessary for the legitimate purpose of storing preferences that are not requested by the subscriber or user.
The technical storage or access that is used exclusively for statistical purposes.
The technical storage or access that is used exclusively for anonymous statistical purposes. Without a subpoena, voluntary compliance on the part of your Internet Service Provider, or additional records from a third party, information stored or retrieved for this purpose alone cannot usually be used to identify you.
The technical storage or access is required to create user profiles to send advertising, or to track the user on a website or across several websites for similar marketing purposes.
Some questions:
Q
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 locally
B. By calling the endpoint accounts.getJWTPublicCertificate
C. By requesting the certificate from the provider by email
D. By calling the endpoint accounts.getJWTPublicKey
Q.email.isSubscribed=true AND subscriptions. .email.hasFullAccount=true .email.isSubscribed=true email.isSubscribed=true .email.hasFullAccount=true
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.
B. SELECT * FROM fullAccounts WHERE subscriptions.
C. SELECT * FROM email Accounts WHERE subscriptions.
D. SELECT * FROM emailAccounts WHERE subscriptions.
Q
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?
A. Custom data fields
B. Social identities of the user
C. Login identifiers (including custom identifiers) of the user
D. The UIDs belonging to the user
Q
You are implementing CIAM for B2B on a customer’s website. You want to launch the Delegated Administration console. Which endpoint and parameter are required to open the Delegate Admin function?
A. openDelegatedAdminLogin and email
B. openDelegatedAdminLogin and orgID
C. organizationContext and orgID
D. openDelegatedAdminLogin and UID
Q
When creating a new schedule in a dataflow, which parameters can you set manually? Note: There are 3 correct answers to this question .
A. Schedule name
B. Schedule ID
C. Email on success/failure
D. Execution frequency
E. Schedule timeout
Q
Which properties can you set in the field of a schema? Note: There are 3 correct answers to this question .
A. Whether the field is compressed
B. Whether the field is encrypted
C. Whether the field is hidden
D. The field’s type
E. The field’s name
………..