Impetus Technology interview experience Real time questions & tips from candidates to crack your interview

Software Developer

Impetus Technology
upvote
share-icon
3 rounds | 3 Coding problems

Interview preparation journey

expand-icon
Preparation
Duration: 2 months
Topics: Database management, Data structure and Algorithm, Computer System Architecture, Data Science Basics and Operating Systems
Tip
Tip

Tip 1 : Practice Data Structure Questions from Programming Platform at least basic on all the Data Structure.
Tip 2 : Computer System Architecture and Operating system is Key for any Placement, watch out with many scenario's based questions. 
Tip 3 : Work on Soft skills it will always help you to showcase your talent and will boost your confidence, which is a key to crack interviews.

Application process
Where: Campus
Eligibility: No As such Criteria but a minimal of 7 GPA is always a great to maintain
Resume Tip
Resume tip

Tip 1 : Make it short and Precise with all the necessary things but not over feeding, it sometimes makes the important things ignored
Tip 2 : Put projects and live learnings like internship's, research work and Recognitions from hackathons, it showcase your practical knowledge and working class.

Interview rounds

01
Round
Medium
Online Coding Interview
Duration120 minutes
Interview date26 Sep 2021
Coding problem1

This Round was based on Data Structure questions and it consist of 2 Programming question which was of simple and average level. Other then this There were Technical MCQ on DBMS, OS and system design. The codding Portion is a must do thing to easily crack this round

1. Game of Stones

Easy
15m average time
85% success
0/40
Asked in companies
SprinklrAmazonDunzo

Given the count of total stones in a game. Two-player ‘Ale’ and ‘Bob’ are playing the game. Your task is to find who will win the game if both the players are playing optimally.

Rules of the game.

1. In a single turn, a player can choose a single stone or ‘even’ number of stones.

2. They will play alternatively, which means in the first chance ‘Ale’ will collect the stones, in second-chance ‘Bob’ will collect the stones. And always ‘Ale’ will start the game.

3. If any player is not able to take any stones then another player will win the game.

Try solving now
02
Round
Medium
Video Call
Duration45 mins
Interview date28 Jun 2022
Coding problem1

This Round was of almost 45 minutes, the interview room was light mood, the environment was soo comfortable as the interviewer asked me same basic things before going technical, soo I was all okay to give those answers.

1. Quick Sort

Moderate
10m average time
90% success
0/80
Asked in companies
FreshworksSamsung R&D InstituteLenskart

You are given an array of integers. You need to sort the array in ascending order using quick sort.

Quick sort is a divide and conquer algorithm in which we choose a pivot point and partition the array into two parts i.e, left and right. The left part contains the numbers smaller than the pivot element and the right part contains the numbers larger than the pivot element. Then we recursively sort the left and right parts of the array.

Example:

Let the array = [ 4, 2, 1, 5, 3 ]
Let pivot to be the rightmost number.

example

After the 1st level partitioning the array will be { 2, 1, 3, 4, 5 } as 3 was the pivot. After 2nd level partitioning the array will be { 1, 2, 3, 4, 5 } as 1 was the pivot for the left part and 5 was the pivot for the right part. Now our array is sorted and there is no need to divide it again.

Problem approach

Tip 1:The Test was on Notepad soo Dry run things must be perfect, they usually checks the concepts are clear to us or not
Tip 2:Projects things should we very clear to us, as the questions can come on any thing that includes the real life applications.
Tip 3:Just GO good with confidence and Clear voice, the confidence should be there when they give a complicated situations.

Try solving now
03
Round
Medium
Video Call
Duration40 mins
Interview date30 Jun 2022
Coding problem1

This was again on the same platform but this time there was a interviewer from senior team and the environment was not that much chill as it was in previous round, but it was still an awesome experience. The Interviewer was very kind aswell.

1. Case study Question

It was multiple coins concepts with the Arithmetic Progression formula on 2 Pointer's Method. We have to Iterate over a list of coins growing with a constant Difference, but the was to Make it more optimized.

Problem approach

Tip 1: First Read the Story and trying to draw logic, try to figure out the input and output, it will help to find a way to solve problem
Tip 2: Before writing the code, try to communicate the solution concept to the interviewer sometimes they help us if we are slightly going off the directions, this is always a hack in interview to use, you might miss the code but the approach will be delivered to interviewer. 
Tip 3: The final coding should be done once all the possible way of solutions is plotted and the efficient one is clear. Also while writing recite the things so that you can get directions from interviewer, as most of the times it works.

Here's your problem of the day

Solving this problem will increase your chance to get selected in this company

Skill covered: Programming

What is recursion?

Choose another skill to practice
Similar interview experiences
company logo
SDE - 1
3 rounds | 7 problems
Interviewed by OYO
4657 views
0 comments
0 upvotes
company logo
SDE - Intern
2 rounds | 3 problems
Interviewed by Amazon
961 views
0 comments
0 upvotes
company logo
SDE - 1
2 rounds | 5 problems
Interviewed by Meesho
6450 views
0 comments
0 upvotes
company logo
SDE - 1
3 rounds | 9 problems
Interviewed by Salesforce
3452 views
0 comments
0 upvotes
Companies with similar interview experiences
company logo
Software Developer
5 rounds | 14 problems
Interviewed by Microsoft
3931 views
1 comments
0 upvotes
company logo
Software Developer
6 rounds | 12 problems
Interviewed by SAP Labs
2806 views
0 comments
0 upvotes
company logo
Software Developer
3 rounds | 3 problems
Interviewed by Amazon
1134 views
0 comments
0 upvotes