Upload Button Icon Add office photos

Fujitsu

Compare button icon Compare button icon Compare

Filter interviews by

Fujitsu Assistant Application Developer Interview Questions and Answers

Updated 19 Nov 2023

Fujitsu Assistant Application Developer Interview Experiences

3 interviews found

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

I applied via Naukri.com and was interviewed in Oct 2023. There were 3 interview rounds.

Round 1 - One-on-one 

(1 Question)

  • Q1. Tell me about yourself.. Why you want to make a shift? How comfortable I am to relocate. Is it fine for you if you want to learn /work in new technology.
  • Ans. 

    I am a passionate developer looking to expand my skills and knowledge in a new environment.

    • I have been working as an Assistant Application Developer for the past 3 years, gaining experience in various technologies.

    • I am eager to make a shift to explore new opportunities and challenges that will help me grow professionally.

    • I am comfortable with relocating for the right opportunity, as I believe it will broaden my horizon...

  • Answered by AI
Round 2 - Technical 

(2 Questions)

  • Q1. Some technical questions based on my previous work profile
  • Q2. Not related for what I am working right now.
Round 3 - HR 

(1 Question)

  • Q1. How much salary do I expect.. Explained about my previous projects

I applied via Approached by Company and was interviewed in Mar 2022. 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 

(1 Question)

  • Q1. What is the difference between args and kwargs
  • Ans. 

    args and kwargs are used to pass variable-length arguments to a function, but args is for positional arguments and kwargs is for keyword arguments.

    • args is a tuple of positional arguments, while kwargs is a dictionary of keyword arguments

    • args is used when the number of arguments is not known beforehand, while kwargs is used when passing named arguments

    • Example: def my_func(*args, **kwargs):

    • Example: my_func(1, 2, 3, name=

  • Answered by AI
Round 3 - HR 

(1 Question)

  • Q1. Whats your salary expectation?

Interview Preparation Tips

Topics to prepare for Fujitsu Assistant Application Developer interview:
  • Python
Interview preparation tips for other job seekers - Only the basics are asked and one can easily pass if they have the basic knowledge

Assistant Application Developer Interview Questions Asked at Other Companies

asked in Oracle
Q1. Java api implementation approach and how you are connecting it fr ... read more
asked in Dr. Reddy's
Q2. Where Assistant Application Developer in Hydrabad ?
asked in Oracle
Q3. Delete a head node from linked list given that head node is not g ... read more
asked in Oracle
Q4. Common longest Substring from 2 or more than 2 string
asked in Oracle
Q5. Stack implementation using Queue, Queue implementation using stac ... read more

I applied via Approached by Company and was interviewed in Mar 2022. 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 

(1 Question)

  • Q1. Basic and deep details regarding the skills you have.
Round 3 - HR 

(1 Question)

  • Q1. Basic HR questions like family background, salary negotiation, location, etc

Interview Preparation Tips

Interview preparation tips for other job seekers - Keep going and keep learning you will go very much ahead

Interview questions from similar companies

Interview Questionnaire 

3 Questions

  • Q1. Tr1- difference between switch case and if else, write the code for sorting
  • Ans. 

    Switch case is used for multiple conditions while if else is for binary conditions. Sorting can be done using various algorithms.

    • Switch case is faster than if else for multiple conditions

    • If else is more readable for binary conditions

    • Sorting can be done using bubble sort, insertion sort, quick sort, etc.

    • Example code for bubble sort: for(i=0;iarr[j+1]){swap(&arr[j],&arr[j+1]);}}}

  • Answered by AI
  • Q2. Tr2-difference between compiler and interpreter, Solve a challange on their own coding platform with proper output
  • Ans. 

    Difference between compiler and interpreter with a coding challenge

    • Compiler translates the entire code into machine language before execution while interpreter translates line by line during execution

    • Compiler generates an executable file while interpreter does not

    • Compiler is faster but debugging is harder while interpreter is slower but debugging is easier

    • Coding challenge: Write a program to find the sum of two numbers

  • Answered by AI
  • Q3. Oops concept

I applied via Company Website and was interviewed in Feb 2021. There was 1 interview round.

Interview Questionnaire 

2 Questions

  • Q1. Basic oops questions
  • Q2. Software Engineering: software development lifecycle, water flow model etc

Interview Preparation Tips

Interview preparation tips for other job seekers - Interviewers are mostly gentle and friendly.Just be bold and answer what you know.hope this helps.all the best :)

Interview Questionnaire 

1 Question

  • Q1. General and logical

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident and honest

I applied via Naukri.com and was interviewed before Feb 2021. There were 5 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 - Coding Test 
Round 3 - Technical 

(1 Question)

  • Q1. They asked some technical questions.
Round 4 - Technical 

(1 Question)

  • Q1. They have asked some management questions because this was the managerial round.
Round 5 - HR 

(4 Questions)

  • Q1. What are your salary expectations?
  • Q2. What is your family background?
  • Q3. Share details of your previous job.
  • Q4. Tell me about yourself.

Interview Preparation Tips

Interview preparation tips for other job seekers - Be positive while giving interview and be prepared for the interview. Without preparing we shouldn't miss the opportunity.

I applied via Campus Placement and was interviewed before Apr 2021. There were 3 interview rounds.

Round 1 - Aptitude Test 

Aptitude test was moderate.

Round 2 - Coding Test 

Easy questions were their but they expect you to do in best possible way

Round 3 - HR 

(1 Question)

  • Q1. What are the projects you done through out your 4 year career

Interview Preparation Tips

Topics to prepare for Accenture Associate Software Engineer interview:
  • Java
  • Basics of ds
  • Aptitude
  • Domain knowledge
Interview preparation tips for other job seekers - If you know basics of coding and you aptitude and you have taken your 4 years on engineering seriously it will not take much to crack into the company

I applied via Campus Placement and was interviewed in Sep 2020. There were 3 interview rounds.

Interview Questionnaire 

13 Questions

  • Q1. What technologies you are familiar with?
  • Ans. 

    I am familiar with a wide range of technologies used in software development.

    • Java

    • Python

    • C++

    • JavaScript

    • HTML/CSS

    • SQL

    • Git

    • Linux

    • RESTful APIs

    • Agile methodologies

  • Answered by AI
  • Q2. What are the OOPs concept in Java?
  • Ans. 

    OOPs concepts in Java include encapsulation, inheritance, polymorphism, and abstraction.

    • Encapsulation: Bundling data and methods together in a class.

    • Inheritance: Creating new classes from existing ones, inheriting their properties and behaviors.

    • Polymorphism: Objects of different classes can be treated as objects of a common superclass.

    • Abstraction: Hiding complex implementation details and providing a simplified interfa

  • Answered by AI
  • Q3. What are the ways to achieve abstraction?
  • Ans. 

    Abstraction can be achieved through interfaces, abstract classes, and encapsulation.

    • Using interfaces to define a set of methods that a class must implement

    • Using abstract classes to provide a base implementation that can be extended by subclasses

    • Encapsulating implementation details to hide complexity and provide a simpler interface

    • Using design patterns such as Factory and Strategy to abstract away implementation details

  • Answered by AI
  • Q4. Difference between class and Interface object and fucntion instance and all the differences?
  • Ans. 

    Class is a blueprint for creating objects while interface defines a contract for implementing classes.

    • Class is a template for creating objects with properties and methods.

    • Interface is a contract that defines a set of methods and properties that a class must implement.

    • Object is an instance of a class that has its own set of properties and methods.

    • Function instance is a reference to a function that can be called with arg...

  • Answered by AI
  • Q5. Some graph question and some more questions from data structure like about linkedlist queue.
  • Q6. Inheritance
  • Q7. Scope of access modifiers
  • Ans. 

    Access modifiers control the visibility and accessibility of class members.

    • Access modifiers include public, private, protected, and internal.

    • Public members can be accessed from anywhere.

    • Private members can only be accessed within the same class.

    • Protected members can be accessed within the same class and its subclasses.

    • Internal members can be accessed within the same assembly.

    • Access modifiers help enforce encapsulation ...

  • Answered by AI
  • Q8. Some tree questions
  • Q9. Some graph question
  • Q10. What do you know about cloud
  • Ans. 

    Cloud refers to the delivery of computing services over the internet.

    • Cloud computing allows users to access data and applications from anywhere with an internet connection.

    • Cloud services can be categorized into three main types: Infrastructure as a Service (IaaS), Platform as a Service (PaaS), and Software as a Service (SaaS).

    • Cloud providers include Amazon Web Services (AWS), Microsoft Azure, and Google Cloud Platform.

    • ...

  • Answered by AI
  • Q11. Some basic question like which things come in Iaas
  • Q12. What are the ways to achieve some task on aws
  • Ans. 

    There are multiple ways to achieve tasks on AWS depending on the specific task.

    • Using AWS Management Console

    • Using AWS CLI

    • Using AWS SDKs

    • Using AWS CloudFormation

    • Using AWS Elastic Beanstalk

    • Using AWS Lambda

    • Using AWS Step Functions

    • Using AWS Batch

  • Answered by AI
  • Q13. About ec2 and many more

Interview Preparation Tips

Interview preparation tips for other job seekers - Just be honest about what you know and how much you know tell them very clearly you do not know much about this do not try to make stories they know more than you

Skills evaluated in this interview

I applied via Naukri.com and was interviewed in Dec 2020. There were 3 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. 1. Background tables were details are stored for dso, cube
  • Q2. What are sid's?
  • Ans. 

    SID stands for Security Identifier. It is a unique identifier assigned to a user, group, or computer account in Windows.

    • SID is used to control access to resources in Windows

    • It is a string of alphanumeric characters

    • SID is generated by the Windows operating system during the creation of an account

    • It is used to identify users, groups, and computers in a network

    • Example: S-1-5-21-3623811015-3361044348-30300820-1013

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - The recruiter asked the basic technical questions on all the different layers like application layar, datasource level, reporting level, apd, open hub.
My interview last for around 45-60 mins

Fujitsu Interview FAQs

How many rounds are there in Fujitsu Assistant Application Developer interview?
Fujitsu interview process usually has 3-4 rounds. The most common rounds in the Fujitsu interview process are Resume Shortlist, Technical and HR.
How to prepare for Fujitsu Assistant 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 Data Analysis, Data Quality, GIT, Machine Learning and Natural Language Processing.

Tell us how to improve this page.

Fujitsu Assistant Application Developer Interview Process

based on 2 interviews

1 Interview rounds

  • Resume Shortlist Round
View more

Interview Questions from Similar Companies

Accenture Interview Questions
3.8
 • 8.3k Interviews
Wipro Interview Questions
3.7
 • 5.7k Interviews
Cognizant Interview Questions
3.7
 • 5.7k Interviews
Capgemini Interview Questions
3.7
 • 4.9k Interviews
Genpact Interview Questions
3.8
 • 3.2k Interviews
LTIMindtree Interview Questions
3.7
 • 2.9k Interviews
IBM Interview Questions
4.0
 • 2.4k Interviews
DXC Technology Interview Questions
3.7
 • 805 Interviews
Nagarro Interview Questions
4.0
 • 765 Interviews
View all
Fujitsu Assistant Application Developer Salary
based on 629 salaries
₹2.5 L/yr - ₹8.1 L/yr
13% more than the average Assistant Application Developer Salary in India
View more details

Fujitsu Assistant Application Developer Reviews and Ratings

based on 77 reviews

4.0/5

Rating in categories

3.7

Skill development

4.5

Work-life balance

3.6

Salary

4.0

Job security

4.1

Company culture

3.1

Promotions

3.7

Work satisfaction

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

₹2.4 L/yr - ₹16 L/yr

Application Developer
984 salaries
unlock blur

₹2.4 L/yr - ₹14.9 L/yr

Assistant Application Developer
629 salaries
unlock blur

₹2.5 L/yr - ₹8.1 L/yr

Assistant Technical Service Engineer
592 salaries
unlock blur

₹2.5 L/yr - ₹7.9 L/yr

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