Crack Adobe AEM Certification Exam 6.0

The focus of this tutorials is on what to study for passing AEM certification exam(9A0-384). AEM is a huge product, i am working on it from past 2 years and every single days i get something new to learn. Thankfully i got an opportunity to attend a session from James Talbot(AEM Certification questions designer) on How to prepare for AEM Developer Certification 6 Exam.

My focus in this tutorial is on the sections from where we get questions, so that you can pass the exam. I don’t want you guys to get surprised when you enter the exam, this tutorial didn’t cover 100% of questions.

Click Here To Watch Live session recording from Varun Mitra on how to prepare for AEM 6 certification – June Ask the AEM Expert

crack-aem-certification-questions-dumps-exam-9a0384-aemcq5tutorials

 This Tutorial covers below topics :-

  • AEM Certification Typical Candidate Requirement.

  • AEM Certification Exam Description.

AEM Certification Typical Candidate Requirement :-

A typical candidate appearing for AEM certification should have :-

  • Two Years CMS experience.
  • One Year experience with AEM/CQ.
  • Two years experience as a java developer.
  • Involved in at least 2 AEM implementations.

AEM Certification Exam Description :-

The exam is divided into two parts:-

  • 56 multiple choice questions.
    • These 56 questions are divided into Four Different Parts and each part has different weight age of questions.
      1. Installing and Configuring an AEM Developer Environment. – 21%
      2. Building and deploying AEM projects. -10%
      3. Building AEM components – 24%
      4. Building OSGI Services. – 21%
      5. Troubleshooting AEM Projects. – 24%
  • A short survey that is used to know your product experience

The exam has a time limit of 110 minutes plus 30 minutes English language extension.

Exam code and name: 9A0-384 Adobe Experience Manager 6.0 Developer Exam.

Exam Scoring: You need to achieve a score of at least 62% on multiple choice test to pass the
exam. Once you complete the test you will get your score on your computer screen as well as you will get a mail for the same.

Exam cost: $180 (US Dollars)

Register Here:- http://www.pearsonvue.com/adobe/

AEM Certification dumps or Exam Preparation Resources :-

Below are the AEM Certification dumps or exam preparation resources suggested by Adobe:-

  • All new forums from Experience Manager community(based on AEM 6.0), it really
    has a great content.
  • Developer Conferences 5 conferences in 2015: Berlin,Basel and San Diego AEM Specific
  • Public SDK & code sample
    • https://github.com/adobe-marketing-cloud
    • http://dev.day.com
  • Adobe Training Courses and Virtual Seminar.

Now lets see from each section what kind of questions are expected –

1)  Installing and Configuring an AEM Developer Environment :-
  • Installing and Configuring an AEM Developer Environment.
  • Install AEM on supported operating systems.
  • Install AEM with Different run modes (Author and Publish)
  • Start AEM in debug mode for remote debugging.
  • Setup and configure replication agents.
  • Setup and configure a Web Server.
  • Setup and Configure the Dispatcher.
  • Setup and manage OSGI configurations.
  • Manage user and groups.
  • Manage Access Control Level(ACL) permissions.
  • Install AEM on supported operating systems.

Type of questions you can expect in this section:-

  • You should know what are all operating systems Supported by AEM and how to install AEM on them.
  • How AEM runs on different Application server like on WebSphere we deploy a war file.
  • Basics of installations like what is default directory or path for AEM Installation.
  • What Felix service URl handler does?
  • Make yourself familiar with Sling Property file.
  • What is the name of AEM jar file which is used to run AEM ? Get familiar with
    significance of its name?
  • When setting up an AEM instance. What is the order of precedence for AEM run
    modes. For Ex you are having jar file, sling property and system property file? what is the actually order of precedence?
  • How replication works? Understand activate tree ? How to actually use a replication
    dispatcher ? what Binary replication does ? Setting up and configuring of dispatcher?
  • Familiar yourself with with virtual post? render?
  • Understand the architecture of dispatcher ? How dispatcher works using time stamp and
    stack file? URL cached in dispatcher ? whether query param in url gets cached by
    dispatcher or not? ans no
  • How to setup custom logger?
  • Many questions on config node?
  • Whether User takes precedence over group? – yes
  • Where ACL are stored?
  • What does * means – if you have an * in permission tab that means at least none entry is unaffected.

Most of the questions are directly picked from Security Checklist in this exam.
Please follow this link and get your self familiar with it. This is extremely important you can get 15% of questions from security checklist.
http://docs.adobe.com/docs/en/aem/6-0/administer/security/security-checklist.html

2) Building and deploying AEM projects and components :-
  • Configure a source control system to manage files in AEM.
  • Build and deploy AEM projects by using maven.
  • Create custom components and dialog’s.
  • create templates and page components.
  • create client libraries.
  • Very Few questions on Sightly – 1 or 2

Type of questions you can expect in this section:-

  • Extend out-of-the-box AEM component.
  • What vault import and export does? Basic command for using vault ?
    What Resolve does in aem?
  • What AUT.xml file does?
  • How maven works? How dependency works? Which maven plugin is bundle in aem? –
    Sling Plugin
  • Where Maven repository(mq) is located ?
  • Make yourself familiar with JCR API. Like what setProperty does? cq:ArrayConfig node do? Disable targeting using cq:ArrayConfig node?
  • How workflow works? Describe payload?
  • What are different types of xtype?
  • Understand what resource.adaptTo do ?
  • How to use clientlibs with sightly?
  • Get familiar with Sightly Syntax only.
  • How to get template path?
  • Where are design dialog property stored? how to access them?
  • How to turn off minification for client library?- in felix console setting
  • What defined in global.jsp?
  • What is overlay?
  • Best practices to create out-of-box component?
3) Building OSGI Services :-
  • Create custom OSGI Services.
  • Create and manage custom OSGI configuration.
  • Configure and manage OSGI services and bundles by using the Felix web console.

Type of questions you can expect in this section:-

  • How to manage Maven dependencies ?
  • Differences between osgi servlet vs sling servlet ?
  • How to create osgi services?
  • What closed user group do?
  • How OSGI services communicate with bundles using subcribers and publishers?
  • Understand OSGI Annotations?
  • Questions on config Node?
  • Why Persistance identity is used?
  • Resolution order for OSGI configuration nodes? ex:- you have repository node under apps->config, repository node under libs->config, repository node under launchpad->config?
  • How Filter.xml works with value and maven?
4) Troubleshooting AEM Projects :-
  • Create custom log files by using web console.
  • Configure and manage AEM log levels for specific AEM environments.
  • Given an option for starting AEM, selection the correct parameters(s) for starting AEM.
  • Troubleshooting caching issue related to dispatcher and browser.
  • Troubleshooting AEM configurations.

Type of questions you can expect in this section:-

  • How to restrict log size ? How to enable log file rotation?
  • Get overview of all log files . What each log file does ? For Ex. which file contains response time.
  • What happen if authentication header is not set? Will it be cached?
  • How dispatcher flush agent invalidate the cache?
  • How dispatcher update the cache?

Also see AEM Beginners Questions and answers

For more details Click Here

Spread the love

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.