Upload Button Icon Add office photos

Fujitsu

Compare button icon Compare button icon Compare

Filter interviews by

Fujitsu Senior Application Developer Interview Questions, Process, and Tips

Updated 13 Mar 2022

Top Fujitsu Senior Application Developer Interview Questions and Answers

  • Q1. What do you understand by autowiring in Spring Boot, and can you name the different modes of autowiring?
  • Q2. How is an abstract class different from an interface?
  • Q3. Can you explain the difference between setMaxResults() and setFetchSize() in a Query?
View all 16 questions

Fujitsu Senior Application Developer Interview Experiences

2 interviews found

I was interviewed in Apr 2021.

Round 1 - Video Call 

(8 Questions)

Round duration - 60 Minutes
Round difficulty - Medium

This round started slow with some basic fundamental questions around OOPS and then paced up higher to some more advanced questions around Java 8 and Java in general.

  • Q1. Can you explain the SOLID principles in Object-Oriented Design?
  • Q2. What is abstraction in Object-Oriented Programming?
  • Q3. How is an abstract class different from an interface?
  • Q4. What is a classloader in Java?
  • Q5. Why are Java Strings immutable in nature?
  • Q6. Why is Java considered platform independent, while the Java Virtual Machine (JVM) is platform dependent?
  • Q7. What are some standard Java pre-defined functional interfaces?
  • Q8. What are the advantages of using the Optional class in Java?
Round 2 - Video Call 

(8 Questions)

Round duration - 60 Minutes
Round difficulty - Medium

This round had questions from Microservices , Spring Boot and Hibernate. The interviewer was quite freindly and also helped
wherever I was stuck.

  • Q1. How many bean scopes are supported by Spring?
  • Q2. What do you understand by autowiring in Spring Boot, and can you name the different modes of autowiring?
  • Q3. Can you explain the @RestController annotation in Spring Boot?
  • Q4. What does the @SpringBootApplication annotation do internally?
  • Q5. Can you explain the difference between setMaxResults() and setFetchSize() in a Query?
  • Q6. What are the concurrency strategies available in Hibernate?
  • Q7. Can you explain the working of Microservice Architecture?
  • Q8. What issues are generally addressed by Spring Cloud?
Round 3 - HR 

Round duration - 30 Minutes
Round difficulty - Easy

This was a Technical Cum HR round where I was first asked some basic Java 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 2 years of experienceFujitsu interview preparation:Topics to prepare for the interview - Java , Microservices, Spring Boot, Hibernate, OOPSTime 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

I applied via Recruitment Consultant and was interviewed in Mar 2021. There were 3 interview rounds.

Interview Questionnaire 

4 Questions

  • Q1. Basic concepts of core java like OOPS principles and collection based questions.
  • Q2. Basic questions on Spring and Hibernate if mentioned in Resume.
  • Q3. Microservices and springboot related questions if shown interest in it.
  • Q4. Can be asked some SQLs as well.

Interview Preparation Tips

Interview preparation tips for other job seekers - Interview went above average and I was not too sure for a positive feedback. However, if there is an urgent requirement then there is high chance of selection.

Senior Application Developer Interview Questions Asked at Other Companies

asked in Oracle
Q1. Intersection of Linked List Problem You are provided with two sin ... read more
asked in Oracle
Q2. LRU Cache Design Question Design a data structure for a Least Rec ... read more
asked in Oracle
Q3. Convert a Binary Tree to its Sum Tree Given a binary tree of inte ... read more
asked in Fujitsu
Q4. What do you understand by autowiring in Spring Boot, and can you ... read more
asked in Fujitsu
Q5. How is an abstract class different from an interface?

Senior Application Developer Jobs at Fujitsu

View all

Interview questions from similar companies

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

I applied via Company Website and was interviewed in Aug 2024. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. Bascis of Angular - Routing, version upgrade, DI ,AOT JIT , FORMS , Services , Observable, Promise , lifecyclle

Interview Preparation Tips

Interview preparation tips for other job seekers - Just do basics of Angular , JS, html , css

I applied via Naukri.com and was interviewed in Dec 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 - Technical 

(2 Questions)

  • Q1. What are the types of exceptions ?
  • Ans. 

    There are two types of exceptions: checked and unchecked.

    • Checked exceptions are checked at compile-time and must be handled by the programmer.

    • Unchecked exceptions are not checked at compile-time and can be handled by the JVM.

    • Examples of checked exceptions include IOException and SQLException.

    • Examples of unchecked exceptions include NullPointerException and ArrayIndexOutOfBoundsException.

  • Answered by AI
  • Q2. How will you handle exceptions of a procedure getting called in another procedure.
  • Ans. 

    I will use try-catch blocks to handle exceptions and log the error message for debugging purposes.

    • Enclose the procedure call in a try block.

    • Catch the exception in the catch block.

    • Log the error message for debugging purposes.

    • Handle the exception appropriately based on the specific scenario.

  • Answered by AI
Round 3 - HR 

(3 Questions)

  • Q1. What are your salary expectations?
  • Q2. Share details of your previous job.
  • Q3. Why are you looking for a change?

Interview Preparation Tips

Topics to prepare for DXC Technology Senior Application Developer interview:
  • PLSQL
  • Shell Scripting
Interview preparation tips for other job seekers - It was the coolest interview I've ever faced. As my interview for application developer in pl/SQL and shell scripting it went very well with the questions like 7,8 questions on pl/SQL and equally on shell scripts.

Skills evaluated in this interview

I applied via Naukri.com and was interviewed before Sep 2021. There were 3 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Don’t add your photo or details such as gender, age, and address in your resume. These details do not add any value.
View all tips
Round 2 - Technical 

(2 Questions)

  • Q1. What is COND parameter
  • Ans. 

    COND parameter is used in JCL to specify a condition for executing a job step.

    • COND parameter is used in IF/THEN/ELSE statements to determine the execution of a job step.

    • It can be used to check the return code of a previous step or a specific condition.

    • COND parameter can have values like ONLY, EVEN, ONLY EVEN, etc.

    • It can also be used with the NOT operator to negate the condition.

    • COND parameter can be used with job steps

  • Answered by AI
  • Q2. Used in JCL to skip few steps
  • Ans. 

    COND parameter is used in JCL to skip few steps

    • COND parameter is used in JCL to specify a condition that must be met before executing a step

    • If the condition is not met, the step is skipped

    • The syntax for using COND parameter is: COND=(code,operator,stepname)

    • For example, COND=(0,NE,STEP1) will skip the step if the return code of the previous step is not 0

  • Answered by AI
Round 3 - Technical 

(2 Questions)

  • Q1. What is DISTINCT in DB2
  • Ans. 

    DISTINCT is a keyword in DB2 used to retrieve unique values from a column or set of columns.

    • DISTINCT is used in SELECT statements to eliminate duplicate rows.

    • It can be used with one or more columns.

    • It is often used in conjunction with aggregate functions like COUNT, SUM, AVG, etc.

    • Example: SELECT DISTINCT column1, column2 FROM table_name;

    • Example: SELECT COUNT(DISTINCT column_name) FROM table_name;

  • Answered by AI
  • Q2. Used to remove duplicates
  • Ans. 

    The function used to remove duplicates is called 'distinct'.

    • Distinct is used in SQL to remove duplicate rows from a result set.

    • In Python, the set() function can be used to remove duplicates from a list.

    • The unique() function in R can be used to remove duplicates from a vector.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Practice well before the interview. As they ask some scenarios based questions, prepare well.

Skills evaluated in this interview

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

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

Round 1 - Technical 

(5 Questions)

  • Q1. Swap the value of two variables without using the third variable
  • Ans. 

    To swap the value of two variables without using a third variable, use arithmetic operations.

    • Use addition and subtraction to swap values

    • Example: a = 5, b = 10. a = a + b (a = 15), b = a - b (b = 5), a = a - b (a = 10)

  • Answered by AI
  • Q2. Basic javascript - Promises, Callbacks, difference in event handling in javascript & react.js
  • Ans. Synthetic events are present in React, syntax differences
  • Answered Anonymously
  • Q3. What is Context API
  • Ans. 

    Context API is a feature in React that allows sharing data between components without having to pass props through every level of the component tree.

    • Context API provides a way to pass data through the component tree without having to pass props down manually at every level.

    • It is particularly useful for passing down global data like themes, user authentication, or language preferences.

    • Context API consists of three main ...

  • Answered by AI
  • Q4. How do you orient some components in react with 40 or more pages? whats your approach?
  • Ans. 

    Use a routing library like React Router to manage navigation and organize components into separate pages.

    • Utilize React Router to set up routes for each page and handle navigation

    • Organize components into separate folders based on their functionality or page they belong to

    • Consider lazy loading components to improve performance, especially with a large number of pages

  • Answered by AI
  • Q5. How would you optimize an application?
  • Ans. 

    Optimizing an application involves identifying and resolving performance bottlenecks to improve efficiency and user experience.

    • Identify and address slow database queries or inefficient code

    • Implement caching mechanisms to reduce load times

    • Optimize images and assets to reduce file sizes

    • Utilize asynchronous processing to improve responsiveness

    • Profile and analyze code to identify areas for improvement

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident, prepare well, strengthen your base knowledge related to that Technologies for which you're applying for the jobs.

Skills evaluated in this interview

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

I applied via Naukri.com and was interviewed in Aug 2024. There was 1 interview round.

Round 1 - Coding Test 

I was asked about ReactJS and Node JS questions and 3 coding questions

Interview Preparation Tips

Topics to prepare for Accenture Senior Application Developer interview:
  • MERN STACK
Interview preparation tips for other job seekers - Good
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Basic java questions
  • Q2. Stream api and lambda
Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Company Website and was interviewed in Apr 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. About Front End technology & Javascript
  • Q2. Angular Basics to Advanced Concept
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Company Website and was interviewed in Mar 2024. There was 1 interview round.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Difference between== and ==== in LWC.
  • Ans. 

    In LWC, == is used for loose equality comparison while ==== is used for strict equality comparison.

    • == is used for comparing values without considering data types

    • === is used for comparing values while also considering data types

    • Example: '1' == 1 will return true, but '1' === 1 will return false

  • Answered by AI
  • Q2. In how many ways we can communicate in LWC and what are they
  • Ans. 

    There are three ways to communicate in LWC: event communication, public properties, and method calls.

    • Event communication: Components can communicate by firing and handling events.

    • Public properties: Components can communicate by passing data through public properties.

    • Method calls: Components can communicate by calling methods on other components.

  • Answered by AI

Skills evaluated in this interview

Fujitsu Interview FAQs

How to prepare for Fujitsu Senior Application Developer 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 Coding, Javascript, Management, Python and SQL.
What are the top questions asked in Fujitsu Senior Application Developer interview?

Some of the top questions asked at the Fujitsu Senior Application Developer interview -

  1. Microservices and springboot related questions if shown interest in ...read more
  2. Basic concepts of core java like OOPS principles and collection based questions...read more
  3. Basic questions on Spring and Hibernate if mentioned in Resu...read more

Tell us how to improve this page.

Fujitsu Senior Application Developer Salary
based on 419 salaries
₹9.3 L/yr - ₹29 L/yr
16% more than the average Senior Application Developer Salary in India
View more details

Fujitsu Senior Application Developer Reviews and Ratings

based on 51 reviews

3.3/5

Rating in categories

2.7

Skill development

3.7

Work-life balance

3.1

Salary

3.4

Job security

3.2

Company culture

2.8

Promotions

2.8

Work satisfaction

Explore 51 Reviews and Ratings
Senior Application Developer

Noida

7-9 Yrs

₹ 19-16.25 LPA

Senior Application Developer

Pune

7-9 Yrs

₹ 10.5-25.197 LPA

Senior Application Developer

Noida

7-9 Yrs

₹ 13-20 LPA

Explore more jobs
Technical Service Engineer
1.1k salaries
unlock blur

₹2.3 L/yr - ₹16 L/yr

Application Developer
989 salaries
unlock blur

₹2.5 L/yr - ₹15 L/yr

Assistant Application Developer
619 salaries
unlock blur

₹2.3 L/yr - ₹8.1 L/yr

Assistant Technical Service Engineer
574 salaries
unlock blur

₹2.8 L/yr - ₹7.9 L/yr

Associate Application Developer
513 salaries
unlock blur

₹4.2 L/yr - ₹15.9 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