Upload Button Icon Add office photos

Fujitsu

Compare button icon Compare button icon Compare

Filter interviews by

Fujitsu Test Analyst Interview Questions, Process, and Tips

Updated 13 Mar 2022

Top Fujitsu Test Analyst Interview Questions and Answers

  • Q1. Why should Selenium be selected as a testing tool for web applications or systems?
  • Q2. What is the difference between manual testing and automated testing?
  • Q3. Can you explain the Software Testing Life Cycle (STLC)?
View all 15 questions

Fujitsu Test Analyst Interview Experiences

2 interviews found

Test Analyst Interview Questions & Answers

user image shanmukh alanki

posted on 29 Jun 2017

I appeared for an interview in Aug 2016.

Interview Questionnaire 

1 Question

  • Q1. What is the difference between automation testing and manual testing?
  • Ans. 

    Automation testing is the use of tools and scripts to execute test cases, while manual testing is performed manually by human testers.

    • Automation testing involves the use of automation tools and scripts to execute test cases.

    • Manual testing is performed manually by human testers without the use of automation tools.

    • Automation testing is faster and more efficient for repetitive tasks.

    • Manual testing allows for exploratory t...

  • Answered by AI

Interview Preparation Tips

Round: Technical Interview
Duration: 2 hours 20 minutes

Skills: Communication, Vocabulary Skills, Ability To Be Involved In Hands On Work
College Name: Andhra University College Of Engineering

Skills evaluated in this interview

Test Analyst Interview Questions & Answers

user image Anonymous

posted on 13 Mar 2022

I appeared for an interview before Mar 2021.

Round 1 - Face to Face 

(7 Questions)

Round duration - 60 Minutes
Round difficulty - Medium

In this round , I was first asked some basic questions revolving around Software Testing in general and then when I told the interviewer that I was more inclined towards Automation Testing he started asking me asking me questions around that. In the end, the interviewer also asked me some questions related to SQL and DBMS.

  • Q1. Can you explain the Software Testing Life Cycle (STLC)?
  • Ans. 

    STLC is a process followed by testers to ensure high quality software is delivered.

    • STLC involves planning, designing, executing, and reporting on tests.

    • Phases include requirement analysis, test planning, test design, test execution, and test closure.

    • Each phase has specific goals and deliverables to ensure thorough testing.

    • Example: In requirement analysis, testers review requirements to identify test scenarios.

    • Example: ...

  • Answered by AI
  • Q2. What is the importance of agile testing?
  • Ans. 

    Agile testing is important for ensuring continuous feedback, adapting to changes, and delivering high-quality software.

    • Allows for continuous feedback from stakeholders and end-users

    • Enables teams to adapt to changing requirements and priorities

    • Promotes collaboration between developers, testers, and business stakeholders

    • Helps in delivering high-quality software in shorter iterations

    • Encourages early and frequent testing t

  • Answered by AI
  • Q3. What is the difference between manual testing and automated testing?
  • Ans. 

    Manual testing is done by humans, while automated testing is done using tools and scripts.

    • Manual testing involves testers executing test cases manually without the use of automation tools.

    • Automated testing involves using tools and scripts to automate the execution of test cases.

    • Manual testing is time-consuming and prone to human errors, while automated testing is faster and more reliable.

    • Manual testing is suitable for ...

  • Answered by AI
  • Q4. What are the different parts of a test automation framework?
  • Ans. 

    A test automation framework consists of different parts that work together to automate testing processes.

    • Test scripts

    • Test data

    • Object repositories

    • Driver scripts

    • Reporting tools

  • Answered by AI
  • Q5. What are some of the best practices in test automation?
  • Ans. 

    Some best practices in test automation include proper planning, selecting the right tools, maintaining test scripts, and continuous integration.

    • Proper planning before starting test automation to define objectives, scope, and strategy.

    • Selecting the right tools based on project requirements and team expertise.

    • Maintaining test scripts regularly to keep them up-to-date and relevant.

    • Implementing continuous integration to au...

  • Answered by AI
  • Q6. What are triggers in SQL?
  • Ans. 

    Triggers in SQL are special stored procedures that are automatically executed when certain events occur in a database.

    • Triggers can be used to enforce business rules, maintain referential integrity, and automate tasks.

    • There are two main types of triggers: DML triggers (executed in response to data manipulation language events) and DDL triggers (executed in response to data definition language events).

    • Examples of trigger...

  • Answered by AI
  • Q7. Can you explain the working of SQL privileges?
  • Ans. 

    SQL privileges control access to database objects and operations.

    • SQL privileges determine what actions a user can perform on a database object.

    • Privileges include SELECT, INSERT, UPDATE, DELETE, and EXECUTE.

    • Privileges can be granted or revoked by the database administrator.

    • Users can have different privileges on different database objects.

    • For example, a user may have SELECT privilege on a table but not UPDATE privilege.

  • Answered by AI
Round 2 - Face to Face 

(7 Questions)

Round duration - 60 Minutes
Round difficulty - Medium

This round had questions revolving around Automation Testing frameworks like Selenium and Cucumber.

  • Q1. Why should Selenium be selected as a testing tool for web applications or systems?
  • Ans. 

    Selenium is a popular testing tool for web applications due to its flexibility, compatibility, and robust features.

    • Selenium supports multiple programming languages like Java, Python, and C#, making it versatile for different teams and projects.

    • It can automate testing across different browsers and platforms, ensuring consistent results regardless of the user's environment.

    • Selenium integrates well with other testing fram...

  • Answered by AI
  • Q2. Can you explain the JUnit annotations that are linked with Selenium?
  • Ans. 

    JUnit annotations like @Before, @Test, @After are commonly used with Selenium for test automation.

    • Annotations like @Before are used to set up preconditions before each test method

    • Annotations like @Test are used to mark a method as a test method

    • Annotations like @After are used to clean up after each test method

    • Annotations like @Ignore are used to skip a test method

    • Annotations like @RunWith are used to specify a custom t

  • Answered by AI
  • Q3. What are the different components of Selenium?
  • Ans. 

    Selenium has different components like Selenium IDE, Selenium WebDriver, Selenium Grid, and Selenium RC.

    • Selenium IDE is a record and playback tool for creating test scripts without coding.

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

    • Selenium Grid is used for parallel testing across multiple machines and browsers.

    • Selenium RC (Remote Control) is the predecessor of WebDri

  • Answered by AI
  • Q4. What are annotations in Cucumber?
  • Ans. 

    Annotations in Cucumber are tags that can be added to feature files or step definitions to provide additional information or functionality.

    • Annotations in Cucumber start with the '@' symbol.

    • Annotations can be used to organize and categorize feature files or step definitions.

    • Annotations can also be used to control the execution flow of scenarios.

    • Examples of annotations in Cucumber include @Before, @After, @Given, @When,

  • Answered by AI
  • Q5. What is the difference between Selenium and Cucumber?
  • Ans. 

    Selenium is a tool for automating web browsers, while Cucumber is a tool for behavior-driven development.

    • Selenium is used for automating web browsers to perform testing on web applications.

    • Cucumber is a tool for behavior-driven development, allowing tests to be written in plain language.

    • Selenium requires programming knowledge to write test scripts, while Cucumber allows tests to be written in a more user-friendly langu...

  • Answered by AI
  • Q6. When is automation testing useful?
  • Ans. 

    Automation testing is useful when repetitive tests need to be executed quickly and efficiently.

    • Useful for regression testing to ensure previous functionality still works

    • Helps in executing tests on multiple configurations quickly

    • Useful for load testing to simulate multiple users accessing the system simultaneously

  • Answered by AI
  • Q7. How do you automate the testing of CAPTCHA?
  • Ans. 

    Automating CAPTCHA testing involves using tools like Selenium, API testing, and image recognition techniques.

    • Use Selenium to interact with the CAPTCHA element on the web page.

    • Utilize API testing to verify the functionality of the CAPTCHA system.

    • Implement image recognition techniques to automate solving CAPTCHAs.

    • Consider using third-party CAPTCHA solving services if necessary.

  • Answered by AI
Round 3 - HR 

Round duration - 30 Minutes
Round difficulty - Easy

This was a Technical Cum HR round where I was first asked some basic SQL related concepts and then we discussed
about my expectations from the company , learnings and growth in the forthcomig years. I would suggest be honest and
try to communicate your thoughts properly in these type of rounds to maximise your chances of getting selected.

Interview Preparation Tips

Eligibility criteriaAbove 7 CGPAFujitsu interview preparation:Topics to prepare for the interview - Software Testing , Selenium , Cucumber , API Testing , Automation Testing, Manual TestingTime required to prepare for the interview - 4 MonthsInterview preparation tips for other job seekers

Tip 1 : Must do Previously asked Interview as well as Online Test Questions.
Tip 2 : Go through all the previous interview experiences from Codestudio and Leetcode.

Application resume tips for other job seekers

Tip 1 : Have at-least 2 good projects explained in short with all important points covered.
Tip 2 : Every skill must be mentioned.
Tip 3 : Focus on skills, projects and experiences more.

Final outcome of the interviewSelected

Skills evaluated in this interview

Test Analyst Interview Questions Asked at Other Companies

asked in Infosys
Q1. Explain framework and practical uses of oops concepts in framewor ... read more
asked in NSE.IT
Q2. What is bug life cycle?
asked in Fujitsu
Q3. Why should Selenium be selected as a testing tool for web applica ... read more
asked in Fujitsu
Q4. What is the difference between manual testing and automated testi ... read more
asked in Fujitsu
Q5. Can you explain the Software Testing Life Cycle (STLC)?

Interview questions from similar companies

I applied via Recruitment Consultant and was interviewed before May 2020. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Related tklo subjected domain .........

Interview Preparation Tips

Interview preparation tips for other job seekers - It was good

Interview Questionnaire 

3 Questions

  • Q1. Core Java basics questions.
  • Q2. Algorithms related to arrays.
  • Q3. SQL basics questions.

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

Interview Questionnaire 

2 Questions

  • Q1. How is the interview
  • Q2. How is work life balance
  • Ans. 

    Work life balance is important to me and my employer supports it through flexible schedules and remote work options.

    • My employer offers flexible schedules to accommodate personal needs

    • Remote work options are available for certain roles

    • I prioritize my workload and manage my time effectively to maintain balance

    • I make time for hobbies and activities outside of work to recharge

    • I communicate openly with my team and manager a

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Interviewer asked basic questions and some programming questions

Interview Questionnaire 

1 Question

  • Q1. Oops concepts

Interview Preparation Tips

Interview preparation tips for other job seekers - It has gone well and we have to be confident that is main thing they will find us whether we are approachable or feared.

I applied via Naukri.com and was interviewed before Nov 2018. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Mainly fully technical skills -2technical +1 HR round

Interview Preparation Tips

Interview preparation tips for other job seekers - Please be prepared completely as they will completely focus on what is written on your resume. Please do not write fake experience on any skills . You will be caught. HR compensations provided are really pretty good if your technical round goes really outstanding.

I applied via Recruitment Consultant

Interview Questionnaire 

1 Question

  • Q1. Questions relating to the process, general knowledge..etc

Interview Preparation Tips

Interview preparation tips for other job seekers - Every interview is the starting point of our new career. The interview is mainly conducted to know the skills and knowledge of the candidate. The interviewee should be mainly prepared on process related topics(mentioned in job description). Basically interview will be 2 rounds 1) Aptitude test- relating to general knowledge and process related questions, 2) F2F- interviewer mainly seeks communication skills and level of confident. The interviewee should be always confident whether the answer is right or wrong.
Please always ensure to be prepared on job related topics and resume should be like that you are eligible for the position.
All the best for all candidates attending interviews.

I applied via Walk-in and was interviewed before May 2021. There were 4 interview rounds.

Round 1 - Assignment 

Basic grammar questions

Round 2 - One-on-one 

(1 Question)

  • Q1. Communication test like tell me something about yourself
Round 3 - Technical 

(3 Questions)

  • Q1. What is device manager
  • Ans. 

    Device Manager is a tool in Windows that allows users to view and manage hardware devices installed on their computer.

    • It displays a list of all the hardware devices connected to the computer.

    • Users can update, disable, or uninstall device drivers using Device Manager.

    • It can be accessed by right-clicking on the Windows Start button and selecting Device Manager.

    • Common hardware devices listed in Device Manager include netw

  • Answered by AI
  • Q2. How to uninstall/install a software
  • Ans. 

    Uninstalling/installing software involves different steps depending on the operating system used.

    • For Windows, go to Control Panel > Programs and Features > select the software > click Uninstall

    • For Mac, drag the software to the Trash or use a third-party uninstaller app

    • For Linux, use the package manager or command line to uninstall/install software

    • Make sure to save any important data before uninstalling software

    • Always d...

  • Answered by AI
  • Q3. Basic laptop troubleshooting related questions
Round 4 - HR 

(2 Questions)

  • Q1. Why you want to join the organisation
  • Q2. Any salary expectations

Interview Preparation Tips

Topics to prepare for Wipro Associate interview:
  • Communication Skills
  • Laptop Support
Interview preparation tips for other job seekers - Salary is very low in Wipro bps. If you still need the job just work on your communication.

Skills evaluated in this interview

Interview Questionnaire 

1 Question

  • Q1. Intro and basic Mainframe interview questions related to Cobol, JCL, VSAM, DB2 etc.

Tell us how to improve this page.

Fujitsu Test Analyst Salary
based on 13 salaries
₹3.7 L/yr - ₹7.5 L/yr
33% less than the average Test Analyst Salary in India
View more details

Fujitsu Test Analyst Reviews and Ratings

based on 1 review

4.0/5

Rating in categories

4.0

Skill development

4.0

Work-life balance

3.0

Salary

4.0

Job security

4.0

Company culture

3.0

Promotions

4.0

Work satisfaction

Explore 1 Review and Rating
Technical Service Engineer
1.1k salaries
unlock blur

₹2.2 L/yr - ₹16 L/yr

Application Developer
991 salaries
unlock blur

₹2.2 L/yr - ₹15 L/yr

Assistant Application Developer
652 salaries
unlock blur

₹2.5 L/yr - ₹8.1 L/yr

Assistant Technical Service Engineer
582 salaries
unlock blur

₹2.5 L/yr - ₹8 L/yr

Associate Application Developer
513 salaries
unlock blur

₹4 L/yr - ₹15.7 L/yr

Explore more salaries
Compare Fujitsu with

Accenture

3.8
Compare

TCS

3.7
Compare

Wipro

3.7
Compare

Cognizant

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