Filter interviews by
Normal basic apti lr conceptual questions
A microcontroller is a small computer on a single integrated circuit that contains a processor core, memory, and programmable input/output peripherals.
Microcontrollers are commonly used in embedded systems for controlling various devices and appliances.
They are programmed using languages like C or assembly language.
Examples of popular microcontrollers include Arduino, Raspberry Pi, and PIC.
Microcontrollers are often us...
I2C is a serial communication protocol used to connect multiple devices with two wires. SPI is another serial protocol with four wires.
I2C uses a master-slave architecture while SPI uses a master-master architecture.
I2C supports multiple devices on the same bus while SPI requires a separate chip select line for each device.
Hardware interrupts are triggered by external events while software interrupts are triggered by s
I applied via Campus Placement and was interviewed before Mar 2023. There was 1 interview round.
Compilation of a C program involves preprocessing, compiling, assembling, and linking.
Preprocessing: Includes header files, macro expansions, and comments removal. Example: gcc -E program.c
Compiling: Translates source code to assembly code. Example: gcc -S program.c
Assembling: Converts assembly code to machine code. Example: gcc -c program.s
Linking: Combines object files and libraries to generate executable. Example: g
Storage classes in C define the scope and lifetime of variables.
Storage classes include auto, register, static, extern, and typedef.
Auto variables are local to the block they are declared in.
Register variables are stored in CPU registers for faster access.
Static variables retain their value between function calls.
Extern variables are declared in one file and can be used in another.
Typedef is used to create new data typ
A computer boots up by executing the BIOS, loading the operating system into memory, and initializing hardware components.
BIOS (Basic Input/Output System) is the first code executed by a computer when powered on.
BIOS performs a Power-On Self Test (POST) to check hardware components.
BIOS then locates and loads the operating system from the boot device (e.g. hard drive, SSD, USB).
The operating system is loaded into memor...
What people are saying about L&T Technology Services
I applied via Campus Placement and was interviewed before Mar 2023. There were 2 interview rounds.
All about aptitude questions and test has multiple rounds
Asked about basic code like palindrome, string reverse
L&T Technology Services interview questions for designations
I applied via Other and was interviewed in Aug 2021. There were 4 interview rounds.
I applied via campus placement at Jadavpur University and was interviewed before Sep 2021. There were 5 interview rounds.
Medium level difficulty
Pseudo code and two partial codes of array logic with disired output in 25 mins.
I applied via Company Website and was interviewed in May 2024. There was 1 interview round.
Storage classes in C specify the scope and lifetime of variables.
Storage classes include auto, register, static, and extern.
Auto variables are local to a block and have automatic storage duration.
Register variables are stored in CPU registers for faster access.
Static variables retain their value between function calls.
Extern variables are declared in one file and can be used in another file.
A structure program is a program that uses structures to group related data together.
Structures in C programming allow you to group related data together under one name.
You can define a structure using the 'struct' keyword.
Structures can contain different data types, including int, float, char, and even other structures.
You can access the members of a structure using the dot operator.
Example: struct employee { int id; ...
I applied via Recruitment Consulltant and was interviewed in Jul 2022. There were 2 interview rounds.
Basic c datastructucture networking l2 l3 questions
Packets are sent from source to destination through a series of network devices using routing protocols.
Packet is created at the source with source and destination IP addresses.
Packet is sent to the default gateway or router.
Router checks its routing table to determine the next hop for the packet.
Packet is forwarded to the next hop until it reaches the destination.
Destination receives the packet and sends an acknowledg
To delete a node from a single linked list, we need to find the node and update the pointers.
Traverse the list to find the node to be deleted
Update the previous node's pointer to point to the next node
Free the memory of the node to be deleted
Dynamic memory allocation in C allows allocation of memory at runtime.
Dynamic memory allocation is done using functions like malloc(), calloc(), realloc() and free().
malloc() allocates memory block of specified size and returns a pointer to the first byte of allocated memory.
calloc() allocates memory block of specified size and initializes all bits to zero.
realloc() changes the size of previously allocated memory block...
Interprocess communication is a mechanism that allows processes to communicate with each other in an OS.
IPC mechanisms include pipes, sockets, message queues, shared memory, and signals.
IPC can be used for synchronization, data sharing, and coordination between processes.
IPC can be implemented using system calls such as fork(), pipe(), socket(), and msgget().
I applied via Job Portal and was interviewed before Jun 2023. There was 1 interview round.
Program to reverse an array of strings
Create a function that takes an array of strings as input
Use a loop to iterate through the array and swap elements from start to end
Return the reversed array
Program to count the number of words in a string using array of strings.
Split the string into an array of strings using a delimiter like space.
Iterate through the array and count the number of elements.
Handle edge cases like multiple spaces between words.
I applied via Campus Placement and was interviewed in May 2021. There were 4 interview rounds.
based on 5 interviews
1 Interview rounds
based on 18 reviews
Rating in categories
Senior Engineer
5.8k
salaries
| ₹3.9 L/yr - ₹17 L/yr |
Engineer
4.8k
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
| ₹5.6 L/yr - ₹19 L/yr |
TCS
Infosys
Wipro
Tech Mahindra