Upload Button Icon Add office photos

Filter interviews by

QualityKiosk Technologies QA Engineer Interview Questions and Answers

Updated 6 Dec 2024

QualityKiosk Technologies QA Engineer Interview Experiences

2 interviews found

QA Engineer Interview Questions & Answers

user image Harshada

posted on 22 Sep 2023

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Java programme for even odd no
  • Q2. Code for implicit wait, explicit wait
  • Ans. 

    Implicit and explicit waits are used in Selenium to handle synchronization issues in test automation.

    • Implicit wait: driver.manage().timeouts().implicitlyWait(10, TimeUnit.SECONDS);

    • Explicit wait: WebDriverWait wait = new WebDriverWait(driver, 10); wait.until(ExpectedConditions.visibilityOfElementLocated(By.id("elementId")));

  • Answered by AI
Round 2 - Technical 

(3 Questions)

  • Q1. About the project
  • Q2. Api testing codes
  • Q3. Tell me about your Framework
  • Ans. 

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

    • Built using Selenium for web automation

    • Utilizes TestNG for test case management

    • Data-driven approach for flexibility and reusability

  • Answered by AI

Skills evaluated in this interview

QA Engineer Interview Questions & Answers

user image Anonymous

posted on 6 Dec 2024

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

I applied via Naukri.com and was interviewed before Dec 2023. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Palindrom program
  • Q2. Http vs https protocol

QA Engineer Interview Questions Asked at Other Companies

Q1. 80 pairs of socks in a dark room, 40 black, 40 white, how many mi ... read more
Q2. Suppose your manager gave you one task which has to be complete i ... read more
Q3. how to access amazon page directly directly with out using driver ... read more
Q4. 100 apples in 5 consecutive days, each day 6 more than the previo ... read more
Q5. 7)how do you drive your data in automation , how do you validate ... read more

Interview questions from similar companies

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

I applied via Approached by Company and was interviewed in Aug 2024. There were 3 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. It was first technical round Asked about Functional, Non Functional testing, Integration, Regression, Smoke, Retesting, Performance, load, stress testing.
  • Q2. Then he comes to selenium the question was how to navigate to other window in browser. Lastly asked me python program to print the number is prime or not.
Round 2 - Coding Test 

It haven't done. Tomorrow is my coding round. Hope it will go well

Round 3 - Technical 

(1 Question)

  • Q1. Not done yet. Will be conduct after the coding round.

Interview Preparation Tips

Topics to prepare for Altimetrik QA Engineer interview:
  • Automation Testing
  • Python
Interview preparation tips for other job seekers - Must needed skills here is to self learner and initiator. They will send if you can do the work. Show that you can and you are a learner.
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Not Selected

I applied via LinkedIn and was interviewed in Sep 2023. There were 2 interview rounds.

Round 1 - Aptitude Test 

45 min apti and ask role and resp in current org

Round 2 - Coding Test 

Ask the basic theory and code of java

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident with your ans and skills

QA Engineer Interview Questions & Answers

NeoSOFT user image Shreeya Pimplapure

posted on 24 May 2024

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Testing and project related
Interview experience
3
Average
Difficulty level
Hard
Process Duration
4-6 weeks
Result
Not Selected

I applied via LinkedIn and was interviewed in Oct 2023. There were 2 interview rounds.

Round 1 - Aptitude Test 

Tricky question. Regarding java only

Round 2 - Coding Test 

Advance queation asked

Interview Preparation Tips

Interview preparation tips for other job seekers - Be upto mark with communication
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
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 - Coding Test 

30 min,Strings related coding test ,java or c# coding language used

Round 3 - Technical 

(1 Question)

  • Q1. Oops concepts Selenium SQL
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Company Website and was interviewed before Jul 2023. There were 3 interview rounds.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Related to technical skill
  • Q2. High level technical interview
Round 2 - One-on-one 

(3 Questions)

  • Q1. Tell me about yourself and project
  • Ans. 

    I am a QA Engineer with 5 years of experience working on various projects, including testing web applications and mobile apps.

    • Experienced in manual and automated testing

    • Proficient in using tools like Selenium and Jira

    • Worked on projects involving e-commerce websites and healthcare applications

  • Answered by AI
  • Q2. What is regression testing
  • Ans. 

    Regression testing is the process of retesting a software application to ensure that new code changes have not adversely affected existing features.

    • Regression testing is performed after code changes to verify that the existing functionality still works correctly.

    • It helps in identifying any defects introduced by new code changes.

    • Automated testing tools are often used to streamline the regression testing process.

    • Regressi...

  • Answered by AI
  • Q3. What native app and web app
  • Ans. 

    A native app is an application developed specifically for a particular platform or device, while a web app is accessed through a web browser.

    • Native apps are installed directly on the device and can access hardware features.

    • Web apps are accessed through a browser and do not require installation.

    • Examples of native apps include Instagram and Spotify, while examples of web apps include Google Docs and Trello.

  • Answered by AI
Round 3 - HR 

(1 Question)

  • Q1. Salary discussion

Skills evaluated in this interview

QA Engineer Interview Questions & Answers

Incedo user image Sai Rakesh Duggineni

posted on 4 Jul 2024

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

(1 Question)

  • Q1. Matrix java program

Interview Preparation Tips

Interview preparation tips for other job seekers - good
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via Naukri.com and was interviewed in Jan 2024. There were 2 interview rounds.

Round 1 - One-on-one 

(3 Questions)

  • Q1. What is encapsulation and loading process.also write an code for Reverse string
  • Ans. 

    Encapsulation is the process of hiding internal details of an object and providing access only through defined methods.

    • Encapsulation helps in achieving data abstraction and data hiding.

    • It allows for better control over the data and prevents direct access to it.

    • Loading process refers to the process of loading a program or data into memory for execution.

    • Reverse string code example: function reverseString(str) { return st

  • Answered by AI
  • Q2. What is encapsulation and loading process. Also write an code for reverse string
  • Ans. 

    Encapsulation is the process of hiding internal implementation details and providing a public interface. Loading process refers to the steps involved in loading a program or data into memory.

    • Encapsulation helps in achieving data abstraction and information hiding.

    • It allows for better control over data and prevents unauthorized access.

    • Loading process involves steps like parsing, linking, and loading the program or data ...

  • Answered by AI
  • Q3. Regression testing and sanity difference
  • Ans. 

    Regression testing is retesting of previously tested functionality, while sanity testing is a quick check to ensure basic functionality is working.

    • Regression testing is performed to ensure that changes or fixes in the software do not introduce new defects or impact existing functionality.

    • It involves retesting of the entire application or a specific set of test cases.

    • Regression testing is usually performed after major c...

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

(1 Question)

  • Q1. STLC and Defect bug life cycle

Interview Preparation Tips

Interview preparation tips for other job seekers - java

Skills evaluated in this interview

QualityKiosk Technologies Interview FAQs

How many rounds are there in QualityKiosk Technologies QA Engineer interview?
QualityKiosk Technologies interview process usually has 2 rounds. The most common rounds in the QualityKiosk Technologies interview process are Technical and Resume Shortlist.
What are the top questions asked in QualityKiosk Technologies QA Engineer interview?

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

  1. Code for implicit wait, explicit w...read more
  2. Tell me about your Framew...read more
  3. Java programme for even odd...read more

Tell us how to improve this page.

QualityKiosk Technologies QA Engineer Interview Process

based on 2 interviews

Interview experience

4
  
Good
View more
QualityKiosk Technologies QA Engineer Salary
based on 33 salaries
₹3 L/yr - ₹7.8 L/yr
10% less than the average QA Engineer Salary in India
View more details

QualityKiosk Technologies QA Engineer Reviews and Ratings

based on 3 reviews

3.1/5

Rating in categories

3.6

Skill development

3.6

Work-life balance

3.6

Salary

2.3

Job security

3.1

Company culture

3.1

Promotions

3.1

Work satisfaction

Explore 3 Reviews and Ratings
Test Engineer
2.2k salaries
unlock blur

₹1.8 L/yr - ₹7.7 L/yr

Senior Test Engineer
1.6k salaries
unlock blur

₹2.3 L/yr - ₹13.1 L/yr

Softwaretest Engineer
993 salaries
unlock blur

₹1.8 L/yr - ₹8.3 L/yr

Automation Test Engineer
235 salaries
unlock blur

₹2 L/yr - ₹9 L/yr

Associate Test Lead
235 salaries
unlock blur

₹5 L/yr - ₹18 L/yr

Explore more salaries
Compare QualityKiosk Technologies with

ITC Infotech

3.6
Compare

CMS IT Services

3.1
Compare

KocharTech

3.9
Compare

Xoriant

4.1
Compare
Did you find this page helpful?
Yes No
write
Share an Interview