Upload Button Icon Add office photos

Filter interviews by

Clear (1)

Kanerika Software QA Engineer Interview Questions, Process, and Tips

Updated 22 May 2022

Kanerika Software QA Engineer Interview Experiences

1 interview found

QA Engineer Interview Questions & Answers

user image Anonymous

posted on 22 May 2022

I applied via Naukri.com and was interviewed in 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 Resume tips
Round 2 - Technical 

(5 Questions)

  • Q1. What is selenium ,how to fix frame work,how to write Navigation tools..?
  • Ans. 

    Selenium is a tool used for automating web browsers. Framework can be fixed by identifying and resolving issues. Navigation tools can be written using Selenium commands.

    • Selenium is a popular open-source tool for automating web browsers

    • To fix a framework, identify and resolve issues with the code

    • Navigation tools can be written using Selenium commands like 'get', 'click', 'sendKeys', etc.

  • Answered by AI
  • Q2. Mention the types of web locator What are the types of waits supported by web driver..?
  • Ans. 

    Web locators include ID, name, class name, tag name, link text, and partial link text. Web driver supports implicit, explicit, and fluent waits.

    • Web locators are used to identify elements on a web page

    • ID and name locators are unique to an element

    • Class name and tag name locators can identify multiple elements

    • Link text and partial link text locators are used for links

    • Implicit waits wait for a certain amount of time before...

  • Answered by AI
  • Q3. What are the selenium suit components What are the limitations of selenium testing..?
  • Ans. 

    Selenium suite components include Selenium IDE, Selenium WebDriver, and Selenium Grid. Limitations include browser compatibility issues and difficulty in testing non-web applications.

    • Selenium IDE for record and playback

    • Selenium WebDriver for programmatic interaction

    • Selenium Grid for distributed testing

    • Browser compatibility issues

    • Difficulty in testing non-web applications

  • Answered by AI
  • Q4. What is the major difference between driver.close() and driver.quit()?
  • Ans. 

    driver.close() closes the current window while driver.quit() closes all windows and ends the session.

    • driver.close() only closes the current window while driver.quit() closes all windows and ends the session

    • driver.close() can be used when multiple windows are open and you want to close only one of them

    • driver.quit() should be used at the end of the script to ensure all windows are closed and the session is ended

  • Answered by AI
  • Q5. How to type text in an input box using Selenium
  • Ans. 

    To type text in an input box using Selenium, use the sendKeys() method.

    • Locate the input box using a locator strategy

    • Use the sendKeys() method to enter text into the input box

    • Example: driver.findElement(By.id("inputBoxId")).sendKeys("Text to be entered")

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - I need Qa Automation testing, manual Testing,Api testing, Maven, frame work.

Skills evaluated in this interview

Interview questions from similar companies

I applied via Campus Placement and was interviewed before Oct 2020. There was 1 interview round.

Interview Questionnaire 

3 Questions

  • Q1. Questions were regarding my engineering subjects
  • Q2.  Interviewer asked me a simple but complex programming question to solve
  • Q3. He asked me about my strength , other curriculum activities I participated in

Interview Preparation Tips

Interview preparation tips for other job seekers - Try to be calm and stick to question ,don't try to drag interviewer to any other topic
Try to be honest with interviewer

I applied via Referral and was interviewed before Mar 2021. There were 2 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Selenium, Java, functional testing
Round 2 - HR 

(1 Question)

  • Q1. Salary, notice period

Interview Preparation Tips

Interview preparation tips for other job seekers - Good work life balance and learning new technologies

I applied via Walk-in and was interviewed before Jun 2021. 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 Resume tips
Round 2 - Group Discussion 

Current Technologies

Round 3 - Aptitude Test 

Duration 1 hr, Coding,GK and English

Interview Preparation Tips

Interview preparation tips for other job seekers - Have a good knowledge in ths subject which you are applying for th post

I applied via Referral and was interviewed in Nov 2020. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. Why TCS?

Interview Preparation Tips

Interview preparation tips for other job seekers - Just be clear with the basics and you will be through
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Real time test cases
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. What is rest assured
  • Ans. 

    Rest Assured is a Java library used for testing RESTful APIs.

    • Rest Assured is an open-source Java library that provides a domain-specific language for writing powerful, maintainable tests for RESTful APIs.

    • It simplifies the process of sending HTTP requests and validating responses.

    • Rest Assured can be integrated with popular testing frameworks like JUnit and TestNG.

    • It supports various authentication methods, request and r...

  • Answered by AI
  • Q2. What is json file
  • Ans. 

    JSON file is a lightweight data interchange format used to store and transmit data in a structured way.

    • JSON stands for JavaScript Object Notation.

    • It is easy for humans to read and write, and easy for machines to parse and generate.

    • JSON is language-independent and is commonly used in web development for APIs.

    • Example: {"name": "John Doe", "age": 30, "city": "New York"}

  • Answered by AI

Skills evaluated in this interview

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

I applied via Recruitment Consulltant and was interviewed before Jun 2023. There was 1 interview round.

Round 1 - Technical 

(3 Questions)

  • Q1. Your Introduction
  • Q2. Technical and Project related questions
  • Q3. Your Framework related questions

Interview Questionnaire 

1 Question

  • Q1. Automation and mangerial

Interview Preparation Tips

Interview preparation tips for other job seekers - They will conduct the managerial round and then they will reject you without any reasons.
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

They told to write java program in string and collections

Round 2 - One-on-one 

(2 Questions)

  • Q1. Different between test cases and test scenario
  • Ans. 

    Test cases are specific conditions or inputs to test a particular functionality, while test scenarios are a sequence of test cases to test a broader functionality.

    • Test cases are detailed steps to test a specific functionality, while test scenarios are a collection of test cases to test a broader functionality.

    • Test cases are more granular and focus on individual functionalities, while test scenarios are more high-level ...

  • Answered by AI
  • Q2. Write a program to read from excel
  • Ans. 

    A program to read data from an Excel file using a programming language.

    • Use a library or module that supports reading Excel files, such as pandas in Python or Apache POI in Java.

    • Open the Excel file and select the specific sheet or range of cells to read data from.

    • Iterate through the rows and columns to extract the data and store it in an array of strings.

  • Answered by AI
Round 3 - HR 

(1 Question)

  • Q1. Why you want to switch company
  • Ans. 

    Seeking new challenges and growth opportunities in a more innovative environment.

    • Desire for new challenges and learning opportunities

    • Seeking a more innovative work environment

    • Looking for career growth and advancement

    • Interested in working with new technologies or methodologies

  • Answered by AI

Skills evaluated in this interview

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

Kanerika Software Interview FAQs

How many rounds are there in Kanerika Software QA Engineer interview?
Kanerika Software interview process usually has 2 rounds. The most common rounds in the Kanerika Software interview process are Resume Shortlist and Technical.
How to prepare for Kanerika Software QA 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 Kanerika Software. The most common topics and skills that interviewers at Kanerika Software expect are Automation, Automation Testing, Data Validation, Defect Logging and Object Oriented Programming.
What are the top questions asked in Kanerika Software QA Engineer interview?

Some of the top questions asked at the Kanerika Software QA Engineer interview -

  1. What is selenium ,how to fix frame work,how to write Navigation tools...read more
  2. What is the major difference between driver.close() and driver.quit...read more
  3. Mention the types of web locator What are the types of waits supported by web d...read more

Recently Viewed

JOBS

Browse jobs

Discover jobs you love

COMPANY BENEFITS

KNR Constructions

20 benefits

COMPANY BENEFITS

IRB Infrastructure

60 benefits

COMPANY BENEFITS

Dilip Buildcon

304 benefits

COMPANY BENEFITS

Dilip Buildcon

304 benefits

INTERVIEWS

Cairn Oil

No Interviews

INTERVIEWS

DataBeat

No Interviews

SALARIES

Kanerika Software

INTERVIEWS

Credera

No Interviews

INTERVIEWS

Cairn Oil

No Interviews

Tell us how to improve this page.

Kanerika Software QA Engineer Salary
based on 15 salaries
₹4.9 L/yr - ₹9 L/yr
17% more than the average QA Engineer Salary in India
View more details

Kanerika Software QA Engineer Reviews and Ratings

based on 5 reviews

4.2/5

Rating in categories

4.2

Skill development

4.2

Work-life balance

3.9

Salary

4.2

Job security

4.2

Company culture

4.0

Promotions

4.2

Work satisfaction

Explore 5 Reviews and Ratings
Software Engineer
57 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Software Engineer
29 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior QA Engineer
18 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

QA Engineer
15 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Associate Software Engineer
11 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare Kanerika Software with

TCS

3.7
Compare

Infosys

3.6
Compare

Wipro

3.7
Compare

HCLTech

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