Expand my Community achievements bar.

Dive into Adobe Summit 2024! Explore curated list of AEM sessions & labs, register, connect with experts, ask questions, engage, and share insights. Don't miss the excitement.
SOLVED

AEM 6.0 Developer Exam Preparation.

Avatar

Level 1

I would like to appear for AEM 6.0 Developer Exam and want to know whether I can expect any questions from Sightly. I did prepared for 5.6 and also looks like exam topics are almost same for both 5.6 and 6.0, so before appearing for the exam I want to know what extra topics are added in AEM 6.0. 

1 Accepted Solution

Avatar

Correct answer by
Former Community Member

I would expect that there are questions on sightly since it is important in AEM 6 and since it takes the place of JSP. I would review the documentation on sightly if you are not familiar with it, and go through articles links that are located on the experience delivers page. 

Here are some links: 

http://blogs.adobe.com/experiencedelivers/

https://docs.adobe.com/docs/en/aem/6-0/develop/sightly.html

Also, on the Adobe Experience Manager Help site, there is a tutorial on creating a sighlty component. Here is a link: https://helpx.adobe.com/experience-manager/using/creating-sightly-component.html

These are the sites that I used when I was preparing to take the exam.

View solution in original post

2 Replies

Avatar

Level 10

As Sightly is an important part of AEM 6, there is a good chance it is part of the exam. Here you will find a link to the Ask the AEM community playback  of Slightly:

http://scottsdigitalcommunity.blogspot.ca/2015/01/upcoming-sessions-of-ask-aem-community.html

There is also more info in the AEM docs.

Avatar

Correct answer by
Former Community Member

I would expect that there are questions on sightly since it is important in AEM 6 and since it takes the place of JSP. I would review the documentation on sightly if you are not familiar with it, and go through articles links that are located on the experience delivers page. 

Here are some links: 

http://blogs.adobe.com/experiencedelivers/

https://docs.adobe.com/docs/en/aem/6-0/develop/sightly.html

Also, on the Adobe Experience Manager Help site, there is a tutorial on creating a sighlty component. Here is a link: https://helpx.adobe.com/experience-manager/using/creating-sightly-component.html

These are the sites that I used when I was preparing to take the exam.

The following has evaluated to null or missing: ==> liqladmin("SELECT id, value FROM metrics WHERE id = 'net_accepted_solutions' and user.id = '${acceptedAnswer.author.id}'").data.items [in template "analytics-container" at line 83, column 41] ---- Tip: It's the step after the last dot that caused this error, not those before it. ---- Tip: If the failing expression is known to be legally refer to something that's sometimes null or missing, either specify a default value like myOptionalVar!myDefault, or use <#if myOptionalVar??>when-present<#else>when-missing. (These only cover the last step of the expression; to cover the whole expression, use parenthesis: (myOptionalVar.foo)!myDefault, (myOptionalVar.foo)?? ---- ---- FTL stack trace ("~" means nesting-related): - Failed at: #assign answerAuthorNetSolutions = li... [in template "analytics-container" at line 83, column 5] ----