Interview has 3 rounds
1 and 2 are Technical Rounds
3 Technical and Management
Technical Round 1:
1.Explain about the project that i am working on in my current company.
2.Question on OOPS concepts
3.Program question:
there are 3 arrays with different lengths find the common elements present in 3 arrays.
Technical Round 2:
Given a scenario of a E-commerce website and asked me to the approach/design to write a test cases.
Program Question1:
Given a String like "Hello i am Man naM ma olleH I"
count the occurrence of Each word in a string.
Note: the reverse of a string should not count as new word means[am ma] should not treat as separate words it should count as am =2
Output Should be:
Hello-2
i-1
I-1
am-2
Man-2
Round 3:
Management Questions
1.Why do you want to change the company.
2.Basic programming questions, like Java Collections, difference between List,Set Map