Your client wants to import a CSV file including new profiles. However, they do not know what values are used internally for the gender field. Where can you find this information?
A. Under Administration -> Development -> Diagnosis -> Components -> Profiles -> Source tab
B. Under Administration -> Development -> Diagnosis -> Data schemas -> Profiles -> Source tab
C. Under Administration -> Development -> Custom Resources -> Profile -> Data structure - > Enumerations
D. Under Administration -> Development -> Custom Resources -> Profile -> Data structure - > Fields
Your client wants an automatic export of new logs every day. What is the correct sequence to achieve this?
A. Incremental Query, Extract file, Transfer file
B. Scheduler, Incremental Query, Transfer file. Extract file
C. Incremental Query, Transfer file. Extract file
D. Scheduler, Incremental Query, Extract file. Transfer file
When are email addresses qualified as Quarantines? Choose two.
A. In case of Blacklisting, immediately
B. In case of Ignored errors, if marked by a user
C. In case of Invalid addresses, immediately
D. In case of Soft errors, after the counter threshold is exceeded
E. In case of Hard errors, immediately
During a business process, which activity would trigger an event transactional message?
A. Create event API and publish it.
B. An external event matching the internal RT event name hits the Message Center Execution.
C. Personalize the message, test it, and publish it.
D. After a Workflow completes, the transactional message service is triggered.
What are two possible reasons for a workflow to have a "Paused" status? Choose two.
A. There is a Wait activity in the workflow and the workflow is waiting for the specified period of time before proceeding.
B. The Execution property of a task in the workflow is set to "Enable but do not execute".
C. An Email delivery activity added to the workflow has no inbound event.
D. There is a Scheduler activity in the workflow and the workflow is waiting for the scheduled time to execute.
E. The selection criteria in the workflow returned no recipients to target.
Your customer has restricted access to profile data based on Organizational Units. What configuration is required when importing profiles to ensure this is respected?
A. Extend the Profile resource and select the "add access authorization management fields" option. Reconcile the profile data in the import Load activity with the Organizational Unit resource, then map the reconciled value to the ID field of Organizational Unit in the profile Update activity.
B. Extend Profiles custom resource to add a custom field calld "Org Unit" field of type "string". Reconcile the profile data in the import Load activity with the Organizational Unit resource, then map the reconciled value to the ID field of Organizational Unit in the profile Update activity.
C. Create a new custom resource called "Organizational Units", define a link to Profile and reconcile the data in the import workflow transition with the custom resource and update field in the Update data activity.
D. Update the Organizational Unit within each profile from the Profile screen definition.
Can you view proof sendouts for a delivery?
A. Yes, you can if the Email rendering option is not selected in the delivery dashboard.
B. No, you cannot view the proof sendouts.
C. Yes, you can, in the reporting dashboard.
D. Yes, you can, using the Proofs option from the dropdown list in the delivery dashboard.
Which two component categories are used to filter data in a report? Choose two.
A. Population
B. Metrics
C. Period
D. Segments
E. Targets
How will you write a query to target all profiles that have been created in the current month and year?
A. Year(@created) = Year(FindDateQ) AND Month(@created) = Month(FindDateO)
B. Year(@created) = Year(GetDateO) AND Month(@created) = Month (Get Date ())
C. Year(@created) = Year(TodayDate()) AND Month(@created) = Month(TodayDate{))
D. Year(@created) LIKE Ye a r (Get Date 0) AND Month(@created) LIKE Month(GetDateO)
Which configuration would allow a client to create a user that can access their French (FR) business unit but not allow them access to German (DE) campaigns:
A. 1. Create new Security Groups named "FR Operators" and "DE Operators"
2.
Map all FR marketing activities to "FR Operators" Security Group
3.
Map the user to "FR Operators" group
B. 1. Create new Org Units named "FR" and "DE"
2.
Create new Security Groups named "FR Operators" and "DE Operators"
3.
Map Security groups to "FR" and "DE" Org Units, respectively
4.
Map all FR marketing activities to "FR" Org Unit
5.
Map the user to "FR Operators" group
C. 1. Create a new Org Unit named "EU"
2.
Create new Security Groups named "FR Operators" and "DE Operators"
3.
Map Security groups to "EU" Org Unit
4.
Map all marketing activities to "EU" Org Unit
5.
Map the user to "FR Operators" group
D. 1. Create new Org Units named "FR" and "DE"
2.
Map all FR. marketing activities to "FR" Org Unit
3.
Map the user to the "FR" Org Unit