An Engagement Program has not deployed the next new email even though there are people in the stream and the cadence set correctly.
What is one possible reason the email has not been launched?
Answer : A
A possible reason the email has not been launched is that the new email has not been activated. An email must be approved and activated before it can be sent out by an Engagement Program. If the email is not activated, it will be skipped by the cast.The stream and the content do not need to be activated for the email to be launched.
Review the flow step from a smart campaign:

Which email will a person receive who has opened Email 1, but not Email 2?
Answer : B
The person will receive Email 2. This is because the flow step uses the ''If Not Opened Email'' choice with Email 1 as the constraint. This means that if a person has not opened Email 1, they will receive Email 2. If a person has opened Email 1, they will receive Reminder 1.If a person has opened both Email 1 and Email 2, they will receive no email.
A field needs to be created on the Person object that is visible in both CRM and Adobe Marketo Engage.
Which steps always need to be completed in order to accomplish this?
Answer : B
Michael has instituted a new program naming convention for his Marketo instance. It instructs his users to begin each program name with an abbreviation indicating which channel the program belongs to. For example, programs of the Webinar channel are designated to begin with the 'WBN' abbreviation. Michael has ensured all existing program names have been updated to adhere to this new naming convention.
Moving forward, how would Michael monitor for the existence of programs in the Webinar channel that do not adhere to this new naming convention?
Answer : C
Michael would monitor for the existence of programs in the Webinar channel that do not adhere to this new naming convention by creating a Program Performance report and filtering by Channel = Webinar. This report type shows metrics such as new names, success, cost per success, etc. for each program in a selected channel or folder. Michael can scan through the program names and identify any programs that do not start with 'WBN' as per his naming convention.Searching for 'WBN' in Marketing Activities or using Audit Trail will not help Michael find programs that do not follow his naming convention.
Kelsey is building a consent management program. As part of the program build, Kelsey has built a smart campaign that will update a person's record with the opt-in date in the flow when their Marketing Opt-in changes to True. She has set up the following trigger campaign.
There are no other triggers or filters in the smart list in the smart campaign.

Will the campaign process all leads who have a Marketing Opt-in value of True?
Answer : B
The campaign will only process web form fill out leads but not leads from a list import. This is because the trigger ''Data Value Changes'' only fires when a person fills out a form, clicks a link in an email, or visits a web page with Munchkin tracking code. It does not fire when a person is created or updated by a list import, API call, CRM sync, or manual change.Therefore, only leads who fill out a form and change their Marketing Opt-in value to True will qualify for the campaign
Keeghan consistently monitors new names that are created in his Adobe Marketo Engage instance. His people performance report shows that there were 100 new leads created yesterday. He asked his team if they could confirm where the leads came from but unfortunately they did not know. There are no operational programs tracking and setting person source in the instance.
Which field can Keeghan check to give him some indication of where the leads came from?
Answer : A
A field that can give some indication of where the leads came from is Original Source Info. This is a system-managed field that captures the first known referrer URL for a person. It can help identify the source of web traffic that led to the person's creation in the database.Lead Source and Acquisition Program are not system-managed fields and may not be populated or accurate for all leads
David wants to time-stamp a custom field called 'MQL DateTime Most Recent' every time a person reaches the MQL stage. He will use a smart campaign that triggers upon MQL and the flow will have no wait steps.
Which type of token would he use in the "Change Data Value' flow step required to achieve his goal?
Answer : A
To time-stamp a custom field with the current date and time, David would use a System token in the ''Change Data Value'' flow step. System tokens are tokens that reference system-level information, such as date, time, IP address, etc. The System token for date and time is {{system.dateTime}}.Person/Lead tokens and Trigger tokens are not suitable for this purpose, as they reference person-level information or trigger-specific information.