Filter interviews by
Convert string to integer in C++.
Use stoi() function to convert string to integer.
Include
stoi() function throws an exception if the string is not a valid integer.
Use stol() or stoll() for long integers.
Use atoi() for C-style strings.
A class for debit, credit and balance check functionalities
Create a class with member variables for balance
Add member functions for debit, credit and balance check
Ensure proper validation and error handling
Consider using exception handling for errors
Abstract design pattern is a way to define a blueprint for a group of objects with common characteristics.
It allows creating objects without specifying their concrete classes.
It promotes loose coupling between classes.
It is implemented using abstract classes and interfaces.
Example: Shape is an abstract class and Circle, Square, Triangle are its concrete subclasses.
Example: JDBC API uses abstract classes and interfaces ...
To add an external API to a project, you need to first obtain the API documentation and credentials.
Obtain API documentation and credentials
Integrate API into project using appropriate libraries or frameworks
Test API functionality and handle errors appropriately
I was interviewed in Oct 2021.
Round duration - 60 minutes
Round difficulty - Easy
Technical Interview round with questions on Core C concepts, OS mainly.
Tip 1 : Must do Previously asked Interview as well as Online Test Questions.
Tip 2 : Go through all the previous interview experiences from Codestudio and Leetcode.
Tip 3 : Do at-least 2 good projects and you must know every bit of them.
Tip 1 : Have at-least 2 good projects explained in short with all important points covered.
Tip 2 : Every skill must be mentioned.
Tip 3 : Focus on skills, projects and experiences more.
I applied via Naukri.com and was interviewed in Oct 2021. There were 3 interview rounds.
What people are saying about L&T Technology Services
posted on 2 Jan 2025
I applied via Job Portal and was interviewed in Dec 2024. There were 2 interview rounds.
Worst set of questions
Advanced DSA for entry level role
I applied via campus placement at Easwari Engineering College, Chennai and was interviewed in Jan 2024. There were 3 interview rounds.
Includes basic concepts of computer networks, computer architecture and technical MCQ questions. First round also includes 3 coding questions of easy level. Those who solved 2 coding questions got selected for next round.
Packages in Java are used to organize classes and interfaces into namespaces for better code organization and reusability.
Packages help in avoiding naming conflicts by grouping related classes together.
Packages can be nested within each other to create a hierarchical structure.
Packages are declared using the 'package' keyword at the beginning of a Java file.
Example: 'package com.example.myapp;' declares a package named
The public static void main method is the entry point of a Java program.
It is a mandatory method in Java programs, as it is the starting point of execution.
The 'public' keyword allows the main method to be accessed from outside the class.
The 'static' keyword allows the main method to be called without creating an instance of the class.
The 'void' keyword indicates that the main method does not return any value.
The 'main...
Great interview it was
Android is a mobile operating system developed by Google, based on the Linux kernel.
Developed by Google
Based on Linux kernel
Used in smartphones, tablets, smartwatches, etc.
Kotlin is a statically typed programming language that runs on the Java Virtual Machine (JVM) and can also be compiled to JavaScript source code.
Kotlin is interoperable with Java, meaning you can use Java libraries and frameworks in Kotlin code.
Kotlin is concise, reducing boilerplate code compared to Java.
Kotlin supports functional programming features like higher-order functions and lambdas.
Kotlin is officially suppor
Current CTC refers to the current salary package of the candidate.
Current CTC is the total amount of money a candidate is currently earning from their job.
It includes the basic salary, bonuses, incentives, and any other monetary benefits.
Candidates may choose to disclose their current CTC during job interviews to negotiate a better salary package.
Example: If a candidate's current CTC is $50,000 per year, they may expec
Expected CTC is the salary range that the candidate is looking for in a new job.
Research the average salary for Software Developers in your area
Consider your experience, skills, and the company's size and industry
Be prepared to negotiate based on the job responsibilities and benefits offered
I applied via Job Portal and was interviewed in Apr 2024. There were 2 interview rounds.
All the basic topics
Normal JS, And CSS and HTML
I applied via campus placement at Lovely Professional University (LPU) and was interviewed in Jul 2023. There were 5 interview rounds.
Easy to crack. Just basics needed.
There were easy to medium questions.
Delete removes rows from a table, drop removes the entire table, and truncate removes all rows from a table.
Delete is a DML operation and can be rolled back, but it is slower than truncate.
Drop is a DDL operation and cannot be rolled back. It removes the table and all associated objects.
Truncate is a DDL operation and cannot be rolled back. It removes all rows from the table but keeps the table structure.
Delete and tru...
Table stores data in a structured format while view is a virtual table created from a query.
Table is a physical object while view is a logical object.
Table can be modified while view cannot be modified directly.
Table can have indexes while view cannot have indexes.
Table can have constraints while view cannot have constraints.
View can be used to simplify complex queries by joining multiple tables.
View can be used to res...
I have used both implicit and explicit cursors in PL/SQL development.
Implicit cursors are used for single-row queries while explicit cursors are used for multi-row queries.
I have used explicit cursors with parameters to make the query more dynamic.
I have also used cursor variables to pass cursors as parameters to procedures and functions.
Examples of cursor types I have used include FOR LOOP, FETCH, and UPDATE cursors.
Primary key uniquely identifies a record in a table, while unique key ensures uniqueness of a column or set of columns.
Primary key is a column or set of columns that uniquely identifies each record in a table
Unique key ensures that a column or set of columns have unique values
Primary key cannot have null values, while unique key can have null values
A table can have only one primary key, but multiple unique keys
To call a web service from front end, use AJAX or fetch API to send HTTP requests to the web service endpoint.
Identify the web service endpoint URL
Use AJAX or fetch API to send HTTP requests to the endpoint
Specify the HTTP method (GET, POST, PUT, DELETE) and request headers
Handle the response from the web service in the front end code
Senior Engineer
5.8k
salaries
| ₹3.9 L/yr - ₹17 L/yr |
Engineer
4.5k
salaries
| ₹3 L/yr - ₹8.2 L/yr |
Technical Lead
2.1k
salaries
| ₹8.5 L/yr - ₹30 L/yr |
Project Lead
1.6k
salaries
| ₹6 L/yr - ₹23 L/yr |
Senior Software Engineer
1.4k
salaries
| ₹4.8 L/yr - ₹19 L/yr |
TCS
Infosys
Wipro
Tech Mahindra