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:
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 

(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

I applied via Freshercamp and was interviewed in May 2021. There was 1 interview round.

Interview Questionnaire 

2 Questions

  • Q1. What is the worst moment of your life? and how you Overcome it?
  • Q2. Share about your project work?

Interview Preparation Tips

Interview preparation tips for other job seekers - In Accenture, HR is mainly concentrating on Project Work rather than Technical Questions. They test our Interpersonal. So be ready for your interview with both Professional and Soft Skills as well.
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 Nov 2024. There was 1 interview round.

Round 1 - Technical 

(3 Questions)

  • Q1. What is a project that you have worked on before?
  • Ans. 

    Developed a web-based inventory management system for a retail company

    • Utilized Java for backend development

    • Implemented responsive design using HTML, CSS, and JavaScript

    • Integrated barcode scanning functionality for efficient inventory tracking

  • Answered by AI
  • Q2. What was your role within the team?
  • Ans. 

    I was responsible for providing technical support to end users and troubleshooting application issues within the team.

    • Providing technical support to end users

    • Troubleshooting application issues

    • Collaborating with team members to resolve issues

    • Documenting solutions and best practices

  • Answered by AI
  • Q3. What SQL-based queries were asked during your interview? like self join , average
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

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

Round 1 - One-on-one 

(2 Questions)

  • Q1. Mostly asked java 8 update and distinct number in given array and Multithreading
  • Q2. 2 program based on java 8, array reverse

Interview Preparation Tips

Interview preparation tips for other job seekers - Keep update with java 8, collection, spring boot @Anotation
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 Nov 2024. There were 2 interview rounds.

Round 1 - Technical 

(3 Questions)

  • Q1. Basics of Core Python concepts like Loops, Lambda functions.
  • Q2. Check if a string is Palindrome or not.
  • Ans. 

    Check if a string is Palindrome or not.

    • Create a function to compare the original string with its reverse

    • Ignore spaces and punctuation when checking for palindrome

    • Examples: 'racecar' is a palindrome, 'hello' is not

  • Answered by AI
  • Q3. Questions of Sql.
Round 2 - One-on-one 

(2 Questions)

  • Q1. What questions were asked regarding the projects you worked on, and what specific technicalities were included?
  • Q2. Questions on Django, Flask and REST API services.

Interview Preparation Tips

Topics to prepare for Accenture Application Developer interview:
  • Python
  • Django
  • Flask
  • SQL
Interview preparation tips for other job seekers - Easy going interview. Brush up-on your basics and then be prepared with your resume.
Interview experience
3
Average
Difficulty level
Easy
Process Duration
-
Result
No response
Round 1 - Technical 

(2 Questions)

  • Q1. About splunk topics. Thry asked sbout alerts, reports snd dashboards
  • Q2. Unix commands and shell scripting and few scenarios
Round 2 - HR 

(1 Question)

  • Q1. Package discussion and about the shift
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Recruitment Consulltant and was interviewed in Dec 2024. There was 1 interview round.

Round 1 - Technical 

(4 Questions)

  • Q1. What are the differences between a procedure and a function?
  • Q2. Write a query to find 3rd highest salary from each department
  • Q3. What is synonym.
  • Q4. What are the indexes you used ? Diff between bitmap and btree index
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
4-6 weeks
Result
-

I applied via Company Website and was interviewed in Dec 2024. There were 2 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Internal working of Hashmap
  • Ans. 

    HashMap in Java is a data structure that stores key-value pairs and uses hashing to efficiently retrieve values.

    • HashMap uses hashing to store and retrieve key-value pairs

    • It uses an array of linked lists to handle collisions

    • The key's hash code is used to determine the index in the array where the key-value pair is stored

    • HashMap allows one null key and multiple null values

    • Example: HashMap<String, Integer> map = new

  • Answered by AI
  • Q2. Difference between string builder and string buffer
  • Ans. 

    String builder is not synchronized, faster but not thread-safe. String buffer is synchronized, slower but thread-safe.

    • String builder is faster due to lack of synchronization, suitable for single-threaded environments.

    • String buffer is slower due to synchronization, suitable for multi-threaded environments.

    • Example: StringBuilder sb = new StringBuilder(); StringBuffer sbf = new StringBuffer();

  • Answered by AI
Round 2 - HR 

(2 Questions)

  • Q1. Why would you like to join us
  • Ans. 

    I am passionate about developing innovative applications and believe in the mission of your company.

    • Excited about the opportunity to work on cutting-edge technologies

    • Aligned with the company's values and goals

    • Seeking a challenging and dynamic work environment

    • Impressed by the company's reputation and success stories

  • Answered by AI
  • Q2. Expected CTC and current CTC

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

TCS Interview Questions
3.7
 • 10.5k Interviews
Accenture Interview Questions
3.8
 • 8.2k Interviews
Infosys Interview Questions
3.6
 • 7.6k Interviews
Wipro Interview Questions
3.7
 • 5.7k Interviews
Cognizant Interview Questions
3.8
 • 5.6k Interviews
Capgemini Interview Questions
3.7
 • 4.8k Interviews
Tech Mahindra Interview Questions
3.5
 • 3.9k Interviews
HCLTech Interview Questions
3.5
 • 3.8k Interviews
Genpact Interview Questions
3.8
 • 3.1k Interviews
LTIMindtree Interview Questions
3.8
 • 3k Interviews
View all
Fujitsu Assistant Application Developer Salary
based on 621 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 71 reviews

4.0/5

Rating in categories

3.8

Skill development

4.5

Work-life balance

3.5

Salary

4.2

Job security

4.2

Company culture

3.1

Promotions

3.7

Work satisfaction

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

₹4.5 L/yr - ₹17.1 L/yr

Application Developer
992 salaries
unlock blur

₹2.1 L/yr - ₹15.1 L/yr

Assistant Application Developer
621 salaries
unlock blur

₹2.5 L/yr - ₹8.1 L/yr

Assistant Technical Service Engineer
577 salaries
unlock blur

₹2.8 L/yr - ₹7.5 L/yr

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