Upload Button Icon Add office photos

Fujitsu

Compare button icon Compare button icon Compare

Filter interviews by

Fujitsu Data Analyst Interview Questions and Answers

Updated 20 Feb 2024

Fujitsu Data Analyst Interview Experiences

1 interview found

Data Analyst Interview Questions & Answers

user image Ayush Verma

posted on 20 Feb 2024

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

(1 Question)

  • Q1. Resume related questions based on skills and project

Interview questions from similar companies

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. What is the importance of data analysis?
  • Ans. 

    Data analysis is crucial for making informed decisions, identifying trends, and solving complex problems.

    • Helps in making informed decisions based on data-driven insights

    • Identifies trends and patterns that can lead to strategic business decisions

    • Aids in solving complex problems by analyzing data to find root causes

    • Improves efficiency and effectiveness of processes through data-driven optimizations

  • Answered by AI
  • Q2. What steps should be taken to become a data analyst?
  • Ans. 

    To become a data analyst, one should focus on acquiring relevant education, gaining experience with data analysis tools, and developing strong analytical and problem-solving skills.

    • Obtain a degree in a related field such as statistics, mathematics, computer science, or data science.

    • Gain experience with data analysis tools such as SQL, Python, R, and Excel.

    • Develop strong analytical and problem-solving skills by working ...

  • Answered by AI

Data Analyst Interview Questions & Answers

Atos user image Pranita Wagh

posted on 27 Jan 2025

Interview experience
1
Bad
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I was interviewed in Dec 2024.

Round 1 - HR 

(2 Questions)

  • Q1. Can you tell me about yourself? Why do you want to work as a data analyst? What do you know about our company?
  • Q2. What are your short-term and long-term career goals in the field of data analysis? Why do you wish to pursue a career in data analysis? What factors motivate you to work in a data-driven environment?
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

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

Round 1 - Technical 

(3 Questions)

  • Q1. What are the different kinds of joins
  • Ans. 

    Different kinds of joins include inner join, outer join, left join, and right join.

    • Inner join: Returns only the rows that have matching values in both tables.

    • Outer join: Returns all rows when there is a match in one of the tables.

    • Left join: Returns all rows from the left table and the matched rows from the right table.

    • Right join: Returns all rows from the right table and the matched rows from the left table.

  • Answered by AI
  • Q2. What is the difference between columns and measures in power BI
  • Ans. 

    Columns are the fields in a dataset, while measures are calculations based on those fields in Power BI.

    • Columns are the raw data fields in a dataset, such as 'Sales Amount' or 'Product Category'.

    • Measures are calculations performed on columns, like sum, average, count, etc.

    • Measures are created using DAX (Data Analysis Expressions) in Power BI.

    • Columns are used for grouping, filtering, and slicing data, while measures are

  • Answered by AI
  • Q3. How can you remove duplicates in sql
  • Ans. 

    Use the DISTINCT keyword in a SELECT statement to remove duplicates in SQL.

    • Use the DISTINCT keyword in a SELECT statement to retrieve unique values.

    • Example: SELECT DISTINCT column_name FROM table_name;

    • Another way is to use the GROUP BY clause to remove duplicates.

    • Example: SELECT column_name FROM table_name GROUP BY column_name;

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Genpact Data Analyst interview:
  • SQL Server
  • Power Bi
  • alteryx
Interview preparation tips for other job seekers - Be confident they want to know whether your basics are clear or not.

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. Self introduction
  • Q2. Previous job experiences

Data Analyst Interview Questions & Answers

FIS user image Vijay Kumar

posted on 12 Jul 2024

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

I applied via Referral and was interviewed in Jan 2024. There was 1 interview round.

Round 1 - HR 

(2 Questions)

  • Q1. Can you describe a challenging situation at work and how you handled it ?
  • Q2. How do you prioritize tasks when you have multiple deadlines to meet
  • Ans. 

    I prioritize tasks based on deadlines, importance, and impact on overall goals.

    • I start by identifying all tasks and their respective deadlines.

    • I prioritize tasks based on the urgency of the deadline and the impact on overall goals.

    • I break down larger tasks into smaller, manageable sub-tasks to ensure progress is made consistently.

    • I communicate with stakeholders to set realistic expectations and adjust priorities if nec...

  • Answered by AI

I applied via Recruitment Consulltant and was interviewed in Jul 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. Question related to SQL, Tableau and some problem statements. Challenges faced in work environment.
Round 3 - One-on-one 

(1 Question)

  • Q1. Work experience. Challenges faced in work. Type of visualization for a specific type of problem.
  • Ans. 

    Work experience, challenges faced, and visualization types for specific problems.

    • Work experience: Mention relevant job roles and responsibilities.

    • Challenges faced: Discuss specific challenges encountered and how they were overcome.

    • Visualization types: Provide examples of visualizations used for different types of problems.

  • Answered by AI
Round 4 - HR 

(1 Question)

  • Q1. Work experience, expectations etc.

Interview Preparation Tips

Topics to prepare for Optum Global Solutions Data Analyst interview:
  • Tableau
  • SQL
  • Visualization
  • Team Leading
Interview preparation tips for other job seekers - Having good work experience is really helpful. Boast as much you can about your work in previous organisation, like challenged you faced, initiatives you took etc during your introduction. Try giving example related to the technical questions asked, like how you used this technical skill set in your work earlier. If you don't know something, try to give a work around or atleast approach if you can figure it out. When it comes to visualization, keep in mind that simplest is the best. Don't mention some fancy graphs for the information that can be displayed with a simple text card.

I was interviewed in Sep 2021.

Round 1 - Coding Test 

(2 Questions)

Round duration - 90 minutes
Round difficulty - Medium

There were around 30 questions ranging from DBMS, OOPS + 2 coding questions to be solved in 90 minutes. MCQ's were easy to solve as they had been covered in my college's curriculum. It was a webcam monitored test.

  • Q1. 

    Chocolate Distribution Problem

    You are given an array/list CHOCOLATES of size 'N', where each element represents the number of chocolates in a packet. Your task is to distribute these chocolates among 'M'...

  • Q2. 

    Ninja and Substrings Problem Statement

    Ninja has to determine all the distinct substrings of size two that can be formed from a given string 'STR' comprising only lowercase alphabetic characters. These su...

Round 2 - Video Call 

(1 Question)

Round duration - 50 minutes
Round difficulty - Medium

This was a technical round. I got the call after getting shortlisted in the Aptitude + Coding test. This round lasted for 50 minutes and started around 12 PM. The meeting was conducted on a Microsoft Teams call. 
I was asked questions based on my resume and my projects for the most part of the interview. Towards the end of the interview, I was asked 1 Problem based on Prefix arrays. Initially I presented the brute force O(N*2) solution followed by the optimal O(N) solution. This round went good for me.

  • Q1. 

    Time to Burn Tree Problem

    You are given a binary tree consisting of 'N' unique nodes and a start node where the burning will commence. The task is to calculate the time in minutes required to completely b...

Interview Preparation Tips

Eligibility criteriaNo criteriaWipro Limited interview preparation:Topics to prepare for the interview - Competitive Programming, Data Structure and Algorithms, OOPs, DBMS, NetworksTime required to prepare for the interview - 4 monthsInterview preparation tips for other job seekers

Tip 1 : Make sure to go through the past interview experiences available online
Tip 2 : Have a strong foundation in OOPS and DBMS, almost all roles require these.
Tip 3 : Practice Leetcode daily, especially the most voted problems. I had more than 250 problems solved during time of interview.

Application resume tips for other job seekers

Tip 1 : Use a clear resume format, I used Overleaf for my resume
Tip 2 : Ask people to review your resume before using it

Final outcome of the interviewSelected

Skills evaluated in this interview

I applied via Recruitment Consultant and was interviewed in Dec 2021. There was 1 interview round.

Interview Questionnaire 

7 Questions

  • Q1. What do you notice in me
  • Q2. Good skills
  • Q3. Good communication
  • Q4. What is the timings
  • Q5. What are time shift timings
  • Ans. 

    Time shift timings refer to the difference in time between two events or data points.

    • Time shift timings are used to analyze trends and patterns over time.

    • They can be calculated by subtracting the time of one event or data point from another.

    • For example, the time shift between two stock market closing prices can be used to analyze market trends.

    • Time shift timings can also be used in forecasting and predictive modeling.

    • T...

  • Answered by AI
  • Q6. What is basic salary
  • Q7. Share interview details

Interview Preparation Tips

Interview preparation tips for other job seekers - What kind of rounds are going in interview

I applied via Referral and was interviewed in May 2022. There were 2 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 - Group Discussion 

It's very good

Interview Preparation Tips

Interview preparation tips for other job seekers - Be interactive and be confident what your good at

Fujitsu Interview FAQs

How many rounds are there in Fujitsu Data Analyst interview?
Fujitsu interview process usually has 1 rounds. The most common rounds in the Fujitsu interview process are Technical.

Tell us how to improve this page.

Fujitsu Data Analyst Interview Process

based on 1 interview

Interview experience

4
  
Good
View more
Fujitsu Data Analyst Salary
based on 30 salaries
₹3 L/yr - ₹11 L/yr
8% more than the average Data Analyst Salary in India
View more details

Fujitsu Data Analyst Reviews and Ratings

based on 4 reviews

3.8/5

Rating in categories

2.8

Skill development

3.5

Work-life balance

2.8

Salary

4.0

Job security

3.4

Company culture

2.9

Promotions

2.8

Work satisfaction

Explore 4 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