BNY
LTIMindtree Interview Questions and Answers
Q1. Polymorphism and types of polymorphism.
Polymorphism is the ability of an object to take on many forms. Types include compile-time, runtime, and ad-hoc polymorphism.
Compile-time polymorphism is achieved through function overloading and templates.
Runtime polymorphism is achieved through inheritance and virtual functions.
Ad-hoc polymorphism is achieved through operator overloading and function templates.
Polymorphism allows for code reusability and flexibility in object-oriented programming.
Example: A shape class with...read more
Q2. Contributions to open source communities.
Contributed to open source communities by developing and maintaining projects.
Developed and maintained a Python package for data analysis and visualization
Contributed to a popular JavaScript library by fixing bugs and adding new features
Participated in open source hackathons and contributed to various projects
Provided support and guidance to new contributors in the community
Q3. What is the white Box testing
White Box testing is a software testing technique that examines the internal structure and implementation of the system.
White Box testing is also known as Clear Box testing, Glass Box testing, or Structural testing.
It involves testing the code, logic paths, and internal components of the software.
Test cases are designed based on the knowledge of the internal structure of the system.
It helps in identifying errors, code coverage, and optimizing code performance.
Examples of whit...read more
Q4. What is the software testing
Software testing is the process of evaluating a software application or system to ensure it meets the specified requirements.
Software testing is done to identify defects or errors in the software.
It involves executing the software with test cases and comparing the actual results with expected results.
Different types of testing include unit testing, integration testing, system testing, and acceptance testing.
Testing can be manual or automated, depending on the complexity and r...read more
Q5. What is object oriented programming?
Object oriented programming is a programming paradigm based on the concept of objects, which can contain data and code.
Objects are instances of classes, which define the structure and behavior of the objects.
Encapsulation, inheritance, and polymorphism are key principles of object oriented programming.
Example: Inheritance allows a subclass to inherit attributes and methods from a superclass.
Q6. What is the software
Software is a set of instructions that tells a computer what to do.
Software is a collection of programs, data, and instructions that tell a computer how to perform specific tasks.
It can be categorized into system software, application software, and middleware.
Examples of software include Microsoft Office, Adobe Photoshop, and Google Chrome.
Q7. What is constant?
A constant is a value that does not change during the execution of a program.
Constants are used to store values that remain the same throughout the program.
They are declared using the 'const' keyword in many programming languages.
Examples include mathematical constants like pi (3.14159) or physical constants like the speed of light (299,792,458 m/s).
Interview Process at LTIMindtree
Top Software Engineer Interview Questions from Similar Companies
Reviews
Interviews
Salaries
Users/Month