Fullstack Developer applicants have rated the interview process at Testpress with 3 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 71.9% positive. This is according to Glassdoor user ratings.
Candidates applying for Fullstack Developer roles take an average of 28 days to get hired, when considering 2 user submitted interviews for this role. To compare, the hiring process at Testpress overall takes an average of 9 days.
Here are the most commonly searched roles for interview reports -
I applied online. The process took 4 weeks. I interviewed at Testpress (Chennai) in May 2025
Interview
First round is the online assessment round - 10 mins (30 questions) all are MCQ based the CS Fundamentals and aptitude.
Second round is the Coding round (Offline) with 3 questions each having 30 mins to solve.
Third round is a technical round.
Interview questions [2]
Question 1
1. 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.
Given an array arr[] of integers and an integer k, your task is to find the maximum value for each contiguous subarray of size k. The output should be an array of maximum values corresponding to each contiguous subarray.
Good and simple process. Self introduction followed by a technical interview with three simple questions to solve , similar to leetcode kind of questions. To be solved using online compiler.
Interview questions [1]
Question 1
Coins array given with denominations and to find the least number of coins needed to attain the amount.