Upload Button Icon Add office photos
Premium Employer

i

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

Hitachi Vantara

Compare button icon Compare button icon Compare

Filter interviews by

Hitachi Vantara Senior Consultant Interview Questions, Process, and Tips

Be the first one to contribute and help others!

Interview questions from similar companies

Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
4-6 weeks
Result
Not Selected

I was interviewed in Aug 2024.

Round 1 - Technical 

(2 Questions)

  • Q1. The interviewer asked question based on the experience and companies listed on the CV. -wanting to know the work done and processes followed.
  • Ans. I answered all the questions of how things were done in my role, various processes followed and how it was slightly different in my current and most of the previous companies.
  • Answered Anonymously
  • Q2. Interviewer explained about the current role, job description and expectations and wanted to know if candidate would be comfortable taking up additional responsibilities as per business needs/demand of the...
Round 2 - One-on-one 

(3 Questions)

  • Q1. The interviewer wanted to know some examples of the work/project I worked on and went deeper into the work and wanted to know all details
  • Q2. The interviewer did not seem convinced with some of the work done in the examples shared for one of the projects/companies, and tried to dig in deeper.
  • Q3. The interviewer was pretending to not understand how my previous organization executed some of the activities while dealing with the clients, when I explained it. It really felt that this was just a clever...

Interview Preparation Tips

Interview preparation tips for other job seekers - I don't think the people here in the higher ranks are matured or deserve to be in the position they are in, as it clearly showed in the interview. An interview, which is supposed to be a two way conversation, looked like a one way street. This clearly shows the level of maturity, understanding (or the lack of it).Overall I would say it is a mixed bag. You will find some good people and also some bad people. I suggest the job seeker to decide wisely before accepting the offer, what will you consider as a priority - mental peace, good work-life balance, learning from a matured organization and people, money
Interview experience
5
Excellent
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed in Nov 2024. There were 4 interview rounds.

Round 1 - Coding Test 

Pair programming Round - It involves collaborating with the interviewer on the development of a small or micro feature.

Round 2 - Case Study 

System Design Interview - High Level & Low Level Design

Round 3 - Group Discussion 

Behavioral Interview Round - Test our abilities to handle various conflicts & leadership qualities

Round 4 - Group Discussion 

Social Issues - Test our understanding of various social/real-world problems and solutions

Interview Preparation Tips

Interview preparation tips for other job seekers - Interview Experience will be one of the kind, where your experience will be tested in a real world scenario rather than asking simple questions. Be open & positive
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

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

Round 1 - Technical 

(2 Questions)

  • Q1. What is higher order functions
  • Ans. 

    Higher order functions are functions that can take other functions as arguments or return functions as results.

    • Higher order functions can accept functions as parameters.

    • Higher order functions can return functions as output.

    • Examples include map, filter, and reduce functions in JavaScript.

  • Answered by AI
  • Q2. What is difference b/t types and interface and there use cases
  • Ans. 

    Types define the structure of data while interfaces define the behavior of classes. Types can be used for defining variables and parameters, while interfaces can be used for defining contracts for classes.

    • Types define the structure of data, such as primitive types (int, string) or custom types (class, struct)

    • Interfaces define the behavior that a class must implement, without specifying how it should be implemented

    • Types...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Work on your basic, Read javascript basics
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

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

Round 1 - Technical 

(1 Question)

  • Q1. Data migration strategies
Round 2 - Behavioral 

(1 Question)

  • Q1. Project scenarios
Round 3 - HR 

(1 Question)

  • Q1. Why do you want to join Luxoft
Interview experience
2
Poor
Difficulty level
-
Process Duration
Less than 2 weeks
Result
Selected Selected

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

Round 1 - Technical 

(1 Question)

  • Q1. Which protocol/protocols works when there is a communication between 2 Pbx systems?
  • Ans. 

    The protocols that work when there is a communication between 2 Pbx systems are SIP (Session Initiation Protocol) and H.323.

    • SIP (Session Initiation Protocol) is commonly used for setting up and tearing down voice or video calls over IP networks.

    • H.323 is an older protocol used for multimedia communication over IP networks.

    • Both SIP and H.323 are commonly used in VoIP (Voice over Internet Protocol) systems to facilitate c

  • Answered by AI

Interview Questionnaire 

5 Questions

  • Q1. What is ellipse?
  • Ans. 

    An ellipse is a closed curve that is shaped like a stretched circle.

    • It has two focal points, which are equidistant from the center.

    • The sum of the distances from any point on the ellipse to the two focal points is constant.

    • Ellipses are commonly used in mathematics, physics, and engineering.

    • Examples of ellipses include the orbits of planets around the sun and the shape of some lenses and mirrors.

  • Answered by AI
  • Q2. What is difference between lookup and extract?
  • Ans. 

    Lookup is used to find a specific value in a table while extract is used to retrieve a subset of data from a larger dataset.

    • Lookup searches for a specific value in a table and returns a related value from the same row or column.

    • Extract retrieves a subset of data from a larger dataset based on certain criteria.

    • Lookup is used to join tables while extract is used to filter data.

    • Lookup is commonly used in Excel while extra...

  • Answered by AI
  • Q3. Can we have lookup ( lookup in a single rule
  • Ans. 

    Yes, lookup can be used in a single rule.

    • Lookup can be used to retrieve data from another table or object.

    • It can be used in a single rule to fetch data and use it in the current rule.

    • Lookup can be used with filters to retrieve specific data.

    • Lookup can also be used to retrieve data from related objects.

  • Answered by AI
  • Q4. How to split a 1000 records into 100 from input
  • Ans. 

    To split 1000 records into 100, divide the total number of records by the desired number of splits.

    • Use a loop to iterate through the records and add them to an array or list

    • Calculate the number of records per split by dividing the total number of records by the desired number of splits

    • Use another loop to split the records into the desired number of splits based on the calculated number of records per split

    • Ensure that a

  • Answered by AI
  • Q5. If a is present map a or else b which function can be used instead of if
  • Ans. 

    The ternary operator can be used instead of if.

    • The ternary operator is a shorthand version of if-else statement.

    • Syntax: condition ? value_if_true : value_if_false

    • Example: a ? map(a) : b

  • Answered by AI

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
Hard
Process Duration
2-4 weeks
Result
No response

I applied via Referral and was interviewed in Oct 2024. There were 2 interview rounds.

Round 1 - Coding Test 

Peer-coding test based on the provided tech-stack

Round 2 - One-on-one 

(2 Questions)

  • Q1. Current project overview & it's architecture
  • Ans. 

    Current project involves developing a cloud-based CRM system for a multinational corporation.

    • Utilizing microservices architecture for scalability and flexibility

    • Implementing RESTful APIs for seamless integration with other systems

    • Leveraging cloud services like AWS for hosting and data storage

    • Using Docker containers for easy deployment and management

  • Answered by AI
  • Q2. System design questions & LLD

Skills evaluated in this interview

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

Coding questions related to JavaScript and React concepts.

Round 2 - Assignment 

They seek a problem-solving approach and adherence to coding standards.

Senior Consultant Interview Questions & Answers

Luxoft user image Sonam Mangeshkar

posted on 26 Jun 2024

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

Java Functional programming

Round 2 - Technical 

(2 Questions)

  • Q1. Java 8 features
  • Q2. Design patterns
Round 3 - HR 

(2 Questions)

  • Q1. Experience in company
  • Q2. Expectation of salary
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Best coding practises
  • Ans. 

    Best coding practices involve writing clean, efficient, and maintainable code.

    • Use meaningful variable and function names

    • Follow consistent coding style and formatting

    • Write comments to explain complex logic

    • Avoid duplicate code by using functions and classes

    • Test code thoroughly before deployment

  • Answered by AI
  • Q2. What is TDD and writing of testcases
  • Ans. 

    TDD stands for Test-Driven Development, which involves writing test cases before writing the actual code.

    • TDD is a software development process where tests are written before the code implementation.

    • Test cases are written based on the expected behavior of the code.

    • Developers write just enough code to pass the tests, ensuring code quality and functionality.

    • TDD helps in identifying bugs early in the development process.

    • Ex...

  • Answered by AI
Round 2 - Technical 

(2 Questions)

  • Q1. Deep understanding on your project
  • Q2. Why did you choose this way or this techstack and so on
  • Ans. 

    I chose this tech stack because of its scalability, performance, and community support.

    • Chose tech stack based on scalability needs

    • Selected for performance optimization

    • Considered community support for troubleshooting and updates

  • Answered by AI

Skills evaluated in this interview

Tell us how to improve this page.

Hitachi Vantara Senior Consultant Interview Process

based on 2 interviews

Interview experience

4
  
Good
View more
Hitachi Vantara Senior Consultant Salary
based on 568 salaries
₹10 L/yr - ₹35 L/yr
24% more than the average Senior Consultant Salary in India
View more details

Hitachi Vantara Senior Consultant Reviews and Ratings

based on 1 review

5.0/5

Rating in categories

5.0

Skill development

5.0

Work-life balance

4.0

Salary

5.0

Job security

5.0

Company culture

4.0

Promotions

5.0

Work satisfaction

Explore 1 Review and Rating
Senior Consultant
574 salaries
unlock blur

₹10 L/yr - ₹35 L/yr

Senior Consultant 2
191 salaries
unlock blur

₹16 L/yr - ₹42 L/yr

Senior Software Engineer
99 salaries
unlock blur

₹11 L/yr - ₹36.6 L/yr

Technical Consultant
99 salaries
unlock blur

₹5 L/yr - ₹18 L/yr

Senior Technical Consultant
94 salaries
unlock blur

₹14.4 L/yr - ₹32.4 L/yr

Explore more salaries
Compare Hitachi Vantara with

Accenture

3.8
Compare

Wipro

3.7
Compare

Cognizant

3.8
Compare

Capgemini

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