Upload Button Icon Add office photos
Engaged 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

Filter interviews by

Hitachi Digital Services Interview Questions, Process, and Tips

Updated 16 Feb 2025

Top Hitachi Digital Services Interview Questions and Answers

View all 31 questions

Hitachi Digital Services Interview Experiences

Popular Designations

64 interviews found

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)

Accountant Interview Questions & Answers

user image Anonymous

posted on 10 Dec 2024

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

(1 Question)

  • Q1. Where do you live? is it convenient for you to commune
  • Ans. 

    I live in a suburban area with easy access to public transportation for commuting.

    • I live in a suburban area with good public transportation options

    • My home is located near a bus stop or train station

    • I have a short commute to work

  • Answered by AI

Accountant Interview Questions asked at other Companies

Q1. What journal is made when purchase requisition is created
View answer (25)
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(1 Question)

  • Q1. Explain about project
  • Ans. 

    The project involved implementing a new customer relationship management system for a multinational corporation.

    • Collaborated with cross-functional teams to gather requirements

    • Designed and customized the CRM system to meet specific business needs

    • Provided training and support to end users

    • Conducted regular testing and troubleshooting to ensure system functionality

  • Answered by AI

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
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

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

Round 1 - Technical 

(4 Questions)

  • Q1. Introduction about yourself and your past work experience.
  • Q2. Difficulties faced during any implementations in past and what was the issue and how it was resolved
  • Ans. 

    Encountered challenges during past implementations and how they were resolved

    • Lack of stakeholder buy-in led to resistance to change

    • Integration issues with existing systems caused delays

    • Insufficient training for end-users resulted in low adoption rates

    • Scope creep led to project timeline and budget overruns

    • Communication breakdowns between teams caused misunderstandings

  • Answered by AI
  • Q3. Technical questions on Oracle Configurator
  • Q4. Few questions from other Oracle modules like OM, Inventory, BOM etc
Round 2 - Technical 

(4 Questions)

  • Q1. Introduction about yourself and past experience
  • Q2. How comfortable with working with team members working from different locations remotely
  • Q3. How comfortable with working in shifts
  • Q4. Few technical questions associated from Oracle modules
Round 3 - HR 

(2 Questions)

  • Q1. Negotiation on CTC and joining date
  • Q2. Discussion on other matter related to joining

Interview Preparation Tips

Topics to prepare for Hitachi Digital Services Senior Consultant 2 interview:
  • Past work experience
  • All technical aspects
Interview preparation tips for other job seekers - Be well prepared for the interview. Explain your past work experience confidently. Never shy away to ask for any joining perks like joining bonus or relocation bonus etc, even check for your inclusion for coming appraisal from HR

Senior Consultant 2 Interview Questions asked at other Companies

Q1. Difficulties faced during any implementations in past and what was the issue and how it was resolved
View answer (1)

Hitachi Digital Services interview questions for popular designations

 Senior Consultant

 (8)

 Associate

 (4)

 Associate Engineer

 (3)

 Consultant

 (3)

 Senior Consultant 2

 (3)

 Software Developer

 (3)

 Consultant2

 (2)

 Intern

 (2)

Golang Developer Interview Questions & Answers

user image Sameer Kape

posted on 17 Oct 2023

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

I applied via Approached by Company and was interviewed in Sep 2023. There was 1 interview round.

Round 1 - One-on-one 

(4 Questions)

  • Q1. I give you 3 in input output should be 14, I give you 4 in input output should be 30
  • Ans. 

    The output is calculated using a mathematical formula based on the input number.

    • The formula to calculate the output is: output = (input^2) + (input * 2)

    • For example, for input 3: output = (3^2) + (3 * 2) = 9 + 6 = 15

    • For example, for input 4: output = (4^2) + (4 * 2) = 16 + 8 = 24

  • Answered by AI
  • Q2. What is goroutine?
  • Ans. 

    Goroutine is a lightweight thread of execution that allows concurrent programming in Go.

    • Goroutines are functions or methods that run concurrently with other goroutines.

    • They are managed by the Go runtime and have their own stack space.

    • Goroutines are more efficient than traditional threads and can be created easily using the 'go' keyword.

    • They communicate with each other using channels, which are built-in data structures ...

  • Answered by AI
  • Q3. Write program in Go include goroutine channel and wg
  • Ans. 

    A program in Go that demonstrates the use of goroutines, channels, and a wait group.

    • Create a goroutine that performs a task concurrently.

    • Use channels to communicate between goroutines.

    • Use a wait group to synchronize the completion of goroutines.

    • Example: Calculate the sum of numbers using multiple goroutines and a channel.

  • Answered by AI
  • Q4. Provide alternative for time.Sleep()
  • Ans. 

    time.Ticker is an alternative for time.Sleep() to create a repeating timer.

    • Use time.Ticker to create a ticker that ticks at regular intervals.

    • Use the ticker's C channel to receive the ticks.

    • Stop the ticker when done using the Stop() method.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - I had given more than 30 interviews but never came across such bad quality. Interviewer was simply refusing to let me complete my answers and stopping me in between saying "no man let me help you here also" .

I had to call off the interview in between since the questions getting unbearable

The kind of questions I faced were laughable. It changed my perception about the Hitachi as being an Japanese org I had huge respect for it. Quality of developers they hire and quality of interviews they conduct shows the how Hitachi operates in india.

For any clarifications mail me: *****

Golang Developer Interview Questions asked at other Companies

Q1. can we return difference data type and how ,what architeture you worked in your project,does go have oops concepts
View answer (1)

Get interview-ready with Top Hitachi Digital Services Interview Questions

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

I applied via campus placement at Tezpur University

Round 1 - Coding Test 

Easy to medium level problem

Round 2 - Technical 

(1 Question)

  • Q1. OOPS concepts, ML algorithms used in the projects, insights of project .
Round 3 - HR 

(1 Question)

  • Q1. College experience especially when it is out home state, experiences related to trips and associations

Associate Engineer Interview Questions asked at other Companies

Q1. Count Ways To Reach The N-th StairsYou have been given a number of stairs. Initially, you are at the 0th stair, and you need to reach the Nth stair. Each time you can either climb one step or two steps. You are supposed to return the number... read more
View answer (5)

Jobs at Hitachi Digital Services

View all
Interview experience
1
Bad
Difficulty level
Easy
Process Duration
6-8 weeks
Result
No response

I applied via Approached by Company and was interviewed in Oct 2023. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. Core Java, Spring Boot

Interview Preparation Tips

Interview preparation tips for other job seekers - I have cleared the first technical round and after mutiple followups process around after 1 month they told me your profile is kept on hold. Specially, the HR name 'Su$oVan MoNdaL'. He is worst and having very unprofessional behavior. I have never seen such worst crap company.

If anyone is planning to attend their interview please be aware of these kinds of fools, they will put your profile on hold and make several excuses. And Su$oVan stupid is very pathetic, if you will try to call him or send mail for the update he will never respond to anything.

So just my special suggestion for those who are planning to attend the interview or joining this company please be ready for the worst experience of your life you will regret it later.

Java Developer Interview Questions asked at other Companies

Q1. Sort 0 and 1 Problem Statement Given an integer array ARR of size N containing only integers 0 and 1, implement a function to sort this array. The solution should scan the array only once without using any additional arrays. Input: The firs... read more
View answer (3)

Devops Engineer Interview Questions & Answers

user image Lokesh Patil

posted on 18 Jul 2024

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. Experience and role
  • Q2. FinOps strategies

Devops Engineer Interview Questions asked at other Companies

Q1. if you want to connect multiple vpc ,we have 2 or 3 vpc, you have to connect ec2 to each vpc? so how you can achieve that?
View answer (3)
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
Selected Selected

I applied via Campus Placement

Round 1 - Technical 

(1 Question)

  • Q1. Tell about P2P cycle
  • Ans. 

    P2P cycle stands for Procure to Pay cycle, which involves the process of purchasing goods or services from a vendor and making payment for them.

    • The cycle starts with the creation of a purchase order (PO) based on the requirements identified in the requisition.

    • The vendor delivers the goods or services, and the receiving department confirms receipt in the system.

    • An invoice is generated by the vendor and matched with the ...

  • Answered by AI
Round 2 - One-on-one 

(1 Question)

  • Q1. Personal n mental screening
Round 3 - HR 

(1 Question)

  • Q1. Salary ok or not

Oracle Financial Functional Consultant Interview Questions asked at other Companies

Q1. oracle bill in advance accounting entries
View answer (1)

Consultant2 Interview Questions & Answers

user image Anonymous

posted on 13 Oct 2023

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

I applied via Company Website and was interviewed in Sep 2023. 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 - One-on-one 

(2 Questions)

  • Q1. Subject matter questions
  • Q2. Oracle fusion SCM related
Round 3 - One-on-one 

(1 Question)

  • Q1. Subject matter questions

Consultant2 Interview Questions asked at other Companies

Q1. Latest case laws for
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, Recruitment, Healthcare 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 52 interviews

Interview experience

3.9
  
Good
View more

Interview Questions from Similar Companies

IBM Interview Questions
4.0
 • 2.4k Interviews
Oracle Interview Questions
3.7
 • 902 Interviews
Cisco Interview Questions
4.1
 • 397 Interviews
Dell Interview Questions
4.0
 • 392 Interviews
SAP Interview Questions
4.2
 • 308 Interviews
Adobe Interview Questions
3.9
 • 251 Interviews
VMware Software Interview Questions
4.4
 • 157 Interviews
NetApp Interview Questions
3.9
 • 64 Interviews
View all

Hitachi Digital Services Reviews and Ratings

based on 635 reviews

3.6/5

Rating in categories

3.5

Skill development

3.8

Work-life balance

3.4

Salary

3.6

Job security

3.6

Company culture

2.9

Promotions

3.4

Work satisfaction

Explore 635 Reviews and Ratings
HR Operations Specialist

Pune

2-5 Yrs

Not Disclosed

Azure Devops Engineer

Hyderabad / Secunderabad

4-6 Yrs

Not Disclosed

Semi Senior IT Internal Auditor

Pune

2-3 Yrs

Not Disclosed

Explore more jobs
Associate Technical Consultant
40 salaries
unlock blur

₹3.2 L/yr - ₹9.2 L/yr

Technical Lead
35 salaries
unlock blur

₹13.3 L/yr - ₹45 L/yr

Senior Software Development Engineer
35 salaries
unlock blur

₹13.6 L/yr - ₹38 L/yr

Senior Consultant
33 salaries
unlock blur

₹14 L/yr - ₹41.4 L/yr

Software Developer
30 salaries
unlock blur

₹4.8 L/yr - ₹12 L/yr

Explore more salaries
Compare Hitachi Digital Services with

Dell

4.0
Compare

Hewlett Packard Enterprise

4.2
Compare

IBM

4.0
Compare

Cisco

4.1
Compare
Did you find this page helpful?
Yes No
write
Share an Interview