Filter interviews by
I appeared for an interview in Aug 2024.
Multiple-choice questions and trace tables were requested to be completed.
Multiple logic-based questions were posed for resolution.
Some questions based on data structures and algorithms were posed for solving.
Linked lists and arrays differ in terms of memory allocation, insertion/deletion efficiency, and random access.
Arrays have contiguous memory allocation, while linked lists have non-contiguous memory allocation.
Arrays have constant time access to elements, while linked lists have linear time access.
Linked lists are more efficient for insertion/deletion operations, as they do not require shifting elements like arrays.
Arr...
Banker's algorithm is a resource allocation and deadlock avoidance algorithm used in operating systems.
Used to avoid deadlock in a system by ensuring that resources are allocated safely
Consists of multiple algorithms including safety algorithm and resource request algorithm
Requires information about available resources, maximum resources, allocated resources, and need of each process
Example: If a process requests addit...
I applied via Referral and was interviewed in Jul 2024. There was 1 interview round.
Coding question like build logic for pattern and many more
I applied via Campus Placement
CodeQuotient interview questions for popular designations
I applied via Campus Placement and was interviewed in Apr 2023. There were 5 interview rounds.
Gave basic c++ codes and asked for output. Although my lang is Java,I was able to pass it.
I applied via Campus Placement and was interviewed before Dec 2023. There were 2 interview rounds.
Coding test checking logic building
I applied via Campus Placement and was interviewed in Apr 2023. There were 3 interview rounds.
Gave Basic codes of c++ and we have to analyze the output.
Reverse a linked list by changing the direction of its pointers.
Create a new pointer to keep track of the previous node.
Iterate through the linked list, changing the direction of the pointers.
Return the new head of the reversed linked list.
Segregate odd and even numbers in an array
Iterate through the array and move odd numbers to one side and even numbers to the other
Use two pointers, one starting from the beginning and the other from the end
Time complexity: O(n)
I appeared for an interview before Feb 2024.
The output will be 'Hello' as the condition 'if(a)' will evaluate to true since 'a' is not equal to 0.
The condition 'if(a)' will evaluate to true if 'a' is not equal to 0.
In this case, 'a' is equal to 8 which is not equal to 0, so 'Hello' will be printed.
The program will print numbers from 1 to 5 continuously without spaces.
The for loop increments i by 1 each iteration
The printf statement prints the value of i without a newline character
The loop continues until i is greater than 5
Various questions were asked from the different topics like Arrays, DMA, Strings, etc...
Teaching Demo was taken
I appeared for an interview before Jan 2024.
General reasoning and mathematics-related problems.
Two coding questions of a good difficulty level.
I applied via Naukri.com and was interviewed before Sep 2021. There were 2 interview rounds.
Question was moderate.based on logical reasoning and math.
Coding test question based on sql and python.
Some of the top questions asked at the CodeQuotient interview -
The duration of CodeQuotient interview process can vary, but typically it takes about less than 2 weeks to complete.
based on 7 interviews
Interview experience
based on 30 reviews
Rating in categories
Software Development Engineer
7
salaries
| ₹7 L/yr - ₹10 L/yr |
Software Developer
6
salaries
| ₹5 L/yr - ₹6 L/yr |
Software Tester
4
salaries
| ₹4.2 L/yr - ₹9 L/yr |
Softwaretest Engineer
4
salaries
| ₹3.2 L/yr - ₹6.3 L/yr |
Manager
3
salaries
| ₹7.7 L/yr - ₹9.6 L/yr |
Coding Ninjas
upGrad
Simplilearn
Great Learning