ProminentPixel Jr Software Engineer interview questions
Updated 16 Jul 2024
based on 2 ratings
Difficulty
Difficult
Experience
Very positive
How others got an interview
100%
Campus recruiting
Campus recruiting
Interview search
2 interviews
ProminentPixel interviews FAQs
Jr Software Engineer applicants have rated the interview process at ProminentPixel with 3.5 out of 5 (where 5 is the highest level of difficulty) and assessed their interview experience as 100% positive. To compare, the company-average is 75% positive. This is according to Glassdoor user ratings.
Candidates applying for Jr Software Engineer roles take an average of 1 day to get hired, when considering 2 user submitted interviews for this role. To compare, the hiring process at ProminentPixel overall takes an average of 1 day.
Common stages of the interview process at ProminentPixel as a Jr Software Engineer according to 2 Glassdoor interviews include:
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.