Upload Button Icon Add office photos

Fujitsu

Compare button icon Compare button icon Compare

Filter interviews by

Fujitsu Interview Questions, Process, and Tips

Updated 21 Feb 2025

Top Fujitsu Interview Questions and Answers

View all 135 questions

Fujitsu Interview Experiences

Popular Designations

181 interviews found

Interview experience
4
Good
Difficulty level
-
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 Resume tips
Round 2 - Aptitude Test 

The first stage of the aptitude test was a written examination. it consisted of multiple-choice questions and problem-solving exercises, the question covered a wide range of topics such as logical reasoning, numerical ability, and verbal comprehension. the time limit was challenging, but I completed most of the questions.

Round 3 - Coding Test 

In summary, the coding round was a challenging yet rewarding experience. it tested my programming abilities, problem-solving skills,
and ability to deliver efficient and error-free code within a time constraint. with adequate round preparation, focus, and practice, I navigated the coding round confidently and showcased my technical capabilities.

Round 4 - Technical 

(5 Questions)

  • Q1. Create a regular expression accepting 10-digit numeric characters starting with 1, 2, or 3.
  • Ans. 

    Regular expression for 10-digit numeric characters starting with 1, 2, or 3.

    • Use the pattern ^[1-3]\d{9}$ to match the criteria

    • The ^ symbol denotes the start of the string

    • The [1-3] specifies that the first digit must be 1, 2, or 3

    • \d{9} matches exactly 9 numeric digits

    • $ indicates the end of the string

  • Answered by AI
  • Q2. What do you mean by OOPS?
  • Ans. 

    OOPS stands for Object-Oriented Programming System. It is a programming paradigm based on the concept of objects.

    • OOPS focuses on creating objects that contain data in the form of fields (attributes) and code in the form of procedures (methods).

    • Encapsulation, inheritance, and polymorphism are key principles of OOPS.

    • Encapsulation refers to the bundling of data and methods that operate on the data into a single unit (obje...

  • Answered by AI
  • Q3. What are the basic SQL skills?
  • Ans. 

    Basic SQL skills include querying databases, manipulating data, and understanding database structures.

    • Writing basic SQL queries to retrieve data from databases

    • Understanding and using SQL functions and operators

    • Creating and modifying database tables and relationships

    • Using SQL to filter, sort, and group data

    • Understanding basic SQL syntax and commands

  • Answered by AI
  • Q4. What is a join in SQL? What are the types of joins?
  • Ans. 

    A join in SQL is used to combine rows from two or more tables based on a related column between them.

    • Types of joins include INNER JOIN, LEFT JOIN, RIGHT JOIN, and FULL JOIN.

    • INNER JOIN returns rows when there is at least one match in both tables.

    • LEFT JOIN returns all rows from the left table and the matched rows from the right table.

    • RIGHT JOIN returns all rows from the right table and the matched rows from the left tabl...

  • Answered by AI
  • Q5. Convert Hours into Seconds.
  • Ans. 

    To convert hours into seconds, multiply the number of hours by 3600.

    • Multiply the number of hours by 3600 to get the equivalent seconds.

    • For example, 2 hours = 2 * 3600 = 7200 seconds.

  • Answered by AI

Skills evaluated in this interview

Top Fujitsu Application Developer Interview Questions and Answers

Q1. Reverse Linked List Problem Statement Given a singly linked list of integers, return the head of the reversed linked list. Example: Initial linked list: 1 -> 2 -> 3 -> 4 -> NULLReversed linked list: 4 -> 3 -> 2 -> 1 -&g... read more
View answer (1)

Application Developer Interview Questions asked at other Companies

Q1. Minimum Cost to Connect All Points Problem Statement Given an array COORDINATES representing the integer coordinates of some points on a 2D plane, determine the minimum cost required to connect all points. The cost to connect two points, (x... read more
View answer (2)
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Explain over all experience
  • Ans. 

    I have over 5 years of experience in software development, with expertise in Java, Python, and SQL.

    • 5+ years of experience in software development

    • Proficient in Java, Python, and SQL

    • Worked on various projects including web development and data analysis

    • Experience with Agile methodologies and version control systems like Git

  • Answered by AI
  • Q2. Asked question on Core and advance java topic
Round 2 - Technical 

(2 Questions)

  • Q1. Some advance topic of Java
  • Q2. DSA
Round 3 - HR 

(2 Questions)

  • Q1. Salary expectation
  • Q2. Relocation

Software Engineer Interview Questions asked at other Companies

Q1. Bridge and torch problem : Four people come to a river in the night. There is a narrow bridge, but it can only hold two people at a time. They have one torch and, because it's night, the torch has to be used when crossing the bridge. Person... read more
View answer (196)
Fujitsu Interview Questions and Answers for Freshers
illustration image
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I was interviewed in Dec 2024.

Round 1 - Aptitude Test 

Logical intelligence

Round 2 - Group Discussion 

Any information can be discussed.

Round 3 - Case Study 

A comprehensive analysis of an individual, group, situation, or phenomenon over an extended duration.

Round 4 - Assignment 

The reporter vanished while on assignment in the war zone.

Round 5 - One-on-one 

(1 Question)

  • Q1. Denoting or referring to a situation in which two parties come into direct contact, opposition, or correspondence

Interview Preparation Tips

Interview preparation tips for other job seekers - Clearly identify your career goals, utilize job search platforms and company websites, tailor your resume and cover letter for each application, actively network on professional platforms such as LinkedIn, attend career fairs, develop relevant skills, and maintain a strong online presence to showcase your professional brand.

Top Fujitsu Software Developer Interview Questions and Answers

Q1. What is the load factor for HASH MAP?
View answer (1)

Software Developer Interview Questions asked at other Companies

Q1. Maximum Subarray Sum Problem Statement Given an array of integers, determine the maximum possible sum of any contiguous subarray within the array. Example: Input: array = [34, -50, 42, 14, -5, 86] Output: 137 Explanation: The maximum sum is... read more
View answer (42)
Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I was interviewed in Dec 2024.

Round 1 - Technical 

(2 Questions)

  • Q1. Boot process of linux
  • Ans. 

    The Linux boot process involves several stages, including BIOS, bootloader, kernel initialization, and user space initialization.

    • BIOS (Basic Input/Output System) performs hardware initialization and loads bootloader

    • Bootloader (GRUB, LILO) loads the Linux kernel into memory

    • Kernel initializes devices, mounts the root filesystem, and starts user space processes

    • User space initialization involves starting system services an

  • Answered by AI
  • Q2. Have u handle P1/P2?
  • Ans. 

    Yes, I have experience handling P1/P2 incidents in my previous roles.

    • Yes, I have handled multiple P1 incidents where immediate action was required to resolve critical issues impacting production systems.

    • I have also managed P2 incidents by prioritizing and troubleshooting to minimize impact on operations.

    • Examples include resolving server outages, database failures, and network connectivity issues under time pressure.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - I suggest you not to join because projects are limited nd bench policy is of only 45 day afterwards you have to serve notice period nd meanwhile if work is not matching to your skills nd you say NO to work they will immediately fire you without any listening to your carrer chance nd growth

Technical Service Engineer Interview Questions asked at other Companies

Q1. What is the potential of your market and share of your product??
View answer (2)

Fujitsu interview questions for popular designations

 Application Developer

 (19)

 Associate Application Developer

 (12)

 Technical Service Engineer

 (8)

 Apprentice Trainee

 (6)

 Software Developer

 (5)

 Japanese Language Specialist

 (4)

 Software Engineer

 (3)

 System Architect

 (3)

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

(2 Questions)

  • Q1. What is Dependency Injection?
  • Ans. 

    Dependency Injection is a design pattern in which components are given their dependencies rather than creating them internally.

    • Allows for easier testing by providing mock dependencies

    • Promotes loose coupling between components

    • Improves code reusability and maintainability

    • Examples: Constructor injection, Setter injection, Interface injection

  • Answered by AI
  • Q2. How to handle exception in java
  • Ans. 

    In Java, exceptions can be handled using try-catch blocks to catch and handle specific exceptions.

    • Use try-catch blocks to catch exceptions and handle them gracefully

    • Use multiple catch blocks to handle different types of exceptions

    • Use finally block to execute code regardless of whether an exception is thrown or not

    • Throw custom exceptions using throw keyword

  • Answered by AI
Round 2 - Technical 

(2 Questions)

  • Q1. In Java8, different between flatmap and map
  • Ans. 

    map transforms each element in a stream, while flatMap transforms each element into multiple elements

    • map applies a function to each element in a stream and returns a new stream of the results

    • flatMap applies a function that returns a stream for each element in the original stream, then flattens the streams into a single stream

    • Example: map - stream.map(x -> x * x), flatMap - stream.flatMap(str -> Arrays.stream(str.split(

  • Answered by AI
  • Q2. How to handle the ConcureentModificationException
  • Ans. 

    ConcurrentModificationException occurs when a collection is modified while iterating over it.

    • Use Iterator to iterate over the collection instead of foreach loop.

    • If modification is necessary, use Iterator's remove() method instead of collection's remove() method.

    • Consider using synchronized collections or ConcurrentHashMap to avoid ConcurrentModificationException.

  • Answered by AI

Skills evaluated in this interview

Top Fujitsu Software Developer Interview Questions and Answers

Q1. What is the load factor for HASH MAP?
View answer (1)

Software Developer Interview Questions asked at other Companies

Q1. Maximum Subarray Sum Problem Statement Given an array of integers, determine the maximum possible sum of any contiguous subarray within the array. Example: Input: array = [34, -50, 42, 14, -5, 86] Output: 137 Explanation: The maximum sum is... read more
View answer (42)

Get interview-ready with Top Fujitsu Interview Questions

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

I applied via Job Portal and was interviewed in Nov 2024. There were 3 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Linux and vmware
Round 2 - Technical 

(1 Question)

  • Q1. Linux and VMware
Round 3 - HR 

(1 Question)

  • Q1. Background details

Associate Software Engineer Interview Questions asked at other Companies

Q1. Triplets with Given Sum Problem Given an array or list ARR consisting of N integers, your task is to identify all distinct triplets within the array that sum up to a specified number K. Explanation: A triplet is a set {ARR[i], ARR[j], ARR[k... read more
View answer (2)

Jobs at Fujitsu

View all
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Approached by Company and was interviewed in Jun 2024. There were 3 interview rounds.

Round 1 - Behavioral 

(2 Questions)

  • Q1. About previous work experience
  • Q2. Few technical level questions
Round 2 - Technical 

(2 Questions)

  • Q1. OpsRamp Implementation
  • Q2. Questions related to Nextgen Gateway
Round 3 - HR 

(2 Questions)

  • Q1. Shift timings and other company details
  • Q2. A short brief of salary structure

Technical Service Engineer Interview Questions asked at other Companies

Q1. What is the potential of your market and share of your product??
View answer (2)
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
4-6 weeks
Result
Not Selected

I applied via LinkedIn and was interviewed in Sep 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. About yourself and Recent project
  • Q2. Why you are shifting

Top Fujitsu Application Developer Interview Questions and Answers

Q1. Reverse Linked List Problem Statement Given a singly linked list of integers, return the head of the reversed linked list. Example: Initial linked list: 1 -> 2 -> 3 -> 4 -> NULLReversed linked list: 4 -> 3 -> 2 -> 1 -&g... read more
View answer (1)

Application Developer Interview Questions asked at other Companies

Q1. Minimum Cost to Connect All Points Problem Statement Given an array COORDINATES representing the integer coordinates of some points on a 2D plane, determine the minimum cost required to connect all points. The cost to connect two points, (x... read more
View answer (2)
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. Explain about one of your recent project
  • Ans. 

    Managed a software development project for a new mobile app

    • Led a team of 10 developers and designers

    • Implemented Agile methodology for project management

    • Delivered the app on time and within budget

    • Received positive feedback from users for user-friendly interface

  • Answered by AI
  • Q2. Pm related questions
Round 2 - Technical 

(2 Questions)

  • Q1. PM questions , finance costing
  • Q2. Tell me about yourself
  • Ans. 

    Experienced Senior Project Manager with a proven track record of successfully leading cross-functional teams to deliver projects on time and within budget.

    • Over 10 years of project management experience

    • Strong leadership and communication skills

    • Expertise in creating and managing project plans

    • Ability to identify and mitigate risks

    • Experience working with diverse stakeholders

    • Managed a team that successfully implemented a ne...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident in your answer. Go well prepared.

Senior Project Manager Interview Questions asked at other Companies

Q1. DESIGIN PROCEDURE :- DLC thickness 150mm. 1:- use M15 grade concrete,max aggregate cement ratio 12:1 2:-The minimum cement content 150kg per cum. If flayash is more than >20% the mini.mum cement content. 120kg pet cum 3:- The 5 no sample... read more
View answer (3)
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Oops related questions
  • Q2. Choose any one coding language
  • Ans. 

    I choose Python as my coding language.

    • Python is a high-level, interpreted programming language known for its simplicity and readability.

    • It supports multiple programming paradigms like procedural, object-oriented, and functional programming.

    • Python has a large standard library and a thriving community, making it easy to find resources and support.

    • Examples: print('Hello, World!'), for i in range(5): print(i)

  • Answered by AI
Round 2 - Technical 

(2 Questions)

  • Q1. What is array What is String Sample coding swap number palindrome number
  • Ans. 

    An array is a data structure that stores a collection of elements of the same type. A string is a sequence of characters. Swapping numbers involves exchanging the values of two variables. A palindrome number reads the same forwards and backwards.

    • An array can store multiple values of the same data type, accessed by index.

    • A string is a sequence of characters enclosed in quotes, like 'hello'.

    • Swapping numbers involves usin...

  • Answered by AI
  • Q2. College project
Round 3 - HR 

(2 Questions)

  • Q1. Simple question Education related
  • Q2. Salary, job location related

Skills evaluated in this interview

Software Developer Apprentice Interview Questions asked at other Companies

Q1. What is array What is String Sample coding swap number palindrome number
View answer (1)

Linux Administrator Interview Questions & Answers

user image Nafeesh Ahmad

posted on 26 May 2024

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

I applied via Naukri.com and was interviewed in Apr 2024. There were 2 interview rounds.

Round 1 - HR 

(2 Questions)

  • Q1. Basic role and responsibility
  • Q2. Previous company details like CTC and expect CTC
Round 2 - Technical 

(3 Questions)

  • Q1. Linux senerio based Question
  • Ans. LVM concept, How to create LV and LV extend and If you server unable to connect what is your actions? Patching And patching execluding kernel and Script for 100server patching. Some of question relaated to Linux Networking concept and telnet, netstat, top commnad output full details all row and collum Load average, lvexten, how many server you manage, NFS full details every thing ie. exportfs command full details....
  • Answered by Nafeesh Ahmad
  • Q2. How to troubleshoot network issue?
  • Ans. 

    To troubleshoot network issues, start by checking physical connections, verifying network settings, testing connectivity, and analyzing network traffic.

    • Check physical connections (cables, ports, etc.)

    • Verify network settings (IP address, subnet mask, gateway, DNS)

    • Test connectivity using tools like ping, traceroute, and netcat

    • Analyze network traffic with tools like Wireshark or tcpdump

  • Answered by AI
  • Q3. How to manage user account using LDAP
  • Ans. 

    LDAP can be used to manage user accounts by storing user information in a centralized directory.

    • Set up LDAP server and configure it to store user account information

    • Use LDAP client tools to manage user accounts such as creating, modifying, or deleting accounts

    • Authenticate users against LDAP server for access control

    • Implement LDAP schema to define attributes and object classes for user accounts

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Basic concepts of Linux

Skills evaluated in this interview

Linux Administrator Interview Questions asked at other Companies

Q1. What is LVM, Explain LVM Architecture, What is Raid, What is the booting process of RHEL, How to manage failed unmount or mount, What are the issues you have faced in working with Linux Servers, What is special permission, How many states a... read more
View answer (2)
Contribute & help others!
anonymous
You can choose to be anonymous

Fujitsu Interview FAQs

How many rounds are there in Fujitsu interview?
Fujitsu interview process usually has 2-3 rounds. The most common rounds in the Fujitsu interview process are Technical, HR and Resume Shortlist.
How to prepare for Fujitsu 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 Fujitsu. The most common topics and skills that interviewers at Fujitsu expect are Troubleshooting, Japanese, Javascript, Monitoring and Linux.
What are the top questions asked in Fujitsu interview?

Some of the top questions asked at the Fujitsu interview -

  1. Explain final, finally and finalize in Java? Where do we use final? Is String c...read more
  2. What are the different layers of Springboot application? What are the webserve...read more
  3. what are the different types of references in Java? When do we use th...read more
How long is the Fujitsu interview process?

The duration of Fujitsu interview process can vary, but typically it takes about less than 2 weeks to complete.

Recently Viewed

SALARIES

Sify Technologies

INTERVIEWS

Wipro

No Interviews

SALARIES

KPIT Technologies

SALARIES

HCLTech

SALARIES

Sonata Software

INTERVIEWS

IBM

No Interviews

INTERVIEWS

Incedo

No Interviews

COMPANY BENEFITS

CMS IT Services

No Benefits

COMPANY BENEFITS

CMS IT Services

No Benefits

SALARIES

Tech Mahindra

Tell us how to improve this page.

Fujitsu Interview Process

based on 170 interviews

Interview experience

3.9
  
Good
View more

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.4k Interviews
Accenture Interview Questions
3.8
 • 8.1k Interviews
Infosys Interview Questions
3.6
 • 7.5k Interviews
Wipro Interview Questions
3.7
 • 5.6k Interviews
Cognizant Interview Questions
3.8
 • 5.6k Interviews
Capgemini Interview Questions
3.7
 • 4.8k Interviews
Tech Mahindra Interview Questions
3.5
 • 3.8k Interviews
HCLTech Interview Questions
3.5
 • 3.8k Interviews
LTIMindtree Interview Questions
3.8
 • 2.9k Interviews
IBM Interview Questions
4.0
 • 2.3k Interviews
View all

Fujitsu Reviews and Ratings

based on 2.2k reviews

3.8/5

Rating in categories

3.6

Skill development

4.0

Work-life balance

3.5

Salary

3.7

Job security

3.8

Company culture

3.2

Promotions

3.5

Work satisfaction

Explore 2.2k Reviews and Ratings
Technical Services Engineer Practitioner

Noida,

Pune

+1

11-14 Yrs

Not Disclosed

Senior Technical Consultant

Kolkata,

Mumbai

+5

5-9 Yrs

Not Disclosed

Technical Consultant

Pune

5-7 Yrs

Not Disclosed

Explore more jobs
Technical Service Engineer
1.1k salaries
unlock blur Lock Unlock

₹0 L/yr - ₹0 L/yr

Application Developer
992 salaries
unlock blur Lock Unlock

₹0 L/yr - ₹0 L/yr

Assistant Application Developer
622 salaries
unlock blur Lock Unlock

₹0 L/yr - ₹0 L/yr

Assistant Technical Service Engineer
580 salaries
unlock blur Lock Unlock

₹0 L/yr - ₹0 L/yr

Associate Application Developer
512 salaries
unlock blur Lock Unlock

₹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