Upload Button Icon Add office photos
Engaged Employer

i

This company page is being actively managed by Techouts Team. If you also belong to the team, you can get access from here

Techouts Verified Tick

Compare button icon Compare button icon Compare
3.4

based on 80 Reviews

Filter interviews by

Techouts AEM Developer Interview Questions and Answers

Updated 1 Aug 2024

Techouts AEM Developer Interview Experiences

1 interview found

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Company Website and was interviewed before Aug 2023. There were 2 interview rounds.

Round 1 - Coding Test 

Java based assessment questions

Round 2 - Aptitude Test 

Logical and reasoning

Interview questions from similar companies

Interview experience
3
Average
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed in Jul 2023. There were 2 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Keep your resume crisp and to the point. A recruiter looks at your resume for an average of 6 seconds, make sure to leave the best impression.
View all tips
Round 2 - Technical 

(3 Questions)

  • Q1. MSM experience fragments
  • Q2. Basics of aem site, deployment process, and support work
  • Q3. Some examples of production support
  • Ans. 

    Production support involves maintaining and troubleshooting software applications in a live environment.

    • Monitoring application performance and availability

    • Resolving technical issues and bugs reported by users

    • Implementing hotfixes and patches to address critical issues

    • Performing regular maintenance tasks to ensure system stability

    • Providing technical support to end users

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Systems Plus AEM Developer interview:
  • Aem sites
  • Production Support
  • Production deployment process
Interview preparation tips for other job seekers - Only support work is there

Skills evaluated in this interview

Interview experience
2
Poor
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Job Portal and was interviewed in Sep 2024. There were 4 interview rounds.

Round 1 - Coding Test 

2 DSA question was asked

Round 2 - Aptitude Test 

40 questions in 20 minutes

Round 3 - Technical 

(2 Questions)

  • Q1. Stones games 2 leetcode
  • Q2. Permutations of array
  • Ans. 

    Generate all possible permutations of an array of strings

    • Use recursion to generate permutations

    • Swap elements to create different permutations

    • Base case: when array size is 1, return array as permutation

  • Answered by AI
Round 4 - Technical 

(1 Question)

  • Q1. Project discussion

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-

I applied via Walk-in

Round 1 - Technical 

(2 Questions)

  • Q1. How make a queue using a stack
  • Ans. 

    To implement a queue using a stack, use two stacks and simulate the queue operations.

    • Use two stacks, one for enqueue operation and one for dequeue operation.

    • For enqueue operation, simply push elements onto the stack used for enqueueing.

    • For dequeue operation, if the dequeue stack is empty, pop all elements from enqueue stack and push onto dequeue stack.

    • Then pop from the dequeue stack to simulate dequeue operation.

  • Answered by AI
  • Q2. Create a linked list
  • Ans. 

    A linked list is a data structure consisting of nodes where each node points to the next node in the sequence.

    • Create a Node class with data and next pointer

    • Initialize a head pointer to null

    • Add nodes by updating next pointers

    • Traverse the list by following next pointers

  • Answered by AI

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Recruitment Consulltant and was interviewed in May 2024. There were 2 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Lookup vs graphlookup in mongodb
  • Ans. 

    Lookup is used to perform a left outer join in MongoDB, while graphlookup is used to perform recursive graph traversal.

    • Lookup is used to perform a left outer join between two collections in MongoDB.

    • Graphlookup is used to perform recursive graph traversal in a collection that contains graph data.

    • Lookup can only perform a single level join, while graphlookup can perform multiple levels of traversal.

    • Lookup is faster than

  • Answered by AI
  • Q2. Count frequency of each character in string
  • Ans. 

    Use a hashmap to count the frequency of each character in a string.

    • Create a hashmap to store characters as keys and their frequencies as values.

    • Iterate through the string and update the hashmap accordingly.

    • Return the hashmap with character frequencies.

  • Answered by AI
Round 2 - Technical 

(2 Questions)

  • Q1. Create a rest api all the way from controller to repository using NOTEPAD
  • Ans. 

    Creating a REST API from controller to repository using NOTEPAD

    • Create a controller class with mapping annotations for REST endpoints

    • Implement service layer to handle business logic and interact with repository

    • Define repository interface with methods for data access operations

    • Use Spring Boot for easy setup and configuration

    • Test API endpoints using tools like Postman

  • Answered by AI
  • Q2. Couldnt write custom mongodb query at repository layer in notepad which rejected my candidature.

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-

I applied via Job Portal

Round 1 - Coding Test 

60mintues DSA level coding exam

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

It is MCQ based test which contain both aptitude and technical question

Round 2 - Technical 

(1 Question)

  • Q1. Technical question was asked
Round 3 - HR 

(1 Question)

  • Q1. HR question was asked
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via Walk-in and was interviewed in Sep 2023. There was 1 interview round.

Round 1 - One-on-one 

(1 Question)

  • Q1. Java based , collection framework related

Interview Preparation Tips

Interview preparation tips for other job seekers - They didn't not even revert saying if were are selected or not
Interview experience
2
Poor
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I was interviewed in Oct 2023.

Round 1 - Technical 

(1 Question)

  • Q1. Difference between list and map
  • Ans. 

    List is an ordered collection of elements, while map is a collection of key-value pairs.

    • List maintains the order of elements, while map does not guarantee any specific order.

    • List allows duplicate elements, while map does not allow duplicate keys.

    • In a list, elements are accessed by their index, while in a map, elements are accessed by their keys.

  • Answered by AI

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed in Jul 2023. There were 2 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Don’t add your photo or details such as gender, age, and address in your resume. These details do not add any value.
View all tips
Round 2 - Technical 

(3 Questions)

  • Q1. MSM experience fragments
  • Q2. Basics of aem site, deployment process, and support work
  • Q3. Some examples of production support
  • Ans. 

    Production support involves maintaining and troubleshooting software applications in a live environment.

    • Monitoring application performance and availability

    • Resolving technical issues and bugs reported by users

    • Implementing hotfixes and patches to address critical issues

    • Performing regular maintenance tasks to ensure system stability

    • Providing technical support to end users

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Systems Plus AEM Developer interview:
  • Aem sites
  • Production Support
  • Production deployment process
Interview preparation tips for other job seekers - Only support work is there

Skills evaluated in this interview

Techouts Interview FAQs

How many rounds are there in Techouts AEM Developer interview?
Techouts interview process usually has 2 rounds. The most common rounds in the Techouts interview process are Coding Test and Aptitude Test.
How to prepare for Techouts AEM Developer interview?
Go through your CV in detail and study all the technologies mentioned in your CV. Prepare at least two technologies or languages in depth if you are appearing for a technical interview at Techouts. The most common topics and skills that interviewers at Techouts expect are Data Structures, Hibernate, J2Ee, JQuery and Java.

Tell us how to improve this page.

Techouts AEM Developer Interview Process

based on 1 interview

Interview experience

4
  
Good
View more
Techouts AEM Developer Salary
based on 11 salaries
₹3.8 L/yr - ₹5.5 L/yr
39% less than the average AEM Developer Salary in India
View more details

Techouts AEM Developer Reviews and Ratings

based on 1 review

5.0/5

Rating in categories

5.0

Skill development

5.0

Work-life balance

4.0

Salary

5.0

Job security

5.0

Company culture

5.0

Promotions

5.0

Work satisfaction

Explore 1 Review and Rating
Software Developer
64 salaries
unlock blur

₹2.4 L/yr - ₹8.5 L/yr

Software Engineer
35 salaries
unlock blur

₹2.7 L/yr - ₹12.4 L/yr

Senior Software Engineer
24 salaries
unlock blur

₹5.8 L/yr - ₹24 L/yr

Senior Software Developer
14 salaries
unlock blur

₹6.5 L/yr - ₹18 L/yr

Hybris Developer
12 salaries
unlock blur

₹3.8 L/yr - ₹5.6 L/yr

Explore more salaries
Compare Techouts with

Infosys

3.6
Compare

TCS

3.7
Compare

Wipro

3.7
Compare

HCLTech

3.5
Compare
Did you find this page helpful?
Yes No
write
Share an Interview