Upload Button Icon Add office photos
Premium Employer

i

This company page is being actively managed by Hitachi Digital Services Team. If you also belong to the team, you can get access from here

Hitachi Digital Services Verified Tick

Compare button icon Compare button icon Compare
3.7

based on 610 Reviews

Filter interviews by

Hitachi Digital Services Interview Questions, Process, and Tips

Updated 14 Jan 2025

Top Hitachi Digital Services Interview Questions and Answers

View all 31 questions

Hitachi Digital Services Interview Experiences

Popular Designations

63 interviews found

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

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

Round 1 - Technical 

(4 Questions)

  • Q1. Questions on Java 8 and multithreading
  • Q2. Defaalt methods
  • Q3. Functional interfaces
  • Q4. Streams and Lambdas
Round 2 - Technical 

(1 Question)

  • Q1. Managerial interview. Scenario based questions around microservices and patterns.

Senior Software Engineer Interview Questions asked at other Companies

Q1. Find Nth PrimeYou are given a number 'N'. Your task is to find Nth prime number. A prime number is a number greater than 1 that is not a product of two smaller natural numbers. Prime numbers have only two factors – 1 and the number itself. ... read more
View answer (6)
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
Selected Selected
Round 1 - Coding Test 

Based on sql queries my sql questions

Round 2 - Technical 

(2 Questions)

  • Q1. Based on data governance
  • Q2. Based in data quality rules
Round 3 - HR 

(2 Questions)

  • Q1. Salary negotations
  • Q2. Other questions

Senior Consultant Interview Questions asked at other Companies

Q1. 1. What's the use of update sets and how do you move update set from one instance to another? Once you imported the update set, what will you do? To check the customisations, You need to do open the update set and do something. What is that... read more
View answer (3)
Interview experience
2
Poor
Difficulty level
Moderate
Process Duration
6-8 weeks
Result
Not Selected

I applied via Indeed and was interviewed in Feb 2024. There were 3 interview rounds.

Round 1 - HR 

(2 Questions)

  • Q1. Why apply to Hitachi Vantara?
  • Ans. 

    Hitachi Vantara offers cutting-edge technology solutions and a collaborative work environment.

    • Hitachi Vantara is a global leader in digital transformation and innovation.

    • The company values teamwork and encourages professional growth and development.

    • I am impressed by Hitachi Vantara's commitment to sustainability and social responsibility.

  • Answered by AI
  • Q2. Tell me about your yourself and experience?
  • Ans. 

    I am a recent graduate with a degree in Computer Science and experience in developing web applications using Java and JavaScript.

    • Recent graduate with a degree in Computer Science

    • Experience in developing web applications using Java and JavaScript

    • Familiar with software development best practices

  • Answered by AI
Round 2 - Assignment 

2nd round was given an assignment to complete within an hour receive by email and send to the email.
Use OOP principles to write code in C++. Read some structured text from file then print it in certain format they provided. Write thinking about more of quality rather than solving the problem.

Round 3 - Technical 

(5 Questions)

  • Q1. Explain the assignment code submitted in 2nd round. Go through all the code and explain the code thoroughly.
  • Q2. How differently would you write the assignment now?
  • Ans. 

    I would approach the assignment with a better understanding of software design principles and best practices.

    • I would focus on modularizing the code into smaller, reusable components

    • I would pay more attention to error handling and edge cases

    • I would write more comprehensive unit tests to ensure code quality

    • I would consider scalability and performance optimizations in my design

  • Answered by AI
  • Q3. Answer questions from given sheet of C++ questions, about 5-8 questions related to OOP, then from the given coding find the error, tell what the code does. last coding questions were not junior level, if a...
  • Q4. Answer the question about Python, tell difference between of tuple and list, if accessed out of bound vector element what's the result? what's ABC class? Again felt like exam rather than interview. and ver...
  • Q5. Let's go through CV again, and judged the CV experience and sections, saying "Looks like you have SOME experience in the past". After such sentence I felt anger towards them, not polite at all.

Interview Preparation Tips

Interview preparation tips for other job seekers - Overall 3 stages: 1. With HR 15 min about you and CV and the job, 2. C++ Coding assignment to complete in an hour, 3. Technical interview in an hour, asking describe assignment, then answer question sheet about CPP and Python. In 3rd interview 2 people joined the online meeting. One Lead one Senior probably (though looking at their own profiles stuck in that position decades, if they were better engineers I believe they'd change to some better company).
For me they looked like proud and arrogant of themselves working in the company that shares famous Japanese name "Hitachi", though it's Hitachi Vantara founded in USA not Japan. They lack a simple politeness and respect to the opposite person which adds a bit nervousness. I cannot perform well even I know the topic enough if someone is looking at my work, and they force me to read loud the code fragment and try to debug it without debugger or compiler, guess what's the error in the code. After 3rd stage, 1-2 weeks later they rejected me without telling why. I knew very well that because of their attitude to me I was nervous and Yes, I did naive mistakes when harrying my answers, however they gave me no help on relaxing me, but making more and more tension, and I wanted to quit interview as soon as possible. Therefore, do not think they have culture from Japan like showing kindness. Very bad attitude towards my CV, though I receive from many recruiters my experience stands out as it has strong Computer Science education and multicultural environment experience.
I'd say for Junior position they ask more than typical Junior developer would be able to demonstrate. Anyone with more knowledge, or actually more preparations for interview questions would never apply to that far town somewhere in South West, Dorset of England and with that low salary barely reaching range of 35-40K.
After 3rd interview which was final, and they should've rejected or given an offer, I really wished won't pass, because I didn't like their attitude towards their company as they judged my CV with some sarcasm, then mentioned Hitachi and their Japanese colleagues with a bit of sarcasm of lacking English knowledge, about Japan as a country with different culture. Felt they are a bit racist or proud of being British, if I may call it.
I'm doubt if they as experienced software engineers would be able to answer deep CPP questions, or modern CPP otherwise why would they stack in that job over decades, and I know they do not receive high salaries.
Prepare for having less pleasant interview that you usually have with professional teams.

Junior Software Engineer Interview Questions asked at other Companies

Q1. If there are 10 ball 2 red, 5 blue ,3 orange and one ball is picked randomly what is probability that the ball picked is red?
View answer (2)

QA Engineer Interview Questions & Answers

user image Deepak Choudhury

posted on 17 Oct 2024

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

String reverse in java

Round 2 - Technical 

(2 Questions)

  • Q1. Arraylist vs linkedlist
  • Ans. 

    ArrayList is faster for accessing elements, LinkedList is better for frequent insertions and deletions.

    • ArrayList uses dynamic array to store elements, LinkedList uses doubly linked list.

    • ArrayList is faster for accessing elements by index, LinkedList is better for frequent insertions and deletions.

    • Example: ArrayList is suitable for scenarios where random access is required, LinkedList is suitable for scenarios where fre

  • Answered by AI
  • Q2. Interface vs abstract
  • Ans. 

    Interface defines a contract for classes to implement, while abstract class can have some implementation.

    • Interface can only have abstract methods and constants, while abstract class can have abstract methods, concrete methods, and member variables.

    • A class can implement multiple interfaces but can only inherit from one abstract class.

    • Interfaces are used for achieving multiple inheritance in Java, while abstract classes ...

  • Answered by AI

Skills evaluated in this interview

QA Engineer Interview Questions asked at other Companies

Q1. 80 pairs of socks in a dark room, 40 black, 40 white, how many minimum number of socks need to be taken out to get 15 pairs of socks
View answer (7)

Hitachi Digital Services interview questions for popular designations

 Senior Consultant

 (8)

 Associate

 (4)

 Associate Engineer

 (3)

 Consultant

 (3)

 Senior Consultant 2

 (3)

 Consultant2

 (2)

 Intern

 (2)

 Senior Software Engineer

 (2)

Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
-
Result
No response

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

Round 1 - Technical 

(1 Question)

  • Q1. Sort array based on length of items
  • Ans. 

    Sort array of strings based on length of items

    • Use the sort() method with a custom compare function

    • Compare the length of strings in the array

    • Return -1, 0, or 1 based on the comparison

  • Answered by AI

Skills evaluated in this interview

Reactjs Developer Interview Questions asked at other Companies

Q1. Implement counter such that it has 2 buttons to increment and decrement the values and also add a input field such that, whatever input is given, the value should be to that and value should should be decreased and increased from the input ... read more
View answer (1)

Get interview-ready with Top Hitachi Digital Services Interview Questions

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

(2 Questions)

  • Q1. Tell me about your self?
  • Q2. How do you handlr project

Project Manager Interview Questions asked at other Companies

Q1. What is success & what is failure to you? How do you handle failure? - not much interviewer asks such questions, but I believe these are very important questions, if you want to succeed.
View answer (1)

Jobs at Hitachi Digital Services

View all

Senior Consultant Interview Questions & Answers

user image Suprakash Mishra

posted on 8 Oct 2024

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

(1 Question)

  • Q1. Difference between CDS view and AMDP
  • Ans. 

    CDS views are used to define database views in ABAP, while AMDP is used to write database procedures in ABAP.

    • CDS views are defined using ABAP Development Tools (ADT) in Eclipse IDE.

    • AMDP allows writing database procedures directly in ABAP code.

    • CDS views are used for defining virtual data models, while AMDP is used for complex calculations or data manipulations directly in the database.

    • CDS views can be consumed in ABAP p...

  • Answered by AI

Skills evaluated in this interview

Senior Consultant Interview Questions asked at other Companies

Q1. 1. What's the use of update sets and how do you move update set from one instance to another? Once you imported the update set, what will you do? To check the customisations, You need to do open the update set and do something. What is that... read more
View answer (3)
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

5 coding task on time frame

Round 2 - Case Study 

Design related to different cases

Round 3 - Technical 

(2 Questions)

  • Q1. Prod deployment
  • Q2. Db design and planning
Round 4 - HR 

(2 Questions)

  • Q1. Plan for 5 years
  • Ans. 

    Continue to grow as a Senior Software Engineer by expanding technical skills, taking on leadership roles, and contributing to innovative projects.

    • Continue to stay updated on latest technologies and trends in software development

    • Take on mentorship roles to help junior engineers grow

    • Lead projects and teams to showcase leadership abilities

    • Contribute to open source projects to expand network and skills

    • Attend conferences an...

  • Answered by AI
  • Q2. What expecting from company
Round 5 - One-on-one 

(2 Questions)

  • Q1. Salary discussion
  • Q2. Work location related

Senior Software Engineer Interview Questions asked at other Companies

Q1. Find Nth PrimeYou are given a number 'N'. Your task is to find Nth prime number. A prime number is a number greater than 1 that is not a product of two smaller natural numbers. Prime numbers have only two factors – 1 and the number itself. ... read more
View answer (6)
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(3 Questions)

  • Q1. Selenium, automation framework
  • Q2. Jenkins ,playwright
  • Q3. Postman, sqletl,java oops

Senior Automation Test Engineer Interview Questions asked at other Companies

Q1. (1) write a list comprehension to print a list from 1 to 10 (2) write a program to check if a given positive integer is a power of two (3) create a fibonacci series of 100 using recursive function (4) write a program to find missing numbers... read more
View answer (2)
Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
More than 8 weeks
Result
No response

I applied via Approached by Company and was interviewed in Dec 2023. There were 6 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Technical Question
Round 2 - Technical 

(1 Question)

  • Q1. Covered based on project requirements
Round 3 - Technical 

(1 Question)

  • Q1. Technical questions on RICE components and Plsql
Round 4 - Technical 

(1 Question)

  • Q1. Technical on RICE and EBS p2p and o2c
Round 5 - Technical 

(1 Question)

  • Q1. Technical on RICE components
Round 6 - One-on-one 

(1 Question)

  • Q1. Technical questions

Interview Preparation Tips

Interview preparation tips for other job seekers - After doing 6 technical rounds still no proper response and after so many followup finally HR sent mail to share documents after sharing documents no response again after three weeks of followup finally said the position is on hold.I really felt bad

Senior Developer Interview Questions asked at other Companies

Q1. What is your current CTC and what is your expected CTC?
View answer (1)

Hitachi Digital Services Interview FAQs

How many rounds are there in Hitachi Digital Services interview?
Hitachi Digital Services interview process usually has 2-3 rounds. The most common rounds in the Hitachi Digital Services interview process are Technical, HR and One-on-one Round.
How to prepare for Hitachi Digital Services 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 Hitachi Digital Services. The most common topics and skills that interviewers at Hitachi Digital Services expect are Consulting, Equity, Healthcare, Recruitment and Japanese.
What are the top questions asked in Hitachi Digital Services interview?

Some of the top questions asked at the Hitachi Digital Services interview -

  1. How many types of topologies in San and explain it one by o...read more
  2. How do you implement multi threading in java? Two way...read more
  3. How will you implement microservice architecture for your app, design patterns ...read more
How long is the Hitachi Digital Services interview process?

The duration of Hitachi Digital Services interview process can vary, but typically it takes about less than 2 weeks to complete.

Tell us how to improve this page.

Hitachi Digital Services Interview Process

based on 29 interviews in last 1 year

Interview experience

4.1
  
Good
View more

People are getting interviews through

based on 40 Hitachi Digital Services interviews
Job Portal
Campus Placement
Company Website
Referral
WalkIn
38%
25%
8%
5%
3%
21% candidates got the interview through other sources.
High Confidence
?
High Confidence means the data is based on a large number of responses received from the candidates.

Interview Questions from Similar Companies

IBM Interview Questions
4.1
 • 2.4k Interviews
Oracle Interview Questions
3.7
 • 883 Interviews
Cisco Interview Questions
4.2
 • 394 Interviews
Dell Interview Questions
4.1
 • 386 Interviews
SAP Interview Questions
4.2
 • 302 Interviews
Adobe Interview Questions
4.0
 • 247 Interviews
VMware Software Interview Questions
4.4
 • 154 Interviews
NetApp Interview Questions
3.9
 • 61 Interviews
View all

Hitachi Digital Services Reviews and Ratings

based on 610 reviews

3.7/5

Rating in categories

3.6

Skill development

3.9

Work-Life balance

3.5

Salary & Benefits

3.6

Job Security

3.6

Company culture

2.9

Promotions/Appraisal

3.4

Work Satisfaction

Explore 610 Reviews and Ratings
Asset Compliance Lead

New Delhi

4-8 Yrs

Not Disclosed

GRC Manager

New Delhi

5-8 Yrs

Not Disclosed

Offshore SAP Security Consultant

Hyderabad / Secunderabad,

Bangalore / Bengaluru

1-4 Yrs

₹ 6.5-8 LPA

Explore more jobs
Senior Consultant
631 salaries
unlock blur

₹10.1 L/yr - ₹34 L/yr

Senior Consultant 2
220 salaries
unlock blur

₹16 L/yr - ₹48 L/yr

Consultant
143 salaries
unlock blur

₹5.8 L/yr - ₹21 L/yr

Technical Consultant
120 salaries
unlock blur

₹5.2 L/yr - ₹19.5 L/yr

Senior Software Engineer
116 salaries
unlock blur

₹11 L/yr - ₹36.6 L/yr

Explore more salaries
Compare Hitachi Digital Services with

Dell

4.0
Compare

Hewlett Packard Enterprise

4.2
Compare

IBM

4.1
Compare

Cisco

4.2
Compare

Calculate your in-hand salary

Confused about how your in-hand salary is calculated? Enter your annual salary (CTC) and get your in-hand salary
Did you find this page helpful?
Yes No
write
Share an Interview