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

SDE - 2

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

Interview preparation journey

expand-icon
Journey
It was a basic interview. The interviewer asked about my journey till there and later moved on to introduction and then the main interview which lasted about 30 mins
Application story
Applied through a friend's referral, nothing too crazy, if you don't have friends working at companies, try approaching people on LinkedIn.
Why selected/rejected for the role?
Because my resume was very fulfilling and I aced the interview process. Always in the interview, speak your mind. You should always try to explain your thought process to the interviewer, even if you can't code in the time limit.
Preparation
Duration: 3 months
Topics: Computer Networks, SQL, DBMS, 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
Duration60 minutes
Interview date3 Nov 2021
Coding problem2

1. First non repeating character

Easy
15m average time
80% success
0/40
Asked in companies
HCL TechnologiesWells FargoAmazon

Ninja is now bored with numbers and is now playing with characters but hates when he gets repeated characters. Ninja is provided a string, and he wants to return the first unique character in the string.The string will contain characters only from the English alphabet set, i.e., ('A' - 'Z') and ('a' - 'z'). If there is no non-repeating character, print the first character of the string. If there is no non-repeating character, return the first character of the string.

Try solving now

2. Count all sub-arrays having sum divisible by k

Moderate
15m average time
85% success
0/80
Asked in companies
MicrosoftProtiumIntuit

Given an array ‘ARR’ and an integer ‘K’, your task is to find all the count of all sub-arrays whose sum is divisible by the given integer ‘K’.

Note:
If there exists no subarray in the given sequence whose sum is divisible by ‘K’ then simply return ‘0’.
Example:
Suppose the given array is ‘ARR’ = { 5, 0, 2, 3, 1} and ‘K = 5’.
As we can see in below image, there are a total of 6 subarrays that have the total sum divisible by ‘K’
So we return the integer 6.

subsequence

Try solving now
02
Round
Easy
Face to Face
Duration50 minutes
Interview date11 Nov 2021
Coding problem2

1. Path With Maximum Probability

Moderate
25m average time
75% success
0/80
Asked in companies
MAQ SoftwareTechwave Consulting

You are given an undirected unweighted graph and an array 'sProability' which denotes the probability of traversing edges such that 'sProability[i]' denotes the probability of traversing ith edge. You are given the start and end vertex, You need to determine the maximum path probability on going from start to end vertex if there is no path from start to end return 0.

Try solving now

2. Kth ancestor of a node in binary tree

Hard
50m average time
35% success
0/120
Asked in companies
Goldman SachsHCL TechnologiesHCL Technologies

You are given an arbitrary binary tree consisting of N nodes numbered from 1 to N, an integer 'K', and a node 'TARGET_NODE_VAL' from the tree. You need to find the Kth ancestor of the node 'TARGET_NODE_VAL'. If there is no such ancestor, then print -1.

The Kth ancestor of a node in a binary tree is the Kth node in the path going up from the given node to the root of the tree. Refer to sample test cases for further explanation.

Note:
1. The given node 'TARGET_NODE_VAL' is always present in the tree.
2. The value of each node in the tree is unique.
3. Notice that the Kth ancestor node if present will always be unique.
Try solving now
03
Round
Easy
HR Round
Duration15 minutes
Interview date25 Nov 2021
Coding problem1

1. Basic HR Questions

Introduce yourself
What are your hobbies?
What is your expected salary?
Where do you see yourself in 3 years?

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
Software Engineer
3 rounds | 5 problems
Interviewed by Techwave Consulting
889 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
SDE - 2
5 rounds | 12 problems
Interviewed by Walmart
29569 views
8 comments
0 upvotes
company logo
SDE - 2
3 rounds | 4 problems
Interviewed by HashedIn
9583 views
0 comments
0 upvotes
company logo
SDE - 2
3 rounds | 5 problems
Interviewed by Amazon
6677 views
1 comments
0 upvotes