Ho presentato la mia candidatura online. La procedura ha richiesto 4 settimane. Ho sostenuto un colloquio presso Testpress (Chennai) nel mese di mag 2025
Colloquio
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.
Domande di colloquio [2]
Domanda 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.
Ho sostenuto un colloquio presso Testpress (Chennai)
Colloquio
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.
Domande di colloquio [1]
Domanda 1
Coins array given with denominations and to find the least number of coins needed to attain the amount.