i
LTIMindtree
Filter interviews by
Create a reactive form in Angular to save data in API with validation
Create a reactive form using FormBuilder in Angular
Add form controls with proper validation rules using Validators
Handle form submission and send data to API using HttpClient
Implement error handling for API requests
Display success or error messages to the user
Auth-guard is a feature in Angular that controls access to routes based on user authentication status.
Auth-guards are used to protect routes in Angular applications by checking if a user is authenticated before allowing access.
They can be implemented using canActivate interface in Angular.
Auth-guards can redirect unauthenticated users to a login page or display an error message.
They are commonly used in applications wi...
There are multiple ways to communicate in Angular components, including Input, Output, ViewChild, and Services.
Input - parent component can pass data to child component using @Input decorator
Output - child component can emit events to parent component using @Output decorator
ViewChild - parent component can access child component using @ViewChild decorator
Services - components can communicate through shared services
Use JavaScript to find the longest word in a string.
Split the string into an array of words using split() method.
Iterate through the array and compare the length of each word to find the longest one.
Return the longest word found.
I started my career as a web developer, specializing in frontend technologies like Angular. I have worked on various projects and gained valuable experience.
Started career as web developer
Specialized in frontend technologies like Angular
Worked on various projects
Gained valuable experience
I have expertise in developing Angular frontend applications with strong knowledge of TypeScript, HTML, CSS, and Angular frameworks.
Strong knowledge of TypeScript, HTML, and CSS
Experience in developing Angular frontend applications
Familiarity with Angular frameworks like AngularJS, Angular 2+, Angular Material
Understanding of reactive programming and observables in Angular
Knowledge of state management with tools like N
I applied via campus placement at Aditya Degree College, Kakinada and was interviewed in Jun 2024. There were 3 interview rounds.
The interview lasted for 90 minutes and included questions on aptitude and computer basics.
JDBC typically uses port 3306 for MySQL and ODBC typically uses port 1433 for SQL Server.
JDBC commonly uses port 3306 for MySQL connections
ODBC typically uses port 1433 for SQL Server connections
The Java Development Kit (JDK) is a software development kit used to develop Java applications.
Main components include Java Compiler (javac), Java Virtual Machine (JVM), and Java Archive Tool (jar)
JDK also includes libraries, documentation, and development tools
JDK is necessary for compiling, debugging, and running Java programs
An array is a data structure that stores a collection of elements of the same type in a contiguous memory location.
Arrays have a fixed size determined at the time of declaration.
Elements in an array are accessed using an index starting from 0.
Example: string[] names = {"Alice", "Bob", "Charlie"};
Yes, I am open to relocating for this position.
I am willing to relocate for the right opportunity
I have relocated for previous positions and am comfortable with the process
I understand the benefits of being open to relocation for career growth
In the next five years, I envision myself taking on more leadership roles and contributing significantly to the growth and success of the company.
Continuing to excel in my current role and taking on additional responsibilities
Developing strong relationships with colleagues and mentors to learn and grow professionally
Pursuing further education or certifications to enhance my skills and knowledge
Leading projects or teams...
I applied via Campus Placement and was interviewed in Jun 2024. There were 3 interview rounds.
Duration :1hr
Topics: Quantitative, Verbal and Logical Reasoning .
I have worked on various projects including developing a mobile app for a local business, creating a website for a non-profit organization, and implementing a new CRM system for a small company.
Developed a mobile app for a local business
Created a website for a non-profit organization
Implemented a new CRM system for a small company
I am a recent graduate with a strong academic background in business administration and a passion for learning and growing in a professional setting.
Recent graduate with a degree in business administration
Passionate about learning and professional growth
Strong academic background
Eager to apply knowledge and skills in a real-world setting
Yes, I am prepared to work in shifts as required for the role.
I am flexible and adaptable to different work schedules.
I understand the importance of teamwork and collaboration in a shift-based environment.
I have previous experience working in shifts and can handle the challenges that come with it.
What people are saying about LTIMindtree
I applied via Naukri.com and was interviewed in Jun 2024. There were 3 interview rounds.
LTIMindtree interview questions for popular designations
Get interview-ready with Top LTIMindtree Interview Questions
I applied via campus placement at Graphic Era University, Dehradun and was interviewed in Jun 2024. There were 3 interview rounds.
Coding Decoding, Data Interpretation
The project involved designing and implementing a new software system for tracking inventory in a manufacturing plant.
Developed a user-friendly interface for inputting and accessing inventory data
Implemented database management system to store and retrieve inventory information
Integrated barcode scanning technology for efficient tracking of items
Collaborated with cross-functional teams to gather requirements and ensure
Agile methodology is a project management approach that emphasizes flexibility, collaboration, and iterative development.
Agile methodology involves breaking down projects into smaller tasks and completing them in short iterations.
It prioritizes customer feedback and collaboration among team members.
Common Agile frameworks include Scrum, Kanban, and Extreme Programming (XP).
Types of joins in SQL are inner join, left join, right join, and full outer join.
Inner join: Returns rows when there is a match in both tables.
Left join: Returns all rows from the left table and the matched rows from the right table.
Right join: Returns all rows from the right table and the matched rows from the left table.
Full outer join: Returns rows when there is a match in either table.
TCP/IP is a connection-oriented protocol that ensures data delivery, while UDP is a connectionless protocol that prioritizes speed.
TCP/IP is reliable as it guarantees delivery of data packets in the correct order.
UDP is faster as it does not require a connection setup before transmitting data.
TCP/IP is used for applications that require high reliability, such as web browsing and email.
UDP is used for real-time applicat...
I applied via Approached by Company and was interviewed in Jun 2024. There were 3 interview rounds.
Fundamentals of insurance involve risk management, protection against financial loss, and pooling of resources.
Insurance is a contract between a policyholder and an insurer where the policyholder pays premiums in exchange for financial protection against specified risks.
The main types of insurance include life, health, property, and liability insurance.
Insurance works on the principle of risk pooling, where many indivi...
Express3 is a framework for building web applications in Node.js
Express3 is a lightweight framework for building web applications in Node.js
It provides a robust set of features for web and mobile applications
Express3 uses middleware to handle requests and responses
Routing in Express3 allows for defining routes based on HTTP methods and URL paths
Implementation process of forms in Express 3 involves creating routes, handling form submissions, and rendering views.
Create a route for the form using app.get() or app.post()
Handle form submissions using req.body and middleware like body-parser
Render views with form using templating engines like EJS or Handlebars
Agile process involves iterative development, frequent collaboration, and adaptability to change.
Agile process starts with creating a product backlog of all the features to be developed.
The team then plans a sprint, typically 2-4 weeks long, and selects items from the backlog to work on.
Daily stand-up meetings are held to discuss progress, any obstacles, and plan for the day.
At the end of the sprint, a review meeting i...
I applied via campus placement at Gokaraju Rangaraju Institute of Engineering and Technology, Hyderabad and was interviewed in Jun 2024. There were 2 interview rounds.
There were MCQ's based on aptitude, computer networks and Operating systems.
My favorite coding language is Python because of its readability, versatility, and extensive libraries.
Python is known for its readability, making it easier to write and maintain code.
Python is versatile and can be used for a wide range of applications, from web development to data analysis.
Python has a vast collection of libraries that make it easy to implement complex functionalities without reinventing the wheel.
Java is platform independent due to its bytecode and virtual machine architecture.
Java code is compiled into bytecode, which can run on any platform with a Java Virtual Machine (JVM)
JVM acts as an abstraction layer between the Java code and the underlying hardware
This allows Java programs to be written once and run on any platform without modification
Developed a project management tool, a mobile app for tracking expenses, and a web-based game.
Project management tool - Created using Java and MySQL for organizing tasks and deadlines
Mobile app for tracking expenses - Developed using React Native to track and categorize expenses
Web-based game - Built using HTML5, CSS, and JavaScript for interactive gaming experience
The project code is a web application for managing tasks and deadlines.
Use HTML, CSS, and JavaScript for front-end development
Use Node.js and Express for back-end development
Implement CRUD operations for tasks and deadlines
Utilize MongoDB for database storage
posted on 19 Oct 2024
In Java, static keyword is used to create variables and methods that belong to the class itself, rather than instances of the class.
Static variables are shared among all instances of a class.
Static methods can be called without creating an instance of the class.
Static blocks are used to initialize static variables.
Static keyword can also be used to create static nested classes.
In Selenium, you can take a screenshot using the getScreenshotAs method.
Use the getScreenshotAs method to capture the screenshot in Selenium.
Save the screenshot as a file or display it on the screen.
You can also add timestamps or other information to the screenshot for better identification.
Interview experience
based on 20.1k reviews
Rating in categories
3-8 Yrs
Not Disclosed
Senior Software Engineer
21.2k
salaries
| ₹4.7 L/yr - ₹18.6 L/yr |
Software Engineer
16.2k
salaries
| ₹2 L/yr - ₹10 L/yr |
Module Lead
6.7k
salaries
| ₹7 L/yr - ₹25 L/yr |
Technical Lead
6.5k
salaries
| ₹9.2 L/yr - ₹37 L/yr |
Senior Engineer
4.4k
salaries
| ₹4.2 L/yr - ₹16.3 L/yr |
Cognizant
Capgemini
Accenture
TCS