Upload Button Icon Add office photos
Engaged Employer

i

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

TO THE NEW Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

TO THE NEW Adobe AEM Developer Interview Questions and Answers

Updated 15 Sep 2022

TO THE NEW Adobe AEM Developer Interview Experiences

2 interviews found

I applied via LinkedIn and was interviewed in Aug 2022. There were 4 interview rounds.

Round 1 - Aptitude Test 

Basic aptitude ,logical and cs fundamental questions.

Round 2 - Technical 

(3 Questions)

  • Q1. Asked about resume , projects , OOPs , and question to implement any sorting algo
  • Q2. Implement Bubble sort algorithm
  • Ans. 

    Bubble sort algorithm sorts an array by repeatedly swapping adjacent elements if they are in wrong order.

    • Compare adjacent elements and swap them if they are in wrong order

    • Repeat this process until the array is sorted

    • Time complexity is O(n^2)

    • Space complexity is O(1)

    • Example: ['apple', 'banana', 'orange', 'grape'] -> ['apple', 'banana', 'grape', 'orange']

  • Answered by AI
  • Q3. No question asked because no third technical interview.
Round 3 - Technical 

(2 Questions)

  • Q1. Interview is based on projects , 1 technical question, and data structure choose question.
  • Q2. Check for balanced parenthesis.
  • Ans. 

    Check for balanced parenthesis in a string.

    • Use a stack to keep track of opening parenthesis

    • If a closing parenthesis is encountered, pop from stack and check if it matches

    • If stack is empty at the end, the string has balanced parenthesis

  • Answered by AI
Round 4 - HR 

(1 Question)

  • Q1. Hobbies, strengths , weakness , future goals, etc.

Interview Preparation Tips

Topics to prepare for TO THE NEW Adobe AEM Developer interview:
  • Data Structures
  • Algorithms
  • Fundamentals
  • OOPS
Interview preparation tips for other job seekers - always say what you are and be genuine.
prepare well and one day you will crack it. 😃😃😎😎

Skills evaluated in this interview

I applied via Campus Placement and was interviewed in Nov 2021. There were 4 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. Only focus on java
  • Q2. Oops concepts

Interview Preparation Tips

Interview preparation tips for other job seekers - Do this and you are all set

Adobe AEM Developer Interview Questions Asked at Other Companies

asked in Genpact
Q1. Sightly Implicity objects?? Diff b/n Sling Resource Type And Slin ... read more
asked in Infosys
Q2. Explain any implementation of components creation with backend co ... read more
Q3. What is HTML, CSS and Javascipt
asked in Infosys
Q4. Name few annotations used for creation of sling models and servle ... read more
Q5. What is Jquery and its applications

Interview questions from similar companies

Interview Questionnaire 

1 Question

  • Q1. This interview wada technical one but was majorly a stress test the interviewer wanted to test both my knowledge and communication skills

I applied via Approached by Company and was interviewed before Nov 2021. There were 3 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 

(2 Questions)

  • Q1. Java 8 spring boot question
  • Q2. Problem solving in java 8
Round 3 - Technical 

(2 Questions)

  • Q1. Based on the project you worked on
  • Q2. Problem solving in java and ds

Interview Preparation Tips

Interview preparation tips for other job seekers - Overall good interview experience and interviewer is friendly and help us to know which we lack
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(5 Questions)

  • Q1. Cycle sort based question
  • Q2. Streams api, optional, lambda implementation
  • Q3. Hashmap iteration ways
  • Ans. 

    There are multiple ways to iterate over a HashMap in Java.

    • Using keySet() and values() methods

    • Using entrySet() method

    • Using forEach() method with lambda expression

  • Answered by AI
  • Q4. Method overriding based code question -> guess the output
  • Ans. 

    Method overriding in Java with code example

    • Output will be 'Child class method' as the method in Child class overrides the method in Parent class

    • Method overriding is a feature that allows a subclass to provide a specific implementation of a method that is already provided by its superclass

    • The method in the subclass should have the same name, return type, and parameters as the method in the superclass

  • Answered by AI
  • Q5. Write API to save data
  • Ans. 

    API to save data in Java

    • Use HTTP POST method to send data to the server

    • Create a RESTful endpoint to handle the data saving

    • Validate the input data before saving it to the database

  • Answered by AI

Skills evaluated in this interview

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

(2 Questions)

  • Q1. Angular basics regarding lifecycle hooks, rxjs, data bindingetc
  • Q2. Coding to find the common characters comparing 3 strings
  • Ans. 

    Finding common characters in 3 strings using coding

    • Create a function that takes in 3 strings as input

    • Iterate through each character of the first string and check if it exists in the other 2 strings

    • Store the common characters in an array and return it

  • Answered by AI

Skills evaluated in this interview

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

(2 Questions)

  • Q1. Fetch all the duplicate values from an array
  • Ans. 

    To fetch all duplicate values from an array of strings

    • Iterate through the array and store each element in a HashSet

    • If an element is already in the HashSet, it is a duplicate value

    • Add the duplicate values to a separate list and return it

  • Answered by AI
  • Q2. Java 8 streams api

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Contiguous array in java

Round 2 - Technical 

(2 Questions)

  • Q1. Microservices architecture
  • Q2. Saga design pattern
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
-
Result
Not Selected

I applied via Recruitment Consulltant and was interviewed in Mar 2024. There was 1 interview round.

Round 1 - Technical 

(5 Questions)

  • Q1. Display a list of items using Pagination concept in React using any online coding editor.
  • Ans. 

    Display a list of items using Pagination concept in React

    • Create a list of items to display

    • Implement pagination logic to display a limited number of items per page

    • Add navigation buttons to switch between pages

  • Answered by AI
  • Q2. Check if pair sum exists in the array (Two Sum)?
  • Ans. 

    Check if pair sum exists in the array using a hash map.

    • Use a hash map to store the difference between the target sum and each element in the array.

    • Iterate through the array and check if the current element exists in the hash map.

    • Return true if a pair sum exists, otherwise return false.

  • Answered by AI
  • Q3. React LifeCycle?
  • Q4. How do you improve the performance of a website?
  • Ans. 

    Improving website performance involves optimizing code, reducing server requests, using caching, and optimizing images.

    • Optimize code by minifying CSS, JavaScript, and HTML

    • Reduce server requests by combining files and using asynchronous loading

    • Utilize caching techniques like browser caching and server-side caching

    • Optimize images by resizing, compressing, and using modern image formats like WebP

  • Answered by AI
  • Q5. What is NextJS?
  • Ans. 

    NextJS is a React framework that allows for server-side rendering and static site generation.

    • NextJS is built on top of React, providing features like server-side rendering and static site generation.

    • It simplifies the process of building React applications by handling routing, code splitting, and more out of the box.

    • NextJS also supports API routes for serverless functions and data fetching.

    • It offers features like automa...

  • Answered by AI

Skills evaluated in this interview

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

I applied via Recruitment Consulltant and was interviewed before Jun 2023. There were 2 interview rounds.

Round 1 - Coding Test 

Construct binary tree from expression

Round 2 - Technical 

(2 Questions)

  • Q1. Microservices patterns
  • Q2. Circuit breaker

TO THE NEW Interview FAQs

How many rounds are there in TO THE NEW Adobe AEM Developer interview?
TO THE NEW interview process usually has 4 rounds. The most common rounds in the TO THE NEW interview process are Technical, Aptitude Test and HR.
What are the top questions asked in TO THE NEW Adobe AEM Developer interview?

Some of the top questions asked at the TO THE NEW Adobe AEM Developer interview -

  1. check for balanced parenthes...read more
  2. Implement Bubble sort algori...read more
  3. asked about resume , projects , OOPs , and question to implement any sorting al...read more

Tell us how to improve this page.

Interview Questions from Similar Companies

ITC Infotech Interview Questions
3.6
 • 338 Interviews
CitiusTech Interview Questions
3.4
 • 274 Interviews
NeoSOFT Interview Questions
3.6
 • 268 Interviews
Tiger Analytics Interview Questions
3.7
 • 227 Interviews
Episource Interview Questions
3.9
 • 220 Interviews
Altimetrik Interview Questions
3.8
 • 220 Interviews
Xoriant Interview Questions
4.1
 • 183 Interviews
Incedo Interview Questions
3.1
 • 182 Interviews
View all
Senior Software Engineer
614 salaries
unlock blur

₹9 L/yr - ₹27.5 L/yr

Software Engineer
568 salaries
unlock blur

₹3.5 L/yr - ₹13.8 L/yr

Associate Technical Leader
219 salaries
unlock blur

₹13.8 L/yr - ₹36 L/yr

Senior Quality Engineer
178 salaries
unlock blur

₹7 L/yr - ₹22.5 L/yr

Devops Engineer
161 salaries
unlock blur

₹4.5 L/yr - ₹14 L/yr

Explore more salaries
Compare TO THE NEW with

ITC Infotech

3.6
Compare

CMS IT Services

3.1
Compare

KocharTech

3.9
Compare

Xoriant

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