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.6

based on 627 Reviews

Filter interviews by

Hitachi Digital Services Senior Software Engineer Interview Questions and Answers

Updated 14 Jan 2025

Hitachi Digital Services Senior Software Engineer Interview Experiences

2 interviews found

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

asked in UST
Q1. Nth Prime Number Problem Statement Find the Nth prime number give ... read more
asked in Capgemini
Q2. Pascal's Triangle Construction You are provided with an integer ' ... read more
Q3. K Largest Elements Problem Statement You are given an integer k a ... read more
asked in Info Edge
Q4. Buy and Sell Stock Problem Statement Imagine you are Harshad Meht ... read more
asked in DBS Bank
Q5. Tell me about yourself. What technology are you using? What is a ... read more

Interview questions from similar companies

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Hashmap internal working
  • Q2. Equals and hashcode
Round 2 - Technical 

(2 Questions)

  • Q1. Microservice design pattern
  • Ans. 

    Microservice design pattern focuses on breaking down a large application into smaller, independent services.

    • Each microservice is responsible for a specific function or feature

    • Communication between microservices is typically done through APIs

    • Microservices can be developed, deployed, and scaled independently

    • Examples: Netflix, Amazon, Uber

  • Answered by AI
  • Q2. Springboot annotation
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
-

I applied via Naukri.com and was interviewed in Dec 2024. There were 3 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Questions on java , spring boot , containarisation tools, coding, SOLID principles
Round 2 - Assignment 

5 coading questions were asked in it

Round 3 - HR 

(1 Question)

  • Q1. Manegerial round

Senior Software Engineer Interview Questions & Answers

Incedo user image Meenakshi Somasundaram

posted on 28 Nov 2024

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

Choose the Options in Javascript, HTML, CSS

Round 2 - Technical 

(2 Questions)

  • Q1. ES6 concepts of javascript
  • Q2. Core concepts of Reactjs
  • Ans. 

    Reactjs is a JavaScript library for building user interfaces.

    • Component-based architecture

    • Virtual DOM for efficient updates

    • JSX for writing HTML in JavaScript

    • State management with setState()

    • Lifecycle methods like componentDidMount()

  • Answered by AI
Round 3 - HR 

(2 Questions)

  • Q1. Role discussion with Manager
  • Q2. Salary discussion with HR

Interview Preparation Tips

Interview preparation tips for other job seekers - All the best

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Difference between default and props
  • Q2. How do you know the dom is ready or not

Interview Preparation Tips

Interview preparation tips for other job seekers - vue js basic questions
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed in Jun 2024. There were 3 interview rounds.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Do you have working experience of SwiftUI
  • Q2. Have you ever implemented or worked with server driven UIs
  • Ans. 

    Yes, I have experience implementing server driven UIs.

    • Implemented server driven UIs using JSON responses to dynamically update UI elements

    • Worked with frameworks like React and Angular to handle server driven UI updates

    • Used server driven UIs to efficiently manage and display large amounts of data

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

(2 Questions)

  • Q1. What is closure and types?
  • Ans. 

    Closure is a function that captures variables from its surrounding scope, allowing it to access those variables even after the scope has closed.

    • Closure allows a function to access variables from its lexical scope even after the function has finished executing.

    • Types of closures include lexical closures, which capture variables from the surrounding lexical scope, and function closures, which capture variables from the fu...

  • Answered by AI
  • Q2. What is Core data and all operations with example/scenarios
  • Ans. 

    Core Data is a framework provided by Apple for managing the model layer objects in an iOS application.

    • Core Data is used for storing, retrieving, and managing data in an iOS app.

    • It provides an object-oriented interface to work with data.

    • Operations include creating, reading, updating, and deleting data.

    • Example: Creating a new record in Core Data for a user profile.

    • Example: Fetching a list of items from Core Data to displ

  • Answered by AI
Round 3 - HR 

(2 Questions)

  • Q1. Why you want to join the company?
  • Q2. Why should we hire you

Interview Preparation Tips

Topics to prepare for Collabera Technologies Senior Software Engineer interview:
  • Core Data
  • SwiftUI
  • GCD
  • Memory Management
Interview preparation tips for other job seekers - Good inteview

Skills evaluated in this interview

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

(2 Questions)

  • Q1. Java core Java related
  • Q2. Multi threading and when do u choose
  • Ans. 

    Multithreading is used to improve performance by executing multiple tasks concurrently. Choose it when tasks can run independently.

    • Use multithreading when tasks can be divided into independent subtasks that can run concurrently

    • Choose multithreading for tasks that involve I/O operations, such as reading/writing files or network communication

    • Consider multithreading for tasks that require parallel processing, such as imag

  • Answered by AI
Round 2 - Technical 

(2 Questions)

  • Q1. Docker and kubernetes
  • Q2. Cloud services and AWS related

Interview Preparation Tips

Interview preparation tips for other job seekers - Good round sir technical and everything was with respect to client onboarding.
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Campus Placement

Round 1 - Technical 

(1 Question)

  • Q1. Self Intro, Core Java, Collections, Hands on Program
Round 2 - Technical 

(1 Question)

  • Q1. Self Intro, Core Java, React, Hands on Program
Round 3 - HR 

(1 Question)

  • Q1. General Discussion
Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
6-8 weeks
Result
No response
Round 1 - Technical 

(1 Question)

  • Q1. Java Coding questions
Round 2 - Technical 

(1 Question)

  • Q1. Coding plus java spring boot Microservices questions
Round 3 - Coding Test 

Develop java spring boot application from scratch

Round 4 - One-on-one 

(1 Question)

  • Q1. Coding questions. Real time questions on application
Round 5 - HR 

(1 Question)

  • Q1. Salary expectations

Interview Preparation Tips

Interview preparation tips for other job seekers - Please don't belive in HR from Altimetrik. They will conduct multiple rounds and waste your time. Finally they said you are selected and will release offer letter. But nothing positive will happen. There won't be any response after that. They don't even reply to our emails or phone calls. Most disgusting experience.

Hitachi Digital Services Interview FAQs

How many rounds are there in Hitachi Digital Services Senior Software Engineer interview?
Hitachi Digital Services interview process usually has 3-4 rounds. The most common rounds in the Hitachi Digital Services interview process are Technical, Coding Test and Case Study.
How to prepare for Hitachi Digital Services Senior Software Engineer 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 Intellectual Property, Operations, Agile, Scrum and Technical Support.
What are the top questions asked in Hitachi Digital Services Senior Software Engineer interview?

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

  1. Plan for 5 ye...read more
  2. Managerial interview. Scenario based questions around microservices and pattern...read more
  3. Questions on Java 8 and multithread...read more

Tell us how to improve this page.

Hitachi Digital Services Senior Software Engineer Interview Process

based on 5 interviews

Interview experience

4.8
  
Excellent
View more
Hitachi Digital Services Senior Software Engineer Salary
based on 6 salaries
₹18 L/yr - ₹36 L/yr
68% more than the average Senior Software Engineer Salary in India
View more details

Hitachi Digital Services Senior Software Engineer Reviews and Ratings

based on 7 reviews

3.9/5

Rating in categories

3.4

Skill development

3.9

Work-life balance

4.0

Salary

3.7

Job security

3.9

Company culture

2.9

Promotions

3.9

Work satisfaction

Explore 7 Reviews and Ratings
Specialized Services Manager
51 salaries
unlock blur

₹16.5 L/yr - ₹45 L/yr

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
31 salaries
unlock blur

₹14 L/yr - ₹41.5 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