Upload Button Icon Add office photos

Evalueserve

Compare button icon Compare button icon Compare

Filter interviews by

Evalueserve Interview Questions and Answers

Updated 12 Jun 2025
Popular Designations

80 Interview questions

A Senior Developer was asked 3w ago
Q. What are the differences between arrow functions and regular functions?
Ans. 

Arrow functions provide a concise syntax and lexical scoping of 'this', unlike traditional function expressions.

  • Syntax: Arrow functions use '=>' syntax, e.g., const add = (a, b) => a + b; vs function add(a, b) { return a + b; }.

  • Lexical 'this': Arrow functions do not have their own 'this' context; they inherit 'this' from the enclosing scope.

  • No 'arguments' object: Arrow functions do not have their own 'argume...

View all Senior Developer interview questions
An Intern was asked 1mo ago
Q. Given a string, find all duplicate characters in it.
Ans. 

Identify and list duplicate characters in a given string efficiently.

  • Use a hash map to count occurrences of each character. Example: 'hello' -> {'h': 1, 'e': 1, 'l': 2, 'o': 1}

  • Iterate through the hash map to find characters with a count greater than 1. Example: From 'hello', 'l' is a duplicate.

  • Consider case sensitivity: 'A' and 'a' are different characters.

  • Return duplicates as an array. Example: For 'programmin...

View all Intern interview questions
A Junior Analyst was asked 2mo ago
Q. How do you calculate the market size of the paint industry?
Ans. 

Estimating the market size of the paint industry involves analyzing demand, production, and sales data across various segments.

  • Identify key segments: architectural, industrial, and automotive paints.

  • Research market reports: Use sources like IBISWorld or Statista for data.

  • Analyze consumption patterns: Look at trends in construction and manufacturing.

  • Consider geographic factors: Different regions may have varying de...

View all Junior Analyst interview questions
A Junior Analyst was asked 2mo ago
Q. What do you know about primary research?
Ans. 

Primary research involves collecting original data directly from sources to answer specific research questions.

  • Methods include surveys, interviews, and focus groups.

  • Surveys can be conducted online or in person to gather quantitative data.

  • Interviews provide qualitative insights through one-on-one discussions.

  • Focus groups facilitate discussions among a small group to explore perceptions.

  • Example: A company may conduc...

View all Junior Analyst interview questions
🔥 Asked by recruiter 2 times
A Business Analyst was asked 3mo ago
Q. What is proactiveness?
Ans. 

Proactiveness is the ability to anticipate future needs and take initiative to address them before they become issues.

  • Identifying potential problems early, such as analyzing market trends to adjust strategies.

  • Taking initiative in projects, like proposing new solutions before being asked.

  • Setting personal goals and creating action plans to achieve them, rather than waiting for direction.

  • Engaging in continuous learni...

View all Business Analyst interview questions
A Tax Associate was asked 3mo ago
Q. What is the basis of dividend computation?
Ans. 

Dividends are computed based on a company's earnings, retained earnings, and board decisions on profit distribution.

  • Dividends are typically paid from a company's retained earnings.

  • The board of directors decides the amount and timing of dividends.

  • Example: If a company has $1 million in retained earnings and decides to pay a $100,000 dividend, the dividend per share depends on the number of shares outstanding.

  • Divide...

View all Tax Associate interview questions
A Junior Analyst was asked 3mo ago
Q. What is your name?
Ans. 

My name is Alex Johnson, a passionate individual with a keen interest in data analysis and problem-solving.

  • I was named after my grandfather, who inspired me with his stories of adventure.

  • The name Alex is often associated with leadership and creativity.

  • I enjoy sharing my name's meaning, which signifies 'defender of the people'.

View all Junior Analyst interview questions
Are these interview questions helpful?
A Junior Analyst was asked 3mo ago
Q. What is research?
Ans. 

Research is a systematic investigation to establish facts, gather knowledge, and develop new insights or solutions.

  • Research involves formulating a hypothesis and testing it through experiments or studies.

  • It can be qualitative (e.g., interviews) or quantitative (e.g., surveys, statistical analysis).

  • Examples include scientific research in labs, market research for businesses, and academic studies.

  • Research aims to co...

View all Junior Analyst interview questions
An Analyst was asked 5mo ago
Q. What do you know about business analysis?
Ans. 

Business analysis involves identifying business needs, defining solutions, and facilitating change.

  • Business analysis involves identifying business needs and problems

  • It includes defining solutions to address those needs

  • Business analysts facilitate change within an organization by recommending improvements

  • They use tools such as SWOT analysis, PESTLE analysis, and stakeholder interviews

  • Examples of business analysis t...

View all Analyst interview questions
A Research Analyst was asked 8mo ago
Q. What are biodrugs?
Ans. 

Biodrugs are pharmaceutical drugs derived from biological sources, such as living organisms or their byproducts.

  • Biodrugs are also known as biopharmaceuticals or biologics.

  • They are typically produced using biotechnology methods.

  • Examples of biodrugs include vaccines, insulin, and monoclonal antibodies.

View all Research Analyst interview questions

Evalueserve Interview Experiences

125 interviews found

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Recruitment Consulltant and was interviewed before Mar 2023. There were 3 interview rounds.

Round 1 - HR 

(1 Question)

  • Q1. Why Evalueserve, Salary expectations
Round 2 - Assignment 

Prepare a presentation on BWM market

Round 3 - One-on-one 

(2 Questions)

  • Q1. Detailed analysis on the presentation prepared
  • Q2. Questions on methodology

Interview Preparation Tips

Interview preparation tips for other job seekers - Be clear and thorough with the methodology and approach

Consultant Interview Questions & Answers

user image Anonymous

posted on 17 Jan 2025

Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
No response

I appeared for an interview in Dec 2024.

Round 1 - Technical 

(2 Questions)

  • Q1. Bagging vs boosting
  • Ans. 

    Bagging and boosting are ensemble learning techniques used to improve the performance of machine learning models by combining multiple weak learners.

    • Bagging (Bootstrap Aggregating) involves training multiple models independently on different subsets of the training data and then combining their predictions through averaging or voting.

    • Boosting involves training multiple models sequentially, where each subsequent model c...

  • Answered by AI
  • Q2. Overfitting technique
  • Ans. 

    Overfitting is when a model learns the training data too well, leading to poor performance on new, unseen data.

    • Overfitting occurs when a model is too complex and captures noise in the training data.

    • It can be mitigated by using techniques like cross-validation, regularization, and early stopping.

    • Examples of overfitting include a decision tree with too many branches or a neural network with too many hidden layers.

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

(1 Question)

  • Q1. Discrete vs continuous
  • Ans. 

    Discrete variables can only take specific values, while continuous variables can take any value within a range.

    • Discrete variables are countable and have distinct values, such as number of students in a class.

    • Continuous variables can take any value within a range, such as height or weight.

    • Discrete variables are often represented by integers, while continuous variables are represented by real numbers.

  • Answered by AI

Analyst Interview Questions & Answers

user image Anonymous

posted on 17 Nov 2024

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-

I applied via Campus Placement

Round 1 - Aptitude Test 

Just a normal aptitude test

Round 2 - One-on-one 

(1 Question)

  • Q1. Asked about data related terminologies pharma concepts and data interpretation
Round 3 - One-on-one 

(1 Question)

  • Q1. It was with the avp and some basics questions were asked like strength weakness

Interview Preparation Tips

Interview preparation tips for other job seekers - It is a decent company with average interview experience and one has to be good in communication
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
No response

I applied via Approached by Company and was interviewed in Jun 2024. There were 4 interview rounds.

Round 1 - HR 

(2 Questions)

  • Q1. What is your education background?
  • Ans. 

    I have a Bachelor's degree in Economics and a Master's degree in Finance.

    • Bachelor's degree in Economics

    • Master's degree in Finance

  • Answered by AI
  • Q2. What kind of experience do you have in TMT domain?
  • Ans. 

    I have over 5 years of experience in the TMT (Technology, Media, and Telecommunications) domain, including market research, financial analysis, and strategic planning.

    • Conducted market research on emerging technologies and trends in the TMT sector

    • Performed financial analysis for technology companies, evaluating their performance and growth potential

    • Developed strategic plans for telecommunications companies to expand the...

  • Answered by AI
Round 2 - Technical 

(3 Questions)

  • Q1. What is the step for Report Writing and Company Profiling?
  • Ans. 

    The steps for report writing and company profiling involve research, data collection, analysis, and presentation.

    • Research the company's background, industry, competitors, financials, and market trends.

    • Collect relevant data from various sources such as financial reports, news articles, and industry reports.

    • Analyze the data to identify key insights, trends, and opportunities.

    • Create a structured report outlining the compa...

  • Answered by AI
  • Q2. What are the sources to be referred while preparing a report?
  • Ans. 

    Sources for preparing a report include primary research, secondary research, data analysis, expert opinions, and industry reports.

    • Primary research such as surveys, interviews, and observations

    • Secondary research from academic journals, books, and online databases

    • Data analysis using statistical tools and software

    • Expert opinions from industry professionals or consultants

    • Industry reports from market research firms or gover...

  • Answered by AI
  • Q3. Questions mainly from resume
Round 3 - Case Study 

Strategies to Implement Cybersecurity

Round 4 - Technical 

(2 Questions)

  • Q1. What will be the future plan of yours in terms of bringing more business?
  • Ans. 

    My future plan to bring more business involves expanding our client base through targeted marketing strategies and building strong relationships with existing clients.

    • Implementing targeted marketing campaigns to reach potential clients in our industry

    • Leveraging data analytics to identify new business opportunities and trends

    • Enhancing customer retention strategies to strengthen relationships with existing clients

    • Explori...

  • Answered by AI
  • Q2. Lot of situation based questions, like how will you handle the query if client comes back with some issues in your report?
  • Ans. 

    Addressing client queries involves active listening, thorough analysis, and effective communication to resolve issues promptly.

    • Listen actively to the client's concerns to fully understand the issue.

    • Analyze the report data to identify any discrepancies or errors.

    • Communicate findings clearly, providing context and explanations.

    • If necessary, collaborate with team members to gather additional insights.

    • Offer solutions or ad...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - It was the average interview with a dedicated process. The questions were mostly related to job and roles and responsibilities to occur in the future process. Also, team is interested in quality candidate while having a good experience in the secondary research industry.
Interview experience
1
Bad
Difficulty level
Hard
Process Duration
4-6 weeks
Result
No response

I applied via Approached by Company and was interviewed in Sep 2024. There were 4 interview rounds.

Round 1 - HR 

(2 Questions)

  • Q1. Tell me about yourself
  • Ans. 

    I am a detail-oriented research analyst with a strong background in data analysis and market research.

    • Completed a Bachelor's degree in Economics with a focus on quantitative analysis

    • Proficient in statistical software such as SPSS and Excel

    • Experience conducting primary and secondary research for market trends

    • Strong analytical skills and attention to detail

    • Ability to present findings in a clear and concise manner

  • Answered by AI
  • Q2. Tell me about your work experience
  • Ans. 

    I have over 5 years of experience as a Research Analyst in the finance industry.

    • Conducted market research and analysis to identify investment opportunities

    • Prepared reports and presentations for senior management

    • Utilized financial modeling and forecasting techniques

    • Collaborated with team members to analyze data and draw conclusions

    • Stayed updated on industry trends and regulations

  • Answered by AI
Round 2 - Technical 

(2 Questions)

  • Q1. Who regulates the pharmaceutical industry in America?
  • Q2. What are biodrugs?
Round 3 - Aptitude Test 

90 min. test many technical questions

Round 4 - head of division 

(2 Questions)

  • Q1. Personal questions
  • Q2. Thechnical questions

Interview Preparation Tips

Topics to prepare for Evalueserve Research Analyst interview:
  • rapid research
Interview preparation tips for other job seekers - don't work in this company

Analyst Interview Questions & Answers

user image Anonymous

posted on 26 Sep 2024

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

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

Round 1 - HR 

(2 Questions)

  • Q1. Screening via phone call
  • Q2. Shortlisting via phone call
Round 2 - One-on-one 

(2 Questions)

  • Q1. Stochastic calculus
  • Q2. Python programming
Round 3 - One-on-one 

(2 Questions)

  • Q1. Stochastic calculus and black scholes world
  • Q2. Probability and statistics

Interview Preparation Tips

Interview preparation tips for other job seekers - dont give up

Analyst Interview Questions & Answers

user image Saurabh Jha

posted on 8 Jan 2025

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(1 Question)

  • Q1. What do you know about business analysis?
  • Ans. 

    Business analysis involves identifying business needs, defining solutions, and facilitating change.

    • Business analysis involves identifying business needs and problems

    • It includes defining solutions to address those needs

    • Business analysts facilitate change within an organization by recommending improvements

    • They use tools such as SWOT analysis, PESTLE analysis, and stakeholder interviews

    • Examples of business analysis tasks ...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Good. The interview was smooth
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

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

Round 1 - One-on-one 

(1 Question)

  • Q1. EBIDTA, Cash flow questions, DSCR
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I appeared for an interview in May 2025, where I was asked the following questions.

  • Q1. Difference between arrow function and function ?
  • Ans. 

    Arrow functions provide a concise syntax and lexical scoping of 'this', unlike traditional function expressions.

    • Syntax: Arrow functions use '=>' syntax, e.g., const add = (a, b) => a + b; vs function add(a, b) { return a + b; }.

    • Lexical 'this': Arrow functions do not have their own 'this' context; they inherit 'this' from the enclosing scope.

    • No 'arguments' object: Arrow functions do not have their own 'arguments' ...

  • Answered by AI
  • Q2. Use of usememo and use callback hooks?
  • Ans. 

    useMemo and useCallback optimize performance by memoizing values and functions in React components.

    • useMemo: Caches the result of a computation to avoid recalculating on every render.

    • Example: const memoizedValue = useMemo(() => computeExpensiveValue(a, b), [a, b]);

    • useCallback: Returns a memoized version of a callback function that only changes if one of the dependencies has changed.

    • Example: const memoizedCallback = u...

  • Answered by AI
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

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

Round 1 - Coding Test 

Python coding oops a1b3h5 to abbbhhhhh
pandas numpy sql questions basic to intermediate

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

(1 Question)

  • Q1. Screening calls
Round 2 - One-on-one 

(2 Questions)

  • Q1. General about work experience
  • Q2. Knowledge, and database exposures
Round 3 - Technical 

(2 Questions)

  • Q1. Case studies , work expirience
  • Q2. Assessing Knowledge on process etc.,

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 Evalueserve?
Ask anonymously on communities.

Evalueserve Interview FAQs

How many rounds are there in Evalueserve interview?
Evalueserve interview process usually has 2-3 rounds. The most common rounds in the Evalueserve interview process are One-on-one Round, Technical and Resume Shortlist.
How to prepare for Evalueserve 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 Evalueserve. The most common topics and skills that interviewers at Evalueserve expect are Python, SQL, Secondary Research, Financial Modelling and Equity Research.
What are the top questions asked in Evalueserve interview?

Some of the top questions asked at the Evalueserve interview -

  1. You have 10 boxes of balls (each ball weighing exactly10 gm) with one box with ...read more
  2. Guesstimate- 1) Find the number of petrol bunks in Ind...read more
  3. I was interviewed for investment banking profile. So questions include what is ...read more
What are the most common questions asked in Evalueserve HR round?

The most common HR questions asked in Evalueserve interview are -

  1. Why should we hire y...read more
  2. Tell me about yourse...read more
How long is the Evalueserve interview process?

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

Tell us how to improve this page.

Overall Interview Experience Rating

3.8/5

based on 102 interview experiences

Difficulty level

Easy 21%
Moderate 71%
Hard 8%

Duration

Less than 2 weeks 59%
2-4 weeks 33%
4-6 weeks 5%
6-8 weeks 3%
View more

Interview Questions from Similar Companies

CitiusTech Interview Questions
3.3
 • 286 Interviews
Altimetrik Interview Questions
3.7
 • 239 Interviews
Xoriant Interview Questions
4.1
 • 210 Interviews
INDIUM Interview Questions
4.0
 • 198 Interviews
Incedo Interview Questions
3.1
 • 193 Interviews
Globant Interview Questions
3.7
 • 181 Interviews
Iris Software Interview Questions
4.0
 • 174 Interviews
ThoughtWorks Interview Questions
3.9
 • 156 Interviews
View all

Evalueserve Reviews and Ratings

based on 1.3k reviews

3.2/5

Rating in categories

3.0

Skill development

3.4

Work-life balance

2.8

Salary

3.5

Job security

3.2

Company culture

2.6

Promotions

2.9

Work satisfaction

Explore 1.3k Reviews and Ratings
ALM IRRBB - Model Development or Validation

Gurgaon / Gurugram

5-10 Yrs

Not Disclosed

Urgent Opening || Portfolio monitoring || Gurgaon

Gurgaon / Gurugram

3-8 Yrs

Not Disclosed

Explore more jobs
Senior Business Analyst
1.4k salaries
unlock blur

₹5.7 L/yr - ₹16.6 L/yr

Business Analyst
1.1k salaries
unlock blur

₹3.9 L/yr - ₹13 L/yr

Senior Analyst
812 salaries
unlock blur

₹5.3 L/yr - ₹20 L/yr

Manager
502 salaries
unlock blur

₹9.4 L/yr - ₹26.3 L/yr

Analyst
444 salaries
unlock blur

₹4.3 L/yr - ₹11.2 L/yr

Explore more salaries
Compare Evalueserve with

Xoriant

4.1
Compare

Photon Interactive

4.1
Compare

CitiusTech

3.3
Compare

Iris Software

4.0
Compare
write
Share an Interview