i
Tata Elxsi
Filter interviews by
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.
I applied via Campus Placement and was interviewed in Sep 2021. There were 3 interview rounds.
I applied via LinkedIn and was interviewed in Aug 2021. There were 3 interview rounds.
ISR stands for Interrupt Service Routine. It is a function that is executed in response to an interrupt signal.
ISR is a type of callback function that is used in embedded systems.
It is used to handle hardware interrupts, such as button presses or sensor readings.
ISR is executed asynchronously and takes priority over other tasks.
It is important to keep ISR functions short and efficient to prevent delays in other system ...
An inline function is a function that is expanded in line when it is called, rather than executing a call to the function.
Inline functions are defined with the 'inline' keyword.
They are used to improve performance by reducing the overhead of function calls.
They are typically small functions that are called frequently.
Inline functions can be defined in header files.
Example: inline int add(int a, int b) { return a + b; }
Tata Elxsi interview questions for designations
Top trending discussions
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; ...
posted on 27 Sep 2023
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...
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().
posted on 25 May 2023
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
posted on 11 Mar 2024
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...
posted on 15 Mar 2024
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
based on 9 reviews
Rating in categories
Senior Engineer
4.3k
salaries
| ₹3.5 L/yr - ₹14 L/yr |
Specialist
2.6k
salaries
| ₹7.5 L/yr - ₹25.1 L/yr |
Engineer
1.3k
salaries
| ₹2.8 L/yr - ₹8.2 L/yr |
Senior Software Engineer
997
salaries
| ₹4 L/yr - ₹15 L/yr |
Software Engineer
629
salaries
| ₹3 L/yr - ₹9 L/yr |
TCS
Wipro
HCLTech
Tech Mahindra