Free Adobe Experience Manager Sites Developer Expert Exam AD0-E116 Exam Practice Test
AD0-E116 Exam Features
In Just $59 You can Access
- All Official Question Types
- Interactive Web-Based Practice Test Software
- No Installation or 3rd Party Software Required
- Customize your practice sessions (Free Demo)
- 24/7 Customer Support
Total Questions: 94
-
An online insurance company website has user-generated content that must be replicated in all publish instances.What action should the developer take to achieve this?
Answer: 2 Next Question -
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<string, object=''> authInfo = Collections.singletonMap(ResourceResolverFactory.SUBSERVICE, (Object) SERVICE_ACCOUNT_IDENTIFIER);ResourceResolver serviceResolver = resourceResolverFactory.getServiceResourceResolver(authInfo))...}}Bundle ID = com.adobe.aem.samples-bundleWhich set of steps should the developer take to make sure that the code works?
Answer: 1 Next Question -
A developer needs to implement a header component for a website. The component has the following requirements:- The component should be configured once on the page highest in the hierarchy.- The header component on pages lower in the hierarchy should look the same and show the same data.- If necessary, the configuration can be overwritten on a child page.- The component should show a list of links that are configured in the header component.Which code snippet for returning the list of pages should the developer use?
Answer: 3 Next Question -
Which log file contains AEM application request and response entries?
Answer: 2 Next Question -
Which maven plugin is required to install a content package on a local AEM environment using maven?
Answer: 2 Next Question -
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?
Answer: 2 Next Question -
A developer developed a workflow that makes a copy of every node created or modified under a certain path to a different one. The workflow launches but the nodes are not copied over.Which two methods should the developer use to resolve this issue? (Choose two.)
Answer: 1,,2 Next Question -
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?
Answer: 2 Next Question -
A developer creates a Sling Servlet. The Sling Servlet is bound to a path (/service/sling/sample). Refer to the resulting code below.@Component (immediate=true, service = {Servlet.class})@SlingServletPaths(value = {'/service/sling/sample'})What should the developer do to make the servlet access controlled using the default ACLs?
Answer: 2 Next Question -
A banking AEM application contains functionality to calculate a mortgage rate based on user input. A servlet in place calculates the result in the backend. A call to an internal third-party REST service is required to retrieve the average object value based on a given zip code.The following three service interfaces are used:MortgageCalculationServlet, MortgageCalculationService and ObjectValueLookupRestService where MortgageCalculationServlet has a dependency to MortgageCalculationService and MortgageCalculationService has a dependency to ObjectValueLookupRestService.The calculation has many combinations of input parameters and edge cases, so the JUnit coverage must be as high as possible.Which two strategies should the developer use to ensure testability of the application code? (Choose two)
Answer: 1,,4 Next Question
Total Questions: 94
