Upload Button Icon Add office photos
Premium Employer

i

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

Hitachi Digital Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Hitachi Digital Interview Questions and Answers

Be the first one to contribute and help others!

Interview questions from similar companies

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

I applied via Job Portal and was interviewed in Nov 2024. There were 9 interview rounds.

Round 1 - Group Discussion 

What are the key principal you follow for telerehabilitation

Round 2 - Group Discussion 

Introduce your self ?

Round 3 - Assignment 

What all techniques and methode do you folow

Round 4 - HR 

(2 Questions)

  • Q1. What are your hobbies ?
  • Ans. 

    My hobbies include hiking, playing tennis, and cooking new recipes.

    • Hiking in local trails and national parks

    • Playing tennis at the community courts

    • Experimenting with new recipes in the kitchen

  • Answered by AI
  • Q2. Tell your work experience
Round 5 - One-on-one 

(2 Questions)

  • Q1. How do you handle the cases where patietn is not responding properly
  • Q2. Please explain how do you treate a patient with chronic case ?
Round 6 - One-on-one 

(2 Questions)

  • Q1. How do you builde rappo with new patient
  • Q2. What is your overall expericne c
Round 7 - One-on-one 

(1 Question)

  • Q1. What do you know about our company
Round 8 - One-on-one 

(1 Question)

  • Q1. What is your take on patietn ?
Round 9 - Aptitude Test 

It took total 6 days for interview and revert

Engineer - System engineering Interview Questions & Answers

Sedemac Mechatronics user image Anonymous

posted on 5 Jun 2022

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

I was interviewed before Jun 2021.

Round 1 - Aptitude Test 

Psychological question answers

Round 2 - Technical 

(1 Question)

  • Q1. Physics based questions
Round 3 - Technical 

(1 Question)

  • Q1. Some engineering mathematics and control system.
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via campus placement at Vellore Institute of Technology (VIT) and was interviewed in Oct 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

It included mcqs and multiple coding questions.

Round 2 - Technical 

(2 Questions)

  • Q1. Yours technical skillls related questions
  • Q2. Managerial questions

Interview Preparation Tips

Topics to prepare for Aptos Software Developer interview:
  • Full Stack
Interview preparation tips for other job seekers - It was an on campus opportunity. Technical and managerial round happened together. The process was very smooth. The interviewers were professional yet friendly and made everything very comfortable. You should know the basics at least.
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

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

Round 1 - Coding Test 

Starts with an online assessment test on HackerRank. Expect a LeetCode Medium question most of the time, mostly created by HackerRank.

Round 2 - One-on-one 

(2 Questions)

  • Q1. LC medium related to dynamic programming.
  • Q2. LC easy related to heaps.
Round 3 - One-on-one 

(1 Question)

  • Q1. LC medium-hard, don't remember the category.
Round 4 - One-on-one 

(1 Question)

  • Q1. This was a design round. You can expect to be asked to design the DB schema and API endpoints for a well-known use case. Interviewer was super helpful and receptive throughout. While getting to an agreeabl...
Round 5 - One-on-one 

(1 Question)

  • Q1. Hiring manager round. Mostly discussions about your profile, discussion on past projects from your resume. You can do well in this round if you know your basics and can explain your projects to some depth....

Interview Preparation Tips

Interview preparation tips for other job seekers - Apart from DSA (which is very important in the initial rounds, I would say), putting down your understanding of your past projects in a doc and refining it should help in most conversations you have throughout the interview process. Also brush up on schema design, normalisation, and API design.
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. What do you hope to achieve in this role?
  • Ans. 

    I hope to gain valuable hands-on experience, develop new skills, and contribute positively to the team.

    • Gain practical experience in the field

    • Develop new skills and knowledge

    • Contribute positively to the team by completing tasks efficiently and effectively

  • Answered by AI
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
4-6 weeks
Result
Selected Selected

I applied via campus placement at Delhi College of Engineering (DCE), Delhi and was interviewed in Jun 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Tell me about your Project and why you use this tech for this project.
  • Q2. Find the mid element in the link list.
  • Ans. 

    To find the mid element in a linked list, use two pointers - one moving at double the speed of the other.

    • Initialize two pointers, slow and fast, both pointing to the head of the linked list.

    • Move the slow pointer by one step and the fast pointer by two steps until the fast pointer reaches the end of the list.

    • The element pointed to by the slow pointer at this point is the mid element of the linked list.

  • Answered by AI

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
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 - Aptitude Test 

First round was coding round including quantitative, verbal and logical reasoning

Round 3 - Coding Test 

3 coding qts of data structure and algorithm.

Round 4 - Technical 

(3 Questions)

  • Q1. Asked me oops concept, and told me to write code and questions were from my cv
  • Q2. Told me to solve array peoblem
  • Q3. Asked from dsa string questions
Round 5 - HR 

(1 Question)

  • Q1. Simple about me, why you want to join and all
Interview experience
1
Bad
Difficulty level
Easy
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Recruitment Consulltant and was interviewed in Aug 2023. There were 3 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Have you worked on swift
  • Q2. What is a class
  • Ans. 

    A class is a blueprint for creating objects in object-oriented programming.

    • Classes define the properties and behaviors of objects.

    • Objects are instances of classes.

    • Classes can inherit properties and behaviors from other classes.

    • Encapsulation, inheritance, and polymorphism are key concepts in class-based programming.

  • Answered by AI
Round 2 - Technical 

(4 Questions)

  • Q1. Write code for star paattern
  • Ans. 

    Code for star pattern using nested loops

    • Use nested loops to print the desired pattern

    • Outer loop controls the number of rows and inner loop controls the number of stars in each row

    • Example: for a pattern with 5 rows, the code would involve two nested loops to print stars in a pyramid shape

  • Answered by AI
  • Q2. What is linked list
  • Ans. 

    A linked list is a data structure where each element is a separate object, connected to the next element by a pointer.

    • Consists of nodes where each node contains data and a reference to the next node

    • Dynamic in size and can grow or shrink during execution

    • Common operations include insertion, deletion, and traversal

    • Example: Singly linked list, Doubly linked list, Circular linked list

  • Answered by AI
  • Q3. Differnce between public private
  • Ans. 

    Public and private sectors differ in ownership, funding, and management.

    • Public sector is owned and operated by the government, while private sector is owned and operated by individuals or companies.

    • Public sector is funded by taxpayer money, while private sector is funded by investors or owners.

    • Public sector is managed by government officials, while private sector is managed by business owners or executives.

  • Answered by AI
  • Q4. Whats is oops and protcols
  • Ans. 

    OOPs stands for Object-Oriented Programming and protocols are a set of rules for communication between devices.

    • OOPs is a programming paradigm that uses objects and classes to design applications.

    • Protocols are a set of rules that define how data is transmitted between devices.

    • In OOPs, objects have attributes and methods that define their behavior.

    • Examples of OOPs languages include Java, C++, and Python.

    • Examples of proto

  • Answered by AI
Round 3 - EM 

(2 Questions)

  • Q1. Total time waste quesrtions
  • Q2. Basic programing questions as em was having very less knowledge

Interview Preparation Tips

Interview preparation tips for other job seekers - stay away from this compnay as it is having very less knowledge people and no proper process. was selected but rejected job as they give very less CTC

Skills evaluated in this interview

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

I applied via campus placement at Thadomal Shahani Engineering College, Mumbai and was interviewed in Jul 2023. There was 1 interview round.

Round 1 - One-on-one 

(4 Questions)

  • Q1. First round is the aptitude round with basic aptitude questions
  • Q2. Second ruond was the puzzles 1. a girl is dreaming that she is surrounded by 13 candies in circular way now she eats every 13th candy in every iteration. out of 13 there are 12 red and 1 white candies. now...
  • Q3. Third round was coding round in which code was given and we had to write what is the purpose of the anonymous functions presend in the code.
  • Q4. In the final round it is an interview.

Interview Preparation Tips

Interview preparation tips for other job seekers - If you are sitting for Seclore, do not expect much because their company size is just 500 and they don't recruit that much even if they come to your college they will take just 1-2 students or won't take anyone.
Interview experience
3
Average
Difficulty level
Hard
Process Duration
2-4 weeks
Result
Not Selected

I applied via Recruitment Consulltant and was interviewed in Aug 2023. There were 2 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Dax questions on power bi and power query editor
Round 2 - One-on-one 

(1 Question)

  • Q1. Explanation about entire life cycle of project , roles and responsibilities

Tell us how to improve this page.

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.4k Interviews
Accenture Interview Questions
3.8
 • 8.1k Interviews
Infosys Interview Questions
3.6
 • 7.5k Interviews
Wipro Interview Questions
3.7
 • 5.6k Interviews
Cognizant Interview Questions
3.8
 • 5.6k Interviews
Capgemini Interview Questions
3.7
 • 4.7k 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

Hitachi Digital Reviews and Ratings

based on 1 review

2.0/5

Rating in categories

2.0

Skill development

2.0

Work-life balance

4.0

Salary

3.0

Job security

2.0

Company culture

2.0

Promotions

2.0

Work satisfaction

Explore 1 Review and Rating
Senior Consultant
4 salaries
unlock blur

₹14 L/yr - ₹25 L/yr

Senior Consultant 2
4 salaries
unlock blur

₹21 L/yr - ₹34 L/yr

Explore more salaries
Compare Hitachi Digital with

TCS

3.7
Compare

Accenture

3.8
Compare

Wipro

3.7
Compare

Cognizant

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