Upload Button Icon Add office photos

Fujitsu

Compare button icon Compare button icon Compare

Filter interviews by

Fujitsu QA Engineer Interview Questions and Answers

Updated 11 Jul 2024

Fujitsu QA Engineer Interview Experiences

1 interview found

QA Engineer Interview Questions & Answers

user image Anonymous

posted on 11 Jul 2024

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Case Study 

Write test cases on Camera

Round 2 - Technical 

(2 Questions)

  • Q1. Database question
  • Q2. Inner join, constraint

Interview questions from similar companies

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

QA Engineer Interview Questions & Answers

IBM user image Rishik Bhimavarapu

posted on 11 Oct 2023

Interview experience
3
Average
Difficulty level
Moderate
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 

2 coding ques in 1 hr

Round 3 - Technical 

(5 Questions)

  • Q1. Core java and oops
  • Q2. Use of this keyword in java
  • Ans. 

    The 'this' keyword in Java refers to the current instance of the class.

    • Used to refer to instance variables or methods of the current object

    • Can be used to differentiate between instance variables and local variables with the same name

    • Can be passed as an argument to other methods

  • Answered by AI
  • Q3. Difference between final and finally
  • Ans. 

    final is a keyword used in Java to declare constants, while finally is a block of code used in exception handling to ensure a piece of code is always executed.

    • final is used to declare constants in Java, its value cannot be changed once assigned

    • finally is a block of code used in exception handling to ensure a piece of code is always executed, regardless of whether an exception is thrown or not

    • Example: final int MAX_VALU...

  • Answered by AI
  • Q4. Basic principles of oops
  • Ans. 

    Basic principles of OOP include encapsulation, inheritance, and polymorphism.

    • Encapsulation: Bundling data and methods that operate on the data into a single unit (class).

    • Inheritance: Ability of a class to inherit properties and behavior from another class.

    • Polymorphism: Ability to present the same interface for different data types.

    • Example: A 'Car' class may have properties like 'color' and 'model', and methods like 'st

  • Answered by AI
  • Q5. Method over riding and method overloading

Skills evaluated in this interview

I applied via Naukri.com and was interviewed in May 2021. There was 1 interview round.

Interview Questionnaire 

2 Questions

  • Q1. Explain framework that you worked on your last company?
  • Q2. I have worked on data driven framework. Mention below points while explaining- The language you used,api ,java utility classes,third party tool if integrated maven based project.

Interview Preparation Tips

Interview preparation tips for other job seekers - I have applied for automation testing the interviewer asked all the questions based on Java and selenium.

I applied via Naukri.com and was interviewed in Feb 2022. There was 1 interview round.

Round 1 - One-on-one 

(1 Question)

  • Q1. Regarding the manual testing

Interview Preparation Tips

Interview preparation tips for other job seekers - Need to cleae fundamental of testing
Round 1 - Technical 

(1 Question)

  • Q1. What is STLC How Webdriver works
  • Ans. 

    STLC stands for Software Testing Life Cycle. Webdriver is a tool used for automating web application testing.

    • STLC is a process followed by QA teams to ensure software quality

    • It includes planning, designing, executing and reporting of tests

    • Webdriver is a popular tool for automating web application testing

    • It uses a browser-specific driver to interact with web elements

    • Webdriver supports multiple programming languages like

  • Answered by AI
Round 2 - Technical 

(1 Question)

  • Q1. What are OOPS concepts What is polymorphism
  • Ans. 

    OOPS concepts are the principles of Object-Oriented Programming that help in creating modular and reusable code.

    • Encapsulation: Binding data and functions together in a single unit called class

    • Inheritance: Acquiring properties and behavior of a parent class by a child class

    • Polymorphism: Ability of an object to take many forms. It can be achieved through method overloading and method overriding

    • Abstraction: Hiding the imp...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Good company. Lot of projects. Lot to learn

Skills evaluated in this interview

Fujitsu Interview FAQs

How many rounds are there in Fujitsu QA Engineer interview?
Fujitsu interview process usually has 2 rounds. The most common rounds in the Fujitsu interview process are Case Study and Technical.
What are the top questions asked in Fujitsu QA Engineer interview?

Some of the top questions asked at the Fujitsu QA Engineer interview -

  1. Inner join, constra...read more
  2. Database quest...read more

Tell us how to improve this page.

Fujitsu QA Engineer Interview Process

based on 1 interview

Interview experience

4
  
Good
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
Fujitsu QA Engineer Salary
based on 38 salaries
₹3 L/yr - ₹6 L/yr
30% less than the average QA Engineer Salary in India
View more details

Fujitsu QA Engineer Reviews and Ratings

based on 2 reviews

3.9/5

Rating in categories

1.7

Skill development

2.5

Work-life balance

2.5

Salary

3.2

Job security

3.9

Company culture

2.5

Promotions

2.5

Work satisfaction

Explore 2 Reviews and Ratings
Technical Service Engineer
1.1k salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Application Developer
992 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Assistant Application Developer
622 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Assistant Technical Service Engineer
580 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Associate Application Developer
512 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare Fujitsu with

Accenture

3.8
Compare

TCS

3.7
Compare

HCLTech

3.5
Compare

Wipro

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