AD0-E103 Adobe Experience Manager Developer

Loading demo links...

Showing 4–6 of 10 questions

Question 4

Which two methods could a developer use to obtain a Session without using a deprecated API? (Choose two.)

ResourceResolverFactory resolverFactory; if (null!-resoi erFactory) (

Map<9triâg,Obj€ct> ’authoñticâtionIâfo ñow HashMapK9triñj,9Cring>(), authenticationfnfo.put(’username’, 'reposervice");

Session session - resdlverF&ctory.getAdministrativeResourceResolverlauthen ticationlnfo,.’rOsolvOrFactory:gOtPessworg(’reposOrvicO’)).:adaptTo(9Ossion:class);

B

9lingRepository repo; if (null != repo) (

9ossion session repo.login9€rvicO(null; repo.getD€faultWorkRpac€());

9lingRepository repository; if (null !- repository) (

’Session session repository.loginAdministrative('crx.default’);

D

E

Select all that apply, then click Submit answer.

  • Option A

  • Option B

  • Option C

  • Option D

  • Option E


Question 5

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.)

Select all that apply, then click Submit answer.

  • Go to Workflow Failures screen and check if any instances of the workflow are present.

  • Go to Workflow instances screen and verify that the instance of the workflow is present and check its status.

  • Go to Package Manager screen and reinstall the bundle that contains the workflow so it restarts.

  • Go to Workflow Models screen, then delete and recreate the workflow.

  • Go to Workflow Launchers and create a new launcher for the workflow even if one already exists.


Question 6

A custom AEM application is using the PageManager API.

What should a developer add to make the application compile and run correctly in AEM?

Select an option, then click Submit answer.

  • a maven dependency to AEM uber-jar to the content package

  • a maven dependency to bundle cq-wcm-core to the application bundle

  • a maven dependency to AEM uber-jar to the application bundle

  • a maven dependency to bundle cq-wcm-api to the content package