Upload Button Icon Add office photos
Engaged Employer

i

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

QualiZeal Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

QualiZeal Sdet Interview Questions and Answers

Updated 12 Jan 2024

QualiZeal Sdet Interview Experiences

1 interview found

Sdet Interview Questions & Answers

user image Anonymous

posted on 12 Jan 2024

Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
-

I applied via campus placement at BV Raju Institute of Technology, Medak and was interviewed in Dec 2023. There were 3 interview rounds.

Round 1 - Aptitude Test 

General Aptitude questions, Verbal, Reasoning Technical mcqs and Pseudocodes

Round 2 - Technical 

(1 Question)

  • Q1. Logic and Code to sort array elements in ascending order A logical puzzle type Question. They were focusing on your approach, Not on the final answer, whether its right or wrong. A few general questions St...
Round 3 - HR 

(1 Question)

  • Q1. Do you think coding is important for testing role How important it is General discussion How was your day.. It was great convo with HR

Interview Preparation Tips

Topics to prepare for QualiZeal Sdet interview:
  • Programming language
  • Aptitude
  • COmmunication
  • Body language

Interview questions from similar companies

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

I applied via Referral and was interviewed in Mar 2024. There were 2 interview rounds.

Round 1 - Coding Test 

Graph, DP, array, Stack

Round 2 - Technical 

(1 Question)

  • Q1. Implementation of OOPS, Project, C++, To write the SQL query, Puzzle, real life questions, string question

Interview Preparation Tips

Interview preparation tips for other job seekers - Strong command in any one language
Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Company Website and was interviewed in Sep 2024. There was 1 interview round.

Round 1 - Technical 

(4 Questions)

  • Q1. Reverse the string and find occurance of character in java
  • Ans. 

    To reverse a string and find the occurrence of a character in Java.

    • Use StringBuilder to reverse the string.

    • Use a loop to iterate through the string and count the occurrences of the character.

    • Use the charAt() method to access individual characters in the string.

  • Answered by AI
  • Q2. Write screenshot script in selenium
  • Ans. 

    To take a screenshot in Selenium, use the getScreenshotAs method

    • Create a WebDriver instance

    • Use the getScreenshotAs method to capture the screenshot

    • Save the screenshot to a file using File class

  • Answered by AI
  • Q3. Write getter an setter method
  • Ans. 

    Getter and setter methods are used to access and modify the values of private variables in a class.

    • Create a method with the prefix 'get' followed by the variable name to retrieve its value.

    • Create a method with the prefix 'set' followed by the variable name to set its value.

    • Ensure the getter method returns the value of the variable and the setter method updates the variable with the passed value.

  • Answered by AI
  • Q4. Opps concept and its pillar
  • Ans. 

    Object-oriented programming paradigm and its four pillars: Inheritance, Encapsulation, Abstraction, Polymorphism

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

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

    • Abstraction: Hiding the complex implementation details and showing only the necessary features

    • Polymorphism: Ability to present the same interface

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Please don't apply with this company because they are doing time pass all complete all the coding challenges they rejected me

Skills evaluated in this interview

QA Engineer Interview Questions & Answers

MindTickle user image Ankush Deshmukh

posted on 23 Jan 2025

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

(1 Question)

  • Q1. Actual application related test cases.
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected
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 - One-on-one 

(1 Question)

  • Q1. 2 different Logical Puzzel
Round 3 - HR 

(1 Question)

  • Q1. Mostly personality and company fitness
Interview experience
1
Bad
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 - Coding Test 

It went well ask ques related to App automation and Java

Round 3 - One-on-one 

(3 Questions)

  • Q1. Interviewer is asking ques which is not related to automation testing that person is taking related to data testing , spring boot etc very disappointing i wasted my time and they are not clear with the re...
  • Q2. Spring boot , Data testing , memory leakage
  • Q3. How to run n number of test cases without complie it in java
  • Ans. 

    Use a test automation tool like Selenium or Appium to run test cases without compiling in Java.

    • Choose a test automation tool that supports your application's technology stack.

    • Write test cases in the tool's scripting language or record them using the tool's recorder.

    • Execute the test cases using the tool's runner or integration with a continuous integration tool.

    • View the test results and debug failures as needed.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Please don't waste time they are not clear with the requirement or interviewer select candidate by seeing a face i feel in that way.

Skills evaluated in this interview

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

I applied via Company Website and was interviewed before Jul 2023. There was 1 interview round.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Automation Framework related issue.
  • Q2. Software testing techniques
  • Ans. 

    Software testing techniques involve various methods to ensure the quality and functionality of software.

    • Black box testing: Testing the functionality of the software without knowing its internal code.

    • White box testing: Testing the internal code and structure of the software.

    • Regression testing: Testing to ensure that new code changes do not adversely affect existing functionality.

    • Unit testing: Testing individual units or...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - For getting selected for interview please reach directly to HR's
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Referral and was interviewed in Mar 2024. There were 2 interview rounds.

Round 1 - Coding Test 

Graph, DP, array, Stack

Round 2 - Technical 

(1 Question)

  • Q1. Implementation of OOPS, Project, C++, To write the SQL query, Puzzle, real life questions, string question

Interview Preparation Tips

Interview preparation tips for other job seekers - Strong command in any one language
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Whatis javascript
  • Ans. 

    JavaScript is a programming language commonly used for creating interactive websites.

    • JavaScript is a high-level, interpreted programming language.

    • It is used to make web pages interactive and dynamic.

    • JavaScript can be used for client-side and server-side development.

    • Commonly used frameworks/libraries include React, Angular, and Node.js.

  • Answered by AI
  • Q2. Whatis automation

Skills evaluated in this interview

I applied via Campus Placement and was interviewed in Dec 2021. There were 2 interview rounds.

Round 1 - Coding Test 

15 mcq of cs fundamentals 2 coding questions
it was 1 hour round

Round 2 - One-on-one 

(2 Questions)

  • Q1. Mostly dsa questions were asked you can reffer leetcode
  • Q2. Leetcode easy-medium questions were asked

Interview Preparation Tips

Topics to prepare for PlaySimple Games Sde1 interview:
  • DSA
Interview preparation tips for other job seekers - prepare dsa well because in interview their major focus is on your coding skills

QualiZeal Interview FAQs

How many rounds are there in QualiZeal Sdet interview?
QualiZeal interview process usually has 3 rounds. The most common rounds in the QualiZeal interview process are Aptitude Test, Technical and HR.
What are the top questions asked in QualiZeal Sdet interview?

Some of the top questions asked at the QualiZeal Sdet interview -

  1. Logic and Code to sort array elements in ascending order A logical puzzle type ...read more
  2. Do you think coding is important for testing role How important it is General d...read more

Tell us how to improve this page.

QualiZeal Sdet Interview Process

based on 1 interview

Interview experience

5
  
Excellent
View more

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.4k Interviews
Accenture Interview Questions
3.8
 • 8.2k Interviews
Infosys Interview Questions
3.6
 • 7.6k Interviews
Wipro Interview Questions
3.7
 • 5.6k Interviews
Cognizant Interview Questions
3.8
 • 5.6k Interviews
Capgemini Interview Questions
3.7
 • 4.8k Interviews
Tech Mahindra Interview Questions
3.5
 • 3.8k Interviews
HCLTech Interview Questions
3.5
 • 3.8k Interviews
IBM Interview Questions
4.0
 • 2.4k Interviews
DotPe Interview Questions
3.2
 • 37 Interviews
View all

QualiZeal Sdet Reviews and Ratings

based on 6 reviews

4.4/5

Rating in categories

4.4

Skill development

4.3

Work-life balance

4.1

Salary

4.5

Job security

4.5

Company culture

4.1

Promotions

4.4

Work satisfaction

Explore 6 Reviews and Ratings
Software Engineer
17 salaries
unlock blur

₹3.2 L/yr - ₹10.1 L/yr

Test Lead
17 salaries
unlock blur

₹18 L/yr - ₹26 L/yr

Test Engineer
16 salaries
unlock blur

₹3.6 L/yr - ₹9 L/yr

Senior Test Engineer
12 salaries
unlock blur

₹7 L/yr - ₹21.5 L/yr

Associate Software Engineer
10 salaries
unlock blur

₹3.5 L/yr - ₹5.5 L/yr

Explore more salaries
Compare QualiZeal 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