LTIMindtree
10+ L&T Smart World & Communication Interview Questions and Answers
Q1. How can you print the array of numbers in reverse order?
To print an array of numbers in reverse order, iterate through the array starting from the last element and print each element.
Iterate through the array starting from the last element to the first element.
Print each element as you iterate through the array.
Example: for (int i = array.length - 1; i >= 0; i--) { System.out.println(array[i]); }
Q2. Three golden rules of accounting, depreciation methods, previous role
Three golden rules of accounting, depreciation methods, previous role
The three golden rules of accounting are: debit the receiver, credit the giver, and debit what comes in and credit what goes out
Depreciation methods include straight-line, double-declining balance, and units-of-production
In my previous role, I was responsible for managing the company's financial statements and ensuring compliance with accounting standards
Q3. why your puc score is less than degree
My PUC score is less than my degree because I focused more on my degree subjects and put in extra effort to improve my performance.
I prioritized my degree subjects over my PUC subjects
I put in extra effort to improve my performance in my degree subjects
I may have faced challenges or distractions during my PUC studies
Q4. what is polymorphism, inheritance, etc.,
Polymorphism and inheritance are key concepts in object-oriented programming.
Polymorphism allows objects of different classes to be treated as objects of a common superclass.
Inheritance allows a class to inherit attributes and methods from another class.
Polymorphism enables flexibility and extensibility in code design.
Inheritance promotes code reusability and modularity.
Example: Animal is a superclass, and Dog and Cat are subclasses that inherit from Animal. They can both be ...read more
Q5. What is a binary tree?
A binary tree is a data structure consisting of nodes, each having at most two children.
Each node has a left and/or right child node
The left child node is smaller than the parent node, while the right child node is larger
Used for efficient searching and sorting algorithms
Examples include binary search trees and Huffman trees
Q6. What is a forgein key Explain failover process
A foreign key is a column or a group of columns in a database table that uniquely identifies a row in another table.
A foreign key establishes a relationship between two tables in a database.
It ensures referential integrity by enforcing a link between the data in the two tables.
For example, in a database with tables for 'orders' and 'customers', the 'customer_id' column in the 'orders' table would be a foreign key referencing the 'id' column in the 'customers' table.
Q7. What is encapsulation?
Encapsulation is the concept of bundling data and methods that operate on the data into a single unit, known as a class.
Encapsulation helps in hiding the internal state of an object and restricting access to it.
It allows for better control over the data by preventing direct access from outside the class.
By using access modifiers like private, protected, and public, encapsulation ensures data security and integrity.
Example: In a class representing a bank account, the account b...read more
Q8. what is oops concepts
Object-oriented programming concepts like inheritance, encapsulation, polymorphism, and abstraction.
Inheritance allows a class to inherit properties and behavior from another class.
Encapsulation hides the internal state of an object and only exposes necessary information.
Polymorphism allows objects to be treated as instances of their parent class.
Abstraction focuses on the essential qualities of an object rather than the specific details.
Q9. what is class and object
A class is a blueprint for creating objects in object-oriented programming. 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.
Objects can interact with each other through methods defined in their classes.
Example: Class 'Car' may have properties like 'color' and 'model', while an object of class 'Car' could be 'myCar' with color 'red' and model 'Toyota'.
Q10. what is data query language
Data query language is a specialized programming language used to retrieve, manipulate, and manage data stored in a database.
Data query language is used to retrieve specific data from a database.
It allows users to manipulate and manage data by performing operations like insert, update, delete, and select.
Examples of data query languages include SQL (Structured Query Language) and NoSQL query languages like MongoDB Query Language.
Q11. Domain specific explanation
Domain specific explanation
Provide a detailed explanation of a specific domain or field of knowledge.
Use relevant terminology and examples to clarify concepts.
Tailor the explanation to the audience's level of understanding.
Q12. polymorphism and different types
Polymorphism is the ability of a single function or method to operate on different types of data.
Polymorphism allows for code reusability and flexibility in object-oriented programming.
There are two main types of polymorphism: compile-time (method overloading) and runtime (method overriding).
Example of compile-time polymorphism: function overloading in C++.
Example of runtime polymorphism: method overriding in Java.
Q13. What is DML in SQL?
DML stands for Data Manipulation Language in SQL, used for managing data in a database.
DML is used to insert, update, delete, and retrieve data in a database.
Examples of DML statements include INSERT, UPDATE, DELETE, and SELECT.
DML commands are used to interact with the data stored in tables.
Q14. what mean by data
Data refers to facts, statistics, or information collected for analysis or reference.
Data is raw, unorganized facts that need to be processed to be useful
Data can be in various forms such as numbers, text, images, etc.
Examples of data include customer names, sales figures, temperature readings
Q15. will be open for relocation?
Yes, I am open to relocation for the right opportunity.
I am willing to relocate for the right job opportunity
I have experience moving for previous jobs
I am open to exploring new locations and cultures
Q16. What is linked list
A linked list is a data structure where each element points to the next element in the sequence.
Consists of nodes connected by pointers
Can be singly linked or doubly linked
Allows for dynamic size and efficient insertion/deletion
Q17. Explain main function of java
The main function of Java is to write once, run anywhere, making it platform-independent and widely used for developing various applications.
Java is used for developing desktop, web, mobile, and enterprise applications.
It is an object-oriented programming language with features like inheritance, polymorphism, and encapsulation.
Java programs are compiled into bytecode that can run on any Java Virtual Machine (JVM).
Q18. elements of pricing procedure
The elements of a pricing procedure include condition types, access sequences, and calculation schemas.
Condition types define the different pricing elements such as discounts, surcharges, and taxes.
Access sequences determine the order in which condition records are accessed during pricing determination.
Calculation schemas specify how the pricing conditions are calculated and aggregated.
Examples: PR00 (base price), K004 (discount), MWST (tax).
More about working at LTIMindtree
Top HR Questions asked in L&T Smart World & Communication
Interview Process at L&T Smart World & Communication
Top Consultant Interview Questions from Similar Companies
Reviews
Interviews
Salaries
Users/Month