LTIMindtree
India Builders Interview Questions and Answers
Q1. What are the different types of inheritance in Java, and can you explain the concept of interfaces? Additionally, code editor link was paste where I had to code and execute the code for interfaces .
There are four types of inheritance in Java: single, multilevel, hierarchical, and multiple. Interfaces in Java are used to achieve abstraction and multiple inheritance.
Types of inheritance in Java: single (one class extends one class), multilevel (class extends another class which extends another class), hierarchical (multiple classes extend one class), multiple (one class implements multiple interfaces)
Interfaces in Java are like abstract classes with only abstract methods....read more
Q2. What is difference between structured, unstructured and semi structured databases
Structured databases have a well-defined schema, unstructured databases have no predefined schema, and semi-structured databases have some organizational properties but do not enforce a strict schema.
Structured databases have a well-defined schema with tables, rows, and columns (e.g. SQL databases)
Unstructured databases store data without a predefined schema, allowing for flexibility in data types and structures (e.g. NoSQL databases)
Semi-structured databases have some organi...read more
Q3. What is the sql command to ...?
SQL command to retrieve data from a database table
Use SELECT statement to retrieve data
Specify the columns to retrieve after SELECT keyword
Specify the table name after FROM keyword
Use WHERE clause to add conditions for data retrieval
Q4. project explanation regarding models and languages used
I have experience working on projects involving the development of models using programming languages such as Python and R.
Developed predictive models using Python libraries like scikit-learn and TensorFlow
Utilized R for statistical analysis and data visualization
Implemented machine learning algorithms to optimize business processes
Q5. What is class and object
A class is a blueprint for creating objects, while an object is an instance of a class.
A class defines the properties and behaviors of objects.
An object is a specific instance of a class.
Classes can have attributes (variables) and methods (functions).
Objects can interact with each other by calling methods on each other.
Example: Class 'Car' can have attributes like 'color' and 'model', while an object 'myCar' can be an instance of the 'Car' class.
Q6. What is Oop's in java
OOPs in Java stands for Object-Oriented Programming, a programming paradigm based on the concept of objects.
OOPs in Java focuses on creating objects that interact with each other to solve problems
It involves concepts like classes, objects, inheritance, polymorphism, and encapsulation
Example: Creating a class 'Car' with properties like 'make', 'model', and methods like 'drive', 'stop'
Q7. Tell me about LTIMindtree
LTIMindtree is a global technology consulting and services company, specializing in digital transformation and IT services.
Founded in 1999 as the IT division of Larsen & Toubro
Acquired by Mindtree in 2019, becoming LTIMindtree
Offers services in areas such as cloud, data analytics, AI, and cybersecurity
Has a strong focus on sustainability and social responsibility
Serves clients across various industries including banking, healthcare, and retail
Q8. Diff between DBMS and RDBMS.
DBMS is a software system that manages databases, while RDBMS is a type of DBMS that stores data in a structured format using tables.
DBMS stands for Database Management System, while RDBMS stands for Relational Database Management System.
DBMS allows users to create, retrieve, update, and manage data in a database, while RDBMS uses a structured query language (SQL) to interact with the database.
RDBMS enforces referential integrity constraints between tables, while DBMS may not...read more
Q9. Features of Java
Java is a popular programming language known for its platform independence, object-oriented approach, and robustness.
Platform independence - Java programs can run on any platform that has a Java Virtual Machine (JVM)
Object-oriented approach - Java supports the principles of encapsulation, inheritance, and polymorphism
Robustness - Java has strong memory management, exception handling, and type safety
Rich API - Java provides a vast collection of pre-built classes and interfaces...read more
More about working at LTIMindtree
Top HR Questions asked in India Builders
Interview Process at India Builders
Reviews
Interviews
Salaries
Users/Month