Upload Button Icon Add office photos

Kanerika Software

Compare button icon Compare button icon Compare

Filter interviews by

Kanerika Software QA Engineer Interview Questions and Answers

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 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

Top trending discussions

View All
Interview Tips & Stories
2w
toobluntforu
·
works at
Cvent
Can speak English, can’t deliver in interviews
I feel like I can't speak fluently during interviews. I do know english well and use it daily to communicate, but the moment I'm in an interview, I just get stuck. since it's not my first language, I struggle to express what I actually feel. I know the answer in my head, but I just can’t deliver it properly at that moment. Please guide me
Got a question about Kanerika Software?
Ask anonymously on communities.

Interview questions from similar companies

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

I appeared for an interview in Mar 2025, where I was asked the following questions.

  • Q1. What is STLC
  • Ans. 

    STLC (Software Testing Life Cycle) outlines the various phases involved in the testing process of software development.

    • Requirement Analysis: Understanding and analyzing the testing requirements based on the software specifications.

    • Test Planning: Creating a test plan that outlines the scope, approach, resources, and schedule for testing activities.

    • Test Case Design: Developing test cases and test scripts that define the ...

  • Answered by AI
  • Q2. What are the models in manual testing
  • Ans. 

    Manual testing models provide structured approaches to ensure software quality through various testing methodologies.

    • Waterfall Model: A linear approach where each phase must be completed before the next begins, suitable for projects with well-defined requirements.

    • V-Model: An extension of the waterfall model that emphasizes verification and validation, where each development stage has a corresponding testing phase.

    • Agile...

  • Answered by AI
  • Q3. What are status code in api testing
  • Ans. 

    API status codes are standardized responses from a server indicating the result of a client's request, crucial for debugging.

    • 200 OK: Indicates that the request was successful and the server returned the requested data.

    • 404 Not Found: Indicates that the requested resource could not be found on the server.

    • 500 Internal Server Error: Indicates that the server encountered an unexpected condition that prevented it from fulfil...

  • Answered by AI

QA Engineer Interview Questions Asked at Other Companies

Q1. Suppose your manager gave you a task to complete in one week, but ... read more
Q2. There are 80 pairs of socks in a dark room, 40 black and 40 white ... read more
Q3. 100 apples are eaten in 5 consecutive days, with each day having ... read more
Q4. how to access amazon page directly directly with out using driver ... read more
Q5. If a pen's weight equals 2 kg plus half of its own weight, what i ... read more

Interview Questionnaire 

1 Question

  • Q1. All the questions related to your technical work experience throughout the carrier

I applied via Campus Placement and was interviewed before Sep 2021. 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 - Coding Test 

Mcqs on javascript,. 1 coding question

Interview Preparation Tips

Interview preparation tips for other job seekers - Campus recruitment
1 online coding
2 technical rounds DSA
1 tech managerial
1 hr

Os, DBMS, DSA, stacks, trees,

I applied via Recruitment Consultant and was interviewed in Jan 2021. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. I have no one question?Only I have an doubt I'm selected or no selected...

I applied via Naukri.com and was interviewed in Oct 2018. There were 3 interview rounds.

Interview Questionnaire 

3 Questions

  • Q1. Asked me to draw spring mvc architecture and about collection framework.
  • Q2. Asked me to write the logic for pattern.
  • Ans. 

    This question involves creating a specific pattern using loops and conditional statements in programming.

    • Identify the desired pattern (e.g., asterisks, numbers).

    • Use nested loops: outer loop for rows, inner loop for columns.

    • Control the output format with conditional statements.

    • Example: For a pyramid pattern, increase spaces and asterisks in each row.

  • Answered by AI
  • Q3. Asked me on core java.

Interview Preparation Tips

General Tips: be thorough with the core java and good to have knowledge on spring mvc
Skills: Communication
Duration: <1 week
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Second largest number in an array
  • Q2. Pairs with given sum

Skills evaluated in this interview

Are these interview questions helpful?
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Approached by Company and was interviewed before Aug 2023. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. OOPS based questions
  • Q2. Basic language based questions
Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed in Jul 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. What is single page application
  • Ans. 

    Single page application is a web application that loads a single HTML page and dynamically updates the content as the user interacts with the app.

    • SPA uses AJAX and HTML5 to create fluid and responsive user experience.

    • It eliminates the need for page reloading during use, making it faster and more efficient.

    • Examples include Gmail, Facebook, and Google Maps.

  • Answered by AI
  • Q2. What is state management
  • Ans. 

    State management is the process of managing the state of an application, including data flow, user interface updates, and user interactions.

    • State management involves storing and updating the state of an application to ensure data consistency.

    • It helps in managing user interface updates based on changes in the application state.

    • State management is crucial for handling user interactions and maintaining a seamless user exp...

  • Answered by AI

Skills evaluated in this interview

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

I applied via Company Website and was interviewed before Oct 2022. There were 5 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 - Coding Test 

Duration is around 1 hour

Round 3 - Technical 

(1 Question)

  • Q1. 1. Basic programming concepts 2. OOP concepts and basic problem solving skills
Round 4 - Technical 

(1 Question)

  • Q1. Programming question
Round 5 - HR 

(1 Question)

  • Q1. 1. Basic questions

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

Tell us how to improve this page.

Interview Questions from Similar Companies

NexTurn Interview Questions
4.1
 • 34 Interviews
Bonami Software Interview Questions
4.1
 • 23 Interviews
Ivanti Interview Questions
3.7
 • 19 Interviews
Koantek Interview Questions
3.4
 • 17 Interviews
Xcelore Interview Questions
4.7
 • 17 Interviews
SentientGeeks Interview Questions
4.4
 • 16 Interviews
View all
Kanerika Software QA Engineer Salary
based on 15 salaries
₹4.9 L/yr - ₹11.3 L/yr
21% 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
67 salaries
unlock blur

₹5 L/yr - ₹10.3 L/yr

Senior Software Engineer
36 salaries
unlock blur

₹9 L/yr - ₹15.6 L/yr

Senior QA Engineer
19 salaries
unlock blur

₹7.8 L/yr - ₹13.2 L/yr

Associate Software Engineer
16 salaries
unlock blur

₹4 L/yr - ₹8.2 L/yr

QA Engineer
15 salaries
unlock blur

₹4.9 L/yr - ₹9.6 L/yr

Explore more salaries
Compare Kanerika Software with

Zidio Development

4.5
Compare

NexTurn

4.1
Compare

Springbord Systems

3.6
Compare

Smarter BIZ Technologies

3.2
Compare
write
Share an Interview