AEM Developer interview Questions
- AEM Stack Technology or AEM architecture?
- AEM 6.3 vs 6.4 vs 6.5 vs Cloud
- 6.5 vs Cloud?
- How do you identify the components , by using UX design?
- How do you Proxy /Overlay a Component?
- How do you Override /extend a Component?
- How do you create a component from scrath in touch ui?
- sling:resourceSuperType vs Sling:resourceType?
- Name few Sling:resourceType in dialogue?
- What are cq:editconfig?
- What are cq:listeners?
- What are cq:dropTargets?
- What are cq:inPlaceediting?
- What is richtext?
- What are Style Systems and how do you implement them? Refer: Style System | Adobe Experience Manager
- What are few core components you used in your project?
- Which have more preference apps or libs?
- What is sling resource merger? Refer: Using the Sling Resource Merger in AEM | Adobe Experience Manager
- What are the properties in Sling resource Merger?
- Where are Pages stored and in which format?
- How does Sling resolution happens for /test/a/b.selector.json and /b.selector.json Refer: Sling Cheatsheet | Adobe Experience Manager
- Where are components authored content stored in AEM?
- What are Templates?
- What are the policies in editable templates?
- Where are editable templates stored?
- Page Policies vs Component level Policies?
- Dialog vs Design Dialog?
- How do you create editable templates?
- What is structure vs initial content?
- Explain procedure to create editable template?
- What is template type?
- Can we create a template without Template type?
- What are clientLibraries?
- Main properties of clientlibraries?
- embed vs dependencies?
- I have 2 clientLibraries with same category name and loading that clientLibrary then which client library will load ? Both or 1st loaded or 2nd loaded?
- Name few tags in slightly?
- properties vs pageProperties vs inheritedPageproperties?
- How do you call a sling model in sightly?
- How do you add a component in sightly?
- How do you add html or jsp in another html using sightly?
- data-sly-list vs data-sly-repeat?
- How do you write if condition in sightly?
- What is ternary operator in sightly?
- What is data-sly-template?
- How do you call use js in sightly?
- Life cycle of a bundle in AEM?
- Sling Models Annotations?
- Difference between SlingHttpRequest.class vs Resource.class as adaptables in Model?
- What is use of Postconstruct in sling Model?
- What will get executed first @inject/@valueMapvalue or @Postconstruct in sling Model?
- How do you pass Parameters from sightly to sling Model?
- How do you get Service in a sling Model?
- Difference between ValueMap vs ValueMapValue vs Inject in sling Model?
- How you export sling model as Json?
- Get Default Api(ResourceResolver/Resource) objects in sling Model?
- What are Run modes?
- How does run modes load when starting an aem instance?
- what is OSGI Configurations?
- Name few annotations used to write OSGI Configuration?
- What is Service and annotations used in Service?
- Service vs Component?
- How do you create a service?
- Explain a challenging service you wrote?
- What is Servlet?
- Ways of registering a servlet?
- resourceType vs Path in servlet?
- How do you call a servlet?
- SlingAllMethodServlet vs SlingSafe Servlet?
- I have a String called "/content/us/en/home", How can i read the Page properties in Sling Model, Servlet, Service,Sightly?
- I want to run a Service at a particular point of time , in that case how do you implement?
- What are schedulers?
- What are workflows? Refer: Developing and Extending Workflows | Adobe Experience Manager
- How do you write a Custom Workflow?
- What is Payload and how do you get in Workflow?
- What is Process step?
- What is Dynamic Participant step vs Participant Step?
- What are Experience Fragments vs Content Fragments?
- Where do you check logs in AEM?
- What is Sling Dynamic Include?
- Name few APIs used in AEM? (Page,PageManager,QueryBuilder,Asset,UserManager,Resource,ResourceResolver, Session,Tag,TagManager,Assetmanager etc.,)
- How many we can query a AEM Repository?
- How do you retrieve Nested Multifield Values in sling Model?
- What is Replication?
- Where do you configure replication Agents?
- What is reverse replication?
- How does Invalidate cache happens and what is the use of it?
- What is the architecture of your Project?
- How do you make a component not to cache in dispatcher?
- Name few Dispatcher configurations? Refer:Configuring Dispatcher | Adobe Experience Manager
- How do you create a project in React? Refer: Getting Started with the AEM SPA Editor and React | Adobe Experience Manager
- What is the main file in react js?
- Have you used Adobe launch/Target/Analytics?
- What are cloud configurations in AEM? Refer: Cloud Service Configurations | Adobe Experience Manager
- What is package Manger?
- What is Pom file?
- I want to add an external jar into project how can i add and use in the code?
- What is CI/CD Tools used in your Project?
- What is Maven?
- What is the code repository you use and what is the process you follow?
- Git commands? Refer: education.github.com
Note: Along with that they may ask Core java questions like for each loop,collections,Array,Strings,Streams
For more information on Authoring, go through the below url.
Comments
Post a Comment