Upload Button Icon Add office photos

Filter interviews by

Quinbay Sdet Automation Test Engineer Interview Questions and Answers

Updated 10 Jun 2024

Quinbay Sdet Automation Test Engineer Interview Experiences

2 interviews found

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

Puzzles calendar age java questions

Round 2 - Coding Test 

Java array string puzzle

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

I applied via campus placement at Sri Krishna College of Engineering and Technology, Coimbatore and was interviewed before May 2022. There were 5 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 - Coding Test 

1easy 1 medium question

Round 3 - One-on-one 

(3 Questions)

  • Q1. Technical interview
  • Q2. Oops concepts intermediate level
  • Q3. Data structures basic level
Round 4 - One-on-one 

(1 Question)

  • Q1. Technical interview round 2
Round 5 - HR 

(1 Question)

  • Q1. Personality questions

Sdet Automation Test Engineer Interview Questions Asked at Other Companies

Q1. Wait in selenium and how to find all links present in a page xpat ... read more
Q2. What is page object model and test ng annotations
Q3. How to handle alert in selenium and methods
Q4. How to take screenshot and project framework
Q5. What is software testing life cycle

Interview questions from similar companies

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
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 - Aptitude Test 

Online aptitude test with reasoning and java

Round 3 - Technical 

(2 Questions)

  • Q1. Explain all Oops concepts briefly
  • Ans. 

    Oops concepts are fundamental principles of object-oriented programming like inheritance, polymorphism, encapsulation, and abstraction.

    • Inheritance: Allows a class to inherit properties and behavior from another class.

    • Polymorphism: Ability of objects to take on multiple forms based on the context.

    • Encapsulation: Bundling data and methods that operate on the data into a single unit.

    • Abstraction: Hiding the complex implemen...

  • Answered by AI
  • Q2. One basic level java question
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
-
Result
-
Round 1 - Technical 

(4 Questions)

  • Q1. What is an abstract class?
  • Ans. 

    An abstract class is a class that cannot be instantiated and may contain abstract methods that must be implemented by its subclasses.

    • Cannot be instantiated directly

    • May contain abstract methods

    • Used as a blueprint for other classes

  • Answered by AI
  • Q2. What is abstraction?
  • Ans. 

    Abstraction is the process of hiding complex details and showing only the essential features of an object or system.

    • Abstraction allows us to focus on what an object does, rather than how it does it

    • It helps in simplifying complex systems by breaking them down into smaller, more manageable parts

    • Examples of abstraction include using a car without needing to understand its internal combustion engine, or using a smartphone

  • Answered by AI
  • Q3. Best sorting algo?time complexity of it?
  • Ans. 

    QuickSort is one of the best sorting algorithms with an average time complexity of O(n log n).

    • QuickSort is a divide and conquer algorithm that works by selecting a 'pivot' element and partitioning the array around the pivot.

    • It has an average time complexity of O(n log n) and a worst-case time complexity of O(n^2).

    • Example: ['apple', 'banana', 'cherry', 'date', 'fig'] can be sorted using QuickSort.

    • Example: ['3', '1', '4'...

  • Answered by AI
  • Q4. You have been provided a sorted list time complexity achieved after we apply bubble sorting
  • Ans. 

    Bubble sorting has a time complexity of O(n^2) for a sorted list.

    • Bubble sorting has a worst-case time complexity of O(n^2) for a sorted list.

    • The time complexity does not change even if the list is already sorted.

    • Example: If we have a sorted list of size n, bubble sorting will still take O(n^2) time.

  • Answered by AI
Round 2 - HR 

(1 Question)

  • Q1. Have you ever been to a state other than jharkhand?
  • Ans. 

    Yes, I have been to multiple states other than Jharkhand.

    • I have traveled to states like Maharashtra, Karnataka, and Tamil Nadu for work and leisure.

    • I have visited tourist destinations in states like Rajasthan, Kerala, and Himachal Pradesh.

    • I have family in states like Uttar Pradesh, Bihar, and West Bengal, which I have visited multiple times.

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

Mostly sql based questions

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

It was modrate easy with compare to other

Round 2 - Coding Test 

Good questions which is some are modrate and some difficult

Interview Preparation Tips

Interview preparation tips for other job seekers - it was great experience
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
No response

I applied via Naukri.com and was interviewed in Aug 2023. There were 2 interview rounds.

Round 1 - Assignment 

They have 20 ques in round 1
15- java ques{mcq,find o/p]
1-testNg
1-sql
2-selenium

Round 2 - Coding Test 

3 questions in Round 2
1- java ques
1-Selenium
1-Manual testing (Test cases)

Round 1 - Coding Test 

Simple coding in any programming language

Round 2 - Technical 

(1 Question)

  • Q1. Technical question and written test
Round 3 - One-on-one 

(1 Question)

  • Q1. Manager round for core concepts
Round 4 - HR 

(1 Question)

  • Q1. Salary discussion made

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well for any interview you attend

I applied via Job Fair and was interviewed before Sep 2021. There were 3 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Don’t add your photo or details such as gender, age, and address in your resume. These details do not add any value.
View all tips
Round 2 - Coding Test 

It was basic dsa questions on hashmap and heap

Round 3 - Technical 

Interview Preparation Tips

Interview preparation tips for other job seekers - You can easily crack the oa round and 3 technical interview
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Properly align and format text in your resume. A recruiter will have to spend more time reading poorly aligned text, leading to high chances of rejection.
View all tips
Round 2 - Aptitude Test 

Online aptitude test with reasoning and java

Round 3 - Technical 

(2 Questions)

  • Q1. Explain all Oops concepts briefly
  • Ans. 

    Oops concepts are fundamental principles of object-oriented programming like inheritance, polymorphism, encapsulation, and abstraction.

    • Inheritance: Allows a class to inherit properties and behavior from another class.

    • Polymorphism: Ability of objects to take on multiple forms based on the context.

    • Encapsulation: Bundling data and methods that operate on the data into a single unit.

    • Abstraction: Hiding the complex implemen...

  • Answered by AI
  • Q2. One basic level java question

Quinbay Interview FAQs

How many rounds are there in Quinbay Sdet Automation Test Engineer interview?
Quinbay interview process usually has 3-4 rounds. The most common rounds in the Quinbay interview process are Coding Test, One-on-one Round and Resume Shortlist.
How to prepare for Quinbay Sdet Automation Test Engineer interview?
Go through your CV in detail and study all the technologies mentioned in your CV. Prepare at least two technologies or languages in depth if you are appearing for a technical interview at Quinbay. The most common topics and skills that interviewers at Quinbay expect are Automation Testing, Cucumber, Java, Selenium and Testng.
What are the top questions asked in Quinbay Sdet Automation Test Engineer interview?

Some of the top questions asked at the Quinbay Sdet Automation Test Engineer interview -

  1. Oops concepts intermediate le...read more
  2. Data structures basic le...read more
  3. Technical interview roun...read more

Tell us how to improve this page.

Quinbay Sdet Automation Test Engineer Interview Process

based on 2 interviews

Interview experience

4.5
  
Good
View more
Quinbay Sdet Automation Test Engineer Salary
based on 17 salaries
₹7 L/yr - ₹10.1 L/yr
38% less than the average Sdet Automation Test Engineer Salary in India
View more details

Quinbay Sdet Automation Test Engineer Reviews and Ratings

based on 3 reviews

3.7/5

Rating in categories

4.2

Skill development

3.2

Work-life balance

3.6

Salary

3.2

Job security

4.2

Company culture

2.9

Promotions

3.2

Work satisfaction

Explore 3 Reviews and Ratings
Software Engineer
107 salaries
unlock blur

₹7.3 L/yr - ₹21 L/yr

Senior Software Engineer
102 salaries
unlock blur

₹10.8 L/yr - ₹33 L/yr

Software Developer
44 salaries
unlock blur

₹7.5 L/yr - ₹17 L/yr

Sdet
19 salaries
unlock blur

₹7 L/yr - ₹11.5 L/yr

Sdet Automation Test Engineer
17 salaries
unlock blur

₹7 L/yr - ₹10.1 L/yr

Explore more salaries
Compare Quinbay with

TCS

3.7
Compare

Infosys

3.6
Compare

Wipro

3.7
Compare

HCLTech

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