Upload Button Icon Add office photos

Filter interviews by

Open Access Technology India QA Engineer Interview Questions and Answers

Updated 21 Sep 2024

Open Access Technology India QA Engineer Interview Experiences

1 interview found

QA Engineer Interview Questions & Answers

user image Shiven Pandey

posted on 21 Sep 2024

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

(2 Questions)

  • Q1. Explain OOPs Concept in details
  • Ans. 

    OOPs (Object-Oriented Programming) is a programming paradigm based on the concept of objects, which can contain data and code.

    • OOPs focuses on creating objects that interact with each other to solve complex problems

    • Key principles include encapsulation, inheritance, polymorphism, and abstraction

    • Encapsulation involves bundling data and methods that operate on the data into a single unit

    • Inheritance allows a class to inheri...

  • Answered by AI
  • Q2. Explain about selenium webdriver
  • Ans. 

    Selenium WebDriver is a tool used for automating web application testing.

    • Selenium WebDriver is a powerful tool for automating web browsers.

    • It supports multiple programming languages like Java, Python, C#, etc.

    • WebDriver interacts directly with the browser and can simulate user actions.

    • It can handle complex web elements like dropdowns, pop-ups, alerts, etc.

    • WebDriver can be used for cross-browser testing and parallel test

  • Answered by AI

Skills evaluated in this interview

Interview questions from similar companies

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

Interview Questionnaire 

1 Question

  • Q1. About sdlc and stlc

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare good from guru99

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

I applied via Naukri.com and was interviewed before Oct 2020. There was 1 interview round.

Interview Questionnaire 

4 Questions

  • Q1. Wait in Selenium. type of waits.
  • Ans. 

    Types of waits in Selenium include implicit, explicit, and fluent waits.

    • Implicit waits wait for a certain amount of time before throwing an exception if an element is not found.

    • Explicit waits wait for a certain condition to be met before proceeding with the next step.

    • Fluent waits wait for a certain condition to be met within a specified time frame.

    • Examples of conditions include element visibility, element clickability,...

  • Answered by AI
  • Q2. Dynamic element how to search
  • Ans. 

    Dynamic elements can be searched using unique attributes like ID, class, name, or XPath.

    • Use ID attribute if it's unique and static

    • Use class attribute if it's unique and dynamic

    • Use name attribute if it's unique and static

    • Use XPath if other attributes are not unique or not available

  • Answered by AI
  • Q3. Jenkins do u know or not
  • Ans. 

    Jenkins is an open-source automation server that helps to automate parts of the software development process.

    • Jenkins is used for continuous integration and continuous delivery

    • It can be used to build, test, and deploy software

    • Jenkins has a large number of plugins available to extend its functionality

    • Examples of plugins include Git, Maven, and JUnit

    • Jenkins can be configured to run on different operating systems and envir

  • Answered by AI
  • Q4. How to fetch data from xls
  • Ans. 

    To fetch data from xls, use a library like Apache POI or OpenPyXL.

    • Use a library like Apache POI or OpenPyXL to read data from xls files

    • Identify the sheet and cell range to read data from

    • Iterate through the rows and columns to extract the data

    • Handle any formatting or data type conversions as needed

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - prepare selenium with java testng and appache poi.

Skills evaluated in this interview

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

I applied via Naukri.com and was interviewed before Mar 2023. There were 2 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. General questions , introduce yourself, some technical questions,STLC.SDLC,Manual Testing,SQL Quesries
Round 2 - HR 

(1 Question)

  • Q1. Negotiations and process
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Explain hooks file,
  • Ans. 

    Hooks file is a file in software development that contains reusable code snippets or functions to be executed at specific points in the program.

    • Hooks file is commonly used in web development frameworks like React to manage state and side effects.

    • It allows developers to reuse code and avoid repetition.

    • Examples of hooks include useState, useEffect, and useContext in React.

  • Answered by AI
  • Q2. Interface concept

Skills evaluated in this interview

QA Engineer Interview Questions & Answers

Capgemini user image praveen gopalsamy

posted on 2 Aug 2023

Interview experience
2
Poor
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. JAVA AND SELENIUM AND CUCUCMBER
  • Q2. API AUTOMATION TESTING WITHREST ASSURED
Round 2 - Technical 

(1 Question)

  • Q1. JAVA, SELENIUM AND CUCUMBER

I applied via Naukri.com and was interviewed in Mar 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 

(1 Question)

  • Q1. Write a program to count characters in a string
  • Ans. 

    A program to count characters in a string

    • Iterate through the string and count each character

    • Use a dictionary to store the count of each character

    • Handle edge cases such as empty string or null input

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - clear basics of java oops, selenium commands

Open Access Technology India Interview FAQs

How many rounds are there in Open Access Technology India QA Engineer interview?
Open Access Technology India interview process usually has 1 rounds. The most common rounds in the Open Access Technology India interview process are Technical.
What are the top questions asked in Open Access Technology India QA Engineer interview?

Some of the top questions asked at the Open Access Technology India QA Engineer interview -

  1. Explain OOPs Concept in deta...read more
  2. Explain about selenium webdri...read more

Tell us how to improve this page.

Open Access Technology India QA Engineer Interview Process

based on 1 interview

Interview experience

5
  
Excellent
View more

QA Engineer Interview Questions from Similar Companies

TCS QA Engineer Interview Questions
3.7
 • 43 Interviews
IBM QA Engineer Interview Questions
4.0
 • 12 Interviews
View all
Open Access Technology India QA Engineer Salary
based on 4 salaries
₹3.4 L/yr - ₹5.8 L/yr
20% less than the average QA Engineer Salary in India
View more details
Software Developer
51 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Software Developer
49 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Quality Analyst
36 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Associate Software Developer
28 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Business Analyst
26 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare Open Access Technology India 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