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 Interview Questions and Answers for Experienced

Updated 26 Jun 2025
Popular Designations

638 Interview questions

A Team Lead was asked 4d ago
Q. Can you provide examples of overloading and overriding used in a project?
Ans. 

Overloading and overriding enhance code flexibility and reusability in object-oriented programming.

  • Overloading allows methods to have the same name with different parameters. Example: 'add(int a, int b)' and 'add(double a, double b)'.

  • Overriding enables a subclass to provide a specific implementation of a method already defined in its superclass. Example: 'public void display()' in both parent and child classes.

  • In ...

View all Team Lead interview questions
A Team Lead was asked 4d ago
Q. What are the different types of framework awareness in automation?
Ans. 

Automation frameworks streamline testing processes, enhancing efficiency and maintainability in software development.

  • 1. Linear Framework: Simple and straightforward, ideal for small projects. Example: A single script executing a series of test cases.

  • 2. Modular Framework: Breaks tests into smaller, manageable modules. Example: Testing different components of a web application separately.

  • 3. Data-Driven Framework: Us...

View all Team Lead interview questions
A Service Desk Engineer was asked 1mo ago
Q. What is ServiceNow?
Ans. 

ServiceNow is a cloud-based platform that automates IT service management and business processes.

  • IT Service Management (ITSM): Streamlines IT services like incident management and change management.

  • Workflow Automation: Automates repetitive tasks, improving efficiency and reducing errors.

  • Integration Capabilities: Connects with various tools and systems, enhancing overall functionality.

  • User-Friendly Interface: Provi...

View all Service Desk Engineer interview questions
A Senior Software Engineer 1 was asked 1mo ago
Q. What is LSTM RNN?
Ans. 

LSTM RNNs are advanced neural networks designed to learn from sequences, effectively handling long-term dependencies in data.

  • LSTM stands for Long Short-Term Memory, a type of recurrent neural network (RNN).

  • LSTMs are designed to remember information for long periods, making them suitable for tasks like language modeling.

  • They use special gates (input, output, forget) to control the flow of information.

  • Example: LSTMs...

View all Senior Software Engineer 1 interview questions

What people are saying about LTIMindtree

View All
trendylion
Verified Icon
1w
student at
Chandigarh University
Data Science dream job: Need resume advice & referrals!
Hey pros, what should I add to my resume to boost my chances of landing my first Data Science role? Guidance needed! Also, if you're hiring or know openings at: TCS | Infosys | Wipro | Cognizant | Genpact | Accenture | LTIMindtree | Fractal Analytics | Mu Sigma | Quantiphi | Tiger Analytics | EXL | ZS Associates | Deloitte | KPMG | EY | Capgemini | Publicis Sapient, a referral would be amazing! 📎 I’m attaching my resume. Feedback, suggestions, or leads would mean a lot! Thanks for your support! Let’s connect & grow in #DataScience. #DataScience #MachineLearning #DeepLearning #OpenToWork #FresherJobs #DataScienceJobs #Referral #CareerAdvice #ResumeTips #JobSearch #Hiring #AmbitionBox #LinkedInJobs
FeedCard Image
Got a question about LTIMindtree?
Ask anonymously on communities.
A Selenium Automation Tester was asked 1mo ago
Q. Write an XPath expression to locate a specific link on a webpage.
Ans. 

XPath is a powerful way to navigate through elements and attributes in an XML document, including HTML for web automation.

  • XPath can be absolute or relative. Example: '/html/body/a' (absolute) vs. '//a' (relative).

  • Use attributes to create more specific paths. Example: '//a[@id='linkId']' targets a link with a specific ID.

  • Text content can also be used. Example: '//a[text()='Click Here']' selects a link with the exac...

View all Selenium Automation Tester interview questions
A Selenium Automation Tester was asked 1mo ago
Q. How do you identify errors in a Cucumber feature file?
Ans. 

Identifying errors in a Cucumber feature file involves checking syntax, structure, and adherence to Gherkin language rules.

  • Ensure proper syntax: Each line should start with a keyword like Given, When, Then.

  • Check for missing keywords: Every scenario should have at least one Given, When, and Then.

  • Verify indentation: Proper indentation helps in readability and structure.

  • Look for duplicate scenario names: Each scenari...

View all Selenium Automation Tester interview questions
A Softwaretest Engineer was asked 2mo ago
Q. Write a program to reverse a given string.
Ans. 

String reversal is a common programming task that involves reversing the order of characters in a given string.

  • Simple Algorithm: Iterate through the string from the end to the beginning, appending each character to a new string. Example: 'hello' becomes 'olleh'.

  • Using Built-in Functions: Many programming languages offer built-in functions to reverse strings. For example, in Python: reversed_string = my_string[::-1]...

View all Softwaretest Engineer interview questions
Are these interview questions helpful?
A Senior QA Engineer was asked 2mo ago
Q. Given an array, remove k elements from it.
Ans. 

Remove k elements from an array of strings efficiently while maintaining order.

  • Use a loop to iterate through the array and remove elements until k is reached.

  • Example: For array ['a', 'b', 'c', 'd'] and k=2, result is ['c', 'd'].

  • Consider edge cases: if k is greater than array length, return an empty array.

  • Utilize built-in functions like slice in Python for concise code.

View all Senior QA Engineer interview questions
A Senior QA Engineer was asked 2mo ago
Q. Write a function to find the number of vowels in a given string.
Ans. 

Count the number of vowels in a given string using programming techniques.

  • Identify vowels: a, e, i, o, u (both uppercase and lowercase).

  • Iterate through each character in the string.

  • Use a counter to track the number of vowels found.

  • Example: For the string 'Hello World', the count is 3 (e, o, o).

  • Example: For the string 'OpenAI', the count is 3 (O, e, A).

View all Senior QA Engineer interview questions
A Senior Software Engineer was asked 2mo ago
Q. Can multiple databases be connected to the same integration node?
Ans. 

Yes, multiple databases can be connected to the same integration node for efficient data management.

  • Integration nodes can manage connections to various databases like MySQL, PostgreSQL, and MongoDB simultaneously.

  • Using a connection pool allows for efficient handling of multiple database connections.

  • For example, an application can read user data from a SQL database and log events to a NoSQL database.

  • Middleware solu...

View all Senior Software Engineer interview questions

LTIMindtree Interview Experiences for Experienced

1.1k interviews found

Interview experience
1
Bad
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Azure cloud platform tech
  • Q2. Informatica tech stack ques
Round 2 - Technical 

(2 Questions)

  • Q1. Adf tech stack que
  • Q2. Scd type 2 implementation
  • Ans. 

    SCD Type 2 implementation involves tracking historical changes in data by creating new records for each change.

    • Identify the columns that need to be tracked for changes

    • Add effective start and end dates to track the validity of each record

    • Insert new records for changes and update end dates for previous records

    • Maintain a surrogate key to uniquely identify each version of the record

  • Answered by AI
Round 3 - Technical 

(2 Questions)

  • Q1. Dw related que ans
  • Q2. Solution design related que
Round 4 - HR 

(2 Questions)

  • Q1. Aspiration from my end
  • Q2. How soon can join
  • Ans. 

    I can join the team within 2 weeks.

    • I can start within 2 weeks of receiving the offer.

    • I need to give notice to my current employer.

    • I may need to relocate, which could affect my start date.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Don't join or even I would suggest not to apply or give interview to this pathetic company. I have cleared all my 4 rounds of interview including HR out of which 3 technical and 1 HR. 3 held on video conferencing and one face to face for which I have travelled almost 40 kms from my current location and they said without face to face they cannot proceed hence I had no option left but to travel, then when I entered into the office again put a laptop infront of me which is again video conferencing then I didn't understand why exactly they called me if they want to have it over video online.

Then after putting my lot of time and efforts when finally it comes to release the offer, then they stop picking up the calls and stop responding and the final excuses which I got from them for not releasing the offer is that their software will not allow them to release any offer which is more that 2 days of joining.

Such a pathetic company who even don't know that atleast if you are not releasing the offer, it's your duty to atleast tell the person that either they are not able to provide the compensation as discussed or they are looking parallelly for someone who can settle in less compensation.

Due to all this I have wasted almost my 3-4 weeks of time expecting that I will receive the offer, and didn't focus on other organisations which was ready to provide slightly lower than this.

Hence it's a total scam which is going here suggesting not to get trapped otherwise you will not only waste your time but also other good opportunities as well.

It's a total boycott for me, expecting the same from your end as well, so that they will understand that playing with someone's job is not a joke.

Skills evaluated in this interview

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

I appeared for an interview in May 2025, where I was asked the following questions.

  • Q1. What are the fundamental concepts of Object-Oriented Programming (OOP)?
  • Q2. What is polymorphism, and how can it be achieved in programming?
  • Q3. What is the concept of constructor overloading in object-oriented programming?
  • Q4. Write a program to print the unique characters from a given string.
  • Q5. What are the SOLID principles in software development?
  • Q6. What design patterns do you utilize in your work?
  • Q7. What is a REST API?
  • Q8. What is the Document Object Model (DOM)?
  • Q9. What is the Virtual DOM?
  • Q10. What is a single-page web application (SPA)?
  • Q11. What are decorators in Angular, and what are their types?
  • Q12. What are pipes in Angular, and how are they used?
Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
6-8 weeks
Result
Selected Selected

I applied via Approached by Company

Round 1 - Technical 

(2 Questions)

  • Q1. Complex project scenarios
  • Q2. Team management
Round 2 - Technical 

(2 Questions)

  • Q1. Program management questions
  • Q2. Delivery related questions

Interview Preparation Tips

Interview preparation tips for other job seekers - They prefer hiring through backdoor channels rather than selecting genuine candidates. Unfortunately, the head of HR is also involved in this unethical practice. They often offer compensation that is lower than the stated Cost to Company (CTC). It is advisable to avoid joining this company. it’s worth waiting for other job than join here. Most unethical people to work. Data analytics is Mini cognizant.
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

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

Round 1 - Technical 

(10 Questions)

  • Q1. What is Pricing Rule & Product Rule?
  • Ans. 

    Pricing Rule & Product Rule are mathematical concepts used in calculus to find derivatives of functions.

    • Pricing Rule is used to find the derivative of a function that involves a product of two functions.

    • Product Rule is used to find the derivative of a function that involves the product of two functions.

    • Pricing Rule: (f(x)g(x))' = f'(x)g(x) + f(x)g'(x)

    • Product Rule: (fg)' = f'g + fg'

  • Answered by AI
  • Q2. Can you please explain the Project you have worked on and the difficulties you faced?
  • Q3. What are the Option contraint?
  • Ans. 

    Option constraints are restrictions placed on the values that can be assigned to an option in a software system.

    • Option constraints define the valid range of values for an option.

    • They can include minimum and maximum values, allowed data types, and specific values.

    • For example, an option for selecting a color may have constraints that limit the choices to 'red', 'blue', or 'green'.

  • Answered by AI
  • Q4. What rae the Configuration Attribute?
  • Ans. 

    Configuration attributes are settings that define the behavior of a software system.

    • Configuration attributes can include parameters such as database connection strings, logging levels, and feature toggles.

    • They are typically stored in configuration files or databases.

    • Changing configuration attributes can alter the behavior of the software without modifying its code.

    • Configuration attributes are used to customize the soft...

  • Answered by AI
  • Q5. What is Flow specially Record Triggered flow?
  • Ans. 

    Record Triggered Flow is a type of Flow in Salesforce that is triggered when a record is created or updated.

    • Record Triggered Flow is used to automate processes in Salesforce based on changes to records.

    • It can be set to run before or after the record is saved.

    • Record Triggered Flow can access and update related records as well.

    • It is a powerful tool for automating complex business processes in Salesforce.

  • Answered by AI
  • Q6. What is MDQ (Multi Dimensional Quote)?
  • Ans. 

    MDQ (Multi Dimensional Quote) is a tool used in software development to estimate the effort required for a project by considering multiple dimensions.

    • MDQ takes into account various factors such as complexity, team experience, technology stack, and project scope.

    • It helps in providing a more accurate estimation of the time and resources needed for a project.

    • For example, a project with a high complexity level and a new te...

  • Answered by AI
  • Q7. What is Pricing Waterfall?
  • Ans. 

    Pricing waterfall is a method used to analyze and optimize pricing strategies by breaking down the pricing process into different components.

    • Pricing waterfall helps in understanding the impact of various factors on pricing decisions.

    • It involves analyzing costs, competition, customer demand, and other market factors to determine the optimal pricing strategy.

    • Examples of components in a pricing waterfall include fixed cos...

  • Answered by AI
  • Q8. Explain Discount Schedule ?
  • Ans. 

    A discount schedule is a set of rules or guidelines that determine the amount of discount a customer receives based on various factors.

    • Discount schedules can be based on factors such as quantity purchased, customer loyalty, or promotional events.

    • For example, a discount schedule may offer a 10% discount for purchases of 10 items or more.

    • Another example could be a loyalty program where customers receive increasing discou...

  • Answered by AI
  • Q9. What are the different Pricing Method?
  • Ans. 

    Different pricing methods include cost-plus pricing, value-based pricing, competition-based pricing, and dynamic pricing.

    • Cost-plus pricing involves adding a markup to the cost of production.

    • Value-based pricing sets prices based on the perceived value to the customer.

    • Competition-based pricing involves setting prices based on competitors' prices.

    • Dynamic pricing adjusts prices in real-time based on demand and other factor...

  • Answered by AI
  • Q10. What are the different Product we have in CPQ?
  • Ans. 

    CPQ offers multiple products including Configure, Price, Quote, Contract Management, and Billing.

    • Configure: Allows users to customize products based on customer needs

    • Price: Calculates pricing based on configurations and discounts

    • Quote: Generates quotes for customers based on configured products

    • Contract Management: Manages contracts and agreements with customers

    • Billing: Handles invoicing and payment processing

  • Answered by AI
Round 2 - Technical 

(10 Questions)

  • Q1. What is QCP (Quote Calculator Plugin)?
  • Ans. 

    QCP is a software plugin used for calculating quotes for products or services.

    • QCP is a tool used in sales or e-commerce platforms to provide accurate pricing information to customers.

    • It can factor in variables such as quantity, discounts, taxes, and shipping costs to generate a final quote.

    • QCP can be customized to fit the specific pricing structure and rules of a business.

    • Examples of QCP include plugins for online shop...

  • Answered by AI
  • Q2. Explain any Special Field in CPQ?
  • Ans. 

    Special Field in CPQ refers to a custom field that is unique to a specific use case or industry.

    • Special fields can be used to capture industry-specific data or unique requirements.

    • Examples include fields for pricing rules in the manufacturing industry or contract terms in the telecommunications industry.

  • Answered by AI
  • Q3. Have you worked on Amendment? Explain it?
  • Ans. 

    Yes, I have worked on Amendment. It involves making changes to existing software code or documentation.

    • Amendment involves modifying existing code or documentation to improve functionality or fix issues.

    • Examples include updating a software feature to meet new requirements, fixing bugs in the code, or enhancing performance.

    • Amendment may also involve revising documentation to reflect changes made to the software.

  • Answered by AI
  • Q4. What is renewal in CPQ? Explain the complete Flow?
  • Ans. 

    Renewal in CPQ refers to the process of renewing a contract or subscription for a product or service.

    • Renewal in CPQ involves generating a renewal quote for an existing contract or subscription.

    • The renewal flow typically includes reviewing the terms of the existing contract, making any necessary adjustments, and generating a new quote for the renewed contract.

    • Customers may have the option to renew their contract for a s...

  • Answered by AI
  • Q5. Explain Quote to Cash Flow?
  • Ans. 

    Quote to Cash Flow is the process of generating revenue from the initial quote to the final payment.

    • Quote to Cash Flow involves the entire sales process from creating a quote for a product or service to receiving payment for that product or service.

    • It includes activities such as quoting, invoicing, order fulfillment, and payment collection.

    • The goal of Quote to Cash Flow is to streamline the sales process and improve ca...

  • Answered by AI
  • Q6. What is Package level Setting?
  • Ans. 

    Package level setting refers to configuration settings that apply to an entire package of software components.

    • Package level settings are configuration options that affect all components within a software package.

    • These settings are typically defined at the package level and apply globally.

    • Examples include setting default values for variables, defining access control rules, or specifying logging levels.

    • Package level sett...

  • Answered by AI
  • Q7. What is Bundle Product and Nested Bundle?
  • Ans. 

    Bundle product is a group of related products sold together, while nested bundle is a bundle within a bundle.

    • Bundle product is a collection of multiple products sold together as a single unit.

    • Nested bundle is a bundle that contains another bundle within it.

    • Example: A laptop bundle may include a laptop, a laptop bag, and a mouse. Within this bundle, there could be a nested bundle for extended warranty options.

  • Answered by AI
  • Q8. What is Guided Selling?
  • Ans. 

    Guided selling is a sales technique where the salesperson guides the customer through the buying process, offering personalized recommendations and advice.

    • Involves salesperson providing personalized recommendations to customers

    • Helps customers make informed decisions during the buying process

    • Often used in e-commerce websites to suggest products based on customer preferences

  • Answered by AI
  • Q9. Explain Usages Based Product?
  • Ans. 

    Usages based product refers to a pricing model where customers are charged based on their usage of the product or service.

    • Customers are charged based on the amount or frequency of their usage.

    • Common in industries like cloud computing, SaaS, and utilities.

    • Examples include pay-as-you-go cloud services, metered electricity usage, and usage-based insurance.

  • Answered by AI
  • Q10. What is Batch APEX?
  • Ans. 

    Batch APEX is a feature in Salesforce that allows developers to process records in bulk using Apex code.

    • Batch APEX is used to handle large volumes of data in Salesforce.

    • It is commonly used for tasks like data cleansing, data migration, and data processing.

    • Batch APEX classes implement the Database.Batchable interface and are executed asynchronously.

    • Developers can monitor and manage Batch APEX jobs through the Salesforce...

  • Answered by AI

Skills evaluated in this interview

HR Recruiter Interview Questions & Answers

user image Anonymous

posted on 12 Feb 2025

Interview experience
3
Average
Difficulty level
Easy
Process Duration
4-6 weeks
Result
Selected Selected
Round 1 - Case Study 

Case study where you need to prepare PPT on the possible solutions to the given business problem

Round 2 - One-on-one 

(2 Questions)

  • Q1. Tell me about yourself
  • Q2. Are you open to work extended hours as well as on weekends?
  • Ans. 

    Yes, I am open to working extended hours and weekends to meet the needs of the job.

    • I understand the importance of flexibility in the HR field and am willing to go above and beyond to ensure the success of the team.

    • I have previous experience working extended hours and weekends when necessary, such as during busy recruitment periods or special projects.

    • I am committed to meeting deadlines and providing excellent service t...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Experience varies from team to team. Overall if you have no other offers in hand and want to start earning,get in here!
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I appeared for an interview in Feb 2025.

Round 1 - Aptitude Test 

The assignment is not very difficult.

Round 2 - Technical 

(2 Questions)

  • Q1. Can you describe the projects you worked on in your last company?
  • Q2. Some technical questions in spring boot and java
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
No response

I applied via Recruitment Consulltant and was interviewed in Sep 2024. There was 1 interview round.

Round 1 - Technical 

(16 Questions)

  • Q1. What is hosting and closer
  • Ans. 

    Hosting is the process of storing a website or application on a server, while closure is a function that retains access to variables from its parent scope.

    • Hosting involves storing a website or application on a server to make it accessible on the internet.

    • Closure is a function that retains access to variables from its parent scope, even after the parent function has finished executing.

  • Answered by AI
  • Q2. What is difference between var let and const give me an explanation on what block scope
  • Ans. 

    var, let, and const are used to declare variables in JavaScript. var has function scope, let has block scope, and const is a constant with block scope.

    • var has function scope, meaning it is accessible throughout the function it is declared in.

    • let has block scope, meaning it is only accessible within the block it is declared in.

    • const is similar to let in terms of block scope, but the value cannot be reassigned.

  • Answered by AI
  • Q3. What is asynchronous and how it works
  • Ans. 

    Asynchronous programming allows tasks to run independently of the main program flow, improving performance and responsiveness.

    • Asynchronous code does not block the main thread, allowing other tasks to continue while waiting for a response.

    • Callbacks, promises, and async/await are common ways to handle asynchronous operations in JavaScript.

    • Example: fetching data from an API while the rest of the application continues to r...

  • Answered by AI
  • Q4. Tell me the output 1)a = 20; console.log(a); var a; 2)b=10; console.log(b); let b; 3)let a =5; if(a<5){ let b = " a lessthen 5"; }else{ let b = "b is grater then 5"; } console.log(b);
  • Ans. 

    The output for the given code snippets will be: 1) 20 2) ReferenceError: Cannot access 'b' before initialization 3) ReferenceError: b is not defined

    • In the first snippet, variable 'a' is declared using 'var' after it is assigned a value, so it logs 20 without any issues.

    • In the second snippet, variable 'b' is declared using 'let' after it is assigned a value, so it throws a ReferenceError as 'b' is accessed before initia...

  • Answered by AI
  • Q5. Give a div with text and display center of the page and apply animation using HTML and css
  • Ans. 

    Use HTML and CSS to center a div with text and apply animation

    • Create a div element with text inside

    • Apply CSS to center the div on the page using flexbox or margin auto

    • Use CSS animations like keyframes to add animation effects

  • Answered by AI
  • Q6. What are semantic tags and explain
  • Ans. 

    Semantic tags are HTML tags that provide meaning to the content they enclose, helping search engines and screen readers understand the structure of a webpage.

    • Semantic tags help improve SEO by providing context to search engines.

    • They also improve accessibility for screen readers by clearly defining the structure of a webpage.

    • Examples of semantic tags include

      ,
      ,

Answered by AI
  • Q7. How can we write responsive for web page
  • Ans. 

    Use media queries, flexible grids, and relative units to create a responsive web page.

    • Use media queries to apply different styles based on screen size

    • Create flexible grids using CSS Grid or Flexbox

    • Use relative units like percentages or ems for sizing elements

    • Consider using frameworks like Bootstrap or Material-UI for responsive design

    • Test your design on different devices and screen sizes

  • Answered by AI
  • Q8. What is the difference between CSS and SASS? what is the use of Sass
  • Ans. 

    SASS is a preprocessor scripting language that is interpreted into CSS, offering more features and flexibility.

    • SASS is a preprocessor for CSS, allowing for variables, nesting, and mixins to be used in stylesheets.

    • SASS code needs to be compiled into CSS before being used in a web project.

    • SASS helps in writing cleaner and more organized CSS code, making it easier to maintain and update styles.

    • CSS is the styling language ...

  • Answered by AI
  • Q9. Event propagation
  • Q10. How would you validate the form using HTML? How do you validate the phone number with the country code?
  • Ans. 

    Form validation using HTML and validating phone number with country code

    • Use HTML5 form validation attributes like 'required', 'pattern', 'minlength', etc.

    • For phone number validation, use 'pattern' attribute with regex for specific country code format

    • Example: <input type='tel' pattern='[0-9]{3}-[0-9]{3}-[0-9]{4}' required>

  • Answered by AI
  • Q11. Which test library you use why it usecase
  • Ans. 

    I use Jest for testing React applications due to its simplicity and integration with React ecosystem.

    • Jest is the most popular test library for React applications

    • It comes pre-configured with Create React App and has great support for snapshot testing

    • Jest also has built-in mocking capabilities which make it easy to test components with dependencies

  • Answered by AI
  • Q12. Tell me mounting and shallow concept in testing library
  • Ans. 

    Mounting is the process of rendering a component into the DOM, while shallow rendering allows testing a component without rendering its children.

    • Mounting is the initial phase of the component lifecycle where the component is rendered into the DOM.

    • Shallow rendering in testing library renders only the component itself, not its children.

    • Shallow rendering is useful for isolating the component being tested and avoiding rend...

  • Answered by AI
  • Q13. What is redux-toolkit and what difference b/w redux and redux-toolkit
  • Ans. 

    Redux Toolkit is the official, recommended way to write Redux logic. It simplifies the process of managing state in React applications.

    • Redux Toolkit provides a set of tools and best practices to streamline Redux development.

    • It includes utilities like createSlice, createReducer, and configureStore to simplify the code and reduce boilerplate.

    • Redux Toolkit also includes built-in Immer integration for writing immutable upd...

  • Answered by AI
  • Q14. How api call handle in redux and how can you get and display user name from redux
  • Ans. 

    API calls in Redux are typically handled using middleware like Redux Thunk. User name can be retrieved from Redux state and displayed in components.

    • Use Redux Thunk middleware to make API calls in Redux

    • Dispatch actions to update Redux state with API response data

    • Access user name from Redux state in components to display it

  • Answered by AI
  • Q15. React hooks and how optimization
  • Q16. Why we need thank in redux
  • Ans. 

    Thunk middleware in Redux allows for asynchronous logic to be handled in Redux actions.

    • Thunk middleware allows for dispatching functions instead of just plain objects in Redux actions.

    • It enables handling asynchronous API calls within Redux actions.

    • Thunk middleware helps in simplifying the code by moving complex logic outside of components.

    • Example: Thunk middleware can be used to dispatch an action after a delay or to f...

  • Answered by AI

    Skills evaluated in this interview

    Interview Questions & Answers

    user image Anonymous

    posted on 18 Dec 2024

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

    I applied via Recruitment Consulltant

    Round 1 - One-on-one 

    (2 Questions)

    • Q1. Project Management and Stakeholder Management?
    • Q2. Agile Project Management and execution?
    Round 2 - One-on-one 

    (1 Question)

    • Q1. Approach to manage team and escalation?
    • Ans. 

      I believe in fostering open communication, setting clear expectations, providing support, and addressing issues promptly.

      • Establish clear communication channels within the team

      • Set clear expectations and goals for each team member

      • Provide necessary support and resources for the team to succeed

      • Address any issues or conflicts promptly and professionally

      • Escalate issues to higher management when necessary

    • Answered by AI

    Interview Preparation Tips

    Interview preparation tips for other job seekers - Prepare well and question if you are not clear on ask.

    Interview Questions & Answers

    user image Anonymous

    posted on 3 Mar 2025

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

    I appeared for an interview in Feb 2025.

    Round 1 - Technical 

    (1 Question)

    • Q1. Question related to Snowflake architecture and usage understanding in details
    Round 2 - Case Study 

    Performance tuning the process with snowflake cortex and streamlite

    Round 3 - HR 

    (1 Question)

    • Q1. Previous organization data capture future endeavors and flexibility to relocate
    • Ans. 

      Yes, my previous organization regularly captured data on employees' future career goals and their flexibility to relocate.

      • Previous organization had a system in place to track employees' career aspirations and willingness to relocate

      • Regular surveys or discussions were conducted to gather this information

      • This data was used for succession planning and talent management

      • Employees were given opportunities based on their care...

    • Answered by AI
    Interview experience
    4
    Good
    Difficulty level
    Moderate
    Process Duration
    2-4 weeks
    Result
    -
    Round 1 - Technical 

    (2 Questions)

    • Q1. Technical questions asked
    • Q2. Coding questions
    Round 2 - HR 

    (1 Question)

    • Q1. Technical questions
    Round 3 - HR 

    (1 Question)

    • Q1. Salary discussion

    Interview Preparation Tips

    Interview preparation tips for other job seekers - Company is good , but getting less hike

    LTIMindtree Interview FAQs

    How many rounds are there in LTIMindtree interview for experienced candidates?
    LTIMindtree interview process for experienced candidates usually has 2-3 rounds. The most common rounds in the LTIMindtree interview process for experienced candidates are Technical, HR and Resume Shortlist.
    How to prepare for LTIMindtree 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 SQL, Python, Javascript, Java and Agile.
    What are the top questions asked in LTIMindtree interview for experienced candidates?

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

    1. 1) If you are given a card with 1-1000 numbers and there are 4 boxes. Card no 1...read more
    2. 1.data dictionary concept-table creation steps How do you maintain TMG? What is...read more
    3. 5.enhancements What is enhancements? Types of enhancements? How do you find an...read more
    What are the most common questions asked in LTIMindtree HR round for experienced candidates?

    The most common HR questions asked in LTIMindtree interview are for experienced candidates -

    1. What are your strengths and weakness...read more
    2. Where do you see yourself in 5 yea...read more
    3. Why are you looking for a chan...read more
    How long is the LTIMindtree interview process?

    The duration of LTIMindtree interview process can vary, but typically it takes about less than 2 weeks to complete.

    Tell us how to improve this page.

    Overall Interview Experience Rating

    4/5

    based on 646 interview experiences

    Difficulty level

    Easy 16%
    Moderate 76%
    Hard 8%

    Duration

    Less than 2 weeks 61%
    2-4 weeks 27%
    4-6 weeks 6%
    6-8 weeks 2%
    More than 8 weeks 3%
    View more

    Interview Questions from Similar Companies

    TCS Interview Questions
    3.6
     • 11.1k Interviews
    Accenture Interview Questions
    3.8
     • 8.6k Interviews
    Infosys Interview Questions
    3.6
     • 7.9k Interviews
    Wipro Interview Questions
    3.7
     • 6k Interviews
    Cognizant Interview Questions
    3.7
     • 5.9k Interviews
    Capgemini Interview Questions
    3.7
     • 5k Interviews
    Tech Mahindra Interview Questions
    3.5
     • 4.1k Interviews
    HCLTech Interview Questions
    3.5
     • 4.1k Interviews
    Genpact Interview Questions
    3.8
     • 3.4k Interviews
    IBM Interview Questions
    4.0
     • 2.4k Interviews
    View all

    LTIMindtree Reviews and Ratings

    based on 22.7k reviews

    3.7/5

    Rating in categories

    3.7

    Skill development

    3.7

    Work-life balance

    3.3

    Salary

    3.6

    Job security

    3.6

    Company culture

    2.9

    Promotions

    3.5

    Work satisfaction

    Explore 22.7k Reviews and Ratings
    Python Automation Tester

    Pune,

    Chennai

    +1

    5-9 Yrs

    Not Disclosed

    Threat Hunter

    Hyderabad / Secunderabad,

    Chennai

    +1

    5-8 Yrs

    Not Disclosed

    Threat Hunter Lead

    Hyderabad / Secunderabad,

    Chennai

    +1

    8-12 Yrs

    Not Disclosed

    Explore more jobs
    Senior Software Engineer
    22k salaries
    unlock blur

    ₹6 L/yr - ₹23 L/yr

    Software Engineer
    16.3k salaries
    unlock blur

    ₹2 L/yr - ₹10 L/yr

    Technical Lead
    6.4k salaries
    unlock blur

    ₹9.5 L/yr - ₹37.5 L/yr

    Module Lead
    5.7k salaries
    unlock blur

    ₹7 L/yr - ₹28 L/yr

    Senior Engineer
    4.4k salaries
    unlock blur

    ₹4.2 L/yr - ₹16.1 L/yr

    Explore more salaries
    Compare LTIMindtree with

    Cognizant

    3.7
    Compare

    Capgemini

    3.7
    Compare

    Accenture

    3.8
    Compare

    TCS

    3.6
    Compare
    write
    Share an Interview