I applied through an employee referral. The process took 1 week. I interviewed at Techblue Software
Interview
Process is easy. If you are good with basics of java then you will get it easily.
Generally first round consists of SCJP objective questions and some basic java programs related to Java Strings, Fibonacci Series etc. Followed by a PI round in which again your basic skills on Core Java is tested.
I applied through an employee referral. The process took 1 week. I interviewed at Techblue Software (Gurgaon, Haryana) in Aug 2020
Interview
Interview have basically three round.
first multiple choice question
second interview with manager
third HR round
then finally got the offer value
Interview have basically three round.
first multiple choice question
second interview with manager
third HR round
then finally got the offer value
I applied through university. The process took 1+ week. I interviewed at Techblue Software (New Delhi) in Oct 2014
Interview
There were in all 3 rounds, (no HR round)
1. Written MCQ exam, completely java based.
2. Java based theory exam, 7 + 3 questions were there (7 theory + 3 programming questions). We had to answer then on sheets.
3. Technical interview, completely java based interview on classes, exception handling, multi-threading, collections, a simple water bucket puzzle (make 4L from 3L and 5L). Overall interview was about 25-30 minutes long.
Interview questions [1]
Question 1
Exception handling questions are pet questions for any java freshers, like
1. Explain try, catch, throw, throws and finally'.
2. Creating your own custom exception.