Upload Button Icon Add office photos

Filter interviews by

QualityKiosk Technologies Automation Tester Interview Questions and Answers

Updated 26 Sep 2024

QualityKiosk Technologies Automation Tester Interview Experiences

1 interview found

Interview experience
2
Poor
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

Normal Aptitude Test

Round 2 - Technical 

(2 Questions)

  • Q1. Tell Me About Yourself
  • Ans. 

    I am a dedicated Automation Tester with 5 years of experience in creating and executing automated test scripts.

    • 5 years of experience in automation testing

    • Proficient in creating and executing automated test scripts

    • Strong knowledge of testing tools like Selenium and JUnit

    • Experience in Agile development environment

    • Excellent problem-solving skills

  • Answered by AI
  • Q2. 1 Java Code, Basic of Selenium

Automation Tester Jobs at QualityKiosk Technologies

View all

Interview questions from similar companies

I applied via Naukri.com and was interviewed before Jan 2021. 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 

(2 Questions)

  • Q1. What is sanity and smoke testing?
  • Ans. 

    Sanity and smoke testing are types of software testing.

    • Smoke testing is a type of testing that checks if the basic functionalities of the software are working properly.

    • Sanity testing is a type of testing that checks if the major functionalities of the software are working properly.

    • Smoke testing is done to ensure that the software is stable enough for further testing.

    • Sanity testing is done to ensure that the software is...

  • Answered by AI
  • Q2. What is mobile app testing?
  • Ans. 

    Mobile app testing is the process of testing the functionality, usability, and performance of mobile applications.

    • Testing the app on different devices and platforms

    • Checking for compatibility with different OS versions

    • Ensuring the app meets user requirements

    • Testing for security vulnerabilities

    • Verifying app performance under different network conditions

  • Answered by AI
Round 3 - Technical 

(2 Questions)

  • Q1. What is extension for android build file?
  • Ans. 

    The extension for Android build file is .apk.

    • The Android build file is typically named 'build.gradle'.

    • The build.gradle file is used to configure the build settings for an Android project.

    • The build process generates an APK (Android Package) file, which is the final output of the build process.

    • The APK file contains the compiled code, resources, and other files required to run the app on an Android device.

  • Answered by AI
  • Q2. What is extension for iOS build file?
  • Ans. 

    The extension for iOS build file is .ipa

    • IPA stands for iOS App Store Package

    • It is a compressed archive file that contains the app binary and other resources

    • It can be installed on iOS devices using iTunes or over-the-air distribution

  • Answered by AI
Round 4 - HR 

(2 Questions)

  • Q1. What is your family background?
  • Q2. What are your salary expectations?

Interview Preparation Tips

Interview preparation tips for other job seekers - More be focused on basic things and the things mentioned in your resume.

Skills evaluated in this interview

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

I applied via Recruitment Consulltant and was interviewed in Nov 2024. There were 4 interview rounds.

Round 1 - Assignment 

Some basic testing questions

Round 2 - Technical 

(2 Questions)

  • Q1. Selenium waits, java oops , priority vs severity
  • Q2. Write a selenium code by using assertions
Round 3 - Technical 

(2 Questions)

  • Q1. Write selenium code and execute on screen
  • Q2. Write an sql query and get the desired output on screen
Round 4 - HR 

(2 Questions)

  • Q1. Salary expectations
  • Q2. Notice period related

QA Engineer Interview Questions & Answers

Xoriant user image Arpit Choubey

posted on 23 Feb 2024

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

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

Round 1 - Technical 

(2 Questions)

  • Q1. What is bug life cycle RTM Cake 🎂 cutting questions
  • Q2. Test cases on QR code
  • Ans. 

    Test cases for QR code should cover scanning, decoding, error handling, and compatibility with different devices.

    • Verify that the QR code can be scanned successfully using different devices and apps.

    • Test the decoding accuracy of the QR code to ensure the correct information is extracted.

    • Check for error handling scenarios such as invalid QR codes or damaged codes.

    • Test the compatibility of the QR code with various devices

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well about SQL, manual testing concepts

Skills evaluated in this interview

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

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via Company Website and was interviewed before Apr 2022. There were 2 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 

(13 Questions)

  • Q1. Explain Automation Framework in your project
  • Ans. 

    Our automation framework is built using Selenium WebDriver and TestNG.

    • We use Page Object Model design pattern for better maintainability.

    • We have created custom libraries for common functions like login, logout, etc.

    • We use Jenkins for continuous integration and execution of automated tests.

    • We have implemented data-driven testing using Excel sheets.

    • We use Git for version control and collaboration among team members.

  • Answered by AI
  • Q2. Sequence of Execution of TestNG Annotation
  • Ans. 

    TestNG annotations are executed in a specific sequence during test execution.

    • BeforeSuite

    • BeforeTest

    • BeforeClass

    • BeforeMethod

    • Test

    • AfterMethod

    • AfterClass

    • AfterTest

    • AfterSuite

  • Answered by AI
  • Q3. How to take failed test screenshots
  • Ans. 

    Failed test screenshots can be taken using automation tools and saved in a designated folder.

    • Use automation tools like Selenium or Appium to capture screenshots on test failure

    • Save the screenshots in a designated folder for easy access and reference

    • Include the screenshot file name in the test report for better traceability

  • Answered by AI
  • Q4. Explain GetOption() method
  • Ans. 

    GetOption() method is used to retrieve the value of a selected option in a dropdown list.

    • GetOption() method is commonly used in automated testing to verify if the correct option is selected in a dropdown list.

    • The method returns the value of the selected option as a string.

    • If no option is selected, the method returns null or an empty string.

  • Answered by AI
  • Q5. Exception Hierachy InJAVA
  • Q6. Different types of Exception
  • Ans. 

    Different types of exceptions include checked, unchecked, runtime, and error.

    • Checked exceptions are checked at compile time and must be handled or declared.

    • Unchecked exceptions are not checked at compile time and do not need to be handled or declared.

    • Runtime exceptions are unchecked exceptions that occur during runtime.

    • Errors are serious problems that cannot be handled by the program, such as OutOfMemoryError.

  • Answered by AI
  • Q7. How to Handle Alerts in Selenium
  • Ans. 

    Alerts can be handled using Alert interface in Selenium

    • Use driver.switchTo().alert() method to switch to alert

    • Use getText() method to get the text of the alert

    • Use accept() method to click on OK button of the alert

    • Use dismiss() method to click on Cancel button of the alert

  • Answered by AI
  • Q8. Types of Asserts
  • Ans. 

    Asserts are used to verify expected results in automated tests. There are various types of asserts.

    • Assert.AreEqual - compares two values for equality

    • Assert.IsTrue/False - checks if a condition is true/false

    • Assert.IsNull/NotNull - checks if a value is null/not null

    • Assert.ThrowsException - checks if an exception is thrown

    • Assert.AreSame - checks if two objects refer to the same instance

    • Assert.AreNotSame - checks if two ob

  • Answered by AI
  • Q9. How to handle Iframe
  • Ans. 

    To handle Iframe, switch to the frame using driver.switchTo().frame() method.

    • Identify the Iframe using its ID, name, or index

    • Switch to the Iframe using driver.switchTo().frame() method

    • Perform the required actions inside the Iframe

    • Switch back to the default content using driver.switchTo().defaultContent() method

  • Answered by AI
  • Q10. How to switch default frame
  • Ans. 

    To switch default frame in automation testing, use switchTo() method of WebDriver class.

    • Use driver.switchTo().frame() method to switch to a specific frame by index, name, or WebElement.

    • Use driver.switchTo().defaultContent() method to switch back to the default content.

    • Example: driver.switchTo().frame(0); //switch to first frame

    • Example: driver.switchTo().frame("frameName"); //switch to frame with name "frameName"

  • Answered by AI
  • Q11. If priority of test is -1, 0, 1. which executes first.
  • Ans. 

    Test with priority 1 executes first, followed by 0 and then -1.

    • Tests with higher priority are executed first

    • Priority can be used to determine the order of execution

    • Priority can be set in test management tools like JIRA or TestRail

  • Answered by AI
  • Q12. How to take multiple values from dropdown , write the code
  • Ans. 

    To take multiple values from dropdown, use a loop to iterate through each option and select them.

    • Identify the dropdown element using its locator

    • Use the Select class to create an object for the dropdown

    • Use the getOptions() method to get all the options in the dropdown

    • Iterate through the options using a loop and select each option using the selectByVisibleText() or selectByValue() method

  • Answered by AI
  • Q13. Why I am getting elementNotPresent exception even element present on Page. Please explain
  • Ans. 

    ElementNotPresent exception occurs even if element is present on page. Why?

    • The element may not be loaded yet, so wait for it to load before checking

    • The element may be hidden or not visible on the page

    • The element may have a different name or ID than expected

    • The element may be in an iframe or shadow DOM

    • The element may have been removed or deleted from the page

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Xoriant Automation Test Engineer interview:
  • Selenium
  • Java
  • Framework

Skills evaluated in this interview

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

(2 Questions)

  • Q1. Tell about roles and responsibilites
  • Q2. Code to write in java
  • Ans. 

    Write a Java code to reverse a string

    • Use StringBuilder to reverse the string

    • Convert the string to StringBuilder, call reverse() method, and convert back to string

    • Handle null or empty string cases

  • Answered by AI

Skills evaluated in this interview

I applied via Referral and was interviewed in May 2021. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Normally having 2 technical rounds and 1 HR round. In technical round, questions related to JD and your project will be asked.

Interview Preparation Tips

Interview preparation tips for other job seekers - Very worst company. I cleared all the rounds, and they asked me to upload all the required documents and after that they didn't shared me my offer letter.
Even the HR promised me that I'll be getting my proposed offer letter, but finally after 22 days of my HR round, HR called me and said that the position is closed now.
What a fraudster organisation. Totally shameful act.

Test Engineer Interview Questions & Answers

Xoriant user image Deepanshu Baraskar

posted on 21 Mar 2025

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
  • Q1. Scripting question based on LoadRunner
  • Q2. Questions on Performance testing and performance testing lifecycle
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Approached by Company and was interviewed in Dec 2022. There were 3 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 - Assignment 

3 Coding questions was asked in L1 round and indepth check of basic of Java

Round 3 - Technical 

(2 Questions)

  • Q1. Questions related to Basics of Java, Selenium, testNG, Database
  • Q2. CI/CD tools, Maven, testNg.xml

Interview Preparation Tips

Interview preparation tips for other job seekers - Basics of Java, Selenium, testNG should be clear to crack the interview.

QualityKiosk Technologies Interview FAQs

How many rounds are there in QualityKiosk Technologies Automation Tester interview?
QualityKiosk Technologies interview process usually has 2 rounds. The most common rounds in the QualityKiosk Technologies interview process are Technical and Aptitude Test.
How to prepare for QualityKiosk Technologies Automation Tester 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 Automation Testing, Selenium, Java, Appium and Python.

Tell us how to improve this page.

QualityKiosk Technologies Automation Tester Interview Process

based on 1 interview

Interview experience

2
  
Poor
View more

Interview Questions from Similar Companies

ITC Infotech Interview Questions
3.6
 • 350 Interviews
CitiusTech Interview Questions
3.3
 • 278 Interviews
NeoSOFT Interview Questions
3.6
 • 270 Interviews
Tiger Analytics Interview Questions
3.7
 • 228 Interviews
Altimetrik Interview Questions
3.8
 • 223 Interviews
Episource Interview Questions
3.9
 • 221 Interviews
Xoriant Interview Questions
4.1
 • 188 Interviews
Indium Software Interview Questions
4.1
 • 188 Interviews
View all
QualityKiosk Technologies Automation Tester Salary
based on 9 salaries
₹3 L/yr - ₹6.6 L/yr
18% less than the average Automation Tester Salary in India
View more details
Test Engineer
2.2k salaries
unlock blur

₹1.9 L/yr - ₹7.6 L/yr

Senior Test Engineer
1.6k salaries
unlock blur

₹2.3 L/yr - ₹13.1 L/yr

Softwaretest Engineer
992 salaries
unlock blur

₹1.8 L/yr - ₹8.3 L/yr

Automation Test Engineer
238 salaries
unlock blur

₹2 L/yr - ₹8 L/yr

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