Upload Button Icon Add office photos
Engaged Employer

i

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

Miles Education Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Miles Education QA Engineer Interview Questions and Answers

Updated 20 Jan 2025

Miles Education QA Engineer Interview Experiences

1 interview found

QA Engineer Interview Questions & Answers

user image Ubed Anwar

posted on 20 Jan 2025

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected
Round 1 - Technical 

(3 Questions)

  • Q1. Basic question about software testing
  • Q2. Behaviour questions
  • Q3. SDLC,STLC bug life cycle
Round 2 - HR 

(2 Questions)

  • Q1. Salary expactation
  • Q2. Joining date

Interview Preparation Tips

Interview preparation tips for other job seekers - Good experience smooth process

Interview questions from similar companies

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - HR 

(2 Questions)

  • Q1. TELL ME ABOUT YOUSELF
  • Ans. 

    I am a dedicated QA Engineer with a passion for ensuring software quality through thorough testing and attention to detail.

    • Experienced in manual and automated testing

    • Proficient in test case creation and execution

    • Skilled in identifying and documenting software defects

    • Strong knowledge of testing methodologies and tools

  • Answered by AI
  • Q2. HOW WAS YOUR DAY
  • Ans. 

    My day was productive and busy, with a lot of testing and bug fixing.

    • Completed regression testing on new feature

    • Identified and fixed several critical bugs

    • Collaborated with developers to resolve issues

    • Attended team meeting to discuss project progress

  • Answered by AI
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

JAVA opps concepts along with abstraction

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
-
Result
Not Selected

I applied via Walk-in and was interviewed before Nov 2023. There were 2 interview rounds.

Round 1 - Coding Test 

Binary Search code.

Round 2 - HR 

(2 Questions)

  • Q1. Experience Related
  • Q2. Scenario based questions

Interview Preparation Tips

Round: TECHNICAL ROUND TEST
Experience: A 45 mins round which consisted of 30 mins of core questions and 15 mins of data structures.  It was a mix of test on our knowledge .

Round: HR Interview
Experience: Most of the questions were based on general knowledge and many of them were from the resume provides by me

General Tips: It is always advisable to be prepared with certain set of general questions which make it easier to answer.
Skill Tips: Focus on your Study.. Revise the subject that you have studied at the time of Interview
Skills: Technical Skills
College Name: IIT MADRAS

Interview Preparation Tips

Round: Test
Experience: Questions were on Aptitude, English, Probability, Permutations andCombinations and Programming (C, C++). NO Group Discussion was held.Candidates were shortlisted on the basis of their test scores.

Round: Technical Interview
Experience: Total time of this round was 45 minutes.First 30 minutes, questions on core programming were asked and in the remaining 15 minutes questions were asked on data structures.

Round: HR Interview
Experience: This was a 5 minute round where questions were put up, some based on the resume and other were general questions.

Skills: Knowledge in MATLAB.
College Name: IIT MADRAS

I applied via Campus Placement and was interviewed before Jul 2020. There was 1 interview round.

Interview Questionnaire 

2 Questions

  • Q1. Check if binary tree is balanced or not.
  • Ans. 

    Check if binary tree is balanced or not.

    • A balanced binary tree has the height of left and right subtrees differ by at most 1.

    • Recursively check the height of left and right subtrees and compare.

    • Use a helper function to calculate the height of a subtree.

    • Time complexity: O(nlogn) for a balanced tree, O(n^2) for a skewed tree.

  • Answered by AI
  • Q2. Detect loops in linked list.
  • Ans. 

    Detect loops in a linked list.

    • Use two pointers, one moving at a faster pace than the other.

    • If there is a loop, the faster pointer will eventually catch up to the slower one.

    • To detect the start of the loop, reset one pointer to the head and move both pointers at the same pace.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Interview experience was good, do your DS Algo questoin thoroughly.

Skills evaluated in this interview

Interview Questionnaire 

2 Questions

  • Q1. Write Query
  • Ans. 

    Write a query

    • Specify the database and table name

    • List the columns to be selected

    • Add any conditions or filters

    • Specify the order of results

  • Answered by AI
  • Q2. Update query

Skills evaluated in this interview

I was interviewed before Sep 2020.

Round 1 - Coding Test 

(1 Question)

Round duration - 60 mins
Round difficulty - Medium

  • Q1. 

    Railway Seat Berth Determination

    Given a railway seat number represented as an integer, determine if it is a valid seat number and identify its berth type. Possible berth types include lower berth, middle...

  • Ans. 

    Given a railway seat number, determine if it is valid and identify its berth type.

    • Parse input integer 't' for number of test cases

    • For each test case, check if seat number is valid (1 <= N <= 100)

    • Identify berth type based on seat number and output the result

    • Possible berth types are Lower, Middle, Upper, Side Lower, and Side Upper

  • Answered by AI
Round 2 - Video Call 

(1 Question)

Round duration - 90 mins
Round difficulty - Hard

First they asked me to introduce myself then they started questioning on oops concept from basic to advance level such as inheritance, polymorphism, abstraction, exception handling , STL etc. Next they started questioning on data structures. They asked me the logic of “how to find the middle of a linked list”.

  • Q1. 

    Matrix Symmetry Check

    You are provided with a square matrix. Your task is to return true if the matrix is symmetric; otherwise, return false.

    A symmetric matrix is characterized by its transpose being eq...

  • Ans. 

    Check if a square matrix is symmetric by comparing it with its transpose.

    • Iterate through the matrix and compare each element with its corresponding element in the transpose

    • If any pair of elements do not match, return false immediately

    • If all pairs match, return true at the end

  • Answered by AI

Interview Preparation Tips

Professional and academic backgroundI completed Computer Science Engineering from K. K. Wagh Institute Of Engineering Education And Research. I applied for the job as Software Engineer in PuneEligibility criteria6.0 CGPAJosh Technology Group interview preparation:Topics to prepare for the interview - Data Structures, OOPS, DBMS, Python, SQLTime required to prepare for the interview - 3 monthsInterview preparation tips for other job seekers

Tip 1 : Clear the basic concepts of data structure and OOPs.
Tip 2 : Use coding ninja platform and Hackerearth for practice on coding skills.
Tip 3 : Use Geeks For Geeks for interview preparation.

Application resume tips for other job seekers

Tip 1: Make your resume short and try to make it of one page only.
Tip 2: Add relevant keywords

Final outcome of the interviewRejected

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-

I applied via Campus Placement

Round 1 - Aptitude Test 

Question on various topics

Round 2 - Coding Test 

More questions on oops, coding

Interview Preparation Tips

Interview preparation tips for other job seekers - None

Miles Education Interview FAQs

How many rounds are there in Miles Education QA Engineer interview?
Miles Education interview process usually has 2 rounds. The most common rounds in the Miles Education interview process are Technical and HR.
What are the top questions asked in Miles Education QA Engineer interview?

Some of the top questions asked at the Miles Education QA Engineer interview -

  1. Basic question about software test...read more
  2. SDLC,STLC bug life cy...read more
  3. Behaviour questi...read more

Tell us how to improve this page.

Miles Education QA Engineer Interview Process

based on 1 interview

Interview experience

5
  
Excellent
View more
Assistant Manager
26 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Associate
24 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

General Manager
14 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Career Counsellor
7 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Graphic Designer
7 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare Miles Education with

Reliance Communications

4.0
Compare

Henry Harvin Education

3.8
Compare

GAO Tek

4.4
Compare

Tata Teleservices

4.0
Compare
Did you find this page helpful?
Yes No
write
Share an Interview