Filter interviews by
I applied via Naukri.com and was interviewed in May 2021. There were 3 interview rounds.
Typedef is used to create an alias name for a data type, including structures and unions.
Typedef simplifies the code and makes it more readable.
Syntax: typedef struct/union { members } alias_name;
Example: typedef struct { int age; char name[20]; } Person;
Example: typedef union { int i; float f; } Number;
I applied via Naukri.com and was interviewed before Oct 2022. There were 3 interview rounds.
Had three coding questions
I applied via Naukri.com and was interviewed before Apr 2022. There were 3 interview rounds.
I applied via Referral and was interviewed before Apr 2022. There were 2 interview rounds.
L&T Technology Services interview questions for designations
I applied via Approached by Company and was interviewed before Jan 2022. There were 3 interview rounds.
On Hackerearth. 2 coding questions from C programming and data structures.
Structure padding is the insertion of unused bytes between the members of a structure to align them in memory.
Padding is added to ensure that each member of the structure is aligned on a memory boundary that is a multiple of its size.
Padding is added by the compiler automatically.
Padding can affect the size of the structure and the performance of the program.
Example: struct example { char a; int b; char c; }; The size ...
Dynamic memory allocation is the process of allocating memory during runtime.
Memory is allocated using functions like malloc(), calloc(), and realloc()
The allocated memory can be resized or freed using realloc() and free() functions
Example: int *ptr = (int*) malloc(5 * sizeof(int));
This allocates memory for 5 integers and returns a pointer to the first integer
Memory layout in C refers to the organization of memory in a C program.
Memory is divided into four segments: stack, heap, data, and code
Stack stores local variables and function calls
Heap stores dynamically allocated memory
Data stores global and static variables
Code stores the program instructions
Memory layout can be visualized using a memory map
Static and extern are C++ modifiers used to control the scope and lifetime of variables and functions.
Static modifier is used to declare variables and functions that retain their values and scope throughout the program execution.
Extern modifier is used to declare variables and functions that are defined in another file or module.
Static variables are initialized only once and retain their values between function calls.
E...
Pointers are variables that store memory addresses. Pass by reference allows a function to modify the original variable.
Pointers store memory addresses
Pass by reference allows a function to modify the original variable
Example: int* ptr = # // ptr stores the memory address of num
Example: void modify(int* ptr) { *ptr = 10; } // modifies the value of the variable pointed to by ptr
Get interview-ready with Top L&T Technology Services Interview Questions
I applied via Naukri.com and was interviewed before May 2022. There was 1 interview round.
I applied via Naukri.com and was interviewed in Apr 2021. There were 3 interview rounds.
Interview questions for Senior Engineer position covering topics like TCP/UDP, inline functions, data structures, and more.
TCP is a reliable, connection-oriented protocol while UDP is unreliable and connectionless
Inline functions are small functions that are expanded by the compiler at the point of call
Structures are used to group related data while unions allow different data types to share the same memory space
Pointe...
I applied via Walk-in and was interviewed before Oct 2021. There were 4 interview rounds.
Top trending discussions
The duration of L&T Technology Services Senior Engineer interview process can vary, but typically it takes about less than 2 weeks to complete.
based on 48 interviews
4 Interview rounds
based on 680 reviews
Rating in categories
Senior Engineer
5.9k
salaries
| ₹0 L/yr - ₹0 L/yr |
Engineer
4.8k
salaries
| ₹0 L/yr - ₹0 L/yr |
Technical Lead
2.1k
salaries
| ₹0 L/yr - ₹0 L/yr |
Project Lead
1.5k
salaries
| ₹0 L/yr - ₹0 L/yr |
Senior Software Engineer
1.4k
salaries
| ₹0 L/yr - ₹0 L/yr |
TCS
Infosys
Wipro
Tech Mahindra