Upload Button Icon Add office photos

Filter interviews by

Quinbay Sdet Interview Questions and Answers

Updated 18 May 2024

Quinbay Sdet Interview Experiences

1 interview found

Sdet Interview Questions & Answers

user image Anonymous

posted on 18 May 2024

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

I applied via Campus Placement and was interviewed in Apr 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

Related to java coding

Round 2 - Technical 

(1 Question)

  • Q1. Java basics string programs

Interview Preparation Tips

Interview preparation tips for other job seekers - be strong in Java fundamentals

Interview questions from similar companies

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

There were 2 coding questions one is based on array and one more is based on abstraction

Round 2 - Technical 

(2 Questions)

  • Q1. What is black box testing
  • Ans. 

    Black box testing is a software testing method where the internal structure or code of the application is not known to the tester.

    • Tester focuses on the functionality of the software without knowing its internal workings

    • Tests are based on requirements and specifications

    • Input data is provided and output is compared against expected results

    • Examples include equivalence partitioning, boundary value analysis, and decision ta

  • Answered by AI
  • Q2. What is regression testing
  • Ans. 

    Regression testing is the process of retesting a software application to ensure that new code changes have not adversely affected existing functionality.

    • Regression testing is performed after code changes to verify that the existing features still work correctly.

    • It helps in identifying any defects introduced by new code changes.

    • Automated testing tools are often used for regression testing to save time and effort.

    • Example...

  • Answered by AI

Skills evaluated in this interview

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

I applied via Approached by Company and was interviewed in Nov 2024. There was 1 interview round.

Round 1 - Assignment 

Sql question more and related to database

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

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

Round 1 - Technical 

(5 Questions)

  • Q1. Difference between Get and post methods
  • Ans. 

    GET method is used to request data from a specified resource, while POST method is used to submit data to a specified resource.

    • GET requests data from a specified resource, while POST submits data to a specified resource

    • GET requests are cached, can be bookmarked, and remain in the browser history, while POST requests are not cached and do not remain in the browser history

    • GET requests have length restrictions, while POST...

  • Answered by AI
  • Q2. Guess the important test scenarios , given scenarios
  • Q3. Feature definition and step definition
  • Q4. Explicit wait and Implicit wait
  • Q5. Different response codes in API
  • Ans. 

    Response codes in API indicate the status of a request

    • Response codes are standardized codes sent by a server in response to a client's request

    • Common response codes include 200 (OK), 404 (Not Found), and 500 (Internal Server Error)

    • Each response code has a specific meaning and helps in troubleshooting API requests

  • Answered by AI

Skills evaluated in this interview

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

I applied via Recruitment Consulltant and was interviewed in Dec 2023. There were 4 interview rounds.

Round 1 - Aptitude Test 

Basic maths and logic reasoning, relations

Round 2 - One-on-one 

(3 Questions)

  • Q1. SQL basic queries
  • Q2. Strong password validation test
  • Ans. 

    Test the strength of password validation by checking for various criteria

    • Check for minimum length requirement

    • Include uppercase and lowercase letters

    • Include numbers and special characters

    • Test against common passwords or dictionary words

    • Ensure password expiration and lockout policies are enforced

  • Answered by AI
  • Q3. Basic manual test related questions
Round 3 - One-on-one 

(2 Questions)

  • Q1. Difference in types of test
  • Ans. 

    Different types of tests include unit testing, integration testing, system testing, and acceptance testing.

    • Unit testing focuses on testing individual components or functions in isolation.

    • Integration testing verifies that different components work together correctly.

    • System testing tests the entire system as a whole.

    • Acceptance testing ensures that the system meets the requirements and is ready for deployment.

  • Answered by AI
  • Q2. Which type of test is done when
Round 4 - One-on-one 

(2 Questions)

  • Q1. Job location and your current location
  • Q2. Family background

Interview Preparation Tips

Interview preparation tips for other job seekers - Some interviewers can grill but some are nice, so good luck with that. Overall can clear it with good enough knowledge on manual testing theory and SQL and automation basics

Skills evaluated in this interview

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 - 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
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 - Technical 

(1 Question)

  • Q1. SQL,OOPS,Manual & Automation testing.
Round 3 - Technical 

(1 Question)

  • Q1. SQL, Xpath, Automation Testing, Puzzles.
Round 4 - Behavioral 

(1 Question)

  • Q1. Company's vision and pseudo Codes
Round 5 - HR 

(1 Question)

  • Q1. Expectations and Salary Negotiation.
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
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 - 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
3
Average
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed in Apr 2023. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Introduction, what is sdlc, what is bug life cycle, white box testing, functional testing,smoke and sanity testing.
  • Ans. 

    SDLC is Software Development Life Cycle, Bug Life Cycle is the process of a bug from detection to resolution, White Box Testing is testing based on internal code structure, Functional Testing is testing the functionality of the software, Smoke and Sanity Testing are initial tests to check basic functionality.

    • SDLC is a process followed for software development, consisting of phases like planning, design, coding, testing...

  • Answered by AI
  • Q2. What stlc and what is regression
  • Ans. 

    STLC stands for Software Testing Life Cycle, which is a process used to test software products. Regression testing is retesting of software after changes to ensure no new bugs are introduced.

    • STLC is a series of steps followed to ensure high-quality software testing, including planning, designing, executing, and reporting.

    • Regression testing is the process of retesting software to confirm that recent changes have not adv...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Interview level is not that hard for me .They focus on communication skills in most of the interviews.

Skills evaluated in this interview

Quinbay Interview FAQs

How many rounds are there in Quinbay Sdet interview?
Quinbay interview process usually has 2 rounds. The most common rounds in the Quinbay interview process are Aptitude Test and Technical.
How to prepare for Quinbay Sdet 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 Agile, Appium, Automation Testing, Continuous Improvement and E-commerce.

Tell us how to improve this page.

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.3k Interviews
Infosys Interview Questions
3.7
 • 7.5k Interviews
Wipro Interview Questions
3.7
 • 5.6k Interviews
Tech Mahindra Interview Questions
3.6
 • 3.8k Interviews
HCLTech Interview Questions
3.5
 • 3.7k Interviews
LTIMindtree Interview Questions
3.8
 • 2.9k Interviews
Mphasis Interview Questions
3.4
 • 793 Interviews
View all
Quinbay Sdet Salary
based on 18 salaries
₹7 L/yr - ₹11 L/yr
34% less than the average Sdet Salary in India
View more details

Quinbay Sdet Reviews and Ratings

based on 1 review

1.0/5

Rating in categories

1.0

Skill development

1.0

Work-life balance

1.0

Salary

1.0

Job security

1.0

Company culture

1.0

Promotions

1.0

Work satisfaction

Explore 1 Review and Rating
Software Engineer
109 salaries
unlock blur

₹7.5 L/yr - ₹21 L/yr

Senior Software Engineer
90 salaries
unlock blur

₹11.4 L/yr - ₹28 L/yr

Software Developer
40 salaries
unlock blur

₹7.5 L/yr - ₹17 L/yr

Sdet Automation Test Engineer
19 salaries
unlock blur

₹7 L/yr - ₹10.1 L/yr

Sdet
18 salaries
unlock blur

₹7 L/yr - ₹11 L/yr

Explore more salaries
Compare Quinbay with

TCS

3.7
Compare

Infosys

3.7
Compare

Wipro

3.7
Compare

HCLTech

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