QA InfoTech interview experience Real time questions & tips from candidates to crack your interview

Automation Arch

QA InfoTech
upvote
share-icon
4 rounds | 5 Coding problems

Interview preparation journey

expand-icon
Preparation
Duration: 2.5 months
Topics: Programming Language(Java), Data Structure, DBMS, Frontend, OOPS, Selenium
Tip
Tip

Tip 1 : Do coding practice (Hackerrank, HackerEarth, leet code)
Tip 2 : Go through all the previous interview experiences
Tip 3 : Do at least 2 good projects

Application process
Where: Campus
Eligibility: 60%
Resume Tip
Resume tip

Tip 1 : Have at least 2 good projects explained in short with all important points covered.
Tip 2 : Every skill must be mentioned.

Interview rounds

01
Round
Easy
Online Coding Interview
Duration30 Minutes
Interview date10 May 2021
Coding problem0

The MCQ round consisted of a total of 30 questions and the domain of questions revolved around Java. There was no negative marking and the time given to each student to complete the MCQ round was 30 minutes, which means everyone had a minute for each question. Talking about the difficulty of this round then I would personally recommend going through the given below topics thoroughly :

OOPS concepts (Data Abstraction, Encapsulation, Inheritance, Polymorphism)
Basic Java constructs like loops and data types.
String handling.
Multithreading.
Exception handling.
Output questions.

02
Round
Medium
Online Coding Test
Duration60 Minutes
Interview date11 May 2021
Coding problem2

The coding section consists of 3 programs. To get shortlisted from this coding section you have to solve. Coding was also of medium level. There wasn’t any hard and fast rule for the use of coding language, although the company clearly indicated that they were more interested in Java.

1. Smallest Window

Moderate
10m average time
90% success
0/80
Asked in companies
ArcesiumReliance Jio Infocomm LtdGoldman Sachs

You are given two strings S and X containing random characters. Your task is to find the smallest substring in S which contains all the characters present in X.

Example:

Let S = “abdd” and X = “bd”.

The windows in S which contain all the characters in X are: 'abdd', 'abd', 'bdd', 'bd'. 
Out of these, the smallest substring in S which contains all the characters present in X is 'bd'. 
All the other substring have a length larger than 'bd'.
Try solving now

2. Sort 0 1 2

Easy
22m average time
0/40
Asked in companies
AmazonOracleWalmart

You have been given an integer array/list(ARR) of size 'N'. It only contains 0s, 1s and 2s. Write a solution to sort this array/list.

Note :
Try to solve the problem in 'Single Scan'. ' Single Scan' refers to iterating over the array/list just once or to put it in other words, you will be visiting each element in the array/list just once.
Try solving now
03
Round
Easy
Video Call
Duration45 Minutes
Interview date12 May 2021
Coding problem2

It was a virtual interview. This interview lasted for 45 min. The Interview started with a brief introduction from the interviewer, and then he asked me to introduce myself in brief. Then the following questions were asked:
Tell me about your project.
Tell me about your internship and the tech stack you worked on.
Asked me my favorite subjects. I answered OS and DBMS and then he asked me questions related to them.
He asked me the basics of Stack and queue.

1. DBMS Questions

What is Normalization and forms of normalization?
Keys in DBMS.

2. OOPS Questions

What is the difference between a list and a set?
Exception Handling

04
Round
Easy
HR Round
Duration20 Minutes
Interview date14 May 2021
Coding problem1

It was clear that the students who made up to this round were hired by the company. After two days I received a mail for CXO round. In the CXO round, there was a normal chit-chat and interaction with the CXO.

1. Basic HR Questions

1. Where do you see yourself after 5 years?

Here's your problem of the day

Solving this problem will increase your chance to get selected in this company

Skill covered: Programming

What is recursion?

Choose another skill to practice
Similar interview experiences
company logo
SDE - 1
4 rounds | 8 problems
Interviewed by Amazon
8518 views
0 comments
0 upvotes
Analytics Consultant
3 rounds | 10 problems
Interviewed by ZS
907 views
0 comments
0 upvotes
company logo
SDE - Intern
1 rounds | 3 problems
Interviewed by Amazon
3320 views
0 comments
0 upvotes
company logo
SDE - 2
4 rounds | 6 problems
Interviewed by Expedia Group
2581 views
0 comments
0 upvotes