I applied online. The process took 2 days. I interviewed at UnifyApps (Gurgaon, Haryana) in Jul 2024
Interview
good dsa questions, oops and dbms. no OS, CN.
Both round dsa questions were easy, overall a pretty easy interview process
interviewer was nice. i got selected even after not being able to give my best in the second round of interviews.
.
.
They were giving only 50k stipend per month
I applied through college or university. The process took 1 day. I interviewed at UnifyApps (Kānpur, Uttar Pradesh) in Aug 2024
Interview
The interview consisted to two technical rounds. I was given two DSA questions in both of them and asked to give the most optimal approach for each of them along with a proper working code.
Interview questions [4]
Question 1
Given an integer array nums, find a subarray that has the largest product, and return the product.
There are a total of numCourses courses you have to take, labeled from 0 to numCourses - 1. You are given an array prerequisites where prerequisites[i] = [ai, bi] indicates that you must take course bi first if you want to take course ai.
For example, the pair [0, 1], indicates that to take course 0 you have to first take course 1.
Return true if you can finish all courses. Otherwise, return false.
You are given an integer array coins representing coins of different denominations and an integer amount representing a total amount of money.
Return the fewest number of coins that you need to make up that amount. If that amount of money cannot be made up by any combination of the coins, return -1.
You may assume that you have an infinite number of each kind of coin.
There are n cities and some health centres and injured people were given at some nodes and an integer k.
the city was connected by m roads with each having certain weight denoting the time taken to travel that road. the road was bidirectional.
find out if each injured person can reach the nearest health centre within that k time.
I applied through college or university. The process took 2 days. I interviewed at UnifyApps (Gurgaon, Haryana) in Aug 2024
Interview
first round of interview : find largest area of rectangle in a histogram and some theory questions of DSA about finding a cycle and difference between tree and graph
Second Round : given number from 1 to n , and edge between them can exist if they have gcd greater than 1, given q queries find if a and b given are connected or not
Interview questions [1]
Question 1
Mostly They asked DSA and asked for my resume but didn't ask any questions from projects