Upload Button Icon Add office photos

L&T Technology Services

Compare button icon Compare button icon Compare

Filter interviews by

L&T Technology Services Senior Software Developer Interview Questions and Answers

Updated 20 Oct 2021

L&T Technology Services Senior Software Developer Interview Experiences

1 interview found

Interview Questionnaire 

1 Question

  • Q1. Only the new technology would make survive me ? Because Im from the some what older technology but I can learn and adopt.

Interview Preparation Tips

Interview preparation tips for other job seekers - Interview Process done more than 45mins, they were asking me the all the new technologies which is in the market. They were checked my ability with tricky questions. Need to answer in the smart way if you didn't know the answer just say the truth.

Interview questions from similar companies

Interview experience
1
Bad
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. What is ODATA Service
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. React questions
  • Q2. JavaScript questions
Round 2 - Technical 

(2 Questions)

  • Q1. React questions
  • Q2. JavaScript questions
Round 3 - HR 

(2 Questions)

  • Q1. Company related questions
  • Q2. Questions based on previous experience
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Microservice Architecture
  • Q2. Rest api vs soap api
  • Ans. 

    REST API is lightweight, flexible, and widely used, while SOAP API is more rigid and heavy.

    • REST API uses standard HTTP methods like GET, POST, PUT, DELETE, while SOAP API uses XML for communication.

    • REST API is stateless and can be cached, making it faster, while SOAP API is stateful and requires more bandwidth.

    • REST API is easier to implement and understand, while SOAP API has more built-in security features.

    • Examples: R

  • Answered by AI

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Questions from Resume, solving code snippets, DSA Algo

Round 2 - One-on-one 

(2 Questions)

  • Q1. Explain GCD, Core Data, Higher Order Functions, ARC
  • Ans. 

    GCD, Core Data, Higher Order Functions, ARC are key concepts in iOS development.

    • GCD (Grand Central Dispatch) is a technology for managing concurrent operations.

    • Core Data is a framework for managing the model layer objects in an application.

    • Higher Order Functions are functions that operate on other functions, taking them as arguments or returning them.

    • ARC (Automatic Reference Counting) is a memory management technology

  • Answered by AI
  • Q2. Weak Unowned, iOS App States
Interview experience
4
Good
Difficulty level
-
Process Duration
2-4 weeks
Result
No response

I applied via Job Portal and was interviewed in Feb 2024. There were 2 interview rounds.

Round 1 - Technical 

(3 Questions)

  • Q1. Regarding SQL i Cleared my Test
  • Q2. What is CTE ? And Write a Sample Query ?
  • Ans. 

    CTE stands for Common Table Expressions, used to create temporary result sets within a SQL query.

    • CTE is defined using the WITH keyword in SQL.

    • It helps in simplifying complex queries by breaking them into smaller, more manageable parts.

    • CTEs can reference themselves recursively, making them useful for hierarchical data.

    • Example: WITH cte AS (SELECT * FROM table_name) SELECT * FROM cte;

  • Answered by AI
  • Q3. Print Numbers between 1 to 20 , even/odd numbers
  • Ans. 

    Print even and odd numbers between 1 to 20.

    • Iterate from 1 to 20 and check if the number is even or odd.

    • Use a conditional statement to determine if the number is even or odd.

    • Print the number along with its type (even or odd).

  • Answered by AI
Round 2 - One-on-one 

(1 Question)

  • Q1. Max of the Questions which interviewer was asked i answered well

Interview Preparation Tips

Topics to prepare for GlobalLogic Senior Software Developer interview:
  • SQL Server
  • Performance Tuning

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. What is the difference between map and flat map
  • Ans. 

    Map transforms each element of a collection, while flatMap transforms each element into a new collection and flattens the result.

    • Map applies a function to each element of a collection and returns a new collection with the results

    • FlatMap applies a function that returns a collection to each element of a collection, then flattens the result into a single collection

    • Example: map([1, 2, 3], x => [x, x+1]) returns [[1, 2], [2...

  • Answered by AI
  • Q2. What is the difference between comparable and comparator
  • Ans. 

    Comparable is an interface used for comparing objects, while Comparator is a separate class used for custom sorting.

    • Comparable is implemented by the class whose objects need to be compared, while Comparator is a separate class used for custom sorting.

    • Comparable has a single method, compareTo(), which is used to compare objects, while Comparator has a method, compare(), for custom sorting logic.

    • Comparable is used for na...

  • Answered by AI
Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed in Feb 2024. There was 1 interview round.

Round 1 - Technical 

(5 Questions)

  • Q1. Interview questions based on your technology
  • Q2. If database,what is procedure & function
  • Ans. 

    Procedures and functions are stored routines in a database that can be called to perform specific tasks.

    • Procedures are a set of SQL statements that perform a specific task. They can have input and output parameters.

    • Functions are similar to procedures but return a value. They can be used in SQL queries like any other function.

    • Both procedures and functions can improve code reusability and maintainability in a database sy

  • Answered by AI
  • Q3. What is trigger
  • Ans. 

    A trigger is a special kind of stored procedure that is automatically executed when certain events occur in a database.

    • Triggers are used to maintain data integrity by enforcing business rules or cascading changes.

    • They can be set to execute before or after INSERT, UPDATE, or DELETE operations.

    • Examples include auditing changes to a table, updating related records in other tables, or enforcing constraints.

  • Answered by AI
  • Q4. What'sis database
  • Ans. 

    A database is a structured collection of data that is stored and accessed electronically.

    • Database organizes and stores data in tables

    • It allows for efficient retrieval, insertion, and updating of data

    • Examples include MySQL, Oracle, MongoDB

  • Answered by AI
  • Q5. What is primary key?
  • Ans. 

    Primary key is a unique identifier for each record in a database table.

    • Primary key ensures each record in a table is uniquely identified.

    • It must have a unique value for each record.

    • Primary key can be a single column or a combination of columns.

    • Examples: ID column in a user table, combination of first name and last name in an employee table.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare and attend

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Python core concepts and basic coding challenges

Interview Preparation Tips

Interview preparation tips for other job seekers - focus on basics
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Basic java , oops
  • Q2. Sql , project, behavioral

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare the basics well

Tell us how to improve this page.

L&T Technology Services Senior Software Developer Salary
based on 82 salaries
₹4.2 L/yr - ₹15 L/yr
27% less than the average Senior Software Developer Salary in India
View more details

L&T Technology Services Senior Software Developer Reviews and Ratings

based on 8 reviews

3.3/5

Rating in categories

3.6

Skill development

3.2

Work-life balance

3.5

Salary

3.2

Job security

3.1

Company culture

3.1

Promotions

3.2

Work satisfaction

Explore 8 Reviews and Ratings
Senior Engineer
5.9k salaries
unlock blur

₹5 L/yr - ₹17 L/yr

Engineer
4.6k salaries
unlock blur

₹3 L/yr - ₹8.2 L/yr

Technical Lead
2.1k salaries
unlock blur

₹8.5 L/yr - ₹30 L/yr

Project Lead
1.5k salaries
unlock blur

₹6 L/yr - ₹23 L/yr

Senior Software Engineer
1.4k salaries
unlock blur

₹5.6 L/yr - ₹19 L/yr

Explore more salaries
Compare L&T Technology Services with

TCS

3.7
Compare

Infosys

3.6
Compare

Wipro

3.7
Compare

Tech Mahindra

3.5
Compare
Did you find this page helpful?
Yes No
write
Share an Interview