Upload Button Icon Add office photos

Fujitsu

Compare button icon Compare button icon Compare

Filter interviews by

Clear (1)

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

Analyst Interview Questions & Answers

TCS user image Anonymous

posted on 28 Jun 2022

I applied via Campus Placement and was interviewed before Jun 2021. There were 2 interview rounds.

Round 1 - Aptitude Test 

It was general aptitude with numerical,reasoning and general such questions with coding MCQ

Round 2 - One-on-one 

(1 Question)

  • Q1. Syntax and tech questions from c, python and oops. HR question was like what will I do if this happens in team. How will i face it or resolve it.

Interview Preparation Tips

Interview preparation tips for other job seekers - 3 panel members were there with 1 HR and 2 TR. Technical questions were few basic questions from c & python and Oops questions. HR was like scenario based. Frw questions were asked based on my resume content. It's good to be truthful in what we fill in our resume and stick to it.

Analyst Interview Questions & Answers

TCS user image Anonymous

posted on 12 Dec 2021

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

Interview Questionnaire 

1 Question

  • Q1. Introducing yourself.

Interview Preparation Tips

Interview preparation tips for other job seekers - Crisp and to the point answer.

I applied via Naukri.com and was interviewed before Apr 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 Resume tips
Round 2 - Aptitude Test 

Interview Preparation Tips

Interview preparation tips for other job seekers - Nothing as such. Overall experience was good

I applied via Company Website and was interviewed before Apr 2021. There were 3 interview rounds.

Round 1 - Aptitude Test 
Round 2 - Group Discussion 
Pro Tip by AmbitionBox:
Don’t treat group discussions as an argument. Group discussion is about reaching a meaningful conclusion.
View all GD tips
Round 3 - Technical 

(1 Question)

  • Q1. Oops About c++ Dbms Data structures

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident during interviews

Analyst Interview Questions & Answers

TCS user image Anonymous

posted on 9 May 2022

I applied via Walk-in and was interviewed before May 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 - Technical 

(1 Question)

  • Q1. Basic tech questions to medium hard
Round 3 - HR 

(1 Question)

  • Q1. Negotiation is the main part of you have a offer it's better

Interview Preparation Tips

Interview preparation tips for other job seekers - Questions from resume and walk-ins have more chance

Analyst Interview Questions & Answers

IBM user image Anonymous

posted on 28 Feb 2015

Interview Questionnaire 

4 Questions

  • Q1. Are you flexible with night shifts?
  • Ans. 

    Yes, I am flexible with night shifts.

    • I have worked night shifts before and am comfortable with them.

    • I understand the importance of being available for work at all times.

    • I am willing to adjust my schedule to meet the needs of the company.

    • I am aware that night shifts may require a different sleep schedule and am prepared to make necessary adjustments.

  • Answered by AI
  • Q2. How can you prove to be an asset to our company?
  • Ans. 

    I have the skills, experience, and passion to contribute to the growth and success of your company.

    • My extensive experience in the industry will allow me to bring new ideas and perspectives to the table.

    • I have a proven track record of achieving targets and exceeding expectations.

    • My strong communication and interpersonal skills will enable me to work effectively with colleagues and clients alike.

    • I am a quick learner and ...

  • Answered by AI
  • Q3. Why are you not opting for post -graduations?
  • Ans. 

    I believe gaining practical experience is more valuable than pursuing further education at this point.

    • I want to focus on gaining practical experience in my field

    • I feel that further education may not necessarily enhance my skills or job prospects

    • I am satisfied with my current level of education and feel it is sufficient for my career goals

  • Answered by AI
  • Q4. Why didn’t you pursue graduation in your own home town?
  • Ans. 

    I wanted to explore new opportunities and gain exposure to different cultures.

    • I wanted to broaden my horizons and experience new things.

    • I believed that studying in a different city would provide me with more opportunities for personal and professional growth.

    • I wanted to meet new people and learn about different cultures.

    • I was excited to explore a new city and all that it had to offer.

    • I felt that studying in a different...

  • Answered by AI

Interview Preparation Tips

Round: Test
Experience: The written test had questions from quantitative aptitude and logical reasoning.

Round: HR Interview
Experience: After that was the interview round. In the interview round they asked me about what were my goals and where do I see myself in three years from now. They also asked me the reason why they should select me and not others.  
Second round of interview was a telephonic round. It was as follows:

1. A situation was given "You are a sales executive and the order of your customer has not reached his place. How can you help him out with this?

2. I was asked to pronounce few words like television, specialization etc.

3. To make a story on a phrase "dark stormy night ".

College Name: DELHI COLLEGE OF ARTS AND COMMERCE

I was interviewed in May 2017.

Interview Preparation Tips

Round: Test
Experience: Selected for round 2

Round: Group Discussion
Experience: Selected for round 2
Duration: 15 minutes

Skills: Communication
College Name: SJRCW

Interview Preparation Tips

Round: Test
Experience: Each section consisted of 15 questions.If you have a thorough practise on aptitude,the LR and the basic apti part would be not of much problem.The coding part mainly consisted of data structure basic.
Tips: The only tip which can be given is a thorough practise for all the sessions.The practise should be done taking the time into account.
Duration: 1 hour
Total Questions: 60

Round: Technical Interview
Experience: Fortunately for me,they asked me my AIEEE and IITJEE scores rather than only concentrating on my CGPA which was an advantage for me.Training related questions,questions on basic science(fission,fusion etc) were asked.Also my coding knowledge was being tested by asking basic data structure questions.
Tips: Always carry a smile whether its going wrong or right.Be apologetic on your mistakes and tell them you can improve yourself.The confidence you carry is the thing they are searching for in any interview.

College Name: NIT Durgapur
Contribute & help others!
anonymous
You can choose to be anonymous

Recently Viewed

JOBS

ASC Infratech

No Jobs

INTERVIEWS

Biocon Limited

No Interviews

INTERVIEWS

Sabre

No Interviews

INTERVIEWS

Biocon Limited

No Interviews

INTERVIEWS

Biocon Limited

No Interviews

INTERVIEWS

Sabre

10 top interview questions

SALARIES

ASC Infratech

SALARIES

ASC Infratech

INTERVIEWS

Biocon Limited

No Interviews

SALARIES

Fujitsu

Tell us how to improve this page.

Fujitsu Test Analyst Salary
based on 12 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

₹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