Upload Button Icon Add office photos

Manhattan Associates

Compare button icon Compare button icon Compare

Filter interviews by

Manhattan Associates Interview Questions, Process, and Tips

Updated 10 Jan 2025

Top Manhattan Associates Interview Questions and Answers

View all 18 questions

Manhattan Associates Interview Experiences

Popular Designations

39 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

Technical Lead Interview Questions asked at other Companies

Q1. 1. Explain 5 mins the flow from requirement analysis to production deployment and tools used in the process. 2. What is auto-scaling in a microservices architecture? 3. Difference between micro-service and serverless. 4. If you were going t... read more
View answer (4)
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed before Dec 2023. There were 3 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Question about spring boot, multithreading
Round 2 - One-on-one 

(1 Question)

  • Q1. Managerial round
Round 3 - HR 

(1 Question)

  • Q1. Director and hr round

Top Manhattan Associates Software Engineer Interview Questions and Answers

Q1. How to pour exact half water from one container to other without knowing the measurements?
View answer (2)

Software Engineer Interview Questions asked at other Companies

Q1. Bridge and torch problem : Four people come to a river in the night. There is a narrow bridge, but it can only hold two people at a time. They have one torch and, because it's night, the torch has to be used when crossing the bridge. Person... read more
View answer (169)

Technical Lead - Quality Interview Questions & Answers

user image Gorav Gupta

posted on 1 Aug 2024

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

I applied via Referral and was interviewed before Aug 2023. There were 3 interview rounds.

Round 1 - Coding Test 

Questions from Array, String

Round 2 - Technical 

(2 Questions)

  • Q1. About Java - Basic OOPs, Stream APIs
  • Q2. Selenium and Rest Assured
Round 3 - HR 

(1 Question)

  • Q1. General discussions
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Recruitment Consulltant and was interviewed before Nov 2023. There was 1 interview round.

Round 1 - Coding Test 

Sliding window related question

Software Developer Interview Questions asked at other Companies

Q1. Maximum Subarray SumGiven an array of numbers, find the maximum sum of any contiguous subarray of the array. For example, given the array [34, -50, 42, 14, -5, 86], the maximum sum would be 137, since we would take elements 42, 14, -5, and ... read more
View answer (39)

Manhattan Associates interview questions for popular designations

 Software Engineer

 (14)

 Senior Software Engineer

 (4)

 Software Developer

 (4)

 Java Developer

 (2)

 Quality Analyst

 (2)

 Technical Analyst

 (2)

 Technical Lead

 (2)

 Angular Frontend Developer

 (1)

Interview experience
1
Bad
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Approached by Company and was interviewed before Jun 2023. There was 1 interview round.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Basics java questions
  • Q2. Basics of springboot

Interview Preparation Tips

Interview preparation tips for other job seekers - Don’t join tlm team in cso.
Worst manager is Sreekantha and Pradeepa. Both are technically incompetent and do micromanaging. No development work only log and debug. Issue resolution that’s it. No development work ever.

Technical Analyst Interview Questions asked at other Companies

Q1. Write a program to get a employee list whose salary is greater than 50k and grade is above from A, Use Java 8 stream to get the list
View answer (2)

Get interview-ready with Top Manhattan Associates Interview Questions

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

(2 Questions)

  • Q1. What's is your name?
  • Ans. 

    My name is [Your Name].

    • My name is [Your Name].

    • I go by the name [Your Name].

    • You can call me [Your Name].

  • Answered by AI
  • Q2. What is your address?
  • Ans. 

    The question is unrelated to the software testing field.

    • The question is asking for personal information, which is not relevant to the job.

    • It is important to focus on answering questions related to software testing and your qualifications for the role.

    • Avoid providing personal information in a job interview unless it is directly related to the position.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Basics are enough to be in bench and I will conference

Softwaretest Engineer Interview Questions asked at other Companies

Q1. What is boundary value analysis? How do u perform boundary value testing for User ID & Password textfields in login page?
View answer (2)
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed before Feb 2023. There were 3 interview rounds.

Round 1 - Technical 

(3 Questions)

  • Q1. Java basic, Framework questions
  • Q2. Springboot related
  • Q3. Core java all concepts
Round 2 - Technical 

(2 Questions)

  • Q1. Managerial round
  • Q2. Tech and Management Question
Round 3 - HR 

(1 Question)

  • Q1. Salaey discussion

Senior Software Engineer Interview Questions asked at other Companies

Q1. Nth Prime Number Problem Statement Find the Nth prime number given a number N. Explanation: A prime number is greater than 1 and is not the product of two smaller natural numbers. A prime number has exactly two distinct positive divisors: 1... read more
View answer (1)

Software Engineer Interview Questions & Answers

user image sanjana viswanathuni

posted on 6 Mar 2024

Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed before Mar 2023. There were 2 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. What are the different types of joins in SQL?
  • Ans. 

    Different types of joins in SQL include INNER JOIN, LEFT JOIN, RIGHT JOIN, and FULL JOIN.

    • INNER JOIN: Returns rows when there is at least one match in both tables.

    • LEFT JOIN: Returns all rows from the left table and the matched rows from the right table.

    • RIGHT JOIN: Returns all rows from the right table and the matched rows from the left table.

    • FULL JOIN: Returns rows when there is a match in one of the tables.

  • Answered by AI
Round 2 - Technical 

(1 Question)

  • Q1. Related to projects you have done

Skills evaluated in this interview

Top Manhattan Associates Software Engineer Interview Questions and Answers

Q1. How to pour exact half water from one container to other without knowing the measurements?
View answer (2)

Software Engineer Interview Questions asked at other Companies

Q1. Bridge and torch problem : Four people come to a river in the night. There is a narrow bridge, but it can only hold two people at a time. They have one torch and, because it's night, the torch has to be used when crossing the bridge. Person... read more
View answer (170)

QA Engineer Interview Questions & Answers

user image Anonymous

posted on 12 Aug 2022

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

Round 1 - Technical 

(1 Question)

  • Q1. Basic selenium, rest assured,java small programs.
Round 2 - Technical 

(1 Question)

  • Q1. Java collections, different api methods and response code.selenium code to find broken links in a web page.

Interview Preparation Tips

Interview preparation tips for other job seekers - Basic java programs on strings and using collections.basic selenium questions

QA Engineer Interview Questions asked at other Companies

Q1. 80 pairs of socks in a dark room, 40 black, 40 white, how many minimum number of socks need to be taken out to get 15 pairs of socks
View answer (9)
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed before Feb 2023. There were 2 interview rounds.

Round 1 - One-on-one 

(1 Question)

  • Q1. Code snippet will be give, provide output Questions on ooops, java 8 programming
Round 2 - One-on-one 

(1 Question)

  • Q1. Write a program to reverse a link list
  • Ans. 

    Program to reverse a linked list

    • Create a function to reverse the linked list by changing the next pointers

    • Use three pointers to keep track of current, previous, and next nodes

    • Iterate through the list and update the pointers accordingly

    • Return the new head of the reversed linked list

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well on java and java 8

Skills evaluated in this interview

Software Developer Interview Questions asked at other Companies

Q1. Maximum Subarray SumGiven an array of numbers, find the maximum sum of any contiguous subarray of the array. For example, given the array [34, -50, 42, 14, -5, 86], the maximum sum would be 137, since we would take elements 42, 14, -5, and ... read more
View answer (39)

Manhattan Associates Interview FAQs

How many rounds are there in Manhattan Associates interview?
Manhattan Associates interview process usually has 2-3 rounds. The most common rounds in the Manhattan Associates interview process are Technical, One-on-one Round and HR.
How to prepare for Manhattan Associates 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 Supply Chain, Front End, Commerce, Backend and Hibernate.
What are the top questions asked in Manhattan Associates interview?

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

  1. How to pour exact half water from one container to other without knowing the me...read more
  2. A dog fell into 30 feet well, trying to climb up to the ground. It will climb 3...read more
  3. 1. Find number of times a string occurs in second string. Practice more on stri...read more
How long is the Manhattan Associates interview process?

The duration of Manhattan Associates interview process can vary, but typically it takes about less than 2 weeks to complete.

Tell us how to improve this page.

Manhattan Associates Interview Process

based on 28 interviews

Interview experience

4.1
  
Good
View more

Interview Questions from Similar Companies

Oracle Interview Questions
3.7
 • 902 Interviews
SAP Interview Questions
4.2
 • 308 Interviews
NeoSOFT Interview Questions
4.0
 • 264 Interviews
3i Infotech Interview Questions
3.5
 • 141 Interviews
PTC Interview Questions
4.2
 • 62 Interviews
Blue Yonder Interview Questions
3.9
 • 58 Interviews
Kinaxis Interview Questions
4.0
 • 6 Interviews
View all

Manhattan Associates Reviews and Ratings

based on 325 reviews

3.7/5

Rating in categories

3.3

Skill development

3.5

Work-life balance

3.5

Salary

4.1

Job security

3.6

Company culture

3.4

Promotions

3.4

Work satisfaction

Explore 325 Reviews and Ratings
Software Engineer
700 salaries
unlock blur

₹5.5 L/yr - ₹15.1 L/yr

Senior Software Engineer
415 salaries
unlock blur

₹9.4 L/yr - ₹25 L/yr

Technical Lead
228 salaries
unlock blur

₹13 L/yr - ₹36.4 L/yr

Technical Analyst
102 salaries
unlock blur

₹5 L/yr - ₹10 L/yr

Senior Consultant
84 salaries
unlock blur

₹10.6 L/yr - ₹22 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