Upload Button Icon Add office photos

Manhattan Associates

Compare button icon Compare button icon Compare

Filter interviews by

Manhattan Associates Technical Lead Interview Questions and Answers

Updated 9 Jun 2023

Manhattan Associates Technical Lead Interview Experiences

2 interviews found

Technical Lead Interview Questions & Answers

user image Nimisha Saju

posted on 9 Jun 2023

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
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 

(1 Question)

  • Q1. Explain Oops concept, dependency injection
  • Ans. 

    Oops concept is a programming paradigm based on objects and classes. Dependency injection is a design pattern used to remove hard-coded dependencies.

    • Oops concept focuses on objects, classes, inheritance, polymorphism, and encapsulation

    • Dependency injection is a design pattern where the dependencies of a class are injected from the outside rather than created within the class

    • Example of dependency injection is using const...

  • Answered by AI
Round 3 - Behavioral 

(1 Question)

  • Q1. Work experience, about projects done and behavioural questions
Round 4 - HR 

(1 Question)

  • Q1. What you expect from us
Round 5 - HR 

(1 Question)

  • Q1. Salary expectations

Skills evaluated in this interview

I applied via Recruitment Consulltant and was interviewed before Oct 2021. There were 4 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 

(1 Question)

  • Q1. You can prepare well on your profile it would be enough to crack interview
Round 3 - Technical 

(1 Question)

  • Q1. It will be more of managerial +technical round
Round 4 - One-on-one 

(1 Question)

  • Q1. This will be final round with the director which is purely managerial round

Interview Preparation Tips

Interview preparation tips for other job seekers - Just prepare well your resume which well help to clear interview.

Technical Lead Interview Questions Asked at Other Companies

Q1. 1. Explain 5 mins the flow from requirement analysis to productio ... read more
asked in Infosys
Q2. Managerial: 1) Explain any one past issue and its mitigation stra ... read more
asked in Wipro
Q3. What automation framework have you worked on?
asked in Cognizant
Q4. 1. Type of documentation for computer system validation. 2.Please ... read more
Q5. What is REST API? And the difference between GET, PUT, POST, DELE ... read more

Interview questions from similar companies

I applied via Naukri.com and was interviewed in Jan 2022. There was 1 interview round.

Round 1 - One-on-one 

(3 Questions)

  • Q1. Correct mislabelled jars problem.
  • Ans. 

    Correct mislabelled jars by relabelling them with correct labels.

    • Identify the mislabelled jars

    • Check the correct labels for each jar

    • Remove the mislabelled label

    • Apply the correct label to the jar

    • Ensure all jars are correctly labelled

  • Answered by AI
  • Q2. Reverse a number using recursion.
  • Ans. 

    Reverse a number using recursion.

    • Define a recursive function that takes the number as input

    • Base case: if the number is less than 10, return the number

    • Recursive case: return the last digit of the number concatenated with the result of calling the function with the number divided by 10

    • Call the function with the input number

  • Answered by AI
  • Q3. Questions on CTC and downplaying your experience and cheap bargain.

Interview Preparation Tips

Interview preparation tips for other job seekers - Interviewer didn't care to even read the resume beforehand, started with negging, and then moved on to 9th grade puzzles and elementary programming questions.
The first round was good, the hiring manager clearly explained the role, expectations and qualifications.
The next round proved to be bad.
The thing is, remember to ask for credentials of the interviewer before proceeding with the interview, most of them are just like bargaining in a fish market, like your CTC and experience. Makes it questionable on the job role.
Humble request: Please don't try to conduct interviews in this manner, in attempt to claim your superiority, company loses out on good candidates, just because you think you are interviewing PHDs, doesn't make you one: someone has had to study really hard to get there, and try to be honest with them if they don't fit the role.

Skills evaluated in this interview

I was interviewed before May 2021.

Round 1 - Aptitude Test 

Duration: 45 minutes
Topics: MCQ on C and C++, Quantitative Aptitude question from S. Chand and R.S. Agarwal

Round 2 - Coding Test 

Question-related to current work.
Questions on data structure, and topics include link list and trees.
C++: Inheritance, Vtable, and templates.

Interview Preparation Tips

Interview preparation tips for other job seekers - Practice easy to medium problems on HackerRank. And also brush up on quantitative aptitude questions to solve them in the given time.
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Recruitment Consulltant and was interviewed in Apr 2022. 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 

(1 Question)

  • Q1. OOP Concept, Design Patterns, Optimisation
Round 3 - HR 

(1 Question)

  • Q1. Salary Discussion

Interview Preparation Tips

Interview preparation tips for other job seekers - Don’t give any interviews without study.
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Simple array questions

Round 2 - One-on-one 

(2 Questions)

  • Q1. Difference between spring jpa and hibernate
  • Ans. 

    Spring JPA is a part of the Spring framework that provides an abstraction layer on top of JPA, while Hibernate is a standalone ORM framework.

    • Spring JPA is a part of the Spring framework and provides additional features like transaction management, dependency injection, and aspect-oriented programming.

    • Hibernate is a standalone ORM framework that provides mapping between Java objects and database tables, along with featu...

  • Answered by AI
  • Q2. What is cyclic barrier
  • Ans. 

    Cyclic barrier is a synchronization aid that allows a set of threads to wait for each other to reach a common barrier point.

    • Cyclic barrier is similar to CountDownLatch but can be reused after the barrier point is reached.

    • It is initialized with a count of the number of threads that must invoke await() before the barrier is tripped.

    • Threads wait at the barrier until all threads have invoked await(), then the barrier is re...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be strong in basics of coding.

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 Aug 2023. There were 3 interview rounds.

Round 1 - Coding Test 

Find smallest positive integer in an array which is missing in the array

Round 2 - Technical 

(2 Questions)

  • Q1. What is cyclic barrier ?
  • Ans. 

    Cyclic barrier is a synchronization aid that allows a set of threads to wait for each other to reach a common barrier point.

    • Cyclic barrier is similar to CountDownLatch but can be reused after the waiting threads are released.

    • It is initialized with a count of the number of threads that must invoke await() before the barrier is tripped.

    • Threads wait at the barrier until all threads have invoked await(), then the barrier i...

  • Answered by AI
  • Q2. Spring JPA vs Hibernate
  • Ans. 

    Spring JPA is a part of the Spring Data project that makes it easier to work with JPA. Hibernate is a popular ORM framework.

    • Spring JPA is a higher level abstraction on top of JPA, providing more features and simplifying development.

    • Hibernate is a powerful ORM framework that provides mapping between Java objects and database tables.

    • Spring JPA can be used with Hibernate as the underlying ORM provider.

    • Hibernate offers mor...

  • Answered by AI
Round 3 - HR 

(2 Questions)

  • Q1. Current Roles and responsibilities
  • Ans. 

    As a Technical Lead, my current roles and responsibilities include overseeing the technical aspects of projects, providing guidance to team members, and ensuring successful project delivery.

    • Overseeing technical aspects of projects

    • Providing guidance to team members

    • Ensuring successful project delivery

  • Answered by AI
  • Q2. Willing to relocate
  • Ans. 

    Yes, I am willing to relocate for the right opportunity.

    • I am open to relocating for a challenging role that aligns with my career goals.

    • I have relocated for previous job opportunities and have found it to be a positive experience.

    • I understand the importance of being flexible and adaptable in today's job market.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be calm and positive

Skills evaluated in this interview

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

I applied via LinkedIn and was interviewed in Apr 2024. There was 1 interview round.

Round 1 - Coding Test 

Decorators, generators,

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

(1 Question)

  • Q1. Angular interview questions
Round 2 - Technical 

(1 Question)

  • Q1. Angular interview questions
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed before Dec 2021. There were 4 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 - One-on-one 

(1 Question)

  • Q1. Basic Core java questions linked list reversal,Minimum element in BST
Round 3 - Technical 

(1 Question)

  • Q1. Messaging System Design.
  • Ans. 

    Messaging system design involves creating a system for exchanging messages between users or applications.

    • Identify the messaging needs of the system and its users

    • Choose a messaging protocol and architecture that fits those needs

    • Consider scalability, reliability, and security

    • Design for fault tolerance and error handling

    • Implement features such as message queuing, routing, and filtering

    • Examples of messaging systems include...

  • Answered by AI
Round 4 - HR 

(1 Question)

  • Q1. Normal HR questions like Why you want to join SAP labs

Interview Preparation Tips

Interview preparation tips for other job seekers - Focus on Core Java,DS Algos and Low level design.Questions like Low level design for Messaging system.

Skills evaluated in this interview

Manhattan Associates Interview FAQs

How many rounds are there in Manhattan Associates Technical Lead interview?
Manhattan Associates interview process usually has 4-5 rounds. The most common rounds in the Manhattan Associates interview process are Technical, HR and Resume Shortlist.
How to prepare for Manhattan Associates Technical Lead 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 Manhattan Associates. The most common topics and skills that interviewers at Manhattan Associates expect are Core Java, Monitoring, Troubleshooting, Analytical and Debugging.
What are the top questions asked in Manhattan Associates Technical Lead interview?

Some of the top questions asked at the Manhattan Associates Technical Lead interview -

  1. Explain Oops concept, dependency inject...read more
  2. This will be final round with the director which is purely managerial ro...read more
  3. You can prepare well on your profile it would be enough to crack interv...read more

Tell us how to improve this page.

Manhattan Associates Technical Lead Interview Process

based on 1 interview

Interview experience

4
  
Good
View more
Manhattan Associates Technical Lead Salary
based on 228 salaries
₹13 L/yr - ₹36.4 L/yr
37% more than the average Technical Lead Salary in India
View more details

Manhattan Associates Technical Lead Reviews and Ratings

based on 17 reviews

4.3/5

Rating in categories

3.5

Skill development

4.2

Work-life balance

4.1

Salary

4.5

Job security

4.0

Company culture

4.0

Promotions

3.7

Work satisfaction

Explore 17 Reviews and Ratings
Software Engineer
699 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Software Engineer
414 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Technical Lead
228 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Technical Analyst
102 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Consultant
84 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare Manhattan Associates with

Blue Yonder

3.9
Compare

SAP

4.2
Compare

Oracle

3.7
Compare

Infor Global Solution

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