I applied through university. The process took 2 days. I interviewed at Deltecs Infotech (Mumbai) in Sept 2021
Interview
Aptitude and Coding for 90 minutes on day one.
Formal Technical and General Interview in afternoon.
And in evening one technical and HR interview on call.
Result was declared on the same day.
Interview questions [1]
Question 1
Resume based technical questions mostly they were interested in Web Technologies.
Puzzles were asked in Technical Interview and common questions on Java and JavaScript.
I applied through university. The process took 2 days. I interviewed at Deltecs Infotech (Andheri)
Interview
First Round was on Hackerrank (2 hours) conducted in college.
Second Round was Technical and HR interview at Andheri office.
The format for first round was as follows:
->2 programming questions, can attempt in a programming language of your choice
---->First problem was basic string manipulation
You're give two equal/un-equal length non-empty strings stra and strb and you need to return the resultant string. If any of the string's characters are exhausted, just concatenate the remaining characters in the string.
Example:
stra: abcdefxyz
strb: ghijk
output: agbhcidjekfxyz
---->Second problem was similar to finding the number of pairs that adds to a specific sum in
a given array of integers. Brute force didn't work as n=10^5, binary search or two pointer method worked smoothly, can try hashing also.
->1 web design question
---->Concentric square boxes with different colors and name, clicking on a particular box should display box1/ box2/ box3 depending on the box clicked. You need to write HTML, CSS and JS for this.
->1 sql question
---->Some complex query based on a lot of joins and aggregate functions. Similar to this https://stackoverflow.com/questions/40052163/sql-query-with-multiple-conditions/40052385
->8 mcqs on java and aptitude
Result of the Hackerrank test was announced in two days. You need to pass all the test cases in both the programming questions to get an interview call.
The technical interviewer and HR sat together and once the technical interview was over, HR interview was conducted.