nerdexam
Adobe

AD0-E136 · Question #27

A Client wants to automate the nightly deployment process for their AEM application using Cloud Manager. How can they schedule the pipeline to run automatically every day at midnight for the…

The correct answer is C. Set a cron expression in the pipeline settings. Scheduling a pipeline in Adobe Cloud Manager is done by setting a cron expression directly in the pipeline configuration settings, which gives teams precise, flexible control over when automated deployments trigger - including the 0 0 * expression for midnight daily. Option A…

Testing and Go-Live

Question

A Client wants to automate the nightly deployment process for their AEM application using Cloud Manager. How can they schedule the pipeline to run automatically every day at midnight for the production environment?

Options

  • AConfigure the schedule in the AEM console
  • BUse the default settings; Cloud Manager does this automatically
  • CSet a cron expression in the pipeline settings
  • DConfigure AEM Workflow

How the community answered

(39 responses)
  • A
    3% (1)
  • B
    10% (4)
  • C
    85% (33)
  • D
    3% (1)

Explanation

Scheduling a pipeline in Adobe Cloud Manager is done by setting a cron expression directly in the pipeline configuration settings, which gives teams precise, flexible control over when automated deployments trigger - including the 0 0 * * * expression for midnight daily. Option A is wrong because the AEM console manages content and authoring, not CI/CD pipeline scheduling. Option B is wrong because Cloud Manager does not automatically run pipelines on any schedule by default - pipelines are manual unless explicitly configured. Option D is wrong because AEM Workflows handle content processing tasks (like asset renditions or approval flows), not deployment orchestration.

Memory tip: Think "Cron = Cloud Manager" - the letter C links both, and cron expressions are the universal scheduling mechanism across DevOps tools, so it makes sense Cloud Manager uses them too.

Topics

#Cloud Manager Pipeline#CI/CD Scheduling#Cron Expression Configuration#AEM Deployment Automation

Community Discussion

No community discussion yet for this question.

Full AD0-E136 Practice