Upload Button Icon Add office photos
Engaged Employer

i

This company page is being actively managed by Teachmint Team. If you also belong to the team, you can get access from here

Teachmint Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Teachmint QA Engineer Interview Questions and Answers

Updated 24 Jul 2024

Teachmint QA Engineer Interview Experiences

1 interview found

QA Engineer Interview Questions & Answers

user image SHAKTI UPADHYAY

posted on 24 Jul 2024

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(1 Question)

  • Q1. Tell me about yourself

Top trending discussions

View All
Interview Tips & Stories
2w
timepasstiwari
·
A Digital Markter
ChatGPT prepped me HARD for my interview!
Spent like two hours on chatgpt yesterday prepping for an interview. First, the usual, copy-pasted my resume and the job description, telling it to "upload this to your memory 'cause we are going to talk about it later". Then I grilled it with questions about stuff I didn't get in the job spec, and chatgpt helped me figure things out. I asked it to list the four or five key things they are looking for in the role. Then I told chatgpt to quiz me with ten questions, one at a time, to help me think about how I have gained experience in those areas. After the ten questions, it gave me strengths/weaknesses and a summary. Finally, I had chatgpt summarize each of my answers into three bullet points. Now have got a list of stories ready to go for any interview. No matter the question, I can steer the convo toward one of these success stories.
Got a question about Teachmint?
Ask anonymously on communities.

Interview questions from similar companies

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
-

I applied via LinkedIn and was interviewed in Sep 2023. There were 4 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Keep your resume crisp and to the point. A recruiter looks at your resume for an average of 6 seconds, make sure to leave the best impression.
View all tips
Round 2 - Assignment 

Complete testing of the game from beginning to end with documentation.

Round 3 - Technical 

(1 Question)

  • Q1. Basic testing related and some scenario based.
Round 4 - Behavioral 

(1 Question)

  • Q1. Preparing for that

Interview Preparation Tips

Interview preparation tips for other job seekers - Just relax and don't get nervous.

QA Engineer Interview Questions Asked at Other Companies

Q1. Suppose your manager gave you a task to complete in one week, but ... read more
Q2. There are 80 pairs of socks in a dark room, 40 black and 40 white ... read more
Q3. 100 apples are eaten in 5 consecutive days, with each day having ... read more
Q4. how to access amazon page directly directly with out using driver ... read more
Q5. If a pen's weight equals 2 kg plus half of its own weight, what i ... read more

I appeared for an interview before Sep 2020.

Round 1 - Coding Test 

(1 Question)

Round duration - 120 minutes
Round difficulty - Easy

It was a mix of mathematical aptitude, logical ability, and puzzles along with 2 programming questions of easy and medium level. Time was enough and no sectional time was present. 1-2 MCQs on SQL were also present.

This round was immediately followed by an SHL aptitude test which was basically a quick limited time check of your verbal ability and math because many questions were to be done in 1 hour.

  • Q1. 

    Boolean Matrix Transformation Challenge

    Given a 2-dimensional boolean matrix mat of size N x M, your task is to modify the matrix such that if any element is 1, set its entire row and column to 1. Specifi...

  • Ans. 

    Modify a boolean matrix such that if any element is 1, set its entire row and column to 1.

    • Iterate through the matrix and mark rows and columns to be modified

    • Use additional arrays to keep track of rows and columns to be modified

    • Update the matrix in-place based on the marked rows and columns

  • Answered by AI
Round 2 - Video Call 

Round duration - 60 minutes
Round difficulty - Easy

It was an online video interview round on HackerEarth with simultaneous code option. It was mostly justifying your resume in the first 15 minutes. After that OOPS was majorly asked. Basics of programming including questions on STL were asked. A class which required inheritance was asked by the interviewer to write. I was helped by the interviewer if i got stuck somewhere, Some questions on implementation of hashmaps and priority queues were also asked. A puzzle was asked which luckily struct to me at that moment.

Interview Preparation Tips

Professional and academic backgroundI completed Computer Science Engineering from Dronacharya College of Engineering. I applied for the job as Software Engineer in DelhiEligibility criteria7 CGPAToppr interview preparation:Topics to prepare for the interview - DBMS, OOPS, Data structures, Dynamic Programming, Graphs, Algorithms, Sorting searching, Compiler designTime required to prepare for the interview - 4 monthsInterview preparation tips for other job seekers

Tip 1 : Never give up
Tip 2 : When u start a topic, don't move on to next topic before you are 100% confident in previous topic
Tip 3 : Try to give maximum time on basics of a topic especially OOPS
Tip 4 - Practice Atleast 250 Questions
Tip 5 - Ex- Do atleast 2 projects

Application resume tips for other job seekers

Tip 1 : Write only those things in resume in which you are 100% confident
Tip 2 : Write maximum projects you have and be ready to explain them thoroughly
Tip 3 : Don't make any silly spelling mistakes on resume

Final outcome of the interviewSelected

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I appeared for an interview before Mar 2024, where I was asked the following questions.

  • Q1. What makes you a suitable candidate for this position?
  • Q2. Where do you envision yourself in five years?

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare thoroughly for the interview.
Interview experience
3
Average
Difficulty level
-
Process Duration
Less than 2 weeks
Result
No response

I applied via Walk-in and was interviewed in Jun 2024. There was 1 interview round.

Round 1 - Aptitude Test 

Python technical SQL basic

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed before Oct 2023. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. Check if string is palindrome

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Job Portal and was interviewed before Nov 2023. There were 3 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Question on Binary trees: if symmetric, easy string question using hashmap
  • Q2. If we are hosting a live test how to show real time ranking, HLD for this and what algorithms can we use
Round 2 - Technical 

(1 Question)

  • Q1. Database schema design for a feature where user can be free, gold, platinum.
Round 3 - Technical 

(1 Question)

  • Q1. HLD for live rank dashboard for a live test where millions of users are doing test

Skills evaluated in this interview

Are these interview questions helpful?
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via Naukri.com and was interviewed in Dec 2024. There was 1 interview round.

Round 1 - Coding Test 

Two dynamic programming challenges at the hard level on LeetCode and 10 medium-level SQL challenge.

I applied via Company Website and was interviewed before Mar 2021. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Quality Tools& lean management
  • Q2. Previous company work experience

Interview Preparation Tips

Interview preparation tips for other job seekers - job seekers Should be able to know job description & company details

I applied via Recruitment Consultant and was interviewed before Nov 2020. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. All about role and knowledge

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident and have good communication skills

Teachmint Interview FAQs

How many rounds are there in Teachmint QA Engineer interview?
Teachmint interview process usually has 1 rounds. The most common rounds in the Teachmint interview process are One-on-one Round.

Tell us how to improve this page.

Overall Interview Experience Rating

5/5

based on 1 interview experience

Interview Questions from Similar Companies

Unacademy Interview Questions
3.0
 • 216 Interviews
NxtWave Interview Questions
3.8
 • 212 Interviews
Chegg Interview Questions
4.1
 • 160 Interviews
Skill Lync Interview Questions
3.1
 • 91 Interviews
Teachnook Interview Questions
3.1
 • 89 Interviews
LEAD School Interview Questions
3.3
 • 87 Interviews
Toppr Interview Questions
3.4
 • 65 Interviews
Great Learning Interview Questions
3.7
 • 63 Interviews
CollegeDekho Interview Questions
3.0
 • 61 Interviews
View all
Teachmint QA Engineer Salary
based on 8 salaries
₹5.5 L/yr - ₹16 L/yr
78% more than the average QA Engineer Salary in India
View more details

Teachmint QA Engineer Reviews and Ratings

based on 1 review

3.0/5

Rating in categories

1.0

Skill development

2.0

Work-life balance

4.0

Salary

1.0

Job security

3.0

Company culture

3.0

Promotions

1.0

Work satisfaction

Explore 1 Review and Rating
Area Business Manager
108 salaries
unlock blur

₹4.8 L/yr - ₹14 L/yr

Key Account Manager
105 salaries
unlock blur

₹4 L/yr - ₹14.5 L/yr

Cluster Head
31 salaries
unlock blur

₹12 L/yr - ₹18 L/yr

Assistant Manager
24 salaries
unlock blur

₹7 L/yr - ₹12 L/yr

Area Key Account Manager
19 salaries
unlock blur

₹5 L/yr - ₹10 L/yr

Explore more salaries
Compare Teachmint with

Classplus

3.4
Compare

Unacademy

3.0
Compare

Chegg

4.1
Compare

NxtWave

3.8
Compare
write
Share an Interview