I applied online. The process took 1 day. I interviewed at 3dplm Software Solution (Bengaluru) in Oct 2015
Interview
First round was GK , Aptitude and Technical test on python. Apti was all about, Mirroring an image, Verbal and logical based. Technical round consist of 15 Python basic MCQ's and out of 6 programming questions we have to answer any one.
In the 2nd Round Face to Face interview. It was quite normal. Not so hard. the questions were like this mix of python and testing.
Hope this would help.
Interview questions [1]
Question 1
1st Round:
Python based questions were like below,
1. given 2 sides of a triangle write a program to find the 3rd side of the triangle.
2. program to use the default arguments in the function.
3. program to create a stack and to access them.
and few more.
2nd Round:
define BUG?
Explain Testing life cycle?
Explain Bug life cycle?
Write a program to access the file and to fetch the ip address and to validate the ip address.
If i provide you the requirement how will you decide which one to use whether list, dict or tuple etc.
Questions related to regular expression. how to access digits, strings and to get the count of repeated strings in a file. etc..