Adobe Experience Manager DevOps Engineer Expert Sample Questions:
1. A DevOps engineer is migrating an AEM 6.2 instance with a large content repository to AEM as a Cloud Service. The DevOps engineer must prepare the instance to move existing content via the Content Transfer Tool.
Which two actions is the DevOps engineer required to perform? (Choose two.)
A) Review total index size
B) Install the latest AEM Service Packs
C) Refactor the application code
D) Upgrade the instance to AEM 6.5
2. A customer's development team is expanding and requires more development environments to be added to the AEM as a Cloud Service. There is no visible option via the Cloud Manager UI to add a new development environment under the current program.
What should the DevOps engineer do?
A) Add a new runmode via OSGi configuration.
B) Advise the customer to contact the Adobe account team.
C) Add a new sandbox program via the Cloud Manager UI.
3. A DevOps engineer notices a high load on the Publish instances. URLs similar to the following hit the publish servers directly and are not cached on dispatcher:
GET /content/siteA/page1.html?user=test1
GET /content/siteA/page1.html?user=test2
GET /content/siteA/page1.html?user1=test3
GET /content/siteA/page1.html?user2=test4
How should a DevOps engineer configure the dispatcher?
A) /ignoreUrlParams
{
/0001 { /glob "" /type "allow" }
/0002 { /glob "test" /type "deny" }
}
B) /ignoreUrlParams
{
/0001 { /glob "" /type "deny" }
/0002 { /glob "user" /type "allow" }
}
C) /ignoreUrlParams
{
/0001 { /glob "" /type "deny" }
/0002 { /glob "test" /type "allow" }
}
D) /ignoreUrlParams
{
/0001 { /glob "" /type "allow" }
/0002 { /glob "user" /type "deny" }
}
4. A DevOps engineer needs to store a separate API key per author and publish instance servers. The API key needs to be available to the service class com.my_company.core.APIService.
API Keys:
Author: KEY-001
Publish: KEY-002
Which option should the DevOps engineer use?
A) /apps/system/config/global/com.my_company.core.APIService.cfg.json { "author": "KEY-001",
"publish": "KEY-002" }
B) /apps/ < my_company > /config.author/com.my_company.core.APIService.cfg.json { "key": "KEY-
001" }
/apps/ < my_company > /config.publish/com.my_company.core.APIService.cfg.json { "key": "KEY-
002" }
C) /apps/ < my_company > /config.author.publish/com.my_company.core.APIService.cfg.json { "author":
"KEY-001", "publish": "KEY-002" }
D) /apps/ < my_company > /config/author/com.my_company.core.APIService.cfg.json { "key": "KEY-
001" }
/apps/ < my_company > /config/publish/com.my_company.core.APIService.cfg.json { "key": "KEY-
002" }
5. What is the primary function of the AEM Dispatcher in a web proxy infrastructure?
A) To store content directly in the JCR
B) To act as a caching and load-balancing layer between AEM and end-users
C) To manage workflow automation in AEM
D) To replace the need for replication agents in AEM
Solutions:
| Question # 1 Answer: A,D | Question # 2 Answer: B | Question # 3 Answer: B | Question # 4 Answer: B | Question # 5 Answer: B |

We're so confident of our products that we provide no hassle product exchange.


By Lewis


