Free Adobe AD0-E116 Exam Actual Questions

The questions for AD0-E116 were last updated On Nov 3, 2024

Question No. 1

After a recent code deployment, an AEM site is experiencing longer than usual query execution time. The deployment package contained some new Lucene index definitions. A developer needs to identify the long running queries and confirm that the new index definitions are getting applied correctly.

Which action should the developer take to investigate this problem?

Show Answer Hide Answer
Correct Answer: B

Question No. 2

A developer creates Editable Templates based on a custom Page component. The developer wants to leverage the Style System within the Editable Templates to allow authors to switch between the Dark and Light Theme. The Style System dialog is NOT enabled for the site.

What should the developer do to resolve this issue?

Show Answer Hide Answer
Correct Answer: B

Question No. 3

A developer wants to create a Client Library that will only be included on touch enabled devices.

What action should the developer take to achieve this?

Show Answer Hide Answer
Correct Answer: C

Question No. 4

Which log file should a developer use to search for exception stacktraces?

Show Answer Hide Answer
Correct Answer: A

Question No. 5

A developer creates an OSGi service to access JCR content. Refer to the code snippet from the OSGi service below.

public class AccessRepository {

private static final String SERVICE_ACCOUNT_IDENTIFIER = "sample-service";

...

private final String getServiceUser() {

final Map authInfo = Collections.singletonMap(ResourceResolverFactory.SUBSERVICE, (Object) SERVICE_ACCOUNT_IDENTIFIER);

ResourceResolver serviceResolver = resourceResolverFactory.getServiceResourceResolver(authInfo))

...

}

}

Bundle ID = com.adobe.aem.samples-bundle

Which set of steps should the developer take to make sure that the code works?

Show Answer Hide Answer
Correct Answer: A