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

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

I applied via Referral and was interviewed in Aug 2024. There were 2 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Spring annotations
  • Q2. Hashmap working
  • Ans. 

    HashMap is a data structure in Java that stores key-value pairs and allows fast retrieval of values based on keys.

    • HashMap is part of the Java Collections framework.

    • Keys in a HashMap must be unique.

    • HashMap allows null keys and values.

    • Example: HashMap map = new HashMap<>();

    • Example: map.put("John", 25);

  • Answered by AI
Round 2 - Technical 

(2 Questions)

  • Q1. Simple coding question
  • Q2. Typecasting fgg

Interview Preparation Tips

Interview preparation tips for other job seekers - Good in

Skills evaluated in this interview

Java Software Developer Interview Questions asked at other Companies

Q1. How do you convert list to arraylist? And vice versa
View answer (1)
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
Selected Selected
Round 1 - Technical 

(1 Question)

  • Q1. HashMap related coding question

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 (171)
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Bootstrapping process
  • Q2. Lifecycle hooks

Angular Frontend Developer Interview Questions asked at other Companies

Q1. How to implement interfaces without methods?
View answer (1)
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed in Jun 2024. There were 2 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Java , spring boot, sql, current roles discussion
Round 2 - HR 

(1 Question)

  • Q1. Ctc discussion took place

Interview Preparation Tips

Interview preparation tips for other job seekers - keep fundamentals clear and strong. R&D is only worth joining here, rest pso and cso are not worth as you wont get to work on java or related stuff.

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)

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
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Approached by Company and was interviewed in Dec 2023. There were 2 interview rounds.

Round 1 - Technical 

(6 Questions)

  • Q1. What is the use of new keywords
  • Ans. 

    The new keyword is used in C# to create an instance of a class or structure.

    • Used to instantiate objects in C#

    • Can be used with constructors to initialize object properties

    • Helps in creating instances of classes or structures

  • Answered by AI
  • Q2. Difference between interface and abstract class
  • Ans. 

    Interface defines only method signatures while abstract class can have method implementations.

    • Interface cannot have method implementations, only method signatures.

    • Abstract class can have method implementations and variables.

    • A class can implement multiple interfaces but can inherit only one abstract class.

    • Interfaces are used for defining contracts while abstract classes are used for code reusability.

  • Answered by AI
  • Q3. Give 2 uses of using keyword
  • Ans. 

    The 'using' keyword is used in C# to ensure that an object is disposed of properly after use.

    • Automatically disposes of resources when they are no longer needed

    • Simplifies code by handling cleanup tasks

    • Example: using (var file = new FileStream("example.txt", FileMode.Open)) { // code here }

  • Answered by AI
  • Q4. What is pipes in Angular
  • Ans. 

    Pipes in Angular are used for transforming data in templates.

    • Pipes are used to format data before displaying it in the view

    • They can be used for currency, date, uppercase/lowercase transformations, etc.

    • Example: {{ birthday | date:'MM/dd/yyyy' }}

  • Answered by AI
  • Q5. What is dependency injection in Angular
  • Ans. 

    Dependency injection in Angular is a design pattern where components are given their dependencies rather than creating them.

    • Allows for easier testing and maintenance of code

    • Promotes reusability and modularity

    • Reduces tight coupling between components

    • Example: Injecting a service into a component constructor

  • Answered by AI
  • Q6. 1 coding question
Round 2 - HR 

(2 Questions)

  • Q1. Why you are leaving your corrent organization
  • Q2. Why should i hire you

Interview Preparation Tips

Interview preparation tips for other job seekers - Keep your basic clear

Skills evaluated in this interview

full stack .net developer Interview Questions asked at other Companies

Q1. What is OOPS, Basis of programming, Front end and back end and Database
View answer (1)

Get interview-ready with Top Manhattan Associates Interview Questions

Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed in Jun 2023. There were 5 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. About OOPS concept, basic SQL questions, core Java questions
Round 3 - Technical 

(1 Question)

  • Q1. Core Java questions, simple coding questions, SQL questions.
Round 4 - Behavioral 

(3 Questions)

  • Q1. Asked about the work I did in previous company, what are my strengths?, Discussed regarding current job roles and responsibilities Puzzle questions
  • Q2. How to pour exact half water from one container to other without knowing the measurements?
  • Ans. 

    Use the tilt method to pour exact half water from one container to other without measurements.

    • Fill both containers with water

    • Tilt one container slowly until water reaches the halfway mark

    • Stop pouring when the water level reaches halfway in the other container

  • Answered by AI
  • Q3. A dog fell into 30 feet well, trying to climb up to the ground. It will climb 3 feets a day, but in night it will drop 2 feets, So how many days do dog required to reach ground?
  • Ans. 

    The dog will take 28 days to reach the ground.

    • The dog climbs 1 foot (3 feet climb - 2 feet drop) each day.

    • It needs to climb 30 feet to reach the ground.

    • So, it will take 30 days to climb 30 feet, but it will already be on the ground on the 28th day.

  • Answered by AI
Round 5 - HR 

(1 Question)

  • Q1. Discussed about why I am leaving the previous company, About salary, Date of joining.

Interview Preparation Tips

Interview preparation tips for other job seekers - Interviews will be easy, they just check whether we know about concept, whether we try to solve problems...

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)

Software Engineer Interview Questions & Answers

user image Rakshsmart Gowda

posted on 30 May 2024

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

2 dsa which is leetcode easy mostly and also some java related

Round 2 - One-on-one 

(1 Question)

  • Q1. Manager round on how we fit in team
Round 3 - HR 

(1 Question)

  • Q1. Hr discussion on the pay expectations

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)
Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Referral and was interviewed in Jun 2023. There were 5 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 - One-on-one 

(1 Question)

  • Q1. Basic questions on oops, exception handling, spring boot annotations, collections
Round 3 - One-on-one 

(1 Question)

  • Q1. Coding questions on Java 8 features, streams, lambdas as well
Round 4 - One-on-one 

(1 Question)

  • Q1. This is was kind of managerial round. Goes with questions like what is your learning, why job switch, difficult part of your job and some puzzles as well
Round 5 - HR 

(1 Question)

  • Q1. Questions like self intro, fam background, why manhattan, what do you know about manhattan, package, strengths and weakness

Interview Preparation Tips

Interview preparation tips for other job seekers - For the 3rd round, they call you to office for a F2F interview. After that HR round takes place and they just say that your interview did not yield a positive response. When you ask for feedback, they simply laugh at your face. This is the worst that can be done to an applicant.
P.S- I was a referred candidate

Java Developer Interview Questions asked at other Companies

Q1. Sort 0 and 1 Problem Statement Given an integer array ARR of size N containing only integers 0 and 1, implement a function to sort this array. The solution should scan the array only once without using any additional arrays. Input: The firs... read more
View answer (3)
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Referral and was interviewed in Apr 2023. There were 4 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Properly align and format text in your resume. A recruiter will have to spend more time reading poorly aligned text, leading to high chances of rejection.
View all tips
Round 2 - One-on-one 

(2 Questions)

  • Q1. Just go through basic core java questions, spring boot questions.
  • Q2. 1. Oops concept, Exception Handling, Singleton class
Round 3 - One-on-one 

(1 Question)

  • Q1. 1. Find number of times a string occurs in second string. Practice more on string coding interview questions. 2. Sql:find employee who has second highest salary.
  • Ans. 

    Count occurrences of a string in another string and find second highest salary in SQL.

    • Use a loop to iterate through the second string and check for occurrences of the first string.

    • Use a counter variable to keep track of the number of occurrences found.

    • In SQL, use a subquery to find the employee with the second highest salary by ordering the salaries in descending order and selecting the second row.

  • Answered by AI
Round 4 - Behavioral 

(1 Question)

  • Q1. Discussed about roles and responsibilities. Greatest challenge that has faced in job role. Puzzle:u have 3l 5l container,how do u measure 4l using only two given containers

Skills evaluated in this interview

Java Developer Interview Questions asked at other Companies

Q1. Sort 0 1You have been given an integer array/list(ARR) of size N that contains only integers, 0 and 1. Write a function to sort this array/list. Think of a solution which scans the array/list only once and don't require use of an extra arra... read more
View answer (4)
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Cognos related questions
  • Q2. Cloud related questions

Senior Software Engineer Interview Questions asked at other Companies

Q1. Find Nth PrimeYou are given a number 'N'. Your task is to find Nth prime number. A prime number is a number greater than 1 that is not a product of two smaller natural numbers. Prime numbers have only two factors – 1 and the number itself. ... read more
View answer (6)

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 324 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 324 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