I applied through university. The process took 1 day. I interviewed at ProminentPixel in Jul 2024
Interview
Three rounds of technical interviews only, with no aptitude test. It is very difficult to crack because Round 1 lasts about 15-20 minutes and is not too deep. Round 2 is more in-depth and took 1.5 hours in my case, where they asked many programming questions and had hands-on implications. For example, one of the tasks was to implement binary search using recursion. Round 3 is with the CEO and is conducted online; it takes about 45 minutes and focuses on writing core logic without using any sorting methods
Interview questions [1]
Question 1
Given a 2D array, find the sum of the boundary elements, implement binary search with recursion, and also count characters in a string.
I applied through university. The process took 1 day. I interviewed at ProminentPixel (Rājkot, Gujarat) in Sept 2023
Interview
They conducted three technical interview rounds, and I made it to the third round alongside only four other students. Their primary focus was on Java expertise, which led them to choose two candidates who excelled in Java. I, on the other hand, utilized JavaScript, while the remaining candidates used Python.
Interview questions [1]
Question 1
Second Round Q1. The sum of the outer layer of the 2d matrix. Q2. Array questions will be asked. Third Round Q1. Given String "ProminentPixel", find out the duplicate elements. Q2. Find out the Second largest number from the array.