Upload Button Icon Add office photos

Fujitsu

Compare button icon Compare button icon Compare

Filter interviews by

Fujitsu Apprentice Trainee Interview Questions and Answers

Updated 3 Dec 2024

Fujitsu Apprentice Trainee Interview Experiences

6 interviews found

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Self Introduction
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Self Intoduction

Apprentice Trainee Interview Questions Asked at Other Companies

Q1. # Modes of heat transfer and how do they work? #Thermodynamics #p ... read more
Q2. What is earthing??? Earthing and grounding is same??
Q3. Difference between thermodynamics & heat transfer operations?
Q4. Secure communication process that prevents third parties from acc ... read more
asked in GE
Q5. What is aerodynamic. What types of engine used in aeroplane and m ... read more
Interview experience
1
Bad
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

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

Round 1 - Technical 

(4 Questions)

  • Q1. Asked Technical questions but they do not need Technical people. They want the translator for Japan only. They are hiring people for sweeping work (As HR told us in meeting)
  • Q2. Are you ready to be slave?
  • Q3. Are you okay with sweeping job. Doesn't matter if you are a graduate student.
  • Q4. If we are paying you, can you destroy your life by joining us?

Interview Preparation Tips

Interview preparation tips for other job seekers - Enter at your risk.
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Walk-in and was interviewed in Feb 2024. There were 2 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. What is oops,simple sql query
  • Ans. 

    OOPs stands for Object-Oriented Programming. A simple SQL query is a basic query used to retrieve data from a database.

    • OOPs refers to a programming paradigm based on the concept of objects

    • SQL is a language used to interact with databases

    • A simple SQL query can be a SELECT statement to retrieve data from a table

  • Answered by AI
Round 2 - HR 

(2 Questions)

  • Q1. Why you want to join this company
  • Q2. What is your expected ctc
  • Ans. 

    My expected CTC is negotiable based on the company's offer and benefits package.

    • I am open to discussing salary based on the responsibilities and opportunities provided by the role.

    • I am looking for a competitive salary that reflects my skills and experience in the industry.

    • I am also interested in benefits such as health insurance, retirement plans, and professional development opportunities.

    • I am flexible and willing to ...

  • Answered by AI

Skills evaluated in this interview

Fujitsu interview questions for designations

 Apprentice

 (1)

 Trainee

 (2)

 Technical Trainee

 (2)

 Apprenticeship Trainee

 (1)

 Engineer Trainee

 (1)

 Trainee Technician

 (1)

 Software Developer Apprentice

 (1)

 Technical Service Trainee

 (2)

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

I applied via Naukri.com and was interviewed before Aug 2023. There were 2 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. What is Python language?
  • Ans. 

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

    • Python is interpreted, not compiled

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

    • Python has a large standard library and a thriving community for support

    • Example: print('Hello, World!') is a simple Python program to display text

  • Answered by AI
  • Q2. Core Java basic questions
Round 2 - HR 

(1 Question)

  • Q1. Basic HR questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Please get billable project don't waste your time

Skills evaluated in this interview

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

I applied via Approached by Company and was interviewed before Jun 2022. There were 2 interview rounds.

Round 1 - Aptitude Test 

Basic aptitude questions: Mostly coding related, debugging, missing code line, etc.

Round 2 - HR 

(2 Questions)

  • Q1. Self introduction, able to relocate, work on all shifts, etc.
  • Q2. Ready to Relocate? Ready to work on all shift?

Interview Preparation Tips

Interview preparation tips for other job seekers - If you have no other offer, go for this. Training is good, but no projects, especially technical projects. Anytime lay off.

Interview questions from similar companies

Interview Preparation Tips

Round: Resume Shortlist
Experience: This round they want to know about why do you want to leave your job?
current ctc
expected ctc
how many experience do you have on particular technology?
Tips: this round is simple you have to tell all the details of your profile and if they want this profile candidate they shortlisted you..
they want positive response, so be positive.

Interview Preparation Tips

College Name: Vidyalankar Institute Of Technology

Interview Questionnaire 

11 Questions

  • Q1. Hobbies: Drawing. Asked about drawing and pencil shading. Draw in next 5 mins something great to impress me else rejected
  • Q2. Sketch my face
  • Q3. If you are told to do a job of a peon for the company will you?
  • Q4. Remove all the pcs from the lab and keep in other lab RIGHT NOW?
  • Ans. 

    Yes, I can remove all the pcs from the lab and keep them in another lab right now.

    • Ensure all the necessary equipment and tools are available for the move

    • Coordinate with the lab staff to ensure a smooth transition

    • Label and document each PC for easy identification and setup in the new lab

    • Ensure proper packaging and handling to prevent any damage during the move

  • Answered by AI
  • Q5. Impress me with your talents
  • Q6. If a person asks you on a construction site to pick up bricks will you?
  • Q7. How crazy are you?
  • Q8. Show me how crazy are you in next 5 mins?
  • Q9. Write down Fibonacci series and also explain pseudo code for it?
  • Ans. 

    Fibonacci series is a sequence of numbers where each number is the sum of the two preceding ones.

    • The first two numbers of the series are always 0 and 1

    • The next number is the sum of the previous two numbers

    • The series goes on infinitely: 0, 1, 1, 2, 3, 5, 8, 13, 21, 34, 55, 89, 144, ...

    • Pseudo code: 1. Initialize variables a=0, b=1, c=0 2. Print a and b 3. Repeat steps 4-6 until desired number of terms 4. c=a+b 5. Pr

  • Answered by AI
  • Q10. Write algorithm for matrix multiplication?
  • Ans. 

    Algorithm for matrix multiplication

    • Create a result matrix with dimensions of the two input matrices

    • Iterate through each row and column of the result matrix

    • For each element in the result matrix, multiply corresponding row in first matrix with corresponding column in second matrix

    • Add the products obtained in the previous step to get the final value for the element

  • Answered by AI
  • Q11. Explain your project and which algorithm you used in it. Why that algorithm?
  • Ans. 

    I worked on a project that involved sentiment analysis of customer reviews using Naive Bayes algorithm.

    • The project involved collecting customer reviews from various sources.

    • Preprocessing the data by removing stop words, stemming, and tokenizing.

    • Used Naive Bayes algorithm for sentiment analysis.

    • The algorithm was chosen because of its simplicity and effectiveness in text classification tasks.

    • The accuracy of the model was

  • Answered by AI

Interview Preparation Tips

Round: HR Interview
Experience: Confused

If they say do you have any questions?
NEVER ASK about your performance in that round.

Round: Technical Interview
Experience: Good
Tips: Interview depends on your basic knowledge

Skills: Presence Of Mind, Technical Skills, Analytical Skills
College Name: Vidyalankar Institute Of Technology
Motivation: Got rejected for TCS aptitude.
Funny Moments: Whole HR interview

Skills evaluated in this interview

Interview Questionnaire 

9 Questions

  • Q1. Talk about your BE project?
  • Ans. 

    Developed a web-based project management system for a construction company.

    • Used PHP and MySQL for backend development

    • Implemented user authentication and authorization

    • Designed a responsive UI using Bootstrap

    • Integrated Google Maps API for location tracking

    • Enabled file uploads and downloads for project documents

  • Answered by AI
  • Q2. If you belong to EXTC, then why IT?
  • Ans. 

    EXTC and IT are not mutually exclusive fields. My knowledge in EXTC complements my skills in IT.

    • My knowledge in EXTC gives me a strong foundation in electronics and communication, which are essential in the IT industry.

    • I have also gained programming skills through my coursework and projects in EXTC.

    • IT is a rapidly growing field with a lot of opportunities, and I believe my skills and knowledge make me a strong candidat...

  • Answered by AI
  • Q3. Are you ok with relocation?
  • Ans. 

    Yes, I am open to relocation for the right opportunity.

    • I am willing to relocate for a position that aligns with my career goals

    • I am excited about the prospect of exploring a new city and culture

    • I am flexible and adaptable to new environments

  • Answered by AI
  • Q4. Which languages are you familiar with?
  • Ans. 

    I am familiar with several programming languages.

    • Java

    • Python

    • C++

    • JavaScript

    • SQL

  • Answered by AI
  • Q5. BE project members and your guide
  • Q6. What/s the diffrencebetween leader and a manager
  • Ans. 

    A leader inspires and motivates while a manager plans and organizes.

    • Leaders focus on the big picture while managers focus on details

    • Leaders lead by example while managers delegate tasks

    • Leaders inspire and motivate while managers enforce rules and policies

    • Leaders are visionaries while managers are implementers

    • Examples of leaders: Steve Jobs, Martin Luther King Jr. Examples of managers: Tim Cook, COO of Apple

  • Answered by AI
  • Q7. Are you okay with relocation?
  • Ans. 

    Yes, I am open to relocation for the right opportunity.

    • I am willing to relocate for the right job opportunity

    • I am open to exploring new places and cultures

    • I understand that relocation may come with challenges, but I am prepared to face them

    • I am excited about the prospect of starting fresh in a new location

  • Answered by AI
  • Q8. What's the name of the person who took your technical interview?
  • Ans. 

    I'm sorry, I don't have that information.

    • N/A

  • Answered by AI
  • Q9. How was the TCS aptitude test?
  • Ans. 

    The TCS aptitude test was challenging but fair.

    • The test covered a wide range of topics including math, logic, and English.

    • The questions were designed to test problem-solving skills and critical thinking.

    • Time management was crucial as there were many questions to answer in a limited time.

    • Overall, the test was a good indicator of one's aptitude for software engineering.

  • Answered by AI

Interview Preparation Tips

Round: Technical Interview
Experience: pretty decent and interactive
Tips: be true, be yourself

General Tips: Do not fake a personality, be original. Avoid an answer if you have to, but , in an affirmative way.
Skills: Ability To Justify, Ability To Be Involved In Hands On Work, Ability To Deal Diplomatically, Ability To Convince
College Name: Vidyalankar Institute Of Technology
Funny Moments: The HR interviewer asked me the name of my tech interviewer.

Fujitsu Interview FAQs

How many rounds are there in Fujitsu Apprentice Trainee interview?
Fujitsu interview process usually has 1-2 rounds. The most common rounds in the Fujitsu interview process are Technical, HR and Resume Shortlist.
How to prepare for Fujitsu Apprentice Trainee 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 Communication Skills, Human Resource Management and Interpersonal Skills.
What are the top questions asked in Fujitsu Apprentice Trainee interview?

Some of the top questions asked at the Fujitsu Apprentice Trainee interview -

  1. What is Python langua...read more
  2. what is oops,simple sql qu...read more
  3. what is your expected ...read more

Tell us how to improve this page.

Fujitsu Apprentice Trainee Interview Process

based on 6 interviews

1 Interview rounds

  • Technical 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.6k Interviews
Cognizant Interview Questions
3.7
 • 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
Genpact Interview Questions
3.8
 • 3.1k Interviews
LTIMindtree Interview Questions
3.8
 • 2.9k Interviews
View all
Fujitsu Apprentice Trainee Salary
based on 99 salaries
₹2 L/yr - ₹3.5 L/yr
42% more than the average Apprentice Trainee Salary in India
View more details

Fujitsu Apprentice Trainee Reviews and Ratings

based on 17 reviews

3.1/5

Rating in categories

2.8

Skill development

3.4

Work-life balance

2.9

Salary

2.1

Job security

3.5

Company culture

2.8

Promotions

2.9

Work satisfaction

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

₹2.2 L/yr - ₹16 L/yr

Application Developer
983 salaries
unlock blur

₹2.2 L/yr - ₹14.9 L/yr

Assistant Application Developer
655 salaries
unlock blur

₹2.5 L/yr - ₹8.1 L/yr

Assistant Technical Service Engineer
585 salaries
unlock blur

₹2.5 L/yr - ₹8 L/yr

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