Are you interested in manual testing work?
Senior Software Test Engineer Interview Questions
1,212 senior software test engineer interview questions shared by candidates
Recruiter called and after getiing to know my skills, roles and responsibilties he arranged for a telephonic round. Telephonic interview lasted for about 30 minutes. On the same day HRcalled and said that telephonic round feedback is positive and he took a date from me to schedule F2F. He told me that there will be about 4 rounds of F2F .On the scheduled F2F date, I reached their bangalore office . After around 20minutes of waiting one person who was QA Lead there came to meet. Interview questions started from Selenium based like how to identify non unique objects in a table, then asked how will u validate two different unlinked pages, Then he moved on to Java, here he asked how to check if a string is palindrome,then he asked to merge 2 arrays and sort that , Almost all OOPS concepts he asked . I answered almost all the questions of Java and selenium. Then he said he is done with the interview and told me to wait, It lasted for about 1 hour.I was pretty happy about the interview. After about 25 mins of waiting , HR came and said that feedback is negative because of SQL(I told that I know only basics of SQL in the interview). No where in the Job description was mentioned SQL as mandatory skill and he was saying that because SQl is needed i thought Ae you kidding me one can learn SQL in 1week I just left the venue and did not even responded to the 'Thanks for coming' of HR. I was really shocked to know candidates are rejected for not knowing the thing is not even mentioned in the JD. I took half day leave for the interview which i felt as mistake :) My suggestion would not go to this company which seems to take interview just for fun (will give ypu some bizzare reasons for rejection). I
Software development practices Tech experience Salary expectation
Most of the questions from Core Java Jenkins, RestAssured Selenium
Different types of API methods
2 technical rounds, one hr round and 2 client round.
Round 1:- Telephonic round with collabedit -All basic and tricky question related to dns, shell , pattern, linux, python , debugging and puzzle Round 2:- face2face Technical round with 1 person-Clear -same as round 1 but explained on board. Round 3:- Technical round with 2 person -Programming skill check , Program writting for sorting, occurance and tricky and mathematical puzzle. Round 4: :-Technical round 2nd Question:-"Write a program to grep the pattern from the file and return the line number which has maximum 1. 0110101010010 1101010010101 0110101111111 1111111111100 0100101010010 1000001010100 I wrote:- import io r=open("file.txt",'w+') r.write('0110101010010\n1101010010101\n0110101111111\n1111111111100\n0100101010010\n1000001010100') r.close() index=0 count=0 linenumber=0 val='' for i in open("file.txt",'r'): num1count=1 linenumber+=1 for j in range(len(i)): print i[j] if i[j] is '1': num1count+=1 if count<num1count: index=linenumber count=num1count val=i print 'highest 1 index is ',index, 'and value is ',val Question 3:- Can you optimize this.? I tried to solve using pattern.search. with one for loop. I was not able to recall the syntax of it hence just explain the logic. Question 4:Can you further optimize this? I tried using re.match but i was not able to find the line number for highest number of 1. Question 5:- Can you further optimize. " I replied, This is what i am able to think as of now."
Array vs Linked array list Code few programs using Java Few complex scenarios Agile process Behavioral questions
Oops concepts
1. General testing concepts. 2. 2 Algorithm questions that need to compile and run successfully in the online compiler.
Viewing 821 - 830 interview questions