Upload Button Icon Add office photos

Filter interviews by

Clear (1)

QualityKiosk Technologies Qa Automation Testing Engineer Interview Questions and Answers

Updated 17 Dec 2024

QualityKiosk Technologies Qa Automation Testing Engineer Interview Experiences

2 interviews found

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

I applied via Campus Placement

Round 1 - Aptitude Test 

The assessment consists of a one-hour aptitude test that includes questions on data structures and algorithms (DSA) as well as SQL query questions, where I am required to write SQL queries, followed by two coding questions.

Round 2 - Group Discussion 

Our group discussion topic is whether AI can replace human intelligence.

Round 3 - Technical 

(3 Questions)

  • Q1. Oops concept in java
  • Ans. 

    Oops concept in Java refers to Object-Oriented Programming principles like inheritance, encapsulation, polymorphism, and abstraction.

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

    • Encapsulation refers to bundling data and methods that operate on the data into a single unit.

    • Polymorphism allows objects to be treated as instances of their parent class.

    • Abstraction hides the implementation ...

  • Answered by AI
  • Q2. What is compile time polymorphism
  • Ans. 

    Compile time polymorphism is the ability of a programming language to select which method to execute at compile time based on the method signature.

    • Compile time polymorphism is achieved through method overloading and operator overloading.

    • Method overloading allows multiple methods in the same class with the same name but different parameters.

    • The compiler determines which method to call based on the number and type of arg...

  • Answered by AI
  • Q3. What is the SQL query to select and display the name of person who have highest salary among employees?
  • Ans. 

    SQL query to select and display the name of person with highest salary among employees.

    • Use the MAX() function to find the highest salary

    • Join the employee table with the salary table using a common key like employee_id

    • Select the name of the person with the highest salary

  • Answered by AI
Round 4 - HR 

(2 Questions)

  • Q1. Tell me about yourself. then about final year project.
  • Ans. 

    I am a dedicated QA Automation Testing Engineer with experience in creating and executing test cases. My final year project involved developing a test automation framework using Selenium.

    • Experienced QA Automation Testing Engineer

    • Skilled in creating and executing test cases

    • Developed test automation framework using Selenium for final year project

  • Answered by AI
  • Q2. What is your family background, and are you prepared to relocate?
  • Ans. 

    I come from a close-knit family with a diverse background. I am open to relocating for the right opportunity.

    • Family background is close-knit and diverse

    • Open to relocating for the right opportunity

  • Answered by AI
Interview experience
3
Average
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed before Mar 2023. There were 2 interview rounds.

Round 1 - Aptitude Test 

Basic SQL and coding test

Round 2 - Technical 

(2 Questions)

  • Q1. Normal question regarding resume and basic ques of Java
  • Q2. Tell me about yourself Ques regarding resume Testing basic Java basic

Qa Automation Testing Engineer Interview Questions Asked at Other Companies

asked in GlobalLogic
Q1. selenium: what are selenium components, what are the different lo ... read more
asked in GlobalLogic
Q2. How do you convert json object to string and vice versa?
asked in GlobalLogic
Q3. Robot Framework : what are standard libraries in Robot Framework? ... read more
asked in GlobalLogic
Q4. Write a program to find the elements of a list that have least di ... read more
asked in GlobalLogic
Q5. what are the locators in selenium? what is the difference between ... read more

Interview questions from similar companies

I applied via Naukri.com

Round 1 - One-on-one 

(3 Questions)

  • Q1. Git, Jenkins, don't ask many questions as they don't have time also join late for an interview and in a very hurry
  • Q2. They more focus on git and Jenkins rather than skills and don't hire anyone as most of the glassdoor reviews, maybe
  • Q3. Git commands, Jenkins procedure, no question on selenium and java also in a very hurry and join around 30 mins late.

Interview Preparation Tips

Interview preparation tips for other job seekers - They focus more on git and Jenkins rather than skill knowledge
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Write a java program to remove duplicate element from arrays

I applied via Recruitment Consulltant and was interviewed in May 2022. There was 1 interview round.

Round 1 - Technical 

(4 Questions)

  • Q1. Explain Agile and agile scrum ceremony
  • Ans. 

    Agile is a methodology that emphasizes flexibility and collaboration. Agile Scrum is a framework for implementing Agile.

    • Agile focuses on delivering working software in short iterations

    • Agile values individuals and interactions over processes and tools

    • Agile encourages customer collaboration and responding to change

    • Agile Scrum includes ceremonies such as Sprint Planning, Daily Stand-up, Sprint Review, and Sprint Retrospec...

  • Answered by AI
  • Q2. Select an element from drop down
  • Ans. 

    To select an element from a drop down, locate the drop down element and use the select class in Selenium.

    • Locate the drop down element using findElement() method

    • Create an object of Select class using the drop down element

    • Use selectByVisibleText(), selectByValue() or selectByIndex() method to select the desired option

  • Answered by AI
  • Q3. How to check if for every steps we have steps written in step definition file
  • Ans. 

    To check if every step has a corresponding step definition, we can use a code coverage tool.

    • Use a code coverage tool to analyze the step definition file and identify any missing steps

    • Ensure that all steps in the feature file are covered by the step definition file

    • Regularly review and update the step definition file to ensure it stays up-to-date with the feature file

  • Answered by AI
  • Q4. Reverse an integer in java
  • Ans. 

    Reverse an integer in Java

    • Convert integer to string using Integer.toString()

    • Use StringBuilder to reverse the string

    • Convert the reversed string back to integer using Integer.parseInt()

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Only four questions he asked.seems interviewer Pavan Kumar was busy somewhere else.

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
-
Result
-

I was interviewed in Sep 2024.

Round 1 - Technical 

(4 Questions)

  • Q1. Request specification and response specification
  • Q2. Explain about selenium waits
  • Ans. 

    Selenium waits are used to make the automation script wait for a certain condition to be met before proceeding.

    • Selenium provides different types of waits such as implicit wait, explicit wait, and fluent wait.

    • Implicit wait sets a default waiting time for the elements to be found before throwing an exception.

    • Explicit wait allows the automation script to wait for a specific condition to be met before proceeding.

    • Fluent wai...

  • Answered by AI
  • Q3. Explain about oops
  • Ans. 

    Object-oriented programming paradigm that focuses on objects and classes for code organization and reusability.

    • Encapsulation: bundling data and methods that operate on the data into a single unit (object)

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

    • Polymorphism: ability to present the same interface for different data types

  • Answered by AI
  • Q4. Query and path parameters

Skills evaluated in this interview

I applied via Naukri.com and was interviewed before Jan 2021. There were 3 interview rounds.

Interview Questionnaire 

3 Questions

  • Q1. Insurance domin related questions
  • Q2. Defect life cycle
  • Q3. Gave one live application asked me to find out scenarios

Interview Preparation Tips

Interview preparation tips for other job seekers - This interview was a technical. Test lead questioned me and they are expecting us to tell the answers for their questions

I applied via Referral and was interviewed in Jul 2021. There were 4 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. Automation frameworks, Java concepts, Basic programs on core java and with selenium.
  • Q2. Agile and ceremonies,STLC, defect cycle, SDLC, Test approach, Banking Domain

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident on your basics. The way we approach and answering questions will help allot to impress the interviewer. Never beat around the bush, if you are not aware of the topic kindly accept and convey the fact politely.
Round 1 - Technical 

(1 Question)

  • Q1. Java string and collection api related basic question and selenium framework related

Interview Preparation Tips

Interview preparation tips for other job seekers - keep learning with practically maximum time to practice core java basic programming question.
Round 1 - Technical 

(3 Questions)

  • Q1. What is synchronisation
  • Ans. 

    Synchronisation is the process of coordinating multiple threads or processes to work together in a specific order.

    • Synchronisation is important in multi-threaded or multi-process environments to avoid race conditions and deadlocks.

    • It involves the use of locks, semaphores, and other mechanisms to ensure that threads or processes access shared resources in a mutually exclusive manner.

    • Synchronisation can also be achieved t...

  • Answered by AI
  • Q2. What is the method of webdriver
  • Ans. 

    WebDriver is a method used for automating web applications by controlling a browser through a programming language.

    • WebDriver is a tool used for automating web applications

    • It allows controlling a browser through a programming language

    • It supports various programming languages like Java, Python, C#, etc.

    • It provides various methods for interacting with web elements like click(), sendKeys(), getText(), etc.

  • Answered by AI
  • Q3. What is method of webelemnt
  • Ans. 

    Method of WebElement is a function that performs an action on a web element.

    • Methods are used to interact with web elements on a web page

    • Examples of methods include click(), sendKeys(), getText()

    • Methods can be used to verify the state of a web element

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - They check your skills

Skills evaluated in this interview

Contribute & help others!
anonymous
You can choose to be anonymous

QualityKiosk Technologies Interview FAQs

How many rounds are there in QualityKiosk Technologies Qa Automation Testing Engineer interview?
QualityKiosk Technologies interview process usually has 3 rounds. The most common rounds in the QualityKiosk Technologies interview process are Aptitude Test, Technical and Group Discussion.
What are the top questions asked in QualityKiosk Technologies Qa Automation Testing Engineer interview?

Some of the top questions asked at the QualityKiosk Technologies Qa Automation Testing Engineer interview -

  1. What is the SQL query to select and display the name of person who have highest...read more
  2. what is compile time polymorph...read more
  3. oops concept in j...read more

Recently Viewed

PHOTOS

InsuranceDekho

3 office photos

LIST OF COMPANIES

Credit Bajaar

Overview

CAMPUS PLACEMENT

Lovely Professional University (LPU)

CAMPUS PLACEMENT

KIIT University, Bhuvaneshwar

INTERVIEWS

QualityKiosk Technologies

No Interviews

INTERVIEWS

QualityKiosk Technologies

No Interviews

CAMPUS PLACEMENT

Chandigarh Engineering College, Chandigarh

CAMPUS PLACEMENT

Datta Meghe College of Engineering, Mumbai

INTERVIEWS

Broadridge Financial Solutions

No Interviews

INTERVIEWS

Alembic Pharmaceuticals

No Interviews

Tell us how to improve this page.

QualityKiosk Technologies Qa Automation Testing Engineer Interview Process

based on 2 interviews

Interview experience

4
  
Good
View more

Interview Questions from Similar Companies

CitiusTech Interview Questions
3.4
 • 269 Interviews
NeoSOFT Interview Questions
3.9
 • 261 Interviews
Tiger Analytics Interview Questions
3.7
 • 221 Interviews
Episource Interview Questions
3.9
 • 220 Interviews
Altimetrik Interview Questions
3.8
 • 213 Interviews
Incedo Interview Questions
3.1
 • 180 Interviews
Xoriant Interview Questions
4.1
 • 179 Interviews
Indium Software Interview Questions
4.0
 • 162 Interviews
View all
QualityKiosk Technologies Qa Automation Testing Engineer Salary
based on 6 salaries
₹5.5 L/yr - ₹8 L/yr
5% less than the average Qa Automation Testing Engineer Salary in India
View more details
Test Engineer
2.2k salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Test Engineer
1.5k salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Softwaretest Engineer
995 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Automation Test Engineer
235 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Associate Test Lead
224 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare QualityKiosk Technologies with

Thinksoft Global Services

3.7
Compare

Cigniti Technologies

3.7
Compare

Indium Software

4.0
Compare

Maveric Systems

3.5
Compare
Did you find this page helpful?
Yes No
write
Share an Interview
Rate your experience using AmbitionBox
Terrible
Terrible
Poor
Poor
Average
Average
Good
Good
Excellent
Excellent