i
uCertify
Filter interviews by
I was interviewed in Nov 2020.
Round duration - 120min
Round difficulty - Easy
Semaphores are synchronization primitives used to control access to shared resources in a multi-threaded environment.
Semaphores can be used to limit the number of threads accessing a resource simultaneously.
They can be binary (mutex) or counting semaphores.
Operations on semaphores include wait (P) and signal (V).
Example: In a producer-consumer problem, semaphores can be used to control access to a shared buffer.
You are given a graph with 'N' vertices numbered from '1' to 'N' and 'M' edges. Your task is to color this graph using two colors, such as blue and red, in a way that no two adjacen...
Check if a given graph can be colored using two colors without adjacent vertices sharing the same color.
Use graph coloring algorithm like BFS or DFS to check if adjacent vertices can be colored with different colors.
If there are odd cycles in the graph, it is not possible to color the graph with two colors.
If the graph is bipartite, it is always possible to color the graph with two colors.
Example: For the input 5 4, 1
Round duration - 50 minutes
Round difficulty - Easy
You are given a matrix 'A' of size 'N' x 'M', where each cell contains the height of water placed in that cell. Water can flow in four directions: up, down, left, and right, b...
Find coordinates from which water can flow to both the Pacific and Atlantic Oceans in a given matrix of water heights.
Create a function that takes in the matrix 'A' and its dimensions 'N' and 'M'.
Implement a depth-first search (DFS) algorithm to find all coordinates from which water can flow to both oceans.
Keep track of visited cells and use two separate DFS calls to find coordinates for each ocean.
Sort and return the
Round duration - 10 minutes
Round difficulty - Easy
Tip 1 : Study and work hard. Work hard work hard. Always work hard. Practice Atleast 250 questions
Tip 2 : Solve at least 2 projects.
Tip 1 : Have strong projects on your resume
Tip 2 : Be yourself always.
I applied via Recruitment Consultant and was interviewed before Sep 2018. There were 4 interview rounds.
I was interviewed in Feb 2017.
I was interviewed in Jul 2017.
posted on 23 Feb 2015
I was interviewed in Oct 2016.
Accounts Manager
21
salaries
| ₹0 L/yr - ₹0 L/yr |
Application Developer
14
salaries
| ₹0 L/yr - ₹0 L/yr |
SME
12
salaries
| ₹0 L/yr - ₹0 L/yr |
Inside Sales Executive
9
salaries
| ₹0 L/yr - ₹0 L/yr |
Web Developer
9
salaries
| ₹0 L/yr - ₹0 L/yr |
Simplilearn
upGrad
MeritNation
BYJU'S