Upload Button Icon Add office photos

Filter interviews by

Manhattan Associates Java Software Developer Interview Questions and Answers

Updated 8 Sep 2024

Manhattan Associates Java Software Developer Interview Experiences

1 interview 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

Interview questions from similar companies

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

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

Round 1 - Technical 

(2 Questions)

  • Q1. == operation & .equals() method method overloading
  • Ans. 

    The == operator is used to compare references in Java, while the .equals() method is used to compare values. Method overloading is when multiple methods have the same name but different parameters.

    • Use == to compare references, use .equals() to compare values

    • Method overloading allows multiple methods with the same name but different parameters

    • Example: String str1 = new String("hello"); String str2 = new String("hello");...

  • Answered by AI
  • Q2. Linked list working with example
  • Ans. 

    A linked list is a data structure where each element points to the next element in the list.

    • Linked list is made up of nodes, each containing data and a reference to the next node.

    • Insertion and deletion are efficient in linked lists compared to arrays.

    • Example: Node 1 -> Node 2 -> Node 3 -> null

  • Answered by AI

Skills evaluated in this interview

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

General aptitude online test

Round 2 - Technical 

(2 Questions)

  • Q1. OOPS basic concepts with eg
  • Q2. C#,Sql,MVC concepts
Round 3 - Technical 

(2 Questions)

  • Q1. Project experience
  • Ans. 

    I have experience working on various projects including web development, mobile app development, and database management.

    • Developed a web application using React.js and Node.js for a client in the e-commerce industry

    • Created a mobile app using Swift for a healthcare startup to track patient data

    • Managed a MySQL database for a financial services company to store and retrieve customer information

  • Answered by AI
  • Q2. Coding related questions asked
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-

I applied via campus placement at Amrita Vishwa Vidyapeetham, Amritapuri Campus

Round 1 - Aptitude Test 

Since it came through college I was a fresher and it was aptitude + English

Round 2 - Technical 

(2 Questions)

  • Q1. Project questions based on resume
  • Q2. Then some HR questions also based
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Assignment 

Prev job work and project details , roles and responsibility

Round 2 - Technical 

(2 Questions)

  • Q1. What is SDLC process
  • Ans. 

    SDLC process is a structured approach to software development that defines tasks performed at each stage of the software development life cycle.

    • SDLC stands for Software Development Life Cycle

    • It includes stages like planning, analysis, design, implementation, testing, and maintenance

    • Each stage has specific goals and deliverables to ensure the quality and success of the software project

  • Answered by AI
  • Q2. What is the ASp.net mean for ?
  • Ans. 

    ASP.NET stands for Active Server Pages .NET, a web application framework developed by Microsoft.

    • ASP.NET is a server-side web application framework used for building dynamic web pages and web applications.

    • It allows developers to create web applications using languages like C# or VB.NET.

    • ASP.NET provides tools and libraries for building web forms, MVC (Model-View-Controller) applications, and Web API services.

    • It is part o...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - focus on tech round

Skills evaluated in this interview

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

(2 Questions)

  • Q1. Springboot related
  • Q2. MySql questions
Round 2 - Technical 

(2 Questions)

  • Q1. Coding questions on java 8
  • Q2. Previous Project
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via Naukri.com and was interviewed in Jun 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Mostly quests from core java
  • Q2. How to use microservices
  • Ans. 

    Microservices are a software development technique where an application is composed of small, independently deployable services.

    • Break down the application into smaller, loosely coupled services that can be developed, deployed, and scaled independently.

    • Use APIs to allow communication between microservices.

    • Implement fault tolerance and monitoring to ensure the reliability of the system.

    • Use containerization technologies l...

  • Answered by AI

Skills evaluated in this interview

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

(1 Question)

  • Q1. How hashmap works internally

Java Developer Interview Questions & Answers

KGISL user image R V Razzpurohit

posted on 28 Jun 2024

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

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

Round 1 - Aptitude Test 

Getting apptitude test

Round 2 - Technical 

(2 Questions)

  • Q1. Spring Boot Question
  • Q2. Spring Boot inter view Question

Interview Preparation Tips

Interview preparation tips for other job seekers - good
Interview experience
2
Poor
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Explain SDLC process test
  • Ans. 

    SDLC process test involves testing the software at various stages of the software development life cycle.

    • Testing is done at each stage of SDLC - requirements, design, implementation, and maintenance.

    • It helps in identifying defects early in the development process.

    • Types of testing include unit testing, integration testing, system testing, and acceptance testing.

    • Testing ensures that the software meets the specified requi...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - test

Skills evaluated in this interview

Manhattan Associates Interview FAQs

How many rounds are there in Manhattan Associates Java Software Developer interview?
Manhattan Associates interview process usually has 2 rounds. The most common rounds in the Manhattan Associates interview process are Technical.
How to prepare for Manhattan Associates Java Software Developer 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 Go, Integration Testing, Java and Software Development.
What are the top questions asked in Manhattan Associates Java Software Developer interview?

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

  1. Hashmap work...read more
  2. Simple coding quest...read more
  3. Spring annotati...read more

Tell us how to improve this page.

People are getting interviews through

based on 1 Manhattan Associates interview
Referral
100%
Low Confidence
?
Low Confidence means the data is based on a small number of responses received from the candidates.

Interview Questions from Similar Companies

Oracle Interview Questions
3.7
 • 887 Interviews
SAP Interview Questions
4.2
 • 303 Interviews
NeoSOFT Interview Questions
4.0
 • 255 Interviews
3i Infotech Interview Questions
3.5
 • 139 Interviews
Microland Interview Questions
3.5
 • 124 Interviews
Sify Technologies Interview Questions
3.9
 • 118 Interviews
Mastek Interview Questions
3.6
 • 116 Interviews
View all
Software Engineer
675 salaries
unlock blur

₹5.5 L/yr - ₹15.2 L/yr

Senior Software Engineer
404 salaries
unlock blur

₹9.3 L/yr - ₹27 L/yr

Technical Lead
212 salaries
unlock blur

₹13.8 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.1 L/yr - ₹21 L/yr

Explore more salaries
Compare Manhattan Associates with

Blue Yonder

4.0
Compare

SAP

4.2
Compare

Oracle

3.7
Compare

Infor Global Solution

4.1
Compare

Calculate your in-hand salary

Confused about how your in-hand salary is calculated? Enter your annual salary (CTC) and get your in-hand salary
Did you find this page helpful?
Yes No
write
Share an Interview