Upload Button Icon Add office photos

Eviden

Compare button icon Compare button icon Compare

Filter interviews by

Eviden Consultant Interview Questions and Answers

Updated 27 Feb 2025

12 Interview questions

A Consultant was asked 6mo ago
Q. How do you prepare solution documents?
Ans. 

Prepare solution documents by outlining the problem, proposing solutions, detailing implementation steps, and providing supporting evidence.

  • Clearly define the problem statement and objectives.

  • Propose multiple solutions with pros and cons for each.

  • Detail the implementation steps, including timelines and resources needed.

  • Provide supporting evidence such as data analysis, research findings, and case studies.

  • Include v...

A Consultant was asked 7mo ago
Q. What were your day-to-day activities as a Data Engineer in your previous project?
Ans. 

Data Engineer in previous project worked on data ingestion, transformation, and optimization tasks.

  • Developed ETL pipelines to extract data from various sources

  • Cleaned and transformed data to make it suitable for analysis

  • Optimized database performance for faster query processing

  • Collaborated with data scientists to understand data requirements and provide necessary support

Consultant Interview Questions Asked at Other Companies

asked in Accenture
Q1. An international bank (US based) has been operating in Asia for t ... read more
asked in Deloitte
Q2. How would you record travel expenses incurred and paid by an empl ... read more
asked in BCG
Q3. A telecom company with product X, a necessity in the industry, ha ... read more
asked in EXL Service
Q4. You have 20 red balls, 14 blue balls. You draw out balls, 2 at a ... read more
Q5. If an annual policy, billed monthly, is cancelled in June due to ... read more
A Consultant was asked 11mo ago
Q. What are the core concepts of Object-Oriented Programming (OOP)?
Ans. 

Object-oriented programming concepts that focus on classes and objects

  • Encapsulation: Bundling data and methods that operate on the data into a single unit (class)

  • Inheritance: Ability of a class to inherit properties and behavior from another class

  • Polymorphism: Ability to present the same interface for different data types

  • Abstraction: Hiding the complex implementation details and showing only the necessary features

A Consultant was asked 11mo ago
Q. What is a stale element exception?
Ans. 

Stale Element Exception occurs when an element on the web page is no longer valid or attached to the DOM.

  • Occurs when an element is located on a web page and then the DOM is refreshed or changed

  • Commonly happens when trying to interact with an element that has been removed or modified

  • Can be resolved by re-locating the element or refreshing the page

A Consultant was asked
Q. How are claim underpayments and overpayments typically handled?
Ans. 

Underpayment and overpayment of claims are typically handled by reviewing the claim, identifying the error, and adjusting the payment accordingly.

  • Claims are reviewed to determine if there was an underpayment or overpayment

  • Errors are identified and investigated to understand the reason for the incorrect payment

  • Adjustments are made to correct the payment amount based on the findings

  • Communication with the provider ma...

A Consultant was asked
Q. What is serialization?
Ans. 

Serialization is the process of converting an object into a format that can be stored or transmitted.

  • Serialization is used to save the state of an object and recreate it later

  • It is commonly used in network communication to transmit data between different systems

  • Examples of serialization formats include JSON, XML, and binary formats like Protocol Buffers

  • Deserialization is the opposite process of converting serializ...

A Consultant was asked
Q. How do you connect to a database using Spring Boot?
Ans. 

To connect database using Spring Boot, configure the database properties in application.properties and use Spring Data JPA.

  • Add database properties in application.properties file

  • Add dependencies for Spring Data JPA and database driver in pom.xml

  • Create a repository interface extending JpaRepository

  • Use @Autowired annotation to inject the repository in service class

  • Use repository methods to perform database operations

Are these interview questions helpful?
A Consultant was asked
Q. What are the features of Java 8?
Ans. 

Java8 features include lambda expressions, streams, functional interfaces, and default methods.

  • Lambda expressions allow for functional programming and concise code.

  • Streams provide a way to process collections of data in a parallel and functional way.

  • Functional interfaces enable the use of lambda expressions.

  • Default methods allow for adding new methods to interfaces without breaking existing code.

  • Other features inc...

A Consultant was asked
Q. What is your expected salary package?
Ans. 

I expect a competitive package that reflects my skills, experience, and the value I bring to the organization.

  • Research industry standards for similar roles to set a baseline.

  • Consider my years of experience and specialized skills, such as project management or data analysis.

  • Factor in the company's size and location; larger firms in major cities often offer higher salaries.

  • Be open to discussing benefits and bonuses,...

A Consultant was asked 11mo ago
Q. Scope fun in kotlin, MVVM arachitecture
Ans. 

Scope functions in Kotlin provide a concise way to perform operations on an object.

  • Scope functions include let, run, with, apply, and also.

  • They allow for more readable and concise code by reducing the need for temporary variables.

  • MVVM architecture separates the UI, business logic, and data layers for better organization and testability.

Eviden Consultant Interview Experiences

23 interviews found

Consultant Interview Questions & Answers

user image Anonymous

posted on 27 Jun 2024

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

(2 Questions)

  • Q1. Normal JS questions
  • Q2. React Js questions
Round 2 - Technical 

(2 Questions)

  • Q1. In-depth of react JS
  • Ans. 

    React JS is a popular JavaScript library for building user interfaces.

    • React JS is component-based, allowing for reusable and modular code.

    • It uses a virtual DOM for efficient updates to the actual DOM.

    • State and props are used to manage data and pass information between components.

    • React Router is commonly used for client-side routing in React applications.

    • Redux is often used for managing application state in larger React...

  • Answered by AI
  • Q2. Client interview

Interview Preparation Tips

Interview preparation tips for other job seekers - If you’re good in fundamentals it’s easy to crack

Skills evaluated in this interview

Consultant Interview Questions & Answers

user image Anonymous

posted on 27 Feb 2025

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

(1 Question)

  • Q1. Technical about .net

Consultant Interview Questions & Answers

user image Anonymous

posted on 28 Nov 2024

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

I applied via Recruitment Consulltant and was interviewed before Nov 2023. There were 2 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Version control systems
  • Q2. TIBCO technical questions acknowledgement mode of ems
  • Ans. 

    TIBCO EMS supports various acknowledgment modes for message delivery reliability and processing control.

    • Auto Acknowledgment: Messages are acknowledged automatically once received by the consumer.

    • Client Acknowledgment: The consumer explicitly acknowledges messages after processing them, allowing for more control.

    • Dups OK Acknowledgment: Acknowledgment is done in a way that allows for duplicate messages, useful in high-th...

  • Answered by AI
Round 2 - Technical 

(2 Questions)

  • Q1. Agile methodology
  • Q2. How to prepare solution documents
  • Ans. 

    Prepare solution documents by outlining the problem, proposing solutions, detailing implementation steps, and providing supporting evidence.

    • Clearly define the problem statement and objectives.

    • Propose multiple solutions with pros and cons for each.

    • Detail the implementation steps, including timelines and resources needed.

    • Provide supporting evidence such as data analysis, research findings, and case studies.

    • Include visual...

  • Answered by AI

Consultant Interview Questions & Answers

user image Anonymous

posted on 29 Oct 2024

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

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

Round 1 - Technical 

(4 Questions)

  • Q1. Data Engineer day to day activities in previous project
  • Ans. 

    Data Engineer in previous project worked on data ingestion, transformation, and optimization tasks.

    • Developed ETL pipelines to extract data from various sources

    • Cleaned and transformed data to make it suitable for analysis

    • Optimized database performance for faster query processing

    • Collaborated with data scientists to understand data requirements and provide necessary support

  • Answered by AI
  • Q2. What's my role in previous project
  • Q3. Python,SQL, devops tools
  • Q4. Totally 5 rounds, 2 company technical and 2 client technical final is hr and techno managerial round. All process takes hardly a month

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare technical with respect to previous project.

Skills evaluated in this interview

Consultant Interview Questions & Answers

user image Anonymous

posted on 24 Feb 2025

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

Java string programs

Interview Preparation Tips

Interview preparation tips for other job seekers - Keep basics clear about the topics

Consultant Interview Questions & Answers

user image Afrin Attar

posted on 4 Jul 2024

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

(2 Questions)

  • Q1. What is stale element exception
  • Ans. 

    Stale Element Exception occurs when an element on the web page is no longer valid or attached to the DOM.

    • Occurs when an element is located on a web page and then the DOM is refreshed or changed

    • Commonly happens when trying to interact with an element that has been removed or modified

    • Can be resolved by re-locating the element or refreshing the page

  • Answered by AI
  • Q2. What are oops concepts

Skills evaluated in this interview

Consultant Interview Questions & Answers

user image Anonymous

posted on 2 Jul 2024

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

(1 Question)

  • Q1. Scope fun in kotlin, MVVM arachitecture
  • Ans. 

    Scope functions in Kotlin provide a concise way to perform operations on an object.

    • Scope functions include let, run, with, apply, and also.

    • They allow for more readable and concise code by reducing the need for temporary variables.

    • MVVM architecture separates the UI, business logic, and data layers for better organization and testability.

  • Answered by AI

Skills evaluated in this interview

Consultant Interview Questions & Answers

user image Anonymous

posted on 9 Apr 2024

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

(1 Question)

  • Q1. Technical java and selenium

Consultant Interview Questions & Answers

user image Rajan Sonvane

posted on 29 Sep 2023

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Don’t add your photo or details such as gender, age, and address in your resume. These details do not add any value.
View all tips
Round 2 - One-on-one 

(1 Question)

  • Q1. Basic core java, spring boot questions. Rest template
Round 3 - HR 

(1 Question)

  • Q1. Salary discussion

Consultant Interview Questions & Answers

user image Sourav Ghosh

posted on 3 May 2024

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

I applied via Naukri.com and was interviewed before May 2023. There were 2 interview rounds.

Round 1 - One-on-one 

(4 Questions)

  • Q1. General Consulting Domain questions on Healthcare and Insurance
  • Q2. Payers and Providers life cycle
  • Q3. Member enrollment process and end to end member/ group installation or registration process
  • Ans. 

    The member enrollment process involves registering individuals or groups for services or benefits.

    • The member enrollment process typically starts with collecting personal information such as name, contact details, and insurance information.

    • Once the information is collected, it is entered into a database or system for tracking and management.

    • Verification of eligibility and enrollment status may be required before finaliz...

  • Answered by AI
  • Q4. How does the underpayment and over payment of claims handled typically?
  • Ans. 

    Underpayment and overpayment of claims are typically handled by reviewing the claim, identifying the error, and adjusting the payment accordingly.

    • Claims are reviewed to determine if there was an underpayment or overpayment

    • Errors are identified and investigated to understand the reason for the incorrect payment

    • Adjustments are made to correct the payment amount based on the findings

    • Communication with the provider may be ...

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

(1 Question)

  • Q1. Domain related, industry related, assignments and scenario related questions. Make sure you are able to justify your skillsets as mentioned or highlighted in your resume

Interview Preparation Tips

Interview preparation tips for other job seekers - Make sure you are able to articulate your answers in a systematic manner while showcasing your skills during the interview.

Top trending discussions

View All
Interview Tips & Stories
2w
toobluntforu
·
works at
Cvent
Can speak English, can’t deliver in interviews
I feel like I can't speak fluently during interviews. I do know english well and use it daily to communicate, but the moment I'm in an interview, I just get stuck. since it's not my first language, I struggle to express what I actually feel. I know the answer in my head, but I just can’t deliver it properly at that moment. Please guide me
Got a question about Eviden?
Ask anonymously on communities.

Eviden Interview FAQs

How many rounds are there in Eviden Consultant interview?
Eviden interview process usually has 1-2 rounds. The most common rounds in the Eviden interview process are Technical, HR and Resume Shortlist.
How to prepare for Eviden 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 Python, Automation Testing, CCTV Monitoring, Troubleshooting and Clinical Data Management.
What are the top questions asked in Eviden Consultant interview?

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

  1. How does the underpayment and over payment of claims handled typical...read more
  2. how to connect database using spring bo...read more
  3. Member enrollment process and end to end member/ group installation or registra...read more
What are the most common questions asked in Eviden Consultant HR round?

The most common HR questions asked in Eviden Consultant interview are -

  1. Why are you looking for a chan...read more
  2. What are your salary expectatio...read more
  3. Tell me about yourse...read more

Tell us how to improve this page.

Overall Interview Experience Rating

3.8/5

based on 17 interview experiences

Difficulty level

Easy 11%
Moderate 89%

Duration

Less than 2 weeks 56%
2-4 weeks 33%
4-6 weeks 11%
View more
Eviden Consultant Salary
based on 3.8k salaries
₹8.2 L/yr - ₹24 L/yr
20% more than the average Consultant Salary in India
View more details

Eviden Consultant Reviews and Ratings

based on 335 reviews

3.7/5

Rating in categories

3.4

Skill development

3.9

Work-life balance

3.5

Salary

3.2

Job security

3.5

Company culture

2.8

Promotions

3.4

Work satisfaction

Explore 335 Reviews and Ratings
WAF Consultant

Kolkata,

Mumbai

+5

4-9 Yrs

₹ 5-33 LPA

CONSULTANT

Pune

5-10 Yrs

₹ 4.3-33 LPA

Explore more jobs
Associate Consultant
8.3k salaries
unlock blur

₹3.6 L/yr - ₹9.5 L/yr

Consultant
3.8k salaries
unlock blur

₹8.2 L/yr - ₹24 L/yr

Associate
1.7k salaries
unlock blur

₹1.6 L/yr - ₹4.5 L/yr

Senior Consultant
1.2k salaries
unlock blur

₹18.5 L/yr - ₹33 L/yr

Senior Associate
1k salaries
unlock blur

₹2.2 L/yr - ₹7.2 L/yr

Explore more salaries
Compare Eviden with

Genpact

3.7
Compare

DXC Technology

3.7
Compare

Sutherland Global Services

3.5
Compare

Optum Global Solutions

4.0
Compare
write
Share an Interview