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 Application Developer Interview Questions, Process, and Tips

Updated 23 Dec 2024

Top LTIMindtree Application Developer Interview Questions and Answers

LTIMindtree Application Developer Interview Experiences

4 interviews found

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

(2 Questions)

  • Q1. What is bussniess rule ?
  • Ans. 

    A business rule is a specific guideline or constraint that dictates how a business operates or makes decisions.

    • Business rules are typically defined by stakeholders or subject matter experts.

    • They help ensure consistency, compliance, and efficiency in business processes.

    • Examples include age restrictions for purchasing alcohol, pricing strategies, and approval processes for expenses.

  • Answered by AI
  • Q2. What is update set?
  • Ans. 

    An update set is a group of changes that can be moved from one instance to another in ServiceNow.

    • Update sets are used to transport customizations, such as new fields, tables, or scripts, between instances.

    • They help in organizing changes and tracking what customizations are being moved.

    • Update sets can be previewed, committed, and rolled back if needed.

    • Example: Creating a new field in a development instance and moving it

  • Answered by AI

Skills evaluated in this interview

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

(2 Questions)

  • Q1. What is memorization
  • Ans. 

    Memorization is the process of committing information to memory for later recall.

    • Memorization involves encoding information into memory through repetition or association.

    • It is often used in education to learn facts, formulas, or concepts.

    • Techniques like mnemonics, visualization, and chunking can aid in memorization.

    • Examples include memorizing multiplication tables, historical dates, or foreign language vocabulary.

  • Answered by AI
  • Q2. What is currying
  • Ans. 

    Currying is a technique in functional programming where a function with multiple arguments is transformed into a sequence of functions, each taking a single argument.

    • Currying helps in creating reusable functions and improving code readability.

    • It allows partial application of functions, where some arguments are fixed and others are left to be provided later.

    • Curried functions can be composed easily to create more complex...

  • Answered by AI

Skills evaluated in this interview

Application Developer Interview Questions Asked at Other Companies

asked in Oracle
Q1. Minimum Cost to Connect All Points Problem Statement Given an arr ... read more
asked in Fujitsu
Q2. Reverse Linked List Problem Statement Given a singly linked list ... read more
asked in Oracle
Q3. Puzzle: – Two persons X and Y are sitting side by side with a coi ... read more
asked in Oracle
Q4. Count Subsequences Problem Statement Given an integer array ARR o ... read more
asked in Oracle
Q5. Remove the Kth Node from the End of a Linked List You are given a ... read more
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via campus placement at KIIT University, Bhuvaneshwar and was interviewed in Jun 2024. There were 3 interview rounds.

Round 1 - Aptitude Test 

BASIC APTITUDE FOR FRESHERS

Round 2 - Coding Test 

BASIC CODING FOR FRESHERS

Round 3 - Technical 

(2 Questions)

  • Q1. SQL DBMS JAVA PYTHON
  • Q2. JAVA SQL DBMS PYTHON

Interview Preparation Tips

Interview preparation tips for other job seekers - PREPARE BASIC JAVA AND SQL QUESTIONS.
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Moderate test, coding questions from dsa

Round 2 - Technical 

(1 Question)

  • Q1. Stream api, java8 features

LTIMindtree interview questions for designations

 IOS Application Developer

 (1)

 Mobile Application Developer

 (1)

 Application Support Engineer

 (1)

 Oracle Application Technical Consultant

 (1)

 Application Programming Analyst

 (1)

 Software Developer

 (90)

 Java Developer

 (31)

 Mainframe Developer

 (8)

Interview questions from similar companies

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

(1 Question)

  • Q1. COBOL, DB2 - Restart logic, Cursor life cycle
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
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 - One-on-one 

(2 Questions)

  • Q1. Basic questions of frameworks
  • Q2. Java, Spring, Spring Boot, Microservices
Round 3 - Technical 

(1 Question)

  • Q1. Brief in frameworks and frequent Answers
Round 4 - Technical 

(1 Question)

  • Q1. Explain Microservice, what is it, how it's work,
  • Ans. 

    Microservices are small, independent, and loosely coupled services that work together to form a larger application.

    • Microservices are designed to be modular and scalable.

    • Each microservice performs a specific task and communicates with other microservices through APIs.

    • Microservices can be developed and deployed independently of each other.

    • They offer flexibility, fault tolerance, and faster time-to-market.

    • Examples of micr

  • Answered by AI
Round 5 - Coding Test 

General coding questions from java

Round 6 - Coding Test 

Spring boot application, how it's work?

Round 7 - HR 

(1 Question)

  • Q1. One-to-one talk with HR for general purpose.

Skills evaluated in this interview

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

I applied via Walk-in and was interviewed in Mar 2023. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. All concept need to clear
  • Q2. Explain max to max answer to them

Interview Preparation Tips

Interview preparation tips for other job seekers - Give them 100% from ur end

I applied via LinkedIn and was interviewed in Aug 2022. There were 2 interview rounds.

Round 1 - Technical 

(4 Questions)

  • Q1. How do you allocate memory to 2D array dynamically? How and why does that work?
  • Ans. 

    Dynamic allocation of memory to 2D array is done using double pointer and malloc function.

    • Declare a double pointer to hold the 2D array.

    • Allocate memory to the first dimension using malloc function.

    • Allocate memory to the second dimension using a loop and malloc function.

    • Free the memory after use to avoid memory leaks.

    • Example: int **arr; arr = (int **)malloc(rows * sizeof(int *));

    • Example: for(int i=0; i

  • Answered by AI
  • Q2. Given string 'aabbdbdges', write a function to return a string in which there would be the letter followed by it's count of occurrence. (the output from the function for the given string should be a2b3d2g2...
  • Q3. Questions regarding memory allocation layout in C
  • Q4. Questions on Code lifecycle. Like, what is assembly code? what are macros?
Round 2 - Manegerial round 

(2 Questions)

  • Q1. Detailed questions regarding what is sprint, what is iteration? what is a story? what is a scrum? what is the role of scrum master?
  • Q2. Explain waterfall model
  • Ans. 

    Waterfall model is a linear sequential approach to software development.

    • It follows a sequential process where each phase must be completed before moving to the next one.

    • It is a rigid model and changes cannot be made easily once a phase is completed.

    • It is suitable for projects with well-defined requirements and a clear understanding of the end product.

    • Phases include requirements gathering, design, implementation, testin...

  • Answered by AI

Interview Preparation Tips

Topics to prepare for DXC Technology Application Developer interview:
  • C
Interview preparation tips for other job seekers - Prepare how the memory layout works in C.
And have hands on practice writing small small C codes.

Skills evaluated in this interview

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

I applied via Naukri.com and was interviewed before Jul 2022. There were 4 interview rounds.

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

(1 Question)

  • Q1. General Hr questions like self intro preivious experience,
Round 3 - Aptitude Test 

Genral and english aptitude test

Round 4 - One-on-one 

(4 Questions)

  • Q1. Operations round with managers questions based on apps
  • Q2. How does apps work in our daily life
  • Ans. 

    Apps have become an integral part of our daily lives, helping us with various tasks and activities.

    • Apps help us stay organized by managing our schedules and to-do lists.

    • They provide entertainment through games, music, and video streaming services.

    • Apps facilitate communication through social media platforms and messaging apps.

    • They assist in navigation with GPS and mapping apps.

    • Apps enable online shopping and banking, ma...

  • Answered by AI
  • Q3. Category in apps we use in our day to day life
  • Ans. 

    Categories in apps include social media, productivity, entertainment, health & fitness, education, finance, and communication.

    • Social media apps (e.g. Facebook, Instagram, Twitter)

    • Productivity apps (e.g. Microsoft Office, Trello, Evernote)

    • Entertainment apps (e.g. Netflix, Spotify, YouTube)

    • Health & fitness apps (e.g. Fitbit, MyFitnessPal, Headspace)

    • Education apps (e.g. Duolingo, Khan Academy, Quizlet)

    • Finance apps (e.g. M...

  • Answered by AI
  • Q4. What are sub categories in apps and how do they work?
  • Ans. 

    Sub categories in apps are smaller categories within a main category that help organize and navigate content more efficiently.

    • Sub categories help users easily find specific content within an app

    • They can be used to group similar features or functions together

    • Examples include sub categories like 'Settings', 'Notifications', 'Profile' within a main category like 'Account'

  • Answered by AI

I applied via Campus Placement and was interviewed in Oct 2021. There were 3 interview rounds.

Interview Questionnaire 

3 Questions

  • Q1. Tell me about yourself?
  • Q2. Your skills?
  • Q3. Where do you see yourself in 5 years?

Interview Preparation Tips

Interview preparation tips for other job seekers - The interview will be easy, just check simple coding and standard interview questions.

LTIMindtree Interview FAQs

How many rounds are there in LTIMindtree Application Developer interview?
LTIMindtree interview process usually has 1-2 rounds. The most common rounds in the LTIMindtree interview process are Technical, Coding Test and Aptitude Test.
How to prepare for LTIMindtree Application 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 CSM, ITSM, Integration, Servicenow and Snow.
What are the top questions asked in LTIMindtree Application Developer interview?

Some of the top questions asked at the LTIMindtree Application Developer interview -

  1. what is bussniess rul...read more
  2. what is update s...read more
  3. what is memorizat...read more

Tell us how to improve this page.

LTIMindtree Application Developer Interview Process

based on 4 interviews

Interview experience

4.8
  
Excellent
View more
LTIMindtree Application Developer Salary
based on 41 salaries
₹4 L/yr - ₹17 L/yr
19% less than the average Application Developer Salary in India
View more details

LTIMindtree Application Developer Reviews and Ratings

based on 3 reviews

2.7/5

Rating in categories

2.0

Skill development

3.2

Work-life balance

2.7

Salary

2.0

Job security

2.0

Company culture

2.5

Promotions

2.0

Work satisfaction

Explore 3 Reviews and Ratings
Senior Software Engineer
21.3k salaries
unlock blur

₹5.1 L/yr - ₹18.8 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.4k salaries
unlock blur

₹9.4 L/yr - ₹36.6 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.7
Compare

Accenture

3.8
Compare

TCS

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