Upload Button Icon Add office photos

L&T Technology Services

Compare button icon Compare button icon Compare

Filter interviews by

L&T Technology Services C Developer Interview Questions, Process, and Tips

Updated 1 Nov 2022

Top L&T Technology Services C Developer Interview Questions and Answers

View all 9 questions

L&T Technology Services C Developer Interview Experiences

3 interviews found

C Developer Interview Questions & Answers

user image Anonymous

posted on 1 Nov 2022

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Keep your resume crisp and to the point. A recruiter looks at your resume for an average of 6 seconds, make sure to leave the best impression.
View all tips
Round 2 - Technical 

(5 Questions)

  • Q1. 1. Singleton patter: private constructor + Static function
  • Q2. 2. Convert string to integer.
  • Ans. 

    Convert string to integer in C++.

    • Use stoi() function to convert string to integer.

    • Include header file.

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

Answered by AI
  • Q3. 3. Write a class to debit, credit and balance check functionalities
  • Ans. 

    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

  • Answered by AI
  • Q4. Explain Abstract design pattern.
  • Ans. 

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

  • Answered by AI
  • Q5. How to add external API to project
  • Ans. 

    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

  • Answered by AI

    Interview Preparation Tips

    Interview preparation tips for other job seekers - Be strong in basics of pointers, static functions and virtual functions

    Skills evaluated in this interview

    C Developer Interview Questions & Answers

    user image Anonymous

    posted on 4 Apr 2022

    I was interviewed in Oct 2021.

    Round 1 - Video Call 

    (5 Questions)

    Round duration - 60 minutes
    Round difficulty - Easy

    Technical Interview round with questions on Core C concepts, OS mainly.

    • Q1. What is the difference between a structure and a union in C++?
    • Q2. What is dynamic memory allocation in C?
    • Q3. What is a zombie process?
    • Q4. Convert a value from Big Endian format to Little Endian format.
    • Q5. What is IPC?

    Interview Preparation Tips

    Eligibility criteriaAbove 7 CGPAL&T Technology Services Ltd interview preparation:Topics to prepare for the interview - C, C++, OS, DBMS, Data Structures, Algorithms, Aptitude, OOPSTime required to prepare for the interview - 3 monthsInterview preparation tips for other job seekers

    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.

    Application resume tips for other job seekers

    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.

    Final outcome of the interviewRejected

    Skills evaluated in this interview

    C Developer Interview Questions Asked at Other Companies

    asked in UBS
    Q1. Merge K Sorted Arrays Problem Statement Given 'K' different array ... read more
    asked in UBS
    Q2. String Transformation Problem Given a string (STR) of length N, y ... read more
    asked in UBS
    Q3. Preorder Traversal of a BST Problem Statement Given an array PREO ... read more
    asked in UBS
    Q4. Sort 0 1 2 Problem Statement Given an integer array arr of size ' ... read more
    asked in UBS
    Q5. BST Node Deletion Problem Given a binary search tree (BST) and a ... read more

    C Developer Interview Questions & Answers

    user image Anonymous

    posted on 29 Nov 2021

    I applied via Naukri.com and was interviewed in Oct 2021. There were 3 interview rounds.

    Interview Questionnaire 

    1 Question

    • Q1. Basic C questions, Structures vs Unions, Dynamic memory allocation,convert Big endian to little endian, code to replace repetition value with 0,ISR,Zombie process,IPC, Shared memory, working of system call...

    Interview Preparation Tips

    Interview preparation tips for other job seekers - If your well with basic, it's enough get to the Next round.

    Interview questions from similar companies

    Interview experience
    1
    Bad
    Difficulty level
    Hard
    Process Duration
    2-4 weeks
    Result
    No response

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

    Round 1 - Aptitude Test 

    Worst set of questions

    Round 2 - Coding Test 

    Advanced DSA for entry level role

    Interview Preparation Tips

    Interview preparation tips for other job seekers - Don't join this company
    Interview experience
    4
    Good
    Difficulty level
    Easy
    Process Duration
    2-4 weeks
    Result
    Selected Selected

    I applied via campus placement at Easwari Engineering College, Chennai and was interviewed in Jan 2024. There were 3 interview rounds.

    Round 1 - Aptitude Test 

    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.

    Round 2 - Technical 

    (4 Questions)

    • Q1. Question from oops concept, c++ and JAVA were asked.
    • Q2. Questions data structures like how to reverse a linked list were asked.
    • Q3. Explain packages in java
    • Ans. 

      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

    • Answered by AI
    • Q4. Explain the use of public static void main
    • Ans. 

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

    • Answered by AI
    Round 3 - HR 

    (2 Questions)

    • Q1. Questions about the awards and certification i mentioned in my resume
    • Q2. Common HR questions like location....salary......why tata elxsi ect..

    Interview Preparation Tips

    Interview preparation tips for other job seekers - Practice coding in gfg platform, it helped a lot.....have atleast basic knowledge on concepts you mentioned in your resuem.

    Skills evaluated in this interview

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

    Great interview it was

    Round 2 - Technical 

    (2 Questions)

    • Q1. What is android?
    • Ans. 

      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.

    • Answered by AI
    • Q2. What is kotlin?
    • Ans. 

      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

    • Answered by AI
    Round 3 - HR 

    (2 Questions)

    • Q1. Whats is current ctc?
    • Ans. 

      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

    • Answered by AI
    • Q2. What is expected ctc?
    • Ans. 

      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

    • Answered by AI

    Skills evaluated in this interview

    Interview experience
    4
    Good
    Difficulty level
    Moderate
    Process Duration
    Less than 2 weeks
    Result
    Selected Selected

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

    Round 1 - Aptitude Test 

    All the basic topics

    Round 2 - Coding Test 

    Normal JS, And CSS and HTML

    Interview Preparation Tips

    Interview preparation tips for other job seekers - Please prepare basic concept of JS
    Interview experience
    5
    Excellent
    Difficulty level
    Moderate
    Process Duration
    2-4 weeks
    Result
    Selected Selected

    I applied via campus placement at Lovely Professional University (LPU) and was interviewed in Jul 2023. There were 5 interview rounds.

    Round 1 - Resume Shortlist 
    Pro Tip by AmbitionBox:
    Keep your resume crisp and to the point. A recruiter looks at your resume for an average of 6 seconds, make sure to leave the best impression.
    View all tips
    Round 2 - Aptitude Test 

    Easy to crack. Just basics needed.

    Round 3 - Coding Test 

    There were easy to medium questions.

    Round 4 - Technical 

    (1 Question)

    • Q1. Questions on dsa, programming languages
    Round 5 - HR 

    (1 Question)

    • Q1. Basic hr questions like introduction bla bla nla
    Interview experience
    4
    Good
    Difficulty level
    -
    Process Duration
    -
    Result
    -
    Round 1 - Resume Shortlist 
    Pro Tip by AmbitionBox:
    Don’t add your photo or details such as gender, age, and address in your resume. These details do not add any value.
    View all tips
    Round 2 - Technical 

    (4 Questions)

    • Q1. Difference between delete, drop and truncate
    • Ans. 

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

    • Answered by AI
    • Q2. Difference between table and view
    • Ans. 

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

    • Answered by AI
    • Q3. What type of cursors did you use
    • Ans. 

      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.

    • Answered by AI
    • Q4. What is primary key and unique key
    • Ans. 

      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

    • Answered by AI

    Interview Preparation Tips

    Interview preparation tips for other job seekers - Be confident in the interview.
    Frame your answer correctly.if you don't know any complex question ask the interviewer at the end

    Skills evaluated in this interview

    Interview experience
    4
    Good
    Difficulty level
    -
    Process Duration
    -
    Result
    -
    Round 1 - Resume Shortlist 
    Pro Tip by AmbitionBox:
    Properly align and format text in your resume. A recruiter will have to spend more time reading poorly aligned text, leading to high chances of rejection.
    View all tips
    Round 2 - Technical 

    (1 Question)

    • Q1. Tell me about how to call a web service from front end
    • Ans. 

      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

    • Answered by AI
    Round 3 - HR 

    (1 Question)

    • Q1. Your salary expectation

    Interview Preparation Tips

    Interview preparation tips for other job seekers - Be calm and composed in an Interview and be specific with what answers you are giving should be relevant to the question asked

    Skills evaluated in this interview

    L&T Technology Services Interview FAQs

    How many rounds are there in L&T Technology Services C Developer interview?
    L&T Technology Services interview process usually has 2 rounds. The most common rounds in the L&T Technology Services interview process are Resume Shortlist and Technical.
    What are the top questions asked in L&T Technology Services C Developer interview?

    Some of the top questions asked at the L&T Technology Services C Developer interview -

    1. 3. Write a class to debit, credit and balance check functionalit...read more
    2. How to add external API to proj...read more
    3. Explain Abstract design patte...read more

    Tell us how to improve this page.

    Interview Questions from Similar Companies

    TCS Interview Questions
    3.7
     • 10.4k Interviews
    Infosys Interview Questions
    3.6
     • 7.6k Interviews
    Wipro Interview Questions
    3.7
     • 5.6k Interviews
    Tech Mahindra Interview Questions
    3.5
     • 3.8k Interviews
    HCLTech Interview Questions
    3.5
     • 3.8k Interviews
    LTIMindtree Interview Questions
    3.8
     • 3k Interviews
    DXC Technology Interview Questions
    3.7
     • 809 Interviews
    Mphasis Interview Questions
    3.4
     • 806 Interviews
    Nagarro Interview Questions
    4.0
     • 777 Interviews
    View all
    L&T Technology Services C Developer Salary
    based on 9 salaries
    ₹4.4 L/yr - ₹7.3 L/yr
    16% more than the average C Developer Salary in India
    View more details
    Senior Engineer
    5.8k salaries
    unlock blur

    ₹3.9 L/yr - ₹17 L/yr

    Engineer
    4.5k 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.6k salaries
    unlock blur

    ₹6 L/yr - ₹23 L/yr

    Senior Software Engineer
    1.4k salaries
    unlock blur

    ₹4.8 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