Filter interviews by
Clear (1)
I applied via Naukri.com and was interviewed in Dec 2020. There were 3 interview rounds.
I applied via Walk-in and was interviewed before Jul 2021. There were 3 interview rounds.
Data structures and algorithms
Python etl,pandas, pyspark questions
Top trending discussions
I was interviewed in Sep 2017.
I applied via Campus Placement and was interviewed in Sep 2021. There was 1 interview round.
posted on 16 Sep 2021
I was interviewed in Oct 2020.
Round duration - 90 minutes
Round difficulty - Hard
1 coding question was given to be solved within 90 minutes. The platform was provided by Eduthrill. It was user friendly. Audio and Video was required to be ON in this round.
You are given a directed acyclic graph (DAG). Your task is to perform topological sorting of the graph and return any valid ordering.
A directed acyclic g...
Implement a function to perform topological sorting on a directed acyclic graph (DAG) and return any valid ordering.
Create a graph representation using adjacency list or matrix
Perform depth-first search (DFS) to find the topological ordering
Use a stack to keep track of the ordering
Return the ordering as an array of integers
Round duration - 45 minutes
Round difficulty - Medium
This round was a Technical Interview 1. The round started at 7:30 pm in the evening and ended at around 8:20 pm. The video call was conducted using Google Meet and the coding of the given question was done on any of the compiler of my choice by screen sharing.
A thief is planning to steal from several houses along a street. Each house has a certain amount of money stashed. However, the thief cannot loot two adjacent houses. Determi...
Determine the maximum amount of money a thief can steal from houses without looting two consecutive houses.
Create an array 'dp' to store the maximum money that can be stolen up to the i-th house.
Iterate through the houses and update 'dp' based on whether the current house is stolen or not.
Return the maximum value in 'dp' as the answer.
Example: For input N=4 and values=[6, 7, 1, 30], the output should be 36.
Tip 1 : Code as much as possible without looking at answers. Take help of hints after giving a proper attempt to the question.
Tip 2 : Concepts of DSA should be strong and keep revising the topics.
Tip 3 : Know the Time and Space conplexities of your code.
Tip 1 : Make a ONE page resume.
Tip 2 : Add links to show originality of your projects.
Tip 3 : Do not add false information just to fill the resume.
posted on 22 Sep 2021
I applied via Campus Placement and was interviewed in Aug 2021. There were 4 interview rounds.
I applied via Campus Placement and was interviewed in May 2021. There were 4 interview rounds.
posted on 13 Dec 2021
I applied via Naukri.com and was interviewed in Jun 2021. There was 1 interview round.
I applied via Recruitment Consultant and was interviewed before Mar 2020. There was 1 interview round.
Printing names of 4 threads in a given order using an array of strings.
Create an array of strings with the names of the threads in the desired order.
Use a loop to iterate through the array and print each thread name.
Ensure that the threads are started in the same order as the names in the array.
I applied via Campus Placement and was interviewed in Nov 2021. There was 1 interview round.
Level order traversal is a tree traversal algorithm that visits nodes level by level.
Start at the root node and visit all nodes at the current level before moving to the next level
Use a queue to keep track of nodes at each level
Enqueue the root node, then dequeue and visit each node while enqueueing its children
Repeat until the queue is empty
Time complexity: O(n), space complexity: O(w) where w is the maximum width of
based on 2 reviews
Rating in categories
Medical Coder
1.3k
salaries
| ₹0 L/yr - ₹0 L/yr |
Junior Medical Coder
348
salaries
| ₹0 L/yr - ₹0 L/yr |
Junior Coder
241
salaries
| ₹0 L/yr - ₹0 L/yr |
Trainee Medical Coder
145
salaries
| ₹0 L/yr - ₹0 L/yr |
Coding Executive
116
salaries
| ₹0 L/yr - ₹0 L/yr |
Omega Healthcare
MiraMed Ajuba
VeeTechnologies
Sunknowledge Services