Upload Button Icon Add office photos
Engaged Employer

i

This company page is being actively managed by LTIMindtree Team. If you also belong to the team, you can get access from here

LTIMindtree Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

LTIMindtree DOT NET Developer Interview Questions, Process, and Tips for Experienced

Updated 23 Dec 2024

Top LTIMindtree DOT NET Developer Interview Questions and Answers for Experienced

LTIMindtree DOT NET Developer Interview Experiences for Experienced

4 interviews found

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

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

Round 1 - Technical 

(2 Questions)

  • Q1. MVC Lifecycle in asp.net
  • Ans. 

    MVC Lifecycle in ASP.NET involves several stages like routing, controller execution, action execution, and result rendering.

    • MVC request is first routed to the appropriate controller

    • Controller executes the requested action method

    • Action method returns a result to be rendered

    • Result is rendered to the client

  • Answered by AI
  • Q2. Dependency injection

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-

I applied via Job Portal

Round 1 - Technical 

(2 Questions)

  • Q1. Explain Oops concepts ?
  • Ans. 

    OOPs concepts are the fundamental principles of object-oriented programming, including inheritance, encapsulation, polymorphism, and abstraction.

    • Inheritance: Allows a class to inherit properties and behavior from another class.

    • Encapsulation: Bundling data and methods that operate on the data into a single unit.

    • Polymorphism: Ability to present the same interface for different data types.

    • Abstraction: Hiding the complex i...

  • Answered by AI
  • Q2. Explain solid principles?
  • Ans. 

    SOLID principles are a set of five design principles that help make software designs more understandable, flexible, and maintainable.

    • S - Single Responsibility Principle: A class should have only one reason to change.

    • O - Open/Closed Principle: Software entities should be open for extension but closed for modification.

    • L - Liskov Substitution Principle: Objects of a superclass should be replaceable with objects of its sub...

  • Answered by AI

DOT NET Developer Interview Questions Asked at Other Companies for Experienced

Q1. What is Trigger,Store procedure, join in sql query and their synt ... read more
asked in FIS
Q2. What Are JOINS in SQL and difference between Inner JOIN and equi ... read more
Q3. from sql: temp table vs table variable, write query to sum +ve an ... read more
Q4. what is filter? How to add custom filter? How to configure middle ... read more
Q5. In your Project, How did you connected your application with Data ... read more
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Basic of c and python
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed before Apr 2023. There were 4 interview rounds.

Round 1 - Aptitude Test 

It consisted of pseudocodes and DSA related questions

Round 2 - Coding Test 

2 or 4 questions were asked. And we had to write optimised approach and password all test cases

Round 3 - Technical 

(3 Questions)

  • Q1. Factorial of a given number ,
  • Ans. 

    Factorial of a number is the product of all positive integers less than or equal to that number.

    • To calculate factorial of a number, multiply all positive integers less than or equal to that number.

    • Factorial of 5 (5!) = 5 * 4 * 3 * 2 * 1 = 120

    • Factorial of 0 is defined as 1, so 0! = 1

  • Answered by AI
  • Q2. Fibonacci series
  • Q3. And other DSA related questions and details of project
Round 4 - HR 

(1 Question)

  • Q1. HR related questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Try to focus on optimised approach

Skills evaluated in this interview

LTIMindtree interview questions for designations

 Software Developer

 (91)

 Java Developer

 (31)

 Mainframe Developer

 (8)

 Salesforce Developer

 (5)

 Servicenow Developer

 (5)

 Application Developer

 (4)

 Senior Developer

 (4)

 IOS Developer

 (4)

Interview questions from similar companies

I applied via Company Website and was interviewed in Aug 2020. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. I have cleared all interview rounds but I don't have my previous organization bank statements but in my current organization I have all the documents and current organization experience is 4.7 year and yo...

Interview Preparation Tips

Interview preparation tips for other job seekers - Team please update to candidate all the required documents before the interview
Because I didn't accept the offer from tcs due to Accenture selection and now I don't have Accenture offers

I applied via Approached by Company and was interviewed before Sep 2021. There were 2 interview rounds.

Round 1 - Aptitude Test 

Technical and output based round

Round 2 - Technical 

(1 Question)

  • Q1. Basic JavaScript questions

Interview Preparation Tips

Interview preparation tips for other job seekers - U can google and watch YouTube videos' on JavaScript interview question mostly that will help you with clearing the interview

I applied via Naukri.com and was interviewed in Mar 2021. There were 5 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Coding

Interview Preparation Tips

Interview preparation tips for other job seekers - It was nice experience

I applied via Newspaper Ad and was interviewed before Jun 2021. There were 3 interview rounds.

Round 1 - Aptitude Test 
Round 2 - Technical 

(1 Question)

  • Q1. Basic questions of java.
Round 3 - HR 

(1 Question)

  • Q1. Intro and other hr related questions.

Interview Preparation Tips

Interview preparation tips for other job seekers - Cover the basic questions regarding the programming language.

Interview Questionnaire 

1 Question

  • Q1. Tell me about software system
  • Ans. 

    A software system is a collection of programs, data, and documentation that work together to perform a specific task.

    • A software system is designed to solve a particular problem or set of problems.

    • It consists of various components such as databases, user interfaces, and application servers.

    • Examples of software systems include operating systems, web browsers, and mobile apps.

  • Answered by AI

Interview Questionnaire 

1 Question

  • Q1. Reverse Linkedlist

LTIMindtree Interview FAQs

How many rounds are there in LTIMindtree DOT NET Developer interview for experienced candidates?
LTIMindtree interview process for experienced candidates usually has 1-2 rounds. The most common rounds in the LTIMindtree interview process for experienced candidates are Technical, Aptitude Test and Coding Test.
How to prepare for LTIMindtree DOT NET Developer interview for experienced candidates?
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 LTIMindtree. The most common topics and skills that interviewers at LTIMindtree expect are .Net, C#, Web Api, Azure and Javascript.
What are the top questions asked in LTIMindtree DOT NET Developer interview for experienced candidates?

Some of the top questions asked at the LTIMindtree DOT NET Developer interview for experienced candidates -

  1. Factorial of a given numbe...read more
  2. Explain Oops concept...read more
  3. Explain solid principl...read more

Tell us how to improve this page.

LTIMindtree DOT NET Developer Interview Process for Experienced

based on 4 interviews

1 Interview rounds

  • Technical Round
View more
LTIMindtree DOT NET Developer Salary
based on 99 salaries
₹2.4 L/yr - ₹10.9 L/yr
34% more than the average DOT NET Developer Salary in India
View more details

LTIMindtree DOT NET Developer Reviews and Ratings

based on 11 reviews

3.6/5

Rating in categories

3.2

Skill development

3.5

Work-life balance

2.9

Salary

3.0

Job security

3.3

Company culture

2.7

Promotions

3.2

Work satisfaction

Explore 11 Reviews and Ratings
Senior Software Engineer
21.5k salaries
unlock blur

₹5 L/yr - ₹19 L/yr

Software Engineer
16.2k salaries
unlock blur

₹2 L/yr - ₹10 L/yr

Technical Lead
6.4k salaries
unlock blur

₹9.4 L/yr - ₹36 L/yr

Module Lead
5.9k salaries
unlock blur

₹7 L/yr - ₹25.5 L/yr

Senior Engineer
4.4k salaries
unlock blur

₹4.2 L/yr - ₹17 L/yr

Explore more salaries
Compare LTIMindtree with

Cognizant

3.7
Compare

Capgemini

3.7
Compare

Accenture

3.8
Compare

TCS

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