Upload Button Icon Add office photos

Filter interviews by

Prolitus Technologies QA Engineer Interview Questions and Answers

Updated 1 Aug 2023

Prolitus Technologies QA Engineer Interview Experiences

1 interview found

QA Engineer Interview Questions & Answers

user image Anonymous

posted on 1 Aug 2023

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

I applied via Referral and was interviewed before Aug 2022. There were 4 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 

(1 Question)

  • Q1. QA Basic questions
Round 3 - One-on-one 

(1 Question)

  • Q1. 50-50 technical questions and behavioural questions
Round 4 - HR 

(1 Question)

  • Q1. Personal Details

Interview Preparation Tips

Interview preparation tips for other job seekers - Interview was ok, but they laid off candidates because of less project and gave us feedback that our performance was poor without giving any proper project to show case our strengths.
Personal advice don't fall for this and Mainly whoever have more commitment in life for them its complete NO because they pay salary after 5th not before that .

Interview questions from similar companies

QA Engineer Interview Questions & Answers

ITC Infotech user image Mamta Balakrishna

posted on 13 Dec 2024

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

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

Round 1 - Technical 

(2 Questions)

  • Q1. Java program to split alpha-numeric values without using the split method
  • Ans. 

    Split alpha-numeric values in Java without using split method

    • Iterate through each character in the input string

    • Check if the character is a digit or a letter using Character.isDigit() and Character.isLetter() methods

    • Create separate strings for digits and letters and store them in an array

  • Answered by AI
  • Q2. SQL query to add a new column to a table and the column value should have a default value and never be null
  • Ans. 

    Use ALTER TABLE statement to add a new column with a default value and set it to NOT NULL

    • Use ALTER TABLE table_name ADD column_name data_type DEFAULT default_value NOT NULL;

    • Example: ALTER TABLE employees ADD hire_date DATE DEFAULT '2022-01-01' NOT NULL;

  • Answered by AI
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Not Selected

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

Round 1 - Technical 

(3 Questions)

  • Q1. Selenium vs cypress
  • Ans. 

    Selenium is a widely used open-source tool for web automation testing, while Cypress is a newer tool known for its fast and reliable testing capabilities.

    • Selenium is more established and has a larger community support

    • Cypress is known for its fast test execution times

    • Cypress has built-in support for modern web technologies like React and Angular

    • Selenium supports multiple programming languages like Java, Python, and C#

    • Cy...

  • Answered by AI
  • Q2. How do you install cypress
  • Ans. 

    Cypress can be installed using npm package manager.

    • Install Node.js if not already installed

    • Open terminal and run 'npm install cypress'

    • Once installation is complete, run 'npx cypress open' to open Cypress Test Runner

  • Answered by AI
  • Q3. Reverse a string in Javascript
  • Ans. 

    Reverse a string in Javascript

    • Use the split() method to convert the string into an array of characters

    • Use the reverse() method to reverse the order of the characters

    • Use the join() method to convert the array back into a string

  • Answered by AI

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Constructor design
  • Q2. Xpath locators page object model
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I was interviewed in Oct 2024.

Round 1 - Aptitude Test 

Complex aptitude Test

Round 2 - Technical 

(2 Questions)

  • Q1. Test estimation techniques
  • Ans. 

    Test estimation techniques involve various methods to predict the time and resources needed for testing activities.

    • Use historical data from previous projects to estimate testing effort

    • Break down the project into smaller tasks and estimate each task individually

    • Use expert judgment from experienced QA engineers to provide input on estimation

    • Consider complexity, risks, and dependencies when estimating testing effort

  • Answered by AI
  • Q2. Equals to vs ==

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected
Round 1 - Aptitude Test 

Prepare all topics 40 mcq

Round 2 - Technical 

(4 Questions)

  • Q1. Basic question on SQL and java
  • Q2. How to remove duplicate data
  • Ans. 

    To remove duplicate data, use data structures like sets or hashmaps to store unique values.

    • Use a set to store unique values and then convert it back to an array

    • Iterate through the array and check if the value already exists in the set before adding it

    • Use a hashmap to store values as keys and their occurrences as values, then filter out values with occurrences greater than 1

  • Answered by AI
  • Q3. Get current date
  • Q4. Get second salary
Round 3 - HR 

(1 Question)

  • Q1. Normal questions
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Explain your framework
  • Ans. 

    My framework is a data-driven automation framework using Selenium and TestNG.

    • Utilizes Selenium for web automation

    • Uses TestNG for test case management and execution

    • Data-driven approach for test data separation

    • Supports parallel execution for faster testing

    • Includes reporting tools like ExtentReports for detailed test results

  • Answered by AI
  • Q2. Explain oops concept
  • Ans. 

    OOPs concept is a programming paradigm based on the concept of objects, which can contain data in the form of fields and code in the form of procedures.

    • OOPs stands for Object-Oriented Programming

    • Key concepts include classes, objects, inheritance, polymorphism, and encapsulation

    • Classes are blueprints for objects, defining their properties and behaviors

    • Objects are instances of classes, representing real-world entities

    • Inh...

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

Basic aptitude questions and pseudo codes

Round 2 - Technical 

(2 Questions)

  • Q1. Basic programs which we generally get online
  • Q2. Some technical questions on programming language and some situation based quesions

Interview Preparation Tips

Interview preparation tips for other job seekers - Keep learning and adapting to new situations
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Questions on switching
  • Q2. Packet flow in routers, osi model , etc
  • Ans. 

    Packet flow in routers involves data transmission through different layers of the OSI model.

    • Packet flow starts at the network layer where packets are routed based on IP addresses.

    • Packets then move to the data link layer where MAC addresses are used for communication.

    • Finally, packets are transmitted physically through the network interface.

    • OSI model consists of 7 layers: Physical, Data Link, Network, Transport, Session,

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

(2 Questions)

  • Q1. Java Programs on Strings
  • Q2. Collections and oops

Prolitus Technologies Interview FAQs

How many rounds are there in Prolitus Technologies QA Engineer interview?
Prolitus Technologies interview process usually has 4 rounds. The most common rounds in the Prolitus Technologies interview process are Resume Shortlist, Technical and One-on-one Round.
What are the top questions asked in Prolitus Technologies QA Engineer interview?

Some of the top questions asked at the Prolitus Technologies QA Engineer interview -

  1. 50-50 technical questions and behavioural questi...read more
  2. QA Basic questi...read more

Tell us how to improve this page.

People are getting interviews through

based on 1 Prolitus Technologies interview
Referral
100%
Low Confidence
?
Low Confidence means the data is based on a small number of responses received from the candidates.
Prolitus Technologies QA Engineer Salary
based on 4 salaries
₹3.5 L/yr - ₹8 L/yr
At par with the average QA Engineer Salary in India
View more details
Software Engineer
20 salaries
unlock blur

₹2.9 L/yr - ₹8.5 L/yr

Senior Software Engineer
17 salaries
unlock blur

₹5.6 L/yr - ₹8.8 L/yr

Software Developer
7 salaries
unlock blur

₹2 L/yr - ₹6 L/yr

Devops Engineer
5 salaries
unlock blur

₹4.8 L/yr - ₹15 L/yr

UI Developer
5 salaries
unlock blur

₹4.2 L/yr - ₹7.1 L/yr

Explore more salaries
Compare Prolitus Technologies with

Cognizant

3.8
Compare

Virtusa Consulting Services

3.8
Compare

NTT Data Information Processing Services

4.0
Compare

Hexaware Technologies

3.6
Compare

Calculate your in-hand salary

Confused about how your in-hand salary is calculated? Enter your annual salary (CTC) and get your in-hand salary
Did you find this page helpful?
Yes No
write
Share an Interview