Filter interviews by
To remove a node from a single linked list, update the pointers of the previous node to skip the node to be removed.
Traverse the linked list to find the node to be removed
Update the 'next' pointer of the previous node to skip the node to be removed
Free the memory allocated to the node to be removed
Count the number of set bits in a given integer.
Use bitwise AND operation with 1 to check if the least significant bit is set.
Shift the integer to the right by 1 bit each time to check the next bit.
Repeat until the integer becomes 0, counting the number of set bits encountered.
Structure is a user-defined data type in C that groups related variables together, while a class is a blueprint for creating objects in object-oriented programming.
Structure is used in C programming language, while class is used in object-oriented programming languages like C++ and Java.
In structure, all members are public by default, while in class, members can be private, protected, or public.
Structures do not suppor...
Structure is a data type that allows different data types to be grouped together, while union is a data type that allows different data types to share the same memory location.
Structure allows each member to have its own memory location, while union shares the same memory location for all members.
In a structure, all members can be accessed simultaneously, while in a union, only one member can be accessed at a time.
Exam...
C-memory map is a layout that shows how memory is organized in a C program, including stack, heap, and global variables.
C-memory map shows the organization of memory in a C program, including stack, heap, and global variables.
It helps developers understand how memory is allocated and accessed in their programs.
For example, the stack typically grows downward in memory, while the heap grows upward.
Top trending discussions
posted on 16 Dec 2024
I applied via Campus Placement and was interviewed in Nov 2024. There were 2 interview rounds.
The aptitude test was relatively straightforward, consisting of both aptitude and technical questions, with a difficulty level ranging from easy to medium.
I applied via Company Website and was interviewed in Sep 2024. There were 2 interview rounds.
First round is apti when in placement
Too hard all are dsa questions
I applied via Approached by Company and was interviewed in Feb 2023. There were 4 interview rounds.
If the cost price of an item is Rs. 150 and the selling price is Rs. 200, what is the profit percentage?
A stack is a LIFO data structure while a queue is a FIFO data structure.
Stack: Last In First Out (LIFO), used in undo/redo functionality, backtracking, and recursion.
Queue: First In First Out (FIFO), used in job scheduling, breadth-first search, and printing.
Stack uses push() and pop() operations while queue uses enqueue() and dequeue() operations.
A compiler translates the entire program into machine code before execution, while an interpreter translates and executes the program line by line.
A compiler converts the source code into an executable file, while an interpreter executes the code directly.
Compilers typically produce faster and more efficient code, while interpreters provide faster development and debugging.
Examples of compilers include GCC, Clang, and ...
I handle stress and pressure by practicing time management, seeking support from colleagues, and maintaining a healthy work-life balance.
I prioritize tasks and create a schedule to manage my time effectively.
I communicate with my team and seek their assistance or guidance when needed.
I engage in stress-relieving activities outside of work, such as exercising or spending time with loved ones.
I practice mindfulness and d...
I applied via Company Website and was interviewed in Jul 2023. There were 4 interview rounds.
Such like blood relation questions, graph, alphabet and numeric values etc
Related to operators, oop concepts
I applied via campus placement at Motilal Nehru Institute National Institute of Technology (NIT), Allahabad and was interviewed in Jun 2022. There were 5 interview rounds.
50 mcq were asked in 12 mins. Most of the candidates qualified this round.
3 coding questions of basic DSA were asked. Also few mcqs from Operating System, Networking and DBMS.
I applied via Company Website and was interviewed before Dec 2019. There were 3 interview rounds.
posted on 24 Dec 2024
I applied via Campus Placement and was interviewed in Jun 2024. There were 3 interview rounds.
based on 1 interview
Interview experience
based on 1 review
Rating in categories
Business Development Executive
7
salaries
| ₹1.4 L/yr - ₹3 L/yr |
Software Engineer
6
salaries
| ₹3.5 L/yr - ₹4.2 L/yr |
Senior Software Engineer
4
salaries
| ₹11 L/yr - ₹16 L/yr |
Software Developer
3
salaries
| ₹6 L/yr - ₹12 L/yr |
TCS
Wipro
Infosys
HCLTech