Summer Special - Limited Time 65% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: top65certs

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

For each CRX node in the hierarchy, which actions can be configured using the user admin interface?

Options:

A.

Read, Modify, Create, Delete, Read ACL, Edit ACL, Replicate

B.

Read, Write, Read ACL, Edit ACL, Replicate

C.

Read, Write, Delete, Edit ACL, Replicate

D.

Read, Modify, Create, Delete, Read ACL, Edit ACL

Buy Now
Question 2

An application runs specific license checks against certain DAM assets every day. It should send an email to a configured list if it finds warnings, and mark the assetaccordingly. A service component that uses the Apache Sling Scheduler Service is created. DAM assets that must NOT be used anymore are hidden using ACLs and the license check must re-check them.

How should a developer obtain a resource resolver thatcan read and update the DAM assets?

Options:

A.

Set up a cron job with curl calls with the admin user and use request.getResourse().getResourceResolver().

B.

Create a configuration line in PID com.day.cq.security.ACLSetup for the user that you obtain a session forvia ResourceResolverFactory.getResourceResolver(...).

C.

Configure the user admin in PID org.apache.sling.serviceusermapping.impl.ServiceUserMapperImpl as user.default and make sure the service user exists and has jcr:read and jcr:write permissions.

D.

Create a configuration for PID org.apache.sling.serviceusermapping.impl.ServiceUserMapperImpl.amended-damaccess that references a pre-created service user with r/w permissions and use ResourceResolverFactory.getServiceResourceResolver(...).

Question 3

In which two ways can a developer keep simple and maintanable CRX Access Control Lists? (Choose two)

Options:

A.

Use Deny statements extensively

B.

Delete the `everyone` group

C.

Use Deny statements sparingly

D.

Assign access rights to user groups rather than users

E.

Assign access rights user by user