Techwave Consulting interview experience Real time questions & tips from candidates to crack your interview

Software Engineer

Techwave Consulting
upvote
share-icon
3 rounds | 5 Coding problems

Interview preparation journey

expand-icon
Journey
My journey starts by learning programming Language. I firstly explore Java, C++ , python. whichever suits me I choose it. So I choose C++. I learn C++ from youtube and taking a course from coding ninjas. After it I learnt webD and make projects according to it.
Application story
If you do not get selected, definitely you will get a mail about that. But as you mentioned that you have received a mail about the final round of interview, then it will possibly be scheduled soon. If you are still worried, I would suggest you to mail them back (HR or recruitment team) and ask about the further information or you can revert to the mail id from which you have received the other mails.
Why selected/rejected for the role?
If you are a fresher and looking for an entry level job, one of the best ways to get into company is through the campus recruitments. You would have to get through an assessment and then some rounds of interviews.
Preparation
Duration: 3 months
Topics: Data Structures, Pointers, OOPS, System Design, Algorithms, Dynamic Programming
Tip
Tip

Tip 1 : Must do Previously asked Interview as well as Online Test Questions.
Tip 2 : Go through all the previous interview experiences from Codestudio and Leetcode.
Tip 3 : Do at-least 2 good projects and you must know every bit of them.

Application process
Where: Campus
Eligibility: 7 CGPA
Resume Tip
Resume tip

Tip 1 : Have at-least 2 good projects explained in short with all important points covered.
Tip 2 : Every skill must be mentioned.
Tip 3 : Focus on skills, projects and experiences more.

Interview rounds

01
Round
Easy
Telephonic
Duration50 minutes
Interview date10 Jul 2021
Coding problem2
Easy
10m average time
90% success
0/40
Asked in companies
Disney + HotstarMicrosoftIntuit

Given N pairs of parentheses, write a function to generate and print all combinations of well-formed parentheses. That is, you need to generate all possible valid sets of parentheses that can be formed with a given number of pairs.

Try solving now

2. K Largest Element

Moderate
10m average time
90% success
0/80
Asked in companies
AmazonWalmartPayPal

You are given an unsorted array containing ‘N’ integers. You need to find ‘K’ largest elements from the given array. Also, you need to return the elements in non-decreasing order.

Try solving now
02
Round
Easy
Face to Face
Duration50 minutes
Interview date16 Jul 2021
Coding problem2

1. Java Questions

What is this and super?
How do you get the feature of multiple inheritance in Java?
What are different types of threads in Java?

2. Check Bipartite Graph

Moderate
50m average time
50% success
0/80
Asked in companies
UberWalmarteBay

Given a graph, check whether the graph is bipartite or not. Your function should return true if the given graph's vertices can be divided into two independent sets, ‘U’ and ‘V’ such that every edge (‘u’, ‘v’) either connects a vertex from ‘U’ to ‘V’ or a vertex from ‘V’ to ‘U’.

You are given a 2D array ‘edges’ which contains 0 and 1, where ‘edges[i][j]’ = 1 denotes a bi-directional edge from ‘i’ to ‘j’.

Note:
If edges[i][j] = 1, that implies there is a bi-directional edge between ‘i’ and ‘j’, that means there exists both edges from ‘i’ to ‘j’ and to ‘j’ to ‘i’.

For example

Given:
‘N’ = 3
‘edges’ = [[0, 1, 1], [0, 0, 1], [0,0,0]]. 

Try solving now
03
Round
Easy
HR Round
Duration20 minutes
Interview date25 Jul 2021
Coding problem1

1. Basic HR Questions

Introduce yourself

What are your long term goals?

What are your hobbies?

How do you think one should manage his/her weakness?

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
SDE - 2
3 rounds | 5 problems
Interviewed by Techwave Consulting
914 views
0 comments
0 upvotes
SDE - 1
3 rounds | 5 problems
Interviewed by Techwave Consulting
824 views
0 comments
0 upvotes
Software Engineer
3 rounds | 5 problems
Interviewed by Techwave Consulting
770 views
0 comments
0 upvotes
SDE - 1
3 rounds | 5 problems
Interviewed by Techwave Consulting
754 views
0 comments
0 upvotes
Companies with similar interview experiences
company logo
Software Engineer
3 rounds | 7 problems
Interviewed by Optum
7873 views
1 comments
0 upvotes
company logo
Software Engineer
5 rounds | 5 problems
Interviewed by Microsoft
9972 views
1 comments
0 upvotes
company logo
Software Engineer
2 rounds | 4 problems
Interviewed by Amazon
4309 views
1 comments
0 upvotes