Certifications
are excellent for boosting your personal career. This helps you gain deep
knowledge in particular area. Many of the employers hire people based on the
certification. It shows an employer that you have discipline,
are serious about your career and that you have some form of demonstrated
technical ability.
AEM 6.0 Developer Certification questions are based on the following contents
Domain Percent of exam
Installing and configuring an AEM environment 21%
Building and deploying AEM Projects 10%
Building AEM Components 24%
Building OSGi Services 21%
Troubleshooting AEM Projects 24%
Lets start with the topics one by one
Installing and configuring an AEM environment :-
AEM comes with 2 forms :
1) cq-quickstart-6.0.0.jar :- executable jar file which includes everything needed to get up and running
2) cq-quickstart-6.0.0.war :- war file for deployment in a third party application server
In addition, you also need to have a licencing information which comes in license.properties
For standalone installation please refer this link
https://docs.adobe.com/docs/en/aem/6-1/deploy.html#par_title_11
You should also refer custom standalone installation
https://docs.adobe.com/docs/en/aem/6-1/deploy/custom-standalone-install.html
Few examples of renaming the jar file and the installed instance type
File Name Instance type
Cq.jar Author instance on port 8080
Publish.jar Author instance on port 8080
Cq-publish-4502 Publish instance on port 4502
Cq-author-4502 Author instance on port 4502
Apart from this , you must go through how to configure run modes.
example :- samplecontent , nosamplecontent
how to install cq5 in production runmode. ?
Can we change the runmode once the cq5 is installed ?
How to remove GeoMetrixx packages ? Can we remove all the packages at one shot?
By default repository is stored under crx-quickstart/repository can we install this repository under c:/myrepository ?
How to install cq5 in Amazon cloud ? How to install publish instance on Amazon ?
After installing cq5 ,cq5-author-4502 , can we change it to publish instance just by renaming the jar to cq5-publish-4502 ?
Check all the log files and it's function , what type of information it stores. e.g:- error.log file will store all the errors or warnings or info , request.log file stores request response information
Go through the complete documentation available on ClientLib
https://docs.adobe.com/docs/en/aem/6-0/develop/the-basics/clientlibs.html
No comments:
Post a Comment