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
3.8

based on 20.3k Reviews

Filter interviews by

LTIMindtree DOT NET Developer Interview Questions, Process, and Tips

Updated 23 Dec 2024

Top LTIMindtree DOT NET Developer Interview Questions and Answers

View all 6 questions

LTIMindtree DOT NET Developer Interview Experiences

6 interviews found

DOT NET Developer Interview Questions & Answers

user image Raju Krishna

posted on 13 Oct 2024

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

Round 1 - Technical 

(2 Questions)

  • Q1. General questions on ASP.NET, Projects
  • Q2. Questions from my resume and current project
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

DOT NET Developer Interview Questions Asked at Other Companies

asked in Infosys
Q1. What is the difference between windows application development an ... read more
Q2. What is Trigger,Store procedure, join in sql query and their synt ... read more
Q3. How many ways are there to send data to controller from View?
asked in Nagarro
Q4. Can Two Primary keys can be made possible in Sql Table ?
asked in Infosys
Q5. What kind of database you used in projects
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
Interview experience
1
Bad
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
Not Selected

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

Round 1 - Technical 

(2 Questions)

  • Q1. How to Convert Monolithic to Microservices?
  • Ans. 

    Monolithic to Microservices conversion involves breaking down a large application into smaller, independent services.

    • Identify the different functionalities of the monolithic application

    • Decompose the application into smaller services based on these functionalities

    • Use APIs for communication between services

    • Implement service discovery and load balancing for scalability

    • Containerize services using tools like Docker and orch

  • Answered by AI
  • Q2. How to write code as Platform independent?
  • Ans. 

    To write code as platform independent, use programming languages that are supported on multiple platforms and avoid platform-specific code.

    • Use programming languages like Java, Python, or JavaScript that are supported on multiple platforms.

    • Avoid using platform-specific libraries or APIs in your code.

    • Test your code on different platforms to ensure compatibility.

    • Use tools like Docker or virtual machines to create a consis

  • Answered by AI

LTIMindtree interview questions for designations

 Software Developer

 (92)

 Java Developer

 (31)

 Mainframe Developer

 (8)

 Application Developer

 (5)

 Servicenow Developer

 (5)

 Salesforce Developer

 (5)

 Senior Developer

 (4)

 IOS Developer

 (4)

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Basic of c and python

Get interview-ready with Top LTIMindtree Interview Questions

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

I applied via campus placement at CV Raman College of Engineering, Bhuvaneshwar 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

Interview questions from similar companies

Interview experience
5
Excellent
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Walk-in

Round 1 - Technical 

(2 Questions)

  • Q1. What are the types and number of constraints in your specific context?
  • Ans. 

    There are various types of constraints in DOT NET development, including primary key, foreign key, unique, check, and default constraints.

    • Primary key constraints ensure each record in a table is unique.

    • Foreign key constraints enforce referential integrity between tables.

    • Unique constraints ensure that all values in a column are distinct.

    • Check constraints validate the data before it is inserted or updated.

    • Default constra...

  • Answered by AI
  • Q2. What is the difference between an independent class and an abstract class?
  • Ans. 

    Independent class can be instantiated while abstract class cannot be instantiated directly.

    • Independent class can be directly instantiated using the 'new' keyword.

    • Abstract class cannot be instantiated directly, it can only be used as a base class for other classes.

    • Independent class does not require any derived class to implement its members.

    • Abstract class can have abstract methods that must be implemented by derived cla

  • Answered by AI
Round 2 - Technical 

(1 Question)

  • Q1. Technical coding with the technical team
Round 3 - HR 

(1 Question)

  • Q1. What are your reasons for changing your job?
  • Ans. 

    Seeking new challenges, growth opportunities, and a better work-life balance.

    • Looking for new challenges and opportunities to learn and grow.

    • Seeking a better work-life balance.

    • Interested in working with new technologies or in a different industry.

    • Wanting to advance my career and take on more responsibilities.

    • Company restructuring or changes in management.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - It's important to prepare thoroughly in order to succeed in the interview.
Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
4-6 weeks
Result
No response

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

Round 1 - Technical 

(2 Questions)

  • Q1. What is the repository design pattern?
  • Ans. 

    Repository design pattern is a design pattern that separates the data access logic from the business logic in an application.

    • It helps in achieving separation of concerns by isolating the data access code in a separate layer.

    • It provides a centralized way to access data from various sources such as databases, web services, etc.

    • It makes the codebase more maintainable and testable by abstracting the data access logic.

    • Examp...

  • Answered by AI
  • Q2. What is the difference between IEnumerable and IQueryable?
  • Ans. 

    IEnumerable is used for in-memory collection operations, while IQueryable is used for database query operations.

    • IEnumerable is used for querying data from in-memory collections like arrays, lists, etc.

    • IQueryable is used for querying data from a database using LINQ to SQL or Entity Framework.

    • IEnumerable executes the query in-memory, while IQueryable executes the query on the database server.

    • IEnumerable is suitable for L...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - I was ghosted after successfully completing all interview rounds and finalizing the salary package.
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 Nov 2024. There were 2 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. How to call abstract constructor
  • Q2. Difference between generic list and list which is faster
Round 2 - Coding Test 

Write prime number code

Interview Preparation Tips

Topics to prepare for Wipro DOT NET Developer interview:
  • C#
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
More than 8 weeks
Result
No response

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

Round 1 - One-on-one 

(9 Questions)

  • Q1. What is the extension method
  • Ans. 

    Extension methods allow adding new methods to existing types without modifying the original type

    • Extension methods are static methods that can be called as if they were instance methods of the extended type

    • They are defined in static classes and must be in the same namespace as the extended type

    • They are commonly used to add functionality to existing types or interfaces without modifying them directly

  • Answered by AI
  • Q2. What is difference between union and union all
  • Ans. 

    Union combines and removes duplicates, Union All combines without removing duplicates.

    • Union removes duplicates from the result set, while Union All does not.

    • Union is slower than Union All because it has to perform an additional step to remove duplicates.

    • Union is used when you want to combine two result sets and remove duplicates, while Union All is used when you want to combine two result sets without removing duplicat

  • Answered by AI
  • Q3. What is constructor chaining
  • Ans. 

    Constructor chaining is the process of calling one constructor from another constructor within the same class.

    • Allows for reusing code and avoiding duplication

    • Can be achieved using 'this' keyword in the constructor

    • Example: public MyClass(int x) : this(x, 0) {}

  • Answered by AI
  • Q4. What is CTE and explain
  • Ans. 

    CTE stands for Common Table Expressions, which is a temporary result set that can be referenced within a SELECT, INSERT, UPDATE, or DELETE statement.

    • CTEs are defined using the WITH keyword in SQL.

    • They help improve readability and maintainability of complex queries.

    • CTEs can be recursive, allowing for hierarchical data querying.

    • Example: WITH CTE AS (SELECT * FROM table_name) SELECT * FROM CTE;

    • Example: WITH RECURSIVE CTE ...

  • Answered by AI
  • Q5. What is constructor
  • Ans. 

    A constructor is a special method in a class that is automatically called when an object of that class is created.

    • Constructors have the same name as the class they belong to.

    • They are used to initialize the object's state.

    • Constructors can be parameterized or default (no parameters).

    • Example: public class Person { public Person(string name) { this.Name = name; } }

  • Answered by AI
  • Q6. How to send bulk of data through db
  • Ans. 

    Use bulk insert or batch processing to send large amounts of data through the database.

    • Use bulk insert operations provided by the database management system.

    • Consider using batch processing techniques to optimize performance.

    • Use stored procedures or parameterized queries for efficient data transfer.

  • Answered by AI
  • Q7. Which design pattern do you used in your project
  • Ans. 

    I have used the MVC (Model-View-Controller) design pattern in my project.

    • Separates the application into three main components: Model, View, and Controller

    • Promotes code reusability, modularity, and maintainability

    • Example: ASP.NET MVC framework

  • Answered by AI
  • Q8. What are the characteristics of singleton pattern and how to use
  • Ans. 

    Singleton pattern ensures a class has only one instance and provides a global point of access to it.

    • Characteristics include private constructor, static instance variable, static method to access instance, lazy initialization, and thread safety.

    • Example: public class Singleton { private static Singleton instance; private Singleton() {} public static Singleton getInstance() { if (instance == null) { instance = new Singlet

  • Answered by AI
  • Q9. Write a linq to fetch the data from db table(students) and data (studentid) should be in asending rder
  • Ans. 

    Use LINQ to fetch data from the 'students' table in ascending order of 'studentid'.

    • Use LINQ query syntax or method syntax to retrieve data from the 'students' table.

    • Order the data by 'studentid' in ascending order using the 'OrderBy' or 'OrderByDescending' method.

    • Ensure that the LINQ query is executed against the database to fetch the data.

  • Answered by AI

Skills evaluated in this interview

LTIMindtree Interview FAQs

How many rounds are there in LTIMindtree DOT NET Developer interview?
LTIMindtree interview process usually has 1-2 rounds. The most common rounds in the LTIMindtree interview process are Technical, HR and Aptitude Test.
How to prepare for LTIMindtree DOT NET 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 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?

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

  1. How to Convert Monolithic to Microservic...read more
  2. How to write code as Platform independe...read more
  3. Factorial of a given numbe...read more

Tell us how to improve this page.

LTIMindtree DOT NET Developer Interview Process

based on 9 interviews

1 Interview rounds

  • Technical Round
View more
LTIMindtree DOT NET Developer Salary
based on 87 salaries
₹2.4 L/yr - ₹10.6 L/yr
30% 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.2k salaries
unlock blur

₹4.7 L/yr - ₹18.6 L/yr

Software Engineer
16.2k salaries
unlock blur

₹2 L/yr - ₹10 L/yr

Module Lead
6.7k salaries
unlock blur

₹7 L/yr - ₹25.5 L/yr

Technical Lead
6.5k salaries
unlock blur

₹9.3 L/yr - ₹37 L/yr

Senior Engineer
4.4k salaries
unlock blur

₹4.2 L/yr - ₹16.3 L/yr

Explore more salaries
Compare LTIMindtree with

Cognizant

3.8
Compare

Capgemini

3.8
Compare

Accenture

3.9
Compare

TCS

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