Upload Button Icon Add office photos

Filter interviews by

Clear (1)

QualityKiosk Technologies Senior Automation Engineer Interview Questions and Answers

Updated 4 Jun 2024

QualityKiosk Technologies Senior Automation Engineer Interview Experiences

1 interview found

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

Basic Aptitude Test.

Round 2 - Coding Test 

Questions on Core Java, Selenium, SQL.

Round 3 - HR 

(2 Questions)

  • Q1. Salary Expectation
  • Q2. Basic HR Questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Be always Confident more than knowledgeable.

Senior Automation Engineer Jobs at QualityKiosk Technologies

View all

Interview questions from similar companies

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

I applied via Naukri.com and was interviewed before Sep 2022. There were 4 interview rounds.

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 Resume tips
Round 2 - Technical 

(2 Questions)

  • Q1. What are the important HTTP methods in postman ?
  • Ans. 

    Important HTTP methods in Postman include GET, POST, PUT, PATCH, and DELETE.

    • GET: Used to retrieve data from a server. Example: GET request to fetch user details.

    • POST: Used to submit data to a server. Example: POST request to create a new user.

    • PUT: Used to update data on a server. Example: PUT request to update existing user details.

    • PATCH: Used to partially update data on a server. Example: PATCH request to update user'...

  • Answered by AI
  • Q2. Explain the difference between functional and non-functional testing
  • Ans. 

    Functional testing focuses on testing the functionality of the software, while non-functional testing focuses on testing the performance, usability, and other non-functional aspects.

    • Functional testing ensures that the software functions as expected based on the requirements.

    • Non-functional testing evaluates aspects such as performance, usability, reliability, and scalability.

    • Examples of functional testing include unit t...

  • Answered by AI
Round 3 - Technical 

(2 Questions)

  • Q1. What is the assertions in postman and its importance
  • Ans. 

    Assertions in Postman are validation points to ensure the expected response from an API

    • Assertions in Postman are used to validate the response of an API request

    • They help ensure that the response meets the expected criteria

    • Common types of assertions include status code, response body content, response time, etc.

    • Examples of assertions in Postman: checking if status code is 200, verifying specific data in response body

  • Answered by AI
  • Q2. What are the seven principles of testing
  • Ans. 

    The seven principles of testing are guidelines that help testers in their testing activities.

    • Testing shows the presence of defects, not their absence.

    • Exhaustive testing is impossible.

    • Early testing saves time and money.

    • Defect clustering occurs.

    • Pesticide paradox - if the same tests are repeated over and over, eventually the same set of test cases will no longer find any new bugs.

    • Testing is context dependent.

    • Absence-of-er...

  • Answered by AI
Round 4 - HR 

(1 Question)

  • Q1. Common HR discussion

Skills evaluated in this interview

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

(2 Questions)

  • Q1. Technical question
  • Q2. Java oops and write a program for remove duplicates
  • Ans. 

    Java program to remove duplicates from an array of strings using OOPs concepts.

    • Create a HashSet to store unique strings.

    • Iterate through the array and add each string to the HashSet.

    • Convert the HashSet back to an array to get the unique strings.

  • Answered by AI

Skills evaluated in this interview

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

I applied via Job Portal and was interviewed in Oct 2023. There was 1 interview round.

Round 1 - One-on-one 

(1 Question)

  • Q1. Previous project experience

Interview Preparation Tips

Interview preparation tips for other job seekers - Nice Experience

I was interviewed in Sep 2017.

Interview Questionnaire 

4 Questions

  • Q1. Technical interview take by client technical person actually they are hiring for another client so they took total 3 technical round and final will HR round
  • Q2. Asking about life cycle of Dot net mvc contols entity frame work and SQL queries
  • Q3. Problem based on oops and SQL queries outputs
  • Q4. Basic questions about my self ,salary discussion basic formalities form I have to fill up

Interview Preparation Tips

Round: Test
Experience: There were around 15 objective question that includes mvc, c#.net and SQL server. It was very simple question like different types of filters,Acton results in mvc. Basic oops concept and dot net web page regarding

Round: Resume Shortlist
Experience: After completing test round another was technical round discussed maily for mvc and SQL server questions. Around 30 mint discussion. After qualify this round another round will start from client technical staff.

General Tips: It was for 2-3 year experience person very simple to crack but focus on you which profile you are looking for study interview questions from net
Skills: Dot net mve oops concept jQuery and SQL server

I was interviewed in Sep 2019.

Interview Questionnaire 

1 Question

  • Q1. Pl sql related questions

Interview Preparation Tips

Interview preparation tips for other job seekers - y resume was referd through a guy. Later I got call from HR for interview schedule he asked me my expected ctc and Notice Period to which I clearly said 3 months. He scheduled my interview on weekends morning 8am I reached there by 8.30am The interview process got started late by 10am it was an walk in type interview 1 round was Technical I cleared that round and had a feedback session with HR he said we are processing u to next round which was Manager round there itself I told the HR my NP is 3months the Hr Told its not an issue.
Laterly after I had lunch by 2pm Hr came n told me that Manager is not available now so we will be conducting ur further round in weekdays.
Then there was no mail or call so I purposely mailed them still haven't got proper response from them, so at last I told my friend who referd me to ask for an update the same HR told him that they want Immediate joiner so we can't process him to further round. Wasted my whole day over there

I applied via Recruitment Consultant and was interviewed before Jan 2020. There were 5 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. What Prog Languages known? Prior Software Experience? How good on U.S. Client Face to Face and telephonic interaction for projects?
  • Ans. 

    I am proficient in Java, Python, and C++. I have 2 years of experience in software development. I have excellent communication skills for client interaction.

    • Proficient in Java, Python, and C++

    • 2 years of software development experience

    • Excellent communication skills for client interaction

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - I wasn't fluent or good in Programming languages but I was clear on the flowchart and the basic concept of OOPS. Also, I was confident about solving the scenarios given to me at interview rounds. I also had good experience in US customer handling over telephonic and Face to Face interaction.

I applied via Naukri.com and was interviewed in Sep 2020. There were 3 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. What is event loop?
  • Ans. 

    Event loop is a mechanism that allows non-blocking I/O operations in a single-threaded environment.

    • Event loop is used in programming languages like JavaScript and Python.

    • It manages the execution of multiple tasks by prioritizing them based on their priority level.

    • It continuously checks for new events and executes them in a loop.

    • It allows for efficient handling of I/O operations without blocking the main thread.

    • It is co...

  • Answered by AI
  • Q2. Difference between let var and const.
  • Ans. 

    let, var and const are used to declare variables in JavaScript with different scoping rules and mutability.

    • let and var are used to declare variables that can be reassigned later, but var has function scope while let has block scope.

    • const is used to declare variables that cannot be reassigned and have block scope.

    • Using const does not mean the value is immutable, only the variable reference is.

    • let and const were introduc...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - If going for Mean or Mern stack be very firm on JavaScript basics and ES6 concepts.

Skills evaluated in this interview

I applied via Recruitment Consultant and was interviewed in Oct 2020. There were 6 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Oops concepts with examples, SQL query to find second highest salary, diff between fail fast and fail safe, how did u implement security in your app, etc

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare basic Java concepts

I applied via Naukri.com and was interviewed in May 2021. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. Anything can be asked from oops to design pattern level question. Simple to hard. It's kind of rapid fire.

Interview Preparation Tips

Interview preparation tips for other job seekers - Ready handle a pressure while interview process, be stable, don't confuse
Contribute & help others!
anonymous
You can choose to be anonymous

QualityKiosk Technologies Interview FAQs

How many rounds are there in QualityKiosk Technologies Senior Automation Engineer interview?
QualityKiosk Technologies interview process usually has 3 rounds. The most common rounds in the QualityKiosk Technologies interview process are Aptitude Test, Coding Test and HR.
How to prepare for QualityKiosk Technologies Senior Automation Engineer 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 QualityKiosk Technologies. The most common topics and skills that interviewers at QualityKiosk Technologies expect are Selenium, Automation Testing, API Testing, Appium and Automation.

Recently Viewed

INTERVIEWS

QualityKiosk Technologies

No Interviews

INTERVIEWS

Alembic Pharmaceuticals

No Interviews

INTERVIEWS

Alembic Pharmaceuticals

No Interviews

SALARIES

Hanu Software Solutions

INTERVIEWS

QualityKiosk Technologies

No Interviews

SALARIES

Alembic Pharmaceuticals

SALARIES

Hanu Software Solutions

INTERVIEWS

QualityKiosk Technologies

No Interviews

INTERVIEWS

Alembic Pharmaceuticals

No Interviews

INTERVIEWS

Alembic Pharmaceuticals

No Interviews

Tell us how to improve this page.

QualityKiosk Technologies Senior Automation Engineer Interview Process

based on 2 interviews

Interview experience

5
  
Excellent
View more
QualityKiosk Technologies Senior Automation Engineer Salary
based on 145 salaries
₹3.9 L/yr - ₹12.5 L/yr
42% less than the average Senior Automation Engineer Salary in India
View more details

QualityKiosk Technologies Senior Automation Engineer Reviews and Ratings

based on 16 reviews

3.9/5

Rating in categories

3.8

Skill development

3.3

Work-life balance

3.9

Salary

4.1

Job security

3.6

Company culture

3.4

Promotions

3.6

Work satisfaction

Explore 16 Reviews and Ratings
Senior Automation Engineer

Pune

3-6 Yrs

₹ 5.56-8.5 LPA

Senior Automation Engineer

Gurgaon / Gurugram

4-5 Yrs

Not Disclosed

Explore more jobs
Test Engineer
2.2k salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Test Engineer
1.6k salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Softwaretest Engineer
994 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Automation Test Engineer
240 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Associate Test Lead
235 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