500-445 · Question #38
What are three steps in an email process flow? (Choose three.)
The correct answer is D. Email is pulled in by listener instance and written to the database. E. Email is pulled in by retriever instance and written to the database. F. EAAS notifies EAMS of DO_THIS_WITH_TASK. Options D, E, and F correctly describe three core steps in the email ingestion and routing process flow. The email system uses two distinct instance types to capture incoming messages: a listener instance (D) handles real-time inbound email reception, while a retriever instance…
Question
What are three steps in an email process flow? (Choose three.)
Options
- AEAAS Instances sends NEW_TASK message to MR PIM.
- BMR PIM returns DO_THIS_WITH_TASK to EAAS with AgentID.
- CRules Process executes the start and scheduled workflows.
- DEmail is pulled in by listener instance and written to the database.
- EEmail is pulled in by retriever instance and written to the database.
- FEAAS notifies EAMS of DO_THIS_WITH_TASK.
How the community answered
(24 responses)- A4% (1)
- B8% (2)
- D88% (21)
Explanation
Options D, E, and F correctly describe three core steps in the email ingestion and routing process flow. The email system uses two distinct instance types to capture incoming messages: a listener instance (D) handles real-time inbound email reception, while a retriever instance (E) polls the mail server to fetch emails - both write the results to the database. Following ingestion, EAAS then notifies EAMS with the DO_THIS_WITH_TASK directive (F), triggering downstream handling.
Why the distractors are wrong:
- A & B describe interactions between EAAS and MR PIM (a routing/prioritization component) - these belong to the task assignment flow, not the email process flow.
- C describes the Rules Process executing workflows, which is part of workflow automation, a separate concern from email ingestion.
Memory tip: Think of the email flow in three stages - Catch it (listener), Fetch it (retriever), Dispatch it (EAAS notifies EAMS). The wrong answers all involve MR PIM or Rules Process, which are post-assignment concerns - if you see those terms, you've drifted into a different flow.
Topics
Community Discussion
No community discussion yet for this question.