Add office photos
Engaged Employer

LTIMindtree

3.8
based on 20.3k Reviews
Filter interviews by

10+ L&T Smart World & Communication Interview Questions and Answers

Updated 2 Jan 2025
Popular Designations

Q1. How can you print the array of numbers in reverse order?

Ans.

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]); }

Add your answer

Q2. Three golden rules of accounting, depreciation methods, previous role

Ans.

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

Add your answer

Q3. why your puc score is less than degree

Ans.

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

Add your answer

Q4. what is polymorphism, inheritance, etc.,

Ans.

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

Add your answer
Discover L&T Smart World & Communication interview dos and don'ts from real experiences

Q5. What is a binary tree?

Ans.

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

Add your answer

Q6. What is a forgein key Explain failover process

Ans.

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.

Add your answer
Are these interview questions helpful?

Q7. What is encapsulation?

Ans.

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

Add your answer

Q8. what is oops concepts

Ans.

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.

Add your answer
Share interview questions and help millions of jobseekers 🌟

Q9. what is class and object

Ans.

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'.

Add your answer

Q10. what is data query language

Ans.

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.

Add your answer

Q11. Domain specific explanation

Ans.

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.

Add your answer

Q12. polymorphism and different types

Ans.

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.

Add your answer

Q13. What is DML in SQL?

Ans.

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.

Add your answer

Q14. what mean by data

Ans.

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

Add your answer

Q15. will be open for relocation?

Ans.

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

Add your answer

Q16. What is linked list

Ans.

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

Add your answer

Q17. Explain main function of java

Ans.

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).

Add your answer

Q18. elements of pricing procedure

Ans.

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).

Add your answer
Contribute & help others!
Write a review
Share interview
Contribute salary
Add office photos

Interview Process at L&T Smart World & Communication

based on 40 interviews
4 Interview rounds
Aptitude Test Round
Technical Round
HR Round - 1
HR Round - 2
View more
Interview Tips & Stories
Ace your next interview with expert advice and inspiring stories

Top Consultant Interview Questions from Similar Companies

3.4
 • 78 Interview Questions
3.8
 • 38 Interview Questions
3.8
 • 22 Interview Questions
3.6
 • 13 Interview Questions
3.1
 • 10 Interview Questions
3.8
 • 10 Interview Questions
View all
Share an Interview
Stay ahead in your career. Get AmbitionBox app
qr-code
Helping over 1 Crore job seekers every month in choosing their right fit company
70 Lakh+

Reviews

5 Lakh+

Interviews

4 Crore+

Salaries

1 Cr+

Users/Month

Contribute to help millions

Made with ❤️ in India. Trademarks belong to their respective owners. All rights reserved © 2024 Info Edge (India) Ltd.

Follow us
  • Youtube
  • Instagram
  • LinkedIn
  • Facebook
  • Twitter