Upload Button Icon Add office photos

Filter interviews by

Manhattan Associates full stack .net developer Interview Questions and Answers for Experienced

Updated 28 Jun 2024

Manhattan Associates full stack .net developer Interview Experiences for Experienced

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
  • Ans. 

    Seeking new challenges and growth opportunities

    • Desire for career advancement

    • Looking for new challenges and learning opportunities

    • Seeking a more collaborative work environment

    • Company restructuring or changes in management

  • Answered by AI
  • Q2. Why should i hire you
  • Ans. 

    I have a strong background in full stack development with expertise in .NET technologies.

    • Extensive experience in developing web applications using .NET framework

    • Proficient in front-end technologies like HTML, CSS, and JavaScript

    • Skilled in back-end development with C# and SQL Server

    • Proven track record of delivering high-quality projects on time

  • Answered by AI

Interview Preparation Tips

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

Skills evaluated in this interview

Top trending discussions

View All
Interview Tips & Stories
6d (edited)
a team lead
Why are women still asked such personal questions in interview?
I recently went for an interview… and honestly, m still trying to process what just happened. Instead of being asked about my skills, experience, or how I could add value to the company… the questions took a totally unexpected turn. The interviewer started asking things like When are you getting married? Are you engaged? And m sure, if I had said I was married, the next question would’ve been How long have you been married? What does my personal life have to do with the job m applying for? This is where I felt the gender discrimination hit hard. These types of questions are so casually thrown at women during interviews but are they ever asked to men? No one asks male candidates if they’re planning a wedding or how old their kids are. So why is it okay to ask women? Can we please stop normalising this kind of behaviour in interviews? Our careers shouldn’t be judged by our relationship status. Period.
Got a question about Manhattan Associates?
Ask anonymously on communities.

Interview questions from similar companies

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.

full stack .net developer Interview Questions Asked at Other Companies for Experienced

asked in iTech India
Q1. What is OOPS, Basis of programming, Front end and back end and Da ... read more
Q2. What is the use of the new keyword?
Q3. What is dependency injection in Angular?
Q4. What is the difference between an interface and an abstract class ... read more
Q5. What is pipes in Angular

I applied via Naukri.com and was interviewed before Nov 2019. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Servlet life cycle, bubble sort, quick sort, binary search, how can a software ensure GDPR rules being followed, SQL queries (second highest salary)

Interview Preparation Tips

Interview preparation tips for other job seekers - you will need to give a psychometric test, some beginner sometimes mediocre level programming test and final technical interview which may last till an hour. Do read about 1 or 2 Newgen products before going for the interview. They will definitely ask. Just be confident.Offer letter generally comes within 2 weeks. All the best !!

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

I appeared for an interview in Nov 2020.

Round 1 - Coding Test 

Round duration - 100 minutes
Round difficulty - Medium

The complete test will be Audio and Video Proctored, Please be available in front of the camera throughout the test duration. Assessment login details will be sent to the candidate’s registered email id prior to assessment. The Aptitude 25 questions - 35 Minutes, English 25 questions - 30 Minutes, Technical 25 questions - 35 Minutes. Those who clear the first test would have a second test of Psychometric duration 60 Mins on the same day of the test. Shortlisted candidates would have interviews post that.

Round 2 - Face to Face 

(1 Question)

Round duration - 30 minutes
Round difficulty - Medium

This round consisted of various technical questions such as questions on web technologies, databases, OOPS concepts, and coding questions.

  • Q1. 

    Binary Palindrome Check

    Given an integer N, determine whether its binary representation is a palindrome.

    Input:

    The first line contains an integer 'T' representing the number of test cases. 
    The next 'T'...
  • Ans. 

    Check if the binary representation of a given integer is a palindrome.

    • Convert the integer to binary representation.

    • Check if the binary representation is a palindrome by comparing it with its reverse.

    • Return true if it is a palindrome, false otherwise.

  • Answered by AI
Round 3 - HR 

(1 Question)

Round duration - 15 minutes
Round difficulty - Easy

I was asked to introduce myself and about my hobbies. They were very general questions. They asked me about my strengths and weakness. In the end, they asked me would I re-locate.

  • Q1. Your Strengths and weaknesses

Interview Preparation Tips

Professional and academic backgroundI completed Computer Science Engineering from Guru Tegh Bahadur Institute of Technology. I applied for the job as SDE - 1 in NoidaEligibility criteriaAbove 8+ CGPANewgen Software interview preparation:Topics to prepare for the interview - Data structures, Algorithms, Object-oriented programming, Database management system, Python, Django, Machine Learning, web technologies, Problem-solving, AptitudeTime required to prepare for the interview - 4 monthsInterview preparation tips for other job seekers

Tip 1 : Strengthen DSA skills initially, know the basics and understand the working of different data structures
Tip 2 : Learn to implement them and enhance your coding skills. Make mistakes and learn from them instead of just cramming everything before practicing. 
Tip 3 : To enhance coding skills, try your best to crack a question instead of giving up and looking at the solution..this will improve your problem-solving skills.
Tip 4 : It's a must to do the standard coding questions under every category of data structure and algorithms
Tip 5 : To study the topics and practice coding questions refer to GeeksforGeeks and regularly take part in coding contests.
Tip 6 : Be thorough with OOPs, DBMS, and the technologies on which you have worked for the interview.
Tip 7 : Have at least 2 projects in your resume and make sure you can answer the questions related to them.
Tip 8 : For HR interviews prepare questions, prepare questions such as introduce yourself, your strengths, your weakness.
Confidence is the key you need to be an expert in. I was not aware of some things the interviewer asked during my interviews. But due to my confidence, he skipped that part.
Tip 9 : Be in formals with the properly ironed dress, and try to join 5 minutes early than the joining time. It will have a positive affect.

Application resume tips for other job seekers

Tip 1 : Make sure your resume fits everything into a single page. 
Tip 2 : Have at least 2 projects on your resume. 
Tip 3 : Only Mention only those technical skills that you are confident in. Do not put false things on your resume. 
Tip 4 : Mention the work you have done during your internships. 
Tip 5 : Include an objective in your resume.

Final outcome of the interviewSelected

Skills evaluated in this interview

I appeared for an interview before Sep 2020.

Round 1 - Face to Face 

(2 Questions)

Round duration - 45 minutes
Round difficulty - Medium

I was asked 2 coding questions, questions from my projects and questions related to different java concepts. One question from cloud computing was also asked.

  • Q1. 

    Maximum Subarray Sum Problem Statement

    Given an array arr of length N consisting of integers, find the sum of the subarray (including empty subarray) with the maximum sum among all subarrays.

    Explanation...

  • Ans. 

    Find the sum of the subarray with the maximum sum among all subarrays in a given array.

    • Iterate through the array and keep track of the current sum and maximum sum seen so far.

    • If the current sum becomes negative, reset it to 0 as it won't contribute to the maximum sum.

    • Return the maximum sum as the result.

    • Example: For input arr = [-2, 1, -3, 4, -1], the maximum subarray sum is 4.

  • Answered by AI
  • Q2. 

    Add Two Numbers as Linked Lists

    You are given two singly linked lists, where each list represents a positive number without any leading zeros.

    Your task is to add these two numbers and return the sum as ...

  • Ans. 

    Add two numbers represented as linked lists and return the sum as a linked list.

    • Traverse both linked lists simultaneously while keeping track of carry

    • Create a new linked list to store the sum

    • Handle cases where one list is longer than the other

    • Consider edge cases like carry at the end of addition

  • Answered by AI
Round 2 - HR 

Round duration - 15 minutes
Round difficulty - Easy

It was a normal discussion about the role, the job expectations and about the company culture.

Interview Preparation Tips

Professional and academic backgroundI completed Information Technology from Bharati Vidyapeeth's College of Engineering. I applied for the job as SDE - 1 in DelhiEligibility criteriaAbove 8 CGPANewgen Software interview preparation:Topics to prepare for the interview - Data Structures and Algorithms, System Design, OOPS, Dynamic Programming, AptitudeTime required to prepare for the interview - 1 monthInterview preparation tips for other job seekers

Tip 1 : Do at-least 200+ dsa problems from various topics.
Tip 2 : Make 2-3 projects and be well versed with their functionality.
Tip 3 : Practice aptitude questions and time yourself while doing the questions.

Application resume tips for other job seekers

Tip 1: Keep your resume short, try to make it one pager only.
Tip 2: Mention only position specific projects, and if you have got a good academic score mention it on top.

Final outcome of the interviewSelected

Skills evaluated in this interview

Are these interview questions helpful?
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
-

I applied via Campus Placement and was interviewed before May 2023. There were 3 interview rounds.

Round 1 - Aptitude Test 

Ages, Blood Relations, Data Structures

Round 2 - Technical 

(1 Question)

  • Q1. From resume and about your course domain
Round 3 - HR 

(1 Question)

  • Q1. From resume and about relocation

Interview Preparation Tips

Interview preparation tips for other job seekers - Good
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed before Dec 2023. There were 3 interview rounds.

Round 1 - Aptitude Test 

My first round was an aptitude round that included topics from the aptitude syllabus (Quantitative, Reasoning, Verbal) along with some programming questions.

Round 2 - Technical 

(4 Questions)

  • Q1. Questions related to Python, DBMS, SQL, and some projects which were mentioned on my resume
  • Q2. He asked me some coding questions one of them to make a pattern related prime number triangle and give me query to write in SQL
  • Q3. He asked about technology which i used in my last year projects.
  • Q4. Some questions of data structure like linked list and so .
Round 3 - HR 

(2 Questions)

  • Q1. About myself and my hobbies .
  • Q2. Some questions related by mentioned projects which were mentioned on my resume
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

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

Round 1 - Aptitude Test 

Arithmetic and reasoning

Round 2 - HR 

(2 Questions)

  • Q1. Tell about your self ?
  • Q2. Why you choose this one?

Interview Preparation Tips

Interview preparation tips for other job seekers - Friendly

Manhattan Associates Interview FAQs

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

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

  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.

Overall Interview Experience Rating

4/5

based on 1 interview experience

Difficulty level

Moderate 100%

Duration

2-4 weeks 100%
View more

Interview Questions from Similar Companies

ITC Infotech Interview Questions
3.7
 • 376 Interviews
3i Infotech Interview Questions
3.4
 • 151 Interviews
Microland Interview Questions
3.5
 • 137 Interviews
Sify Technologies Interview Questions
3.8
 • 131 Interviews
Mastek Interview Questions
3.6
 • 127 Interviews
Maveric Systems Interview Questions
3.5
 • 124 Interviews
Sonata Software Interview Questions
3.4
 • 122 Interviews
View all
Software Engineer
743 salaries
unlock blur

₹5.1 L/yr - ₹12 L/yr

Senior Software Engineer
473 salaries
unlock blur

₹14 L/yr - ₹25.5 L/yr

Technical Lead
252 salaries
unlock blur

₹20.5 L/yr - ₹36.2 L/yr

Senior Consultant
109 salaries
unlock blur

₹13.5 L/yr - ₹22 L/yr

Technical Analyst
101 salaries
unlock blur

₹5 L/yr - ₹10.2 L/yr

Explore more salaries
Compare Manhattan Associates with

ITC Infotech

3.7
Compare

3i Infotech

3.4
Compare

Sify Technologies

3.8
Compare

Microland

3.5
Compare
write
Share an Interview