Upload Button Icon Add office photos

Manhattan Associates

Compare button icon Compare button icon Compare

Filter interviews by

Manhattan Associates Software Developer Interview Questions and Answers

Updated 5 Nov 2024

Manhattan Associates Software Developer Interview Experiences

4 interviews found

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

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

asked in Amazon
Q1. Maximum Subarray Sum Problem Statement Given an array of integers ... read more
asked in Amazon
Q2. Minimum Number of Platforms Needed Problem Statement You are give ... read more
asked in Rakuten
Q3. Merge Two Sorted Arrays Problem Statement Given two sorted intege ... read more
asked in Cognizant
Q4. Nth Fibonacci Number Problem Statement Calculate the Nth term in ... read more
Q5. Validate Binary Tree Nodes Problem You are provided with 'N' bina ... read more
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Approached by Company and was interviewed before Sep 2022. 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 

(2 Questions)

  • Q1. Basic Java Question with 2 pseudo code in F2f
  • Q2. Decent interiew java8 string
  • Ans. 

    Java 8 introduced new features for working with strings.

    • Java 8 added the join() method to String class for joining strings with a delimiter.

    • The String class now has methods like chars(), codePoints(), and lines() for working with characters and lines.

    • The StringJoiner class can be used to construct sequences of characters separated by a delimiter.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - all the best, prepare hard. Thanks

Skills evaluated in this interview

I appeared for an interview in Mar 2017.

Interview Questionnaire 

3 Questions

  • Q1. Your projects/courses/past experiences
  • Ans. 

    I have worked on various projects during my time in university, including a web development project and a mobile app project.

    • Developed a web application using HTML, CSS, and JavaScript for a school project

    • Created a mobile app using React Native for a personal project

    • Completed courses in data structures and algorithms, as well as software engineering principles

  • Answered by AI
  • Q2. Why do you want to join MA?
  • Ans. 

    I want to join MA because of its reputation for cutting-edge technology and collaborative work environment.

    • MA is known for its innovative projects and use of advanced technology.

    • I am impressed by the collaborative work culture at MA.

    • I believe joining MA will provide me with opportunities for professional growth and development.

  • Answered by AI
  • Q3. What do you hope to gain from this internship?
  • Ans. 

    I hope to gain practical experience in software development, expand my skills, and learn from experienced professionals.

    • Gain practical experience in software development

    • Expand my skills in coding and problem-solving

    • Learn from experienced professionals in the field

  • Answered by AI

Interview Preparation Tips

Round: HR Interview
Experience: This was simply an overall background of my experience in Computer Progranming, nothing intimidating.

Round: Behavioural Interview
Experience: This round was with my supervisor. Here I asked a lot of questions about the work environment, what I'd be working with, technologies involved, etc.
Tips: Ask relevant questions, and show how eager you are for the job. I even sent an email later on to my supervisor for more details, so I could learn the technology in advance. This he told me later, was why he hired me.

College Name: Georgia Institute of Technology

Manhattan Associates interview questions for designations

 Java Software Developer

 (1)

 Software Engineer

 (14)

 Java Developer

 (2)

 Senior Software Engineer

 (5)

 Software Engineer - Backend

 (1)

 Angular Frontend Developer

 (1)

 full stack .net developer

 (1)

 Technical Lead

 (2)

Interview questions from similar companies

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

Interview Questionnaire 

5 Questions

  • Q1. Based on core java Advanced java
  • Q2.  I have completed software developer course from Jspiders
  • Q3. Please gives the interviews based on Core Java and advanced Java
  • Q4. I am very happy to work with your organization si can you please give me a one chance ?
  • Q5. I have good knowledge on Oops language so

Interview Preparation Tips

Interview preparation tips for other job seekers - I have good understanding about core java.
I have good knowledge on oops Concept.
Advanced java and stream APIs and stream framworks etc.

I applied via Naukri.com and was interviewed before Dec 2020. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. They asked the multiple questions regarding to my profile likr about the project , skills, domain and about your future expectations.

Interview Preparation Tips

Interview preparation tips for other job seekers - Just focus to the fundamentals and be confident.
Stick with your resume

Interview Questionnaire 

1 Question

  • Q1. Runtime pollymorphism

Interview Preparation Tips

Round: Test
Experience: I scored good.
Tips: Core java good knowledge.
Duration: 30 minutes
Total Questions: 25

Round: Technical Interview
Experience: like this many ques from core java and hibernate and sql also and I scored good.
Tips: Command over core java and sql also.

I applied via Recruitment Consultant and was interviewed before Feb 2020. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Method overloading, method overriding, life cycle of thread,oops concepts

Interview Preparation Tips

Interview preparation tips for other job seekers - There were 4 rounds. 1. Technical written test, here, pattern, string, array questions were asked. 2.Face to face .
3. Manager round, here scenario based questions on jdbc,hybernate and other family background details.
4. HR round.
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Not Selected

I applied via Job Portal and was interviewed before Feb 2023. There were 2 interview rounds.

Round 1 - Coding Test 

React js coding round

Round 2 - HR 

(1 Question)

  • Q1. Behavioral questions
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. What is a View?
  • Ans. 

    A View is a virtual table created by a query that can be used to retrieve and display data from one or more tables.

    • A View is not a physical table, but rather a result set of a stored query.

    • Views can simplify complex queries by storing them as a reusable object.

    • Views can also provide an additional layer of security by restricting access to certain columns or rows.

    • Examples: 'CREATE VIEW vw_employee AS SELECT * FROM emplo

  • Answered by AI
  • Q2. View defines the user-interface
  • Ans. 

    View defines the user-interface by determining how data is presented to the user.

    • View is responsible for displaying data and receiving user input.

    • It includes elements like buttons, text fields, and images.

    • Views can be designed using XML layouts in Android development.

    • Views can be styled using CSS in web development.

  • Answered by AI

Skills evaluated in this interview

Manhattan Associates Interview FAQs

How many rounds are there in Manhattan Associates Software Developer interview?
Manhattan Associates interview process usually has 1-2 rounds. The most common rounds in the Manhattan Associates interview process are One-on-one Round, Resume Shortlist and Technical.
What are the top questions asked in Manhattan Associates Software Developer interview?

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

  1. Write a program to reverse a link l...read more
  2. decent interiew java8 str...read more
  3. Code snippet will be give, provide output Questions on ooops, java 8 programmi...read more

Tell us how to improve this page.

Manhattan Associates Software Developer Interview Process

based on 4 interviews

Interview experience

4.8
  
Excellent
View more
Manhattan Associates Software Developer Salary
based on 62 salaries
₹6.3 L/yr - ₹14.2 L/yr
8% more than the average Software Developer Salary in India
View more details

Manhattan Associates Software Developer Reviews and Ratings

based on 13 reviews

3.8/5

Rating in categories

2.9

Skill development

3.4

Work-life balance

3.3

Salary

4.4

Job security

4.1

Company culture

3.2

Promotions

3.0

Work satisfaction

Explore 13 Reviews and Ratings
Software Engineer
703 salaries
unlock blur

₹5.6 L/yr - ₹14.7 L/yr

Senior Software Engineer
424 salaries
unlock blur

₹8 L/yr - ₹26 L/yr

Technical Lead
235 salaries
unlock blur

₹13.4 L/yr - ₹36.5 L/yr

Technical Analyst
102 salaries
unlock blur

₹5 L/yr - ₹10 L/yr

Senior Consultant
86 salaries
unlock blur

₹10.6 L/yr - ₹22 L/yr

Explore more salaries
Compare Manhattan Associates with

ITC Infotech

3.6
Compare

3i Infotech

3.5
Compare

Sify Technologies

3.8
Compare

Microland

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