How can you add new fields to your site’s schema? Note: There are 2 correct answer to this question

How can you add new fields to your site’s schema? Note: There are 2 correct answer to this question
A . Add the field through the Schema Editor of the Console.
B. Make an API call to the accounts.setSchema endpoint.
C. Change the XML configuration file of your site.
D. Create a ticket requesting that the SAP support team add the field.

Answer: A,B

How do you make sure users have to confirm via e-mail that they indeed wish to subscribe?

You are setting up a new marketing campaign and want to make sure all subscriptions are genuine.

How do you make sure users have to confirm via e-mail that they indeed wish to subscribe?
A . Enable double opt-in in the subscription.
B. Enable e-mail verification in the subscription.
C. Enable the required flag in the subscription.
D. Enable the active flag in the subscription.

Answer: C

Which actions will you perform during the creation of the dataflow?

You are building an IdentitySync 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 S3 bucket. All records failing to update will be zipped and sent back to the S3 Bucket.

Which actions will you perform during the creation of the dataflow? Note: There are 2 correct answer to this question
A . Add a file.decrypt.pgp component and a file.compress.zip component.
B. Add a file.encrypt.pgp component and a file.uncompress.zip component.
C. Add an error handling step after a datasource.read.amazon.s3 component.
D. Add an error handling step after a datasource.write.gigya.account component.

Answer: A,D