I applied through a recruiter. The process took 3 days. I interviewed at InsideView (Hyderābād) in Nov 2015
Interview
2 Technical rounds, 1 Managerial round, 1 HR round. They asked me to solve some problems. asked java basics. advanced, they were patient. they respect candidates, they helped me to solve the problems. each round were nearly 45-50 minutes. Java, DS & Algo, you are in. :)
Interview questions [1]
Question 1
They told me to design a given feature in a website.
The process took 1 day. I interviewed at InsideView (Hyderābād)
Interview
Written Test :
3 coding questions and 4 tricky code snippets expecting output with explanation
Followed by 2 rounds of technical interviews and a managerial round
Process took the whole day.
Interview questions [1]
Question 1
Written Test: write code
1. Given array of stock prizes find the Max profit obtained by buying n selling any times?
Ex:{100,190,210,30,50,20,90,100}
Buy at 100 and sell at 210 & again buy at 30 and sell at 50 and ...
Max Profit={(210-100) + (50-30) + (100-20)}
2. Reverse Stack in place without using any extra variables or data structures
3. Validate given expression is valid or not
Eg: (a+b)*c is valid, ab+c is invalid
Technical Interview Questions:
Hashcode vs equals
Deadlocks implementation
Semaphores and mutex
How to prevent deadlocks
-> Find position of an element in a sorted array of infinite numbers
About my current company project
I applied through a recruiter. The process took 4 days. I interviewed at InsideView (Hyderābād) in June 2016
Interview
Totally there were 6 rounds
initial four rounds was on skype.
1st round they ask about my roles and responsibilities in my current company and then asked some puzzles and Data structure related questions.
2nd round they ask on JAVA and frameworks related question . they asked basic question in JAVA and OOPS concepts
3rd was on design related question and Algorithms
f4th round was done my engineering manager he asked puzzles
After this 4 rounds they shortlisted me and asked me to come for F2F
then again they asked Questions on DS and Algo
finally its done.
overall interview experience was awesome.interviewers was very helpful and polite.
Interview questions [1]
Question 1
given an array of numbers with a difference between every consecutive number of 1.
find a number K in that array in optimized way with complexity < n