Winter Sale Special Limited Time 65% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: v4s65

Note! Following AD0-E116 Exam is Retired now. Please select the alternative replacement for your Exam Certification. The new exam code is AD0-E117

AD0-E116 Exam Dumps - Adobe Experience Manager Developer Expert

Go to page:
Question # 9

Which log file contains AEM application request and response entries?

A.

response.log

B.

request.log

C.

history.log

D.

audit.log

Full Access
Question # 10

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

What action should the developer take to achieve this?

A.

Add the line "#base=touch" to the js.txt and css.txt files in the Client Library Folder

B.

Pass the parameter user-agent='touch' when referencing the Client Library

C.

Set the channels property on the Client Library Folder to "touch"

D.

Create a resource folder called "touch" under the Client Library Folder

Full Access
Question # 11

A developer is creating a custom component on the page /latestBlogs.html that needs to list all the titles of the blogs pages under /content/blogs.

How does this component get the list of child pages?

A.

Instantiate a node object with session.getNode(/content/blogs) and then iterate through the child nodes and print the title for each.

B.

Use the QueryDebugger to look for all children of /content/blogs and then iterate through the result set and print the title for each.

C.

Adapt the resourceResolver to the PageManger service, then use the getPage(/content/blogs) to instantiate a Page object andthen iterate through the child pages and print the title for each.

D.

Use PageManager.getPage("/content/blogs") of the static PageManager class to instantiate a Page object and then iterate through the child pages and print the title for each.

Full Access
Question # 12

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?

A.

Define Style Definitions using PagePolicy dialog on Editable Template.

B.

Create two new client libraries with a dark and light theme and map them to the Page component.

C.

Set the sling:resourceSuperType property to core/wcm/components/page/v2/page on the Page component.

D.

Create a new dialog for the custom Page components.

Full Access
Question # 13

The custom AEM application needs to keep a flat list of all page paths underneath /content/thesite in memory for a real-time integration with high performancerequirements.

The developer has the following intermediate state of the class:

What action should the developer take to meet these requirements?

A.

Option A

B.

Option B

C.

Option C

D.

Option D

Full Access
Question # 14

A developer has a component foobar that consists of the files listed below:

script-a.js

script-b.js

foobar.html

What is the output when this component is rendered?

A.

Option A

B.

Option B

C.

Option C

D.

Option D

Full Access
Go to page: