AD0-E136 · Question #93
Which step is critical when updating configurations for AEM as a Cloud Service?
The correct answer is B. Testing configurations in a local SDK environment. Testing configurations in a local SDK environment (B) is the critical step because AEM as a Cloud Service enforces strict validation rules that differ from on-premise AEM, and the local SDK mirrors the cloud runtime - catching errors before they reach any real environment. A is…
Question
Which step is critical when updating configurations for AEM as a Cloud Service?
Options
- AManually configuring cache invalidation rules
- BTesting configurations in a local SDK environment
- CDeploying all configurations directly to production
- DSkipping validation for pre-existing configurations
How the community answered
(38 responses)- A8% (3)
- B84% (32)
- C5% (2)
- D3% (1)
Explanation
Testing configurations in a local SDK environment (B) is the critical step because AEM as a Cloud Service enforces strict validation rules that differ from on-premise AEM, and the local SDK mirrors the cloud runtime - catching errors before they reach any real environment. A is wrong because cache invalidation in AEM as a Cloud Service is handled through Dispatcher configurations and CDN rules managed by Adobe's pipeline, not manual ad-hoc intervention. C is wrong because deploying directly to production skips the Cloud Manager pipeline and validation gates, which is both architecturally unsupported and dangerous. D is wrong because pre-existing configurations are not exempt - cloud service updates frequently introduce new validation constraints that can break previously valid configs.
Memory tip: Think "SDK = Safety net before the Cloud." The local SDK is your only chance to fail fast and cheaply - once you push through Cloud Manager, every environment from Dev onward is live infrastructure.
Topics
Community Discussion
No community discussion yet for this question.