Upload Button Icon Add office photos

Filter interviews by

Eviden Senior Consultant Interview Questions and Answers

Updated 9 Jan 2025

Eviden Senior Consultant Interview Experiences

6 interviews found

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

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

Round 1 - Technical 

(2 Questions)

  • Q1. General question about project
  • Q2. Basic question around java and spring boot
Round 2 - Technical 

(3 Questions)

  • Q1. Scenario based question o n ooad balancer and openshift related configuration
  • Q2. How the arraylist data is getting sorted out. Based on what mechanism it is sorting
  • Q3. Project architecture level questions and questions around the flow
Round 3 - HR 

(2 Questions)

  • Q1. Just basic question why looking for opportunity outside
  • Q2. Package discussions

Interview Preparation Tips

Interview preparation tips for other job seekers - It's easy to crack once we are prepared well on basics and project level architecture
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Referral and was interviewed before Jan 2024. There were 2 interview rounds.

Round 1 - One-on-one 

(1 Question)

  • Q1. Experience in the relevant technology
Round 2 - HR 

(1 Question)

  • Q1. Salary expectations

Senior Consultant Interview Questions Asked at Other Companies

asked in Capgemini
Q1. 1. What's the use of update sets and how do you move update set f ... read more
Q2. 1. What is Virtual DOM? How does it work & Its algorithm? 2. ... read more
asked in Capgemini
Q3. 1. If MAM is there then why do we need MDM? 2. What are the diffe ... read more
asked in Capgemini
Q4. JCL 1. Ways in which the you can paas on data from.jcl to cobol.: ... read more
Q5. Different metrics used for status ,jira work flow and how to trac ... read more

Senior Consultant Interview Questions & Answers

user image aditya acharya

posted on 7 May 2024

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

I was interviewed before May 2023.

Round 1 - Aptitude Test 

Be very clear with reasonings

Round 2 - Technical 

(2 Questions)

  • Q1. Having a good knowledge on the technicals is a must
  • Q2. Difference between method overloading and overriding
  • Ans. 

    Method overloading is having multiple methods in the same class with the same name but different parameters. Method overriding is having a method in a subclass with the same name and parameters as a method in its superclass.

    • Method overloading is resolved at compile time based on the number and type of parameters, while method overriding is resolved at runtime based on the object being used.

    • Method overloading is used to...

  • Answered by AI
Round 3 - HR 

(1 Question)

  • Q1. Why you want to join Atos?
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed before Feb 2023. There was 1 interview round.

Round 1 - Coding Test 

30mins, asked to write a sample program with JavaScript with any testing framework WDIO or Cypress

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare & practice basic oops concepts & testing techniques.

Eviden interview questions for designations

 Senior SAP Consultant

 (1)

 Associate Consultant

 (67)

 MM Consultant

 (1)

 Technical Consultant

 (1)

 SAP Abap Consultant

 (1)

 Technical Leader Consultant

 (1)

 SAP BO Consultant

 (1)

 SAP MM Consultant

 (1)

Round 1 - Technical 

(1 Question)

  • Q1. Overview of your technology

Interview Preparation Tips

Interview preparation tips for other job seekers - do not talk too much....................................
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed before May 2022. There were 2 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 - Technical 

(2 Questions)

  • Q1. Migration methods to exchange online
  • Ans. 

    Various methods can be used for migrating to Exchange Online.

    • Cutover migration

    • Staged migration

    • Hybrid migration

    • Third-party migration tools

    • Manual PST migration

  • Answered by AI
  • Q2. Mailflow architecture exchange 2019

Interview Preparation Tips

Interview preparation tips for other job seekers - Keep learning new skills

Skills evaluated in this interview

Interview questions from similar companies

Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
No response

I applied via Recruitment Consulltant and was interviewed in Nov 2024. There was 1 interview round.

Round 1 - Coding Test 

You have list of Integers, say {1,43,54,35,35,54} With this I want to know the count of each digits in the List. Example 1->1,3->3,4->3,5->4

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

(2 Questions)

  • Q1. Your experience in Manufacturing
  • Ans. 

    I have over 10 years of experience in manufacturing, specializing in lean production and process optimization.

    • Implemented lean manufacturing principles to reduce waste and improve efficiency

    • Led cross-functional teams to streamline production processes

    • Utilized Six Sigma methodologies to identify and solve quality issues

    • Managed production schedules and inventory levels to meet customer demand

    • Implemented automation and ro

  • Answered by AI
  • Q2. What is the complex integration you did?
  • Ans. 

    I led a complex integration project between two large financial institutions to streamline their data sharing processes.

    • Designed a custom API to facilitate real-time data exchange between the systems

    • Implemented data mapping and transformation logic to ensure compatibility between the different data formats

    • Worked closely with both technical teams to troubleshoot and resolve integration issues

    • Developed a comprehensive te...

  • Answered by AI
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Java8 features, functional interface
  • Q2. Hashmap,concurrent hashmap
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed in Jan 2024. There were 2 interview rounds.

Round 1 - One-on-one 

(2 Questions)

  • Q1. What is default value of map
  • Ans. 

    The default value of a map in most programming languages is null or an empty map.

    • Default value of map in Java is null

    • Default value of map in Python is an empty map {}

    • Default value of map in C++ is an empty map std::map<>()

  • Answered by AI
  • Q2. How does move work internally
Round 2 - One-on-one 

(2 Questions)

  • Q1. Questions on strings: count character and their frequency
  • Q2. What is virtual keyword and how virtual functions work internally
  • Ans. 

    The virtual keyword in C++ is used to declare a member function that can be overridden in a derived class. Virtual functions are resolved at runtime.

    • Virtual keyword is used to achieve runtime polymorphism in C++

    • Virtual functions are resolved at runtime based on the actual object type

    • Virtual functions are implemented using virtual function tables (vtables)

    • Derived classes can override virtual functions to provide specifi

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Practice all basics. Be thorough with previous projects. Read smart pointers , multithreading strings

Skills evaluated in this interview

Eviden Interview FAQs

How many rounds are there in Eviden Senior Consultant interview?
Eviden interview process usually has 2 rounds. The most common rounds in the Eviden interview process are Technical, HR and Resume Shortlist.
How to prepare for Eviden Senior Consultant 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 Eviden. The most common topics and skills that interviewers at Eviden expect are SAP, Customer Service, Monitoring, Analytical and Analytical skills.
What are the top questions asked in Eviden Senior Consultant interview?

Some of the top questions asked at the Eviden Senior Consultant interview -

  1. Experience in the relevant technol...read more
  2. Migration methods to exchange onl...read more
  3. How the arraylist data is getting sorted out. Based on what mechanism it is sor...read more

Tell us how to improve this page.

Eviden Senior Consultant Interview Process

based on 4 interviews in last 1 year

Interview experience

4.8
  
Excellent
View more

People are getting interviews through

based on 4 Eviden interviews
Referral
Job Portal
50%
50%
Moderate Confidence
?
Moderate Confidence means the data is based on a sufficient number of responses received from the candidates
Eviden Senior Consultant Salary
based on 1.2k salaries
₹10 L/yr - ₹38.1 L/yr
31% more than the average Senior Consultant Salary in India
View more details

Eviden Senior Consultant Reviews and Ratings

based on 106 reviews

3.5/5

Rating in categories

3.6

Skill development

3.7

Work-Life balance

3.2

Salary & Benefits

3.2

Job Security

3.3

Company culture

2.8

Promotions/Appraisal

3.3

Work Satisfaction

Explore 106 Reviews and Ratings
Associate Consultant
8.7k salaries
unlock blur

₹1.9 L/yr - ₹11.9 L/yr

Consultant
3.9k salaries
unlock blur

₹8 L/yr - ₹28 L/yr

Associate
1.7k salaries
unlock blur

₹1.5 L/yr - ₹5 L/yr

Senior Consultant
1.2k salaries
unlock blur

₹10 L/yr - ₹38.1 L/yr

Senior Associate
1.1k salaries
unlock blur

₹1.8 L/yr - ₹7 L/yr

Explore more salaries
Compare Eviden with

TCS

3.7
Compare

Infosys

3.7
Compare

Wipro

3.7
Compare

HCLTech

3.5
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