Upload Button Icon Add office photos

Filter interviews by

Eviden Interview Questions, Process, and Tips

Updated 24 Mar 2025

Top Eviden Interview Questions and Answers

View all 9 questions

Eviden Interview Experiences

Popular Designations

302 interviews found

Analyst Interview Questions & Answers

user image Anonymous

posted on 16 Apr 2024

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

(2 Questions)

  • Q1. What are the features of OOPs?
  • Ans. 

    OOPs features include encapsulation, inheritance, polymorphism, and abstraction.

    • Encapsulation: Bundling data and methods that operate on the data into a single unit.

    • Inheritance: Ability to create new classes based on existing classes.

    • Polymorphism: Ability to use a single interface for different data types or classes.

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

  • Answered by AI
  • Q2. Can you describe the purpose of polymorphism in OOPs?
  • Ans. 

    Polymorphism in OOP allows objects of different classes to be treated as objects of a common superclass.

    • Polymorphism allows for flexibility and reusability in code.

    • It enables a single interface to be used for different data types.

    • Examples include method overriding and method overloading.

    • Polymorphism is achieved through inheritance and interfaces in OOP.

  • Answered by AI

Analyst Interview Questions asked at other Companies

Q1. N-th Fibonacci Number Problem Statement Given an integer ‘N’, your task is to find and return the N’th Fibonacci number using matrix exponentiation. Since the answer can be very large, return the answer modulo 10^9 + 7. Formula: F(n) = F(n-... read more
View answer (1)

Software Developer Interview Questions & Answers

user image sushanti kumbhar

posted on 15 Jun 2024

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

(2 Questions)

  • Q1. What is solid principles
  • Ans. 

    SOLID principles are a set of five design principles that help make software designs more understandable, flexible, and maintainable.

    • S - Single Responsibility Principle: A class should have only one reason to change.

    • O - Open/Closed Principle: Software entities should be open for extension but closed for modification.

    • L - Liskov Substitution Principle: Objects of a superclass should be replaceable with objects of its sub...

  • Answered by AI
  • Q2. Inheritance examples
  • Ans. 

    Inheritance in object-oriented programming allows a class to inherit properties and behaviors from another class.

    • Child classes inherit attributes and methods from parent classes

    • Allows for code reusability and promotes a hierarchical structure

    • Examples: Animal class with Dog and Cat subclasses, Vehicle class with Car and Truck subclasses

  • Answered by AI

Software Developer Interview Questions asked at other Companies

Q1. Maximum Subarray Sum Problem Statement Given an array of integers, determine the maximum possible sum of any contiguous subarray within the array. Example: Input: array = [34, -50, 42, 14, -5, 86] Output: 137 Explanation: The maximum sum is... read more
View answer (43)

Software Developer Interview Questions & Answers

user image Rtr. R.Harish

posted on 4 May 2024

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

Easy round but concentration is important

Round 2 - Technical 

(1 Question)

  • Q1. Very Friendly round and they aka logics in programs
Round 3 - HR 

(1 Question)

  • Q1. Here they just check our communication skill

Software Developer Interview Questions asked at other Companies

Q1. Maximum Subarray Sum Problem Statement Given an array of integers, determine the maximum possible sum of any contiguous subarray within the array. Example: Input: array = [34, -50, 42, 14, -5, 86] Output: 137 Explanation: The maximum sum is... read more
View answer (43)
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
-
Result
Selected Selected

I applied via Walk-in

Round 1 - Technical 

(2 Questions)

  • Q1. 1.What are hedge funds, mutual funds, capital markets
  • Ans. 

    Hedge funds, mutual funds, and capital markets are financial instruments used for investment and trading purposes.

    • Hedge funds are alternative investment vehicles that pool capital from accredited investors and employ various strategies to generate high returns.

    • Mutual funds are investment vehicles that pool money from multiple investors to invest in a diversified portfolio of securities.

    • Capital markets refer to the fina...

  • Answered by AI
  • Q2. NAV. How does it impact on market value
  • Ans. 

    NAV impacts market value by reflecting the current value of a fund's assets and liabilities.

    • NAV stands for Net Asset Value and represents the per-share value of a mutual fund or ETF.

    • Market value is influenced by changes in NAV, as it reflects the current worth of the fund's underlying assets.

    • If NAV increases, it generally indicates a rise in market value, and vice versa.

    • Investors use NAV to determine the value of their...

  • Answered by AI

Fund Accounting Analyst Interview Questions asked at other Companies

Q1. What are the different fee applied to mutual funds?
View answer (1)

Eviden interview questions for popular designations

 Associate Consultant

 (67)

 Consultant

 (23)

 Associate

 (20)

 Financial Analyst

 (13)

 Senior Associate

 (10)

 KPO Officer

 (8)

 Software Engineer

 (7)

 Senior Consultant

 (6)

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

(2 Questions)

  • Q1. Tell me P2P cycle
  • Ans. 

    P2P cycle refers to Procure-to-Pay cycle, which involves the process of obtaining goods or services from a vendor and paying for them.

    • Purchase requisition is created to request goods or services

    • Purchase order is issued to the vendor

    • Goods or services are received and inspected

    • Invoice is received from the vendor

    • Payment is made to the vendor

  • Answered by AI
  • Q2. What is GL accounts
  • Ans. 

    GL accounts are used in accounting to track financial transactions and categorize them into different types of assets, liabilities, equity, revenue, and expenses.

    • GL accounts are part of the general ledger, which is a complete record of all financial transactions of a company.

    • Each GL account has a unique number and name to identify it.

    • GL accounts are used to organize financial information and prepare financial statement...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Preparation gives confidence , confidence give you courage to get a job

System Engineer Interview Questions asked at other Companies

Q1. Election Winner Determination In an ongoing election between two candidates A and B, there is a queue of voters that includes supporters of A, supporters of B, and neutral voters. Neutral voters have the power to swing the election results ... read more
View answer (9)

Get interview-ready with Top Eviden Interview Questions

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

Top Eviden Consultant Interview Questions and Answers

Q1. How does the underpayment and over payment of claims handled typically?
View answer (1)

Consultant Interview Questions asked at other Companies

Q1. How would you pass an entry for travel expenses incurred and paid by employee and was reimbursed? How would the end to end flow happens
View answer (8)

Jobs at Eviden

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

(1 Question)

  • Q1. Oops concepts questions
Round 2 - HR 

(1 Question)

  • Q1. Behavioral question

Top Eviden Associate Consultant Interview Questions and Answers

Q1. Total Life cycle of a Uipath Project usecase
View answer (1)

Associate Consultant Interview Questions asked at other Companies

Q1. There are 2 cricket teams, A and B, with 11 players each. If every player of team A shakes hands with every player of team B(once), what will be the total number of handshakes?
View answer (15)
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

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

Round 1 - HR 

(1 Question)

  • Q1. Introduction about your self
Round 2 - Technical 

(1 Question)

  • Q1. Knowledge about derivatives, nav
Round 3 - One-on-one 

(1 Question)

  • Q1. Basics according to the knowledge in finance

Top Eviden Senior Associate Interview Questions and Answers

Q1. 3. Golden Rules of account 4.what is Derivatives and types of derivatives 5.what is investment banking 6.what is hedge fund management 7.what is Anti Money laundering and stages of AML 8.what is Tranfer agency and what they do
View answer (2)

Senior Associate Interview Questions asked at other Companies

Q1. On an average, how many invoices can you process in a day?
View answer (11)
Interview experience
2
Poor
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

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

Round 1 - Technical 

(1 Question)

  • Q1. Design a system with one liner like I want to transfer money from bank A to bank B
  • Ans. 

    Design a system to transfer money from bank A to bank B

    • Implement a secure authentication system for both banks

    • Set up a secure connection between the two banks for data transfer

    • Create a transaction processing system to handle the transfer of funds

    • Implement error handling and logging mechanisms for tracking transactions

    • Ensure compliance with financial regulations and data protection laws

  • Answered by AI

Skills evaluated in this interview

Technical Architect Interview Questions asked at other Companies

Q1. How to manage clients, how to handle critical issues with example
View answer (3)
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. What is the error you faced in current project

Technical Consultant Interview Questions asked at other Companies

Q1. Oops C and java difference Query for selecting all columns from a table 10 uses of a pen Personal questions like the place we belong to What do you know about our company The interview was not really good ,I got selected 😅 for role of tech... read more
View answer (1)

Eviden Interview FAQs

How many rounds are there in Eviden interview?
Eviden interview process usually has 2-3 rounds. The most common rounds in the Eviden interview process are Technical, HR and Resume Shortlist.
How to prepare for Eviden 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 Clinical Data Management, Troubleshooting, Digital Transformation, SQL and SAP.
What are the top questions asked in Eviden interview?

Some of the top questions asked at the Eviden interview -

  1. Tell me about yourself? Tell difference Between pointer and reference. Tell dif...read more
  2. 3. Golden Rules of account 4.what is Derivatives and types of derivatives 5.wha...read more
  3. What the Various stage in trade cycle li...read more
How long is the Eviden interview process?

The duration of Eviden interview process can vary, but typically it takes about less than 2 weeks to complete.

Tell us how to improve this page.

Eviden Interview Process

based on 204 interviews

Interview experience

4
  
Good
View more

Interview Questions from Similar Companies

Genpact Interview Questions
3.8
 • 3.1k Interviews
DXC Technology Interview Questions
3.7
 • 799 Interviews
Nagarro Interview Questions
4.0
 • 762 Interviews
NTT Data Interview Questions
3.8
 • 625 Interviews
Publicis Sapient Interview Questions
3.5
 • 618 Interviews
GlobalLogic Interview Questions
3.6
 • 591 Interviews
UST Interview Questions
3.8
 • 514 Interviews
View all

Eviden Reviews and Ratings

based on 4.4k reviews

3.6/5

Rating in categories

3.4

Skill development

3.7

Work-life balance

3.1

Salary

3.4

Job security

3.5

Company culture

2.8

Promotions

3.4

Work satisfaction

Explore 4.4k Reviews and Ratings
Opportunity For Power BI Professionals

Pune,

Chennai

+1

5-10 Yrs

Not Disclosed

Site Reliability Engineer

Pune,

Chennai

+1

5-10 Yrs

Not Disclosed

Fullstack Developer

Pune,

Chennai

+1

5-10 Yrs

Not Disclosed

Explore more jobs
Associate Consultant
8.5k salaries
unlock blur

₹1.9 L/yr - ₹11.6 L/yr

Consultant
3.8k salaries
unlock blur

₹8 L/yr - ₹28 L/yr

Associate
1.7k salaries
unlock blur

₹1.5 L/yr - ₹4.5 L/yr

Senior Consultant
1.2k salaries
unlock blur

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

Genpact

3.8
Compare

DXC Technology

3.7
Compare

Sutherland Global Services

3.6
Compare

Optum Global Solutions

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