Upload Button Icon Add office photos

Fujitsu

Compare button icon Compare button icon Compare

Filter interviews by

Fujitsu Senior Software Engineer Interview Questions and Answers

Updated 26 Oct 2023

Fujitsu Senior Software Engineer Interview Experiences

1 interview found

Interview experience
3
Average
Difficulty level
Easy
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Job Fair and was interviewed before Oct 2022. There were 4 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. Basic questions on Asp.net.
  • Ans. Just google interview questions for Asp.net and prepare from there
  • Answered Anonymously
Round 3 - Technical 

(2 Questions)

  • Q1. Again there was basic questions on asp.net
  • Q2. Management questions were also there. 1. If there is escalation from client how will you handle it.
Round 4 - HR 

(1 Question)

  • Q1. This was just a discussion round with HR where you can discuss about salary, company policies etc

Interview Preparation Tips

Topics to prepare for Fujitsu Senior Software Engineer interview:
  • ASP.Net
  • SQL

Interview questions from similar companies

I applied via Referral and was interviewed before Mar 2021. There were 2 interview rounds.

Round 1 - Aptitude Test 

Very easy

Round 2 - HR 

(2 Questions)

  • Q1. What are your strengths and weaknesses?
  • Q2. Tell me about yourself.

Interview Preparation Tips

Interview preparation tips for other job seekers - Keep up your aptitude and you will surely make it.

I applied via Company Website and was interviewed in Oct 2018. There was 0 interview round.

Interview Preparation Tips

General Tips: This interview was a technical one but was majorly a stress test. It lasted for about 1 hour 10 minutes. The interviewer wanted to test both my knowledge and communication skills. Most of the questions asked to me were related to my B.Tech curriculum i.e. computer science related topics. He stressed a lot on the basics related to my project topic. Luckily I was able to answer most of the questions correctly. I tried to answer each question with examples and also used props on the table (like pens, paperweights, pen stands etc.) to explain my theories. It was my first offcampus interview, and I think I did pretty well for a fresher.
You need to stay calm and should apply presence of mind. Please go through the job description thoroughly word-by-word and recheck your resume to ensure that you are a best-fit for the position.
Skills: Communication, Body Language, Problem Solving, Leadership, Presentation Skills
Duration: <1 week

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

Round 1 - Aptitude Test 

1 hour of test, time and speed, work and distance.

Round 2 - Group interview 

(2 Questions)

  • Q1. Which college subject was your favorite
  • Q2. Would you like to work for Accenture

Interview Preparation Tips

Interview preparation tips for other job seekers - Its a very easy job, just do aptitude well

I applied via Campus Placement and was interviewed before Apr 2020. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Tell me about Yourself?

Interview Preparation Tips

Interview preparation tips for other job seekers - Before going to the interview the most important things to be done which works like miracles..
1. Sit in the meditative state for 2-5 mins just before the interview.
2.Think about all the blessings and all that you have and thank for having that.
3. Go with the mind set of being ethical and say to yourself that you are going to crack this interview no matter what (Easy,Medium or difficult)

Thank you
I would be happy if many people can take advantage of these advices.

I applied via Campus Placement and was interviewed before Oct 2020. There were 3 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. Tell me about your self
  • Q2. Scenario based question

Interview Preparation Tips

Interview preparation tips for other job seekers - Very easy be bold and take it easy

I applied via Walk-in and was interviewed in Dec 2019. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Tell me about your self

Interview Preparation Tips

Interview preparation tips for other job seekers - Maintain punctual and don't trust the consultancy like pay thousand rupees we will send the company in that you don't want to attend all rounds

I applied via Job Portal and was interviewed before Dec 2019. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. First they ask basic questions like HTML SQL Java.

Interview Preparation Tips

Interview preparation tips for other job seekers - First we learn basics programming knowledge and we confident to attend interview and speak bold.

I applied via Campus Placement and was interviewed before May 2020. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. I have attended the interview as a fresher in Off-Campus event. Its all about academic project and what skills you possess at the moment of time.

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well about the points mentioned the resume and face the interviewer with confidence.

I appeared for an interview before Nov 2020.

Round 1 - Coding Test 

(2 Questions)

Round duration - 90 minutes
Round difficulty - Medium

Timing was around 10am
It was quite a normal online examination kind of environment 
People from the company were there to invigilate 
All were quite nice and helpful in case the exam got stuck

  • Q1. 

    Ninja and Alien Language Order Problem

    An alien dropped its dictionary while visiting Earth. The Ninja wants to determine the order of characters used in the alien language, based on the given list of wor...

  • Ans. 

    Determine the order of characters in an alien language based on a list of words.

    • Create a graph data structure to represent the relationships between characters in the words.

    • Perform a topological sort on the graph to find the order of characters.

    • Return the smallest lexicographical order of characters as the result.

  • Answered by AI
  • Q2. 

    Check Duplicate Within K Distance

    Given an array of integers arr of size N and an integer K, determine if there are any duplicate elements within a distance of K from each other in the array. Return "true...

  • Ans. 

    Check if there are any duplicate elements within a distance of K from each other in the array.

    • Iterate through the array and keep track of the indices of elements using a hashmap.

    • For each element, check if it already exists in the hashmap within distance K.

    • Return true if a duplicate is found within distance K, otherwise return false.

  • Answered by AI
Round 2 - Face to Face 

(1 Question)

Round duration - 30 minutes
Round difficulty - Medium

Timing was 2pm when it started
Interviewer was polite

  • Q1. 

    Kth Largest Element Problem Statement

    Ninja enjoys working with numbers, and Alice challenges him to find the Kth largest value from a given list of numbers.

    Input:

    The first line contains an integer 'T...
  • Ans. 

    The task is to find the Kth largest element in a given list of numbers for each test case.

    • Read the number of test cases 'T'

    • For each test case, read the number of elements 'N' and the Kth largest number to find 'K'

    • Sort the array in descending order and output the Kth element

  • Answered by AI
Round 3 - HR 

Round duration - 20 minutes
Round difficulty - Easy

Timing was 9 am onwards 
Interviewer was good enough

Interview Preparation Tips

Professional and academic backgroundI applied for the job as Software Developer in DelhiEligibility criteriaAbove 7 CGPA with no pending backlogsWipro Limited interview preparation:Topics to prepare for the interview - Java, C++, DBMS, Data Structures, Dot net, HTML, CSS, JSTime required to prepare for the interview - 6 monthsInterview preparation tips for other job seekers

Tip 1 : Focus on specialization of any one skill and keep a basic knowledge of all the skills you mention in your resume
Tip 2 : Gain confidence in presenting yourself by practicing well before
Tip 3 : Gain a basic knowledge of the company you go for selection

Application resume tips for other job seekers

Tip 1 : Resume should be simple and precise but pretty smart to cover your skills 
Tip 2 : Mention what you really know,no false things

Final outcome of the interviewRejected

Skills evaluated in this interview

Fujitsu Interview FAQs

How many rounds are there in Fujitsu Senior Software Engineer interview?
Fujitsu interview process usually has 4 rounds. The most common rounds in the Fujitsu interview process are Technical, Resume Shortlist and HR.
How to prepare for Fujitsu Senior Software Engineer 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 Computer Vision, Deep Learning, Keras, Natural Language Processing and Opencv.
What are the top questions asked in Fujitsu Senior Software Engineer interview?

Some of the top questions asked at the Fujitsu Senior Software Engineer interview -

  1. Management questions were also there. 1. If there is escalation from client ho...read more
  2. Again there was basic questions on asp....read more
  3. Basic questions on Asp.n...read more

Tell us how to improve this page.

Fujitsu Senior Software Engineer Interview Process

based on 1 interview

Interview experience

3
  
Average
View more
Fujitsu Senior Software Engineer Salary
based on 94 salaries
₹7.8 L/yr - ₹29.4 L/yr
7% more than the average Senior Software Engineer Salary in India
View more details

Fujitsu Senior Software Engineer Reviews and Ratings

based on 16 reviews

4.0/5

Rating in categories

3.6

Skill development

4.3

Work-life balance

4.0

Salary

3.7

Job security

3.8

Company culture

3.8

Promotions

3.6

Work satisfaction

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

₹1.8 L/yr - ₹16 L/yr

Application Developer
958 salaries
unlock blur

₹2.2 L/yr - ₹15.5 L/yr

Assistant Application Developer
627 salaries
unlock blur

₹2.5 L/yr - ₹8.1 L/yr

Assistant Technical Service Engineer
585 salaries
unlock blur

₹2.5 L/yr - ₹7.9 L/yr

Associate Application Developer
525 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