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 Interview Questions, Process, and Tips

Updated 27 Dec 2024

Top QualiZeal Interview Questions and Answers

View all 32 questions

QualiZeal Interview Experiences

Popular Designations

11 interviews found

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

I was interviewed in Nov 2024.

Round 1 - Technical 

(1 Question)

  • Q1. Question on writing the xpath,Java, Selenium related.
Round 2 - Technical 

(1 Question)

  • Q1. Questions on checking ours confidence.
Round 3 - One-on-one 

(1 Question)

  • Q1. Related to Generative AI.
Round 4 - HR 

(1 Question)

  • Q1. Salary discussion

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare Java , selenium and programs on strings.

Senior Test Engineer Interview Questions asked at other Companies

Q1. From Selenium -> Which Automation framework I have implemented in my project . Explain each framework components. How to handle dynamic web element. how to handle hidden element. how to upload file in selenium, where hashmap is used in s... read more
View answer (1)

Test Lead Interview Questions & Answers

user image Anonymous

posted on 13 Sep 2024

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

(2 Questions)

  • Q1. Multi module maven project
  • Q2. Selenium project structure
  • Ans. 

    Selenium project structure includes organizing test cases, page objects, utilities, and configuration files.

    • Test cases should be organized in a separate folder

    • Page objects should be stored in a separate package

    • Utilities like helper classes, constants, and drivers should be in a separate package

    • Configuration files like properties files should be stored in a separate folder

    • Follow a modular approach for easy maintenance a

  • Answered by AI
Round 2 - One-on-one 

(2 Questions)

  • Q1. How will you create a test plan ?
  • Ans. 

    A test plan is created by defining objectives, scope, resources, schedule, and approach for testing.

    • Define objectives and scope of testing

    • Identify resources needed for testing

    • Establish a schedule for testing activities

    • Outline the approach and methodologies for testing

    • Include risk assessment and mitigation strategies

    • Document test scenarios, test cases, and test data

    • Define roles and responsibilities of team members

  • Answered by AI
  • Q2. Scenario based questions

Skills evaluated in this interview

Test Lead Interview Questions asked at other Companies

Q1. If you put in an Agile project, Will you be able to do in sprint Automation
View answer (1)

Test Manager Interview Questions & Answers

user image Anonymous

posted on 3 Jan 2024

Interview experience
1
Bad
Difficulty level
Easy
Process Duration
4-6 weeks
Result
Not Selected

I applied via Referral and was interviewed in Dec 2023. There were 2 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. How will you select a regression candidate? what sort of reports do you prepare? how you handle production bugs as a test manager?
  • Ans. 

    To select a regression candidate, I consider factors like criticality, impact, and frequency of use. I prepare reports on test coverage, defects, and regression results. As a test manager, I prioritize and coordinate the resolution of production bugs.

    • Consider criticality, impact, and frequency of use when selecting a regression candidate

    • Prepare reports on test coverage, defects, and regression results

    • Prioritize and coo...

  • Answered by AI
Round 2 - One-on-one 

(1 Question)

  • Q1. Which tools you have worked on? how are you with people?

Interview Preparation Tips

Interview preparation tips for other job seekers - the company is very small, seems no process in place. they still follow in person interview by calling to their office at odd hours although they could use the technology and do a video call instead for a 5 min round. Not very friendly co founders.

Test Manager Interview Questions asked at other Companies

Q1. 1. Summary of your experience 2. Difference between retest and regression 3. Severity vs priority with examples for all 4 types 4. drop vs delete in db 5. Primary, foreign and unique key in db 6. Test plan details 7. truncate in db 8. BVA a... read more
View answer (1)
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
More than 8 weeks
Result
Selected Selected

I applied via Referral and was interviewed before Aug 2023. There were 3 interview rounds.

Round 1 - Technical 

(24 Questions)

  • Q1. Codd’s rules of DBMS
  • Ans. 

    Codd's rules are a set of 12 rules proposed by Edgar F. Codd to define what is required from a database management system to be considered relational.

    • Codd's rules were created to ensure that a database management system is truly relational.

    • Some of the key rules include the rule of data independence, rule of guaranteed access, and rule of comprehensive data sub-language.

    • An example of a Codd's rule is the rule of view up...

  • Answered by AI
  • Q2. Difference between OLAP and OLTP
  • Ans. 

    OLAP is used for analyzing and reporting complex data, while OLTP is used for transaction processing.

    • OLAP stands for Online Analytical Processing, used for data analysis and reporting.

    • OLTP stands for Online Transaction Processing, used for transactional operations.

    • OLAP deals with historical data and is read-heavy, while OLTP deals with current data and is write-heavy.

    • OLAP databases are optimized for complex queries and...

  • Answered by AI
  • Q3. Difference between ELT and ETL
  • Ans. 

    ETL stands for Extract, Transform, Load while ELT stands for Extract, Load, Transform.

    • ETL involves extracting data from source systems, transforming it, and then loading it into a data warehouse or data lake.

    • ELT involves extracting data from source systems, loading it into a data lake or data warehouse, and then transforming it as needed.

    • ETL is suitable for structured data while ELT is suitable for unstructured data.

    • ET...

  • Answered by AI
  • Q4. Difference between DELETE , DROP and TRUNCATE
  • Ans. 

    DELETE removes specific rows from a table, DROP removes entire table, TRUNCATE removes all rows from a table.

    • DELETE is a DML command used to remove specific rows from a table based on a condition.

    • DROP is a DDL command used to remove an entire table along with its structure and data.

    • TRUNCATE is a DDL command used to remove all rows from a table but keeps the table structure intact.

    • DELETE is slower than TRUNCATE and DROP...

  • Answered by AI
  • Q5. Explain windows Functions
  • Ans. 

    Windows Functions are built-in functions in SQL Server that perform operations on a set of rows and return a single aggregated value.

    • Used for performing calculations on a set of rows in a table

    • Commonly used functions include SUM, AVG, COUNT, MIN, MAX

    • Can be used with GROUP BY clause to group results based on a specific column

    • Example: SELECT SUM(sales) FROM sales_table WHERE year = 2021

  • Answered by AI
  • Q6. Explain different Agile ceremonies in Agile Methodology
  • Ans. 

    Agile ceremonies are regular meetings or events in Agile methodology to facilitate communication and collaboration within the team.

    • Sprint Planning: Plan the work to be done in the upcoming sprint.

    • Daily Standup: Daily meeting to discuss progress, challenges, and plans for the day.

    • Sprint Review: Demo of completed work to stakeholders for feedback.

    • Sprint Retrospective: Reflect on the sprint and identify areas for improvem...

  • Answered by AI
  • Q7. Write SQL query to find duplicate values from the given scenario
  • Ans. 

    SQL query to find duplicate values in a scenario

    • Use the GROUP BY clause to group the values

    • Use the HAVING clause to filter out groups with count greater than 1

    • Select the columns with duplicate values

  • Answered by AI
  • Q8. SQL syntax to find NULL or BLANK values from the given scenario
  • Ans. 

    Use IS NULL or = '' to find NULL or BLANK values in SQL

    • Use IS NULL to find NULL values in a column

    • Use = '' to find BLANK values in a column

    • Example: SELECT * FROM table_name WHERE column_name IS NULL OR column_name = ''

  • Answered by AI
  • Q9. What is Not malization
  • Ans. 

    Normalization is the process of organizing data in a database to reduce redundancy and improve data integrity.

    • Normalization involves breaking down data into smaller, more manageable parts.

    • It helps in reducing data redundancy by storing data in a structured manner.

    • Normalization ensures data integrity by avoiding anomalies like insertion, update, and deletion anomalies.

    • There are different normal forms like 1NF, 2NF, 3NF,...

  • Answered by AI
  • Q10. Write the outputs for the given tables for all joins from the given scenario
  • Ans. 

    The candidate is asked to write the outputs for all joins from a given scenario.

    • Inner join: Returns rows when there is a match in both tables

    • Left join: Returns all rows from the left table and the matched rows from the right table

    • Right join: Returns all rows from the right table and the matched rows from the left table

    • Full outer join: Returns all rows when there is a match in either table

  • Answered by AI
  • Q11. What is CRUD in API Testing
  • Ans. 

    CRUD stands for Create, Read, Update, Delete - the four basic functions of persistent storage.

    • Create - testing the ability to create new resources through API calls

    • Read - testing the ability to retrieve existing resources from the API

    • Update - testing the ability to modify existing resources through API calls

    • Delete - testing the ability to remove resources from the API

  • Answered by AI
  • Q12. What are the set operators and explain them
  • Ans. 

    Set operators are used in SQL to perform operations on sets of data, such as union, intersect, and except.

    • Union - combines the results of two or more SELECT statements, removing duplicates

    • Intersect - returns the common rows between two SELECT statements

    • Except - returns the rows that are in the first SELECT statement but not in the second SELECT statement

  • Answered by AI
  • Q13. What are the constraints faced in Data Validation. explain each of them with illustration.
  • Ans. 

    Constraints faced in Data Validation with illustrations

    • 1. Format constraints: Ensuring data follows a specific format (e.g. date in MM/DD/YYYY format)

    • 2. Range constraints: Validating data falls within a specified range (e.g. age between 18-65)

    • 3. Mandatory constraints: Ensuring required fields are not empty (e.g. email address field)

    • 4. Consistency constraints: Checking data consistency across multiple fields (e.g. start...

  • Answered by AI
  • Q14. Explain the daily routine at previous Firm
  • Ans. 

    At my previous firm, my daily routine as a Software Test Engineer involved testing new features, reporting bugs, attending meetings, and collaborating with developers.

    • Testing new features and functionalities of the software

    • Reporting bugs and issues found during testing

    • Attending meetings with the development team to discuss progress and issues

    • Collaborating with developers to ensure smooth integration of new features

    • Writ

  • Answered by AI
  • Q15. What is Test Improvement Process
  • Ans. 

    Test Improvement Process is a systematic approach to enhancing the efficiency and effectiveness of software testing.

    • Identifying areas of improvement in the testing process

    • Implementing changes to address the identified issues

    • Measuring the impact of the changes on testing outcomes

    • Continuously iterating and refining the testing process

    • Examples: introducing automation, improving test coverage, enhancing test data managemen

  • Answered by AI
  • Q16. Explain Defect Life Cycle
  • Ans. 

    Defect Life Cycle is the process of identifying, reporting, fixing, retesting, and closing software defects.

    • Defect Identification: Defects are identified through testing or user feedback.

    • Defect Reporting: Defects are reported in a defect tracking tool with details like steps to reproduce, severity, and priority.

    • Defect Fixing: Developers fix the reported defects based on the information provided.

    • Defect Retesting: Tester...

  • Answered by AI
  • Q17. What are the different validations performed in your Testing
  • Ans. 

    Different validations in testing include input validation, boundary validation, error handling validation, and data validation.

    • Input validation ensures that the system accepts only valid inputs.

    • Boundary validation checks the system's behavior at the boundaries of valid input ranges.

    • Error handling validation verifies that the system handles errors gracefully.

    • Data validation ensures that the data processed by the system

  • Answered by AI
  • Q18. What is referential Integrity
  • Ans. 

    Referential integrity is a database concept that ensures relationships between tables are maintained.

    • It ensures that foreign key values in one table match primary key values in another table.

    • It prevents orphaned records by enforcing constraints on relationships.

    • It helps maintain data consistency and accuracy.

    • Example: If a customer places an order, the customer ID in the orders table must exist in the customers table.

  • Answered by AI
  • Q19. What is data acquisition
  • Ans. 

    Data acquisition is the process of collecting and measuring information from various sources for analysis and storage.

    • Involves capturing data from sensors, instruments, or other devices

    • Can include sampling, digitizing, and processing data

    • Common in fields like scientific research, industrial automation, and environmental monitoring

  • Answered by AI
  • Q20. Write SQL query to DELETE duplicate values in the given scenario
  • Ans. 

    Use SQL query with GROUP BY and HAVING clause to delete duplicate values

    • Use GROUP BY clause to group the records based on the columns that should not have duplicates

    • Use HAVING clause to filter out the groups that have more than one record

    • Use DELETE statement to remove the duplicate records

  • Answered by AI
  • Q21. Explain order of execution of SQL query
  • Ans. 

    SQL queries are executed in a specific order to ensure accurate results.

    • SQL query is parsed to check syntax errors

    • Query optimizer creates an execution plan

    • Data is retrieved from tables based on the execution plan

    • Filters and joins are applied to the retrieved data

    • Aggregations and sorting are performed on the data

    • Results are returned to the user

  • Answered by AI
  • Q22. Explain DDL, DML, DCL, and TCL
  • Ans. 

    DDL, DML, DCL, and TCL are different types of SQL commands used for database management.

    • DDL (Data Definition Language) is used to define the structure of database objects like tables, indexes, etc. Examples: CREATE, ALTER, DROP.

    • DML (Data Manipulation Language) is used to manipulate data in the database. Examples: INSERT, UPDATE, DELETE.

    • DCL (Data Control Language) is used to control access to data in the database. Examp...

  • Answered by AI
  • Q23. What is transactional and Mater Data
  • Ans. 

    Transactional data refers to real-time data related to business transactions, while Master Data is the core data that is essential to operations.

    • Transactional data is dynamic and changes frequently, such as sales orders, invoices, and payments.

    • Master Data is static and remains unchanged over time, such as customer information, product details, and employee records.

  • Answered by AI
  • Q24. Explain the project that was handled in previous firm
  • Ans. 

    Developed a test automation framework for a web application using Selenium and Java

    • Designed and implemented test cases for various features of the web application

    • Utilized Selenium WebDriver to automate test scripts

    • Used Java programming language for writing test scripts

    • Integrated the test automation framework with continuous integration tools like Jenkins

    • Collaborated with developers to identify and resolve bugs in the a

  • Answered by AI
Round 2 - Technical 

(2 Questions)

  • Q1. Explain your project with suitable illustrations
  • Ans. 

    Developed a test automation framework using Selenium for web application testing

    • Created test scripts in Java to automate regression testing

    • Integrated with Jenkins for continuous integration

    • Used Page Object Model design pattern for better code maintenance

  • Answered by AI
  • Q2. Real time scenarios
Round 3 - One-on-one 

(1 Question)

  • Q1. To understand the Expectation of applicant

Skills evaluated in this interview

Top QualiZeal Softwaretest Engineer Interview Questions and Answers

Q1. What are the constraints faced in Data Validation. explain each of them with illustration.
View answer (1)

Softwaretest Engineer Interview Questions asked at other Companies

Q1. What is boundary value analysis? How do u perform boundary value testing for User ID & Password textfields in login page?
View answer (2)

QualiZeal interview questions for popular designations

 Test Manager

 (2)

 Associate Software Engineer 2

 (1)

 Demand Generation Executive

 (1)

 Performance Test Engineer

 (1)

 Sdet

 (1)

 Senior Test Engineer

 (1)

 Softwaretest Engineer

 (1)

 Team Lead

 (1)

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

Sdet Interview Questions asked at other Companies

Q1. Given a M x N 2D array containing random alphabets and a function Dict(string word) which returns whether the 'word' is a valid English word. Find all possible valid words you can get from the 2D array, where the alphabets are adjacent to e... read more
View answer (1)
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Campus Placement and was interviewed in Aug 2023. There were 3 interview rounds.

Round 1 - Group Discussion 

Work form home or work from office

Round 2 - One-on-one 

(3 Questions)

  • Q1. Tell me about your self?
  • Q2. Tell me about your project?
  • Q3. Tell me about your ambition and goals?
Round 3 - One-on-one 

(2 Questions)

  • Q1. How long are you planning to stay in this company?
  • Q2. If u have any other offer which company will you join and why?

Interview Preparation Tips

Interview preparation tips for other job seekers - Most questions will be genrall, so just be confident while answering

Demand Generation Executive Interview Questions asked at other Companies

Q1. Company performance on the market how capture to compitate products
View answer (1)
Interview experience
5
Excellent
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed in Aug 2023. 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 - Technical 

(2 Questions)

  • Q1. Technical1: e2e Performance testing and engineering questions
  • Q2. AJAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
Round 3 - One-on-one 

(1 Question)

  • Q1. Technical2: It could be technical managerial round.
Round 4 - Technical 

(1 Question)

  • Q1. Technical3: Company director round
Round 5 - HR 

(1 Question)

  • Q1. General HR discussion

Interview Preparation Tips

Interview preparation tips for other job seekers - Strong technical knowledge required.

Performance Test Engineer Interview Questions asked at other Companies

Q1. List some scenarios where you observe issues with the heap dump and provide recommendations to the dev team. Follow-up questions will be asked based on your answer to the previous questions.
View answer (1)

Test Engineer Interview Questions & Answers

user image Anonymous

posted on 19 Jul 2024

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

(2 Questions)

  • Q1. Testing fundamentals
  • Q2. Automation skill set

Interview Preparation Tips

Interview preparation tips for other job seekers - Better to have good communication skills and technical skills

Test Engineer Interview Questions asked at other Companies

Q1. 1. What is the frame work u have worked and explain the framework with folder structure? 2. purely based on testing, different testing types like functional and non functional tests 3. real time scenarios like last min bugs before release? ... read more
View answer (4)

Test Manager Interview Questions & Answers

user image Anonymous

posted on 17 Jan 2024

Interview experience
1
Bad
Difficulty level
Easy
Process Duration
4-6 weeks
Result
No response

I applied via LinkedIn and was interviewed in Jul 2023. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. Behavioral Questions like below How do you handle your peers when they are slow at work

Test Manager Interview Questions asked at other Companies

Q1. 1. Summary of your experience 2. Difference between retest and regression 3. Severity vs priority with examples for all 4 types 4. drop vs delete in db 5. Primary, foreign and unique key in db 6. Test plan details 7. truncate in db 8. BVA a... read more
View answer (1)

Team Lead Interview Questions & Answers

user image Anonymous

posted on 19 May 2023

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

I was interviewed in Nov 2022.

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

(3 Questions)

  • Q1. Middleware in .net core
  • Ans. 

    Middleware in .NET Core is a pipeline of components that handle HTTP requests and responses.

    • Middleware components can be added to the pipeline using the Use() method in the Startup class.

    • Middleware can be used for authentication, logging, routing, and more.

    • Middleware can be created using classes or lambda expressions.

    • Middleware can be ordered in the pipeline using the Order property.

    • Examples of middleware include Authe...

  • Answered by AI
  • Q2. Lifecycle hooks in Angular
  • Ans. 

    Lifecycle hooks are methods that allow you to tap into the lifecycle of a component or directive in Angular.

    • There are eight different lifecycle hooks available in Angular.

    • They are: ngOnChanges, ngOnInit, ngDoCheck, ngAfterContentInit, ngAfterContentChecked, ngAfterViewInit, ngAfterViewChecked, ngOnDestroy.

    • Each hook is called at a specific point in the component or directive's lifecycle.

    • For example, ngOnInit is called a...

  • Answered by AI
  • Q3. Singleton Design Principal
Round 3 - Technical 

(2 Questions)

  • Q1. Data traversal in mvc
  • Ans. 

    Data traversal in MVC involves accessing and manipulating data within the model layer of the MVC architecture.

    • Data traversal is the process of accessing and manipulating data within the model layer of the MVC architecture

    • This can be done using various techniques such as LINQ, foreach loops, and lambda expressions

    • Data traversal is important for retrieving and displaying data to the user in the view layer of the MVC arch

  • Answered by AI
  • Q2. Life cycle of mvc
  • Ans. 

    MVC life cycle involves request processing, controller execution, view rendering, and response generation.

    • The request is received by the front controller

    • The front controller selects the appropriate controller

    • The controller processes the request and returns a model

    • The view is rendered using the model data

    • The response is generated and sent back to the client

  • Answered by AI
Round 4 - Client Interview 

(3 Questions)

  • Q1. What motivates you daily
  • Ans. 

    I am motivated daily by the opportunity to lead and inspire my team to achieve their goals.

    • Seeing my team members grow and succeed

    • Making a positive impact on the organization

    • Challenging myself to continuously improve

    • Recognition and appreciation for my work

    • Setting and achieving goals

    • Creating a positive work environment

  • Answered by AI
  • Q2. What to do if there is an issue in the release code
  • Ans. 

    Identify the issue, isolate the code, fix the issue, test the fix, and deploy the updated code.

    • Identify the issue by reviewing logs and error messages.

    • Isolate the code by identifying the specific module or function causing the issue.

    • Fix the issue by updating the code and testing the fix.

    • Test the fix by running automated and manual tests to ensure the issue is resolved.

    • Deploy the updated code to the appropriate environm

  • Answered by AI
  • Q3. Code optimization techniques
  • Ans. 

    Code optimization techniques aim to improve the efficiency and speed of code execution.

    • Use efficient algorithms and data structures

    • Minimize memory usage and avoid unnecessary operations

    • Use compiler optimizations and profiling tools

    • Consider parallelization and concurrency

    • Avoid premature optimization and focus on bottleneck areas

  • Answered by AI

Skills evaluated in this interview

Top QualiZeal Team Lead Interview Questions and Answers

Q1. What to do if there is an issue in the release code
View answer (2)

Team Lead Interview Questions asked at other Companies

Q1. write a java program to get maxing profit by buying and selling a share from a given set of values (they will change the question after you give solution, like if consider buying only once and selling once they will say to buying multiple t... read more
View answer (3)

QualiZeal Interview FAQs

How many rounds are there in QualiZeal interview?
QualiZeal interview process usually has 3 rounds. The most common rounds in the QualiZeal interview process are Technical, One-on-one Round and Resume Shortlist.
How to prepare for QualiZeal 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 QualiZeal. The most common topics and skills that interviewers at QualiZeal expect are C#, Java, Automation Testing, Selenium and Javascript.
What are the top questions asked in QualiZeal interview?

Some of the top questions asked at the QualiZeal interview -

  1. What to do if there is an issue in the release c...read more
  2. how will you select a regression candidate? what sort of reports do you prepare...read more
  3. What are the constraints faced in Data Validation. explain each of them with il...read more
How long is the QualiZeal interview process?

The duration of QualiZeal interview process can vary, but typically it takes about less than 2 weeks to complete.

Tell us how to improve this page.

QualiZeal Interview Process

based on 12 interviews

Interview experience

3.9
  
Good
View more

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.5k Interviews
Accenture Interview Questions
3.8
 • 8.2k Interviews
Infosys Interview Questions
3.6
 • 7.6k Interviews
Wipro Interview Questions
3.7
 • 5.7k Interviews
Cognizant Interview Questions
3.8
 • 5.6k Interviews
Capgemini Interview Questions
3.7
 • 4.8k Interviews
Tech Mahindra Interview Questions
3.5
 • 3.9k 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 Reviews and Ratings

based on 184 reviews

4.3/5

Rating in categories

4.4

Skill development

4.3

Work-life balance

4.1

Salary

4.4

Job security

4.4

Company culture

4.0

Promotions

4.3

Work satisfaction

Explore 184 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