Special Summer Sale 70% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: save70

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

Verified By IT Certified Experts

CertsTopics.com Certified Safe Files

Up-To-Date Exam Study Material

99.5% High Success Pass Rate

100% Accurate Answers

Instant Downloads

Exam Questions And Answers PDF

Try Demo Before You Buy

Certification Exams with Helpful Questions And Answers

Adobe Experience Manager Developer Expert Questions and Answers

Question 1

A developer determines that the dispatcher is NOT refreshing the cached page/content/sampleproject/sample.html after it is updated.

The dispatcher.any contains the following entries:

/cache

{

/docroot "/opt/dispatcher/cache"

/statfile "/tmp/dispatcher-website.stat"

/statfileslevel "2"

/rules

{

/0000 { /glob "*" /type "allow" }

}

/invalidate

{

/0000 { /glob "*" /type "deny" }

}

}

Refer to the $DOCROOT directory below:

[user@group /opt/dispatcher/cache]$ ls -la

total 2

drwxr-xr-x. 5 apache apache 4096 Feb 11 11:41 .

drwxr-xr-x. 3 apache apache 4096 Nov 29 16:07 ..

drw-r--r--. 4 root root 4096 Feb 7 03:21 content

-rw-r--r--. 1 apache apache 0 Feb 7 03:19 .stat

The dispatcher needs to cache the page and refresh it after it gets updated.

What action should the developer take to meet these requirements?

Options:

A.

Add the entry /0001 { /glob "*.html" /type "allow" } in the /invalidate section

B.

Change the value of the entry /statfileslevel to "3"

C.

Delete the contents of the DOCROOT directory

D.

Remove /statfile or/statfileslevel

Buy Now
Question 2

A developer is creating a new OSGi bundle com.custom.package.b to expose new services.

com.custom.package.a is already installed and active in the system and has the following package definition:

The system console shows the following package availability:

Bundle com.custom.package.b to be installed has the following packagedefinition:

What will happen when the developer uploads the bundle com.custom.package.b into the system?

Options:

A.

The bundle will install but fail the activation due to unsatisfied dependencies com.sample.package.b and com.sample.package.c.

B.

The bundle willinstall but fail the activation due to unsatisfied dependency com.sample.package.c.

C.

The bundle will install and activate successfully.

D.

The bundle will install but fail the activation due to unsatisfied dependency com.sample.package.b.

Question 3

A developer wants to change the log level for a custom API.

Which OSGi configuration should the developer modify?

Options:

A.

Apache Sling Logging Configuration

B.

Apache Sling Log Tracker Service

C.

ApacheSling Logging Writer Configuration

D.

Adobe Granite Log Analysis Service