Upload Button Icon Add office photos

Filter interviews by

Manhattan Associates full stack .net developer Interview Questions, Process, and Tips

Updated 28 Jun 2024

Manhattan Associates full stack .net developer Interview Experiences

1 interview found

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

Interview questions from similar companies

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 Feb 2024. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. OOPS Concepts, single web frame structure, Angular, React JS.... .Net MVC , .Net Core , Entity Frame Works etc.

Interview Preparation Tips

Interview preparation tips for other job seekers - Go With Some deepth of knowledge on what mentions in interview Questions
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

1 Hours aptitude test on hacker rank based on Aptitude question, Java, SQL

Round 2 - Technical 

(2 Questions)

  • Q1. Java interview questions.
  • Q2. What is wrapper class?
  • Ans. 

    Wrapper class is a class that wraps around a primitive data type and provides additional functionality.

    • Wrapper classes in Java are used to convert primitive data types into objects.

    • They provide methods to access the value of the wrapped primitive type.

    • Examples include Integer, Double, Boolean, etc.

  • Answered by AI
Round 3 - HR 

(1 Question)

  • Q1. Salary discussion and all.

Skills evaluated in this interview

Interview experience
2
Poor
Difficulty level
Moderate
Process Duration
4-6 weeks
Result
No response

I applied via LinkedIn and was interviewed in Apr 2024. There were 2 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. About HTML, CSS, JS, Python ?
  • Q2. What is Self Keyword in python?
  • Ans. 

    The self keyword in Python is a reference to the current instance of a class.

    • Self is the first parameter in the definition of instance methods within a class.

    • It is used to access variables and methods within the class.

    • Self is not a reserved keyword in Python, but it is a convention to use self as the first parameter in instance methods.

  • Answered by AI
Round 2 - Technical 

(1 Question)

  • Q1. They Not Schedule Client Interview

Interview Preparation Tips

Interview preparation tips for other job seekers - Don't Wait for her response because they ignore the candidate.

Skills evaluated in this interview

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

I applied via campus placement at Galgotias College of Engineering and Technology, Greater Noida 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 - Aptitude Test 

Topics consist of profit-loss, probability, permutation combination etc.

Round 3 - Coding Test 

Coding question related to topics array and strings.

Round 4 - Technical 

(2 Questions)

  • Q1. Questions related to Java, oops, DBMS and tech-stack are mention in the resume
  • Q2. Role of java in backend, explain polymorphism in oops, reverse string.
  • Ans. 

    Java is a popular backend language, polymorphism allows objects to be treated as instances of their parent class, reverse string by iterating through characters.

    • Java is commonly used in backend development for its robustness and scalability.

    • Polymorphism in OOP allows objects to be treated as instances of their parent class, enabling flexibility and reusability.

    • To reverse a string, iterate through the characters from th...

  • Answered by AI
Round 5 - HR 

(1 Question)

  • Q1. It also consists of technical questions, future goals, project discussion mentioned in the resume and related tech stack, future goals, etc.

Interview Preparation Tips

Interview preparation tips for other job seekers - Just you have clear idea about your resume and knowledge of java, oops and DBMS

Skills evaluated in this interview

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

I applied via campus placement at P E S College of Engineering, Mandya and was interviewed before May 2023. There were 3 interview rounds.

Round 1 - Aptitude Test 

Aptitude
Logically reasoning
Verbal

Round 2 - Technical 

(2 Questions)

  • Q1. Tell me about yourself 1 coding questions on arrays Few questions on DSA Few questions on DBMS About my project
  • Q2. To remove the duplicate elements fromthe array
  • Ans. 

    Use Set data structure to remove duplicate elements from the array.

    • Create a Set from the array to automatically remove duplicates.

    • Convert the Set back to an array to get the unique elements.

    • Example: const array = ['apple', 'banana', 'apple', 'orange'];

    • Example: const uniqueArray = [...new Set(array)];

  • Answered by AI
Round 3 - HR 

(1 Question)

  • Q1. Difficulty faced while working on projects About the project

Interview Preparation Tips

Interview preparation tips for other job seekers - The difficulty level of the interview was moderate.

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
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 - Coding Test 

Basic logic test docker and AWS services like ECS, serverless, s3 and SQS

Round 3 - Technical 

(1 Question)

  • Q1. Docker based question
Round 4 - One-on-one 

(1 Question)

  • Q1. Ask more details before answer

I applied via Campus Placement

Round 1 - Technical 

(1 Question)

  • Q1. My knowledge and my complete core Java
Round 2 - HR 

(7 Questions)

  • Q1. What are your salary expectations?
  • Q2. What is your family background?
  • Q3. Why should we hire you?
  • Q4. Where do you see yourself in 5 years?
  • Q5. What are your strengths and weaknesses?
  • Q6. Tell me about yourself.
  • Q7. My overall my communication skills
Round 3 - Technical 

(1 Question)

  • Q1. My complete java full stack developer basic concepts
Round 4 - One-on-one 

(1 Question)

  • Q1. My strength and and my weakness
Round 5 - Aptitude Test 

Coding programming

Interview Preparation Tips

Interview preparation tips for other job seekers - I hopefully good opportunity of microland thank you so much

I was interviewed in Sep 2021.

Round 1 - Face to Face 

(3 Questions)

Round duration - 30 minutes
Round difficulty - Medium

Basic questions from Operating System, Object Oriented Programming, DBMS, various tech stacks used in project. Be through with the basics of these subjects. Like in my case DDL and scheduling algorithms were asked.
Asked questions related on css,javascript and some sql queries. Interviewer was helpful. If one gives a answer that is not exactly correct, he provided me hints .

  • Q1. OS Question

    CPU scheduling algorithms

  • Q2. DBMS Questions

    Various types of Database Languages
    Find the second highest salary from employees table.

  • Q3. Remove character

    For a given string(str) and a character X, write a function to remove all the occurrences of X from the given string and return it.

    The input string will remain unchanged if the given ch...

  • Ans. Iterative Solution
    • We create an empty string that will store our final result. We will return it at the end.
    • We iterate from 0 to the length of the string. Say, our loop variable is i. We can then access the ith character as input[i]
    • If the ith character equals the character c i.e input[i] == c, then we skip this character and do nothing.
    • Else we need to append the character to the output string.
    • We finally return the outpu...
  • Answered by CodingNinjas

Interview Preparation Tips

Professional and academic backgroundI applied for the job as Fullstack Developer in NoidaEligibility criteriaAbove 60% in UG . One needed to be from Computer Science and Information Technology branchNewgen interview preparation:Topics to prepare for the interview - Object Oriented Programming(OOPS), Database Management System(DBMS),Data Structures, Operating Systems(OS),AlgorithmsTime required to prepare for the interview - 1 monthInterview preparation tips for other job seekers

Tip 1 : Prepare OOPS and DBMS thoroughly(Meaning go through the basics. That was asked in my interview. Like DCL, Scheduling algorithms in DBMS).:
Tip 2 : Study your resume and projects as well. Questions from the tech stack used in projects are asked.
Tip 3 : One should know basics of data structures like tree, stack and maps

Application resume tips for other job seekers

Tip 1 : Have some projects in your resume.
Tip 2 : Mention only those tech skills other than Algorithms and Data Structures that has been used in your projects and internships. As there will be questions from it and how it was used in projects.

Final outcome of the interviewSelected

Skills evaluated in this interview

I applied via Naukri.com and was interviewed before May 2021. There were 4 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Ask technical from your domain....either from PHP, Nodejs or Java
  • Ans. Basic and advanced concept f related technologies....oops is common....also ask puzzle sometimes.
  • Answered by Tanuj Kumar
Round 2 - Coding Test 

3 coding program.

Round 3 - One-on-one 

(1 Question)

  • Q1. Managerial round with manager
Round 4 - HR 

(1 Question)

  • Q1. Human Resource round

Interview Preparation Tips

Topics to prepare for Kellton Full Stack Developer interview:
  • OOPS
  • MySQL
  • MongoDB
  • React.Js
  • Node.Js
  • Laravel
  • Lumen
  • Redis
  • AWS
Interview preparation tips for other job seekers - Try to give answer with confidence.. and go with truth .

Manhattan Associates Interview FAQs

How many rounds are there in Manhattan Associates full stack .net developer interview?
Manhattan Associates interview process usually has 2 rounds. The most common rounds in the Manhattan Associates interview process are Technical and HR.
What are the top questions asked in Manhattan Associates full stack .net developer interview?

Some of the top questions asked at the Manhattan Associates full stack .net developer interview -

  1. What is the use of new keywo...read more
  2. What is dependency injection in Angu...read more
  3. Difference between interface and abstract cl...read more

Tell us how to improve this page.

Interview Questions from Similar Companies

Oracle Interview Questions
3.7
 • 883 Interviews
SAP Interview Questions
4.2
 • 302 Interviews
NeoSOFT Interview Questions
4.0
 • 254 Interviews
3i Infotech Interview Questions
3.5
 • 139 Interviews
Microland Interview Questions
3.5
 • 123 Interviews
Sify Technologies Interview Questions
3.9
 • 118 Interviews
Mastek Interview Questions
3.6
 • 115 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