Filter interviews by
Clear (1)
I applied via Campus Placement and was interviewed in Dec 2024. There were 4 interview rounds.
Arithmetic, verbal, and verbal skills.
Please write a code for generating the Fibonacci sequence.
C is a powerful and efficient programming language known for its low-level features and flexibility.
Key features include: low-level memory access, efficient manipulation of pointers, strong support for procedural programming, and a rich library of built-in functions.
Concepts include: data types, control structures (such as loops and conditionals), functions, arrays, and pointers.
Example: In C, you can directly access a...
An array is a data structure that stores a collection of elements of the same type in a contiguous memory location.
Arrays have a fixed size determined at the time of declaration.
Elements in an array are accessed using an index starting from 0.
Example: string[] names = {"Alice", "Bob", "Charlie"};
I can start within 2 weeks of receiving an offer.
I can start within 2 weeks of receiving an offer.
I need to give notice to my current employer.
I may need time to relocate if necessary.
Bit operations in C language involve manipulating individual bits within a data structure.
Bitwise AND (&) - sets a bit to 1 only if both input bits are 1
Bitwise OR (|) - sets a bit to 1 if either input bit is 1
Bitwise XOR (^) - sets a bit to 1 if the input bits are different
Bitwise NOT (~) - inverts all bits in a number
Left shift (<<) - shifts bits to the left by a specified number of positions
Right shift (>>) - shifts
I applied via Campus Placement and was interviewed in Sep 2018. There were 5 interview rounds.
Top trending discussions
I applied via Walk-in and was interviewed before Oct 2019. There was 0 interview round.
I applied via Campus Placement and was interviewed before Jan 2020. There were 4 interview rounds.
I applied via Campus Placement and was interviewed in Jul 2020. There were 3 interview rounds.
I applied via Campus Placement and was interviewed before Feb 2020. There was 1 interview round.
I was interviewed before Jun 2020.
To find the middle of an odd-length array, divide the length by 2 and round down.
Get the length of the array
Divide the length by 2 and round down
Return the element at the resulting index
The new operator is used to dynamically allocate memory for an object at runtime.
It returns a pointer to the newly allocated memory.
It can be used to allocate memory for built-in types, user-defined types, and arrays.
The syntax is: new type;
Example: int *ptr = new int;
Example: MyClass *obj = new MyClass();
I applied via Campus Placement and was interviewed before Sep 2020. There were 3 interview rounds.
based on 2 interviews
Interview experience
based on 12 reviews
Rating in categories
Software Engineer
217
salaries
| ₹0 L/yr - ₹0 L/yr |
Senior Software Engineer
67
salaries
| ₹0 L/yr - ₹0 L/yr |
Senior Systems Engineer
47
salaries
| ₹0 L/yr - ₹0 L/yr |
System Engineer
43
salaries
| ₹0 L/yr - ₹0 L/yr |
Technical Lead
25
salaries
| ₹0 L/yr - ₹0 L/yr |
TCS
Infosys
Wipro
HCLTech