Logo

Get AmbitionBox App

Faster and better experience!

AmbitionBox

AmbitionBox

Search

Interview Questions

  • Reviews
  • Salaries
  • Interview Questions
  • About Company
  • Benefits
  • Jobs
  • Office Photos
  • Community
  • Home
  • Companies
  • Reviews
  • Salaries
  • Jobs
  • Interviews
  • Salary Calculator
  • Awards 2024
  • Campus Placements
  • Practice Test
  • Compare Companies
+ Contribute
notification
notification
Login
  • Home
  • Communities
  • Companies
    • Companies

      Discover best places to work

    • Compare Companies

      Compare & find best workplace

    • Add Office Photos

      Bring your workplace to life

    • Add Company Benefits

      Highlight your company's perks

  • Reviews
    • Company reviews

      Read reviews for 6L+ companies

    • Write a review

      Rate your former or current company

  • Salaries
    • Browse salaries

      Discover salaries for 6L+ companies

    • Salary calculator

      Calculate your take home salary

    • Are you paid fairly?

      Check your market value

    • Share your salary

      Help other jobseekers

    • Gratuity calculator

      Check your gratuity amount

    • HRA calculator

      Check how much of your HRA is tax-free

    • Salary hike calculator

      Check your salary hike

  • Interviews
    • Company interviews

      Read interviews for 40K+ companies

    • Share interview questions

      Contribute your interview questions

  • Jobs
  • Awards
    pink star
    WINNERS AWAITED!
    • ABECA 2025
      WINNERS AWAITED!

      AmbitionBox Employee Choice Awards - 4th Edition

    • ABECA 2024

      AmbitionBox Employee Choice Awards - 3rd Edition

    • AmbitionBox Best Places to Work 2022

      2nd Edition

    • AmbitionBox Best Places to Work 2021

      1st Edition

For Employers
Upload Button Icon Add office photos
logo
Employer? Claim Account for FREE

Evalueserve

Compare button icon Compare button icon Compare
3.2

based on 1.3k Reviews

Play video Play video Video summary
  • About
  • Reviews
    1.3k
  • Salaries
    9.5k
  • Interviews
    121
  • Jobs
    20
  • Benefits
    148
  • Photos
    2

Filter interviews by

Evalueserve Web Developer Interview Questions and Answers

Updated 16 Sep 2021

Evalueserve Web Developer Interview Experiences

1 interview found

Web Developer Interview Questions & Answers

user image Anonymous

posted on 16 Sep 2021

I appeared for an interview in Oct 2020.

Round 1 - Coding Test 

(2 Questions)

Round duration - 60 minutes
Round difficulty - Medium

On-Campus under the invigilation of College professors and campus placement ambassadors.

  • Q1. 

    Count Subsequences Problem Statement

    Given an integer array ARR of size N, your task is to find the total number of subsequences in which all elements are equal.

    Explanation:

    A subsequence of an array i...

  • Ans. 

    The task is to find the total number of subsequences in which all elements are equal in an integer array.

    • Iterate through the array and count the frequency of each element.

    • Calculate the total number of subsequences with all elements equal using the frequency of each element.

    • Return the result modulo 10^9 + 7.

  • Answered by AI
    Add your answer
  • Q2. 

    Reverse Linked List Problem Statement

    Given a singly linked list of integers, return the head of the reversed linked list.

    Example:

    Initial linked list: 1 -> 2 -> 3 -> 4 -> NULL
    Reversed link...
  • Ans. 

    Reverse a singly linked list of integers and return the head of the reversed linked list.

    • Iterate through the linked list and reverse the pointers to point to the previous node instead of the next node.

    • Use three pointers to keep track of the current, previous, and next nodes while reversing the linked list.

    • Update the head of the reversed linked list as the last node encountered during the reversal process.

  • Answered by AI
    Add your answer
Round 2 - Face to Face 

(1 Question)

Round duration - 30 minutes
Round difficulty - Medium

  • Q1. How would you automate the process of searching for profiles using a database of stored mobile numbers and email addresses?
  • Ans. 

    Automate searching for profiles using stored mobile numbers and email addresses.

    • Create a script to query the database for mobile numbers and email addresses

    • Use a programming language like Python or SQL to automate the search process

    • Implement a search algorithm to efficiently match profiles based on the stored data

  • Answered by AI
    Add your answer
Round 3 - HR 

Round duration - 20 minutes
Round difficulty - Easy

Interview Preparation Tips

Professional and academic backgroundI applied for the job as Web Developer in DelhiEligibility criteriaAbove 6.CGPAEvalueserve interview preparation:Topics to prepare for the interview - Javascript, Node JS, React JS, MongoDB, SQL, Express, Data StructuresTime required to prepare for the interview - 6 monthsInterview preparation tips for other job seekers

Tip 1 : Make projects covering all topic.
Tip 2 : Practice data structure questions daily.
Tip 3 : Time yourself while solving aptitude questions.

Application resume tips for other job seekers

Tip 1 : Have some projects related to job profile
Tip 2 : Write every courses you have taken, even those that are not required for the job profile.

Final outcome of the interviewSelected

Skills evaluated in this interview

Anonymous

Top trending discussions

View All
Salary Discussions, Hike & Promotions
2w
harmoniousshako
Verified Icon
·
works at
Accenture
CTS vs KPMG (GLOBAL SERVICES)
Offers in hand CTS - 38 LPA (36.5 fixed + 1.5 variable), 1 lakh joining bonus KPMG - 34 LPA (31.5 fixed + 2.5 variable), 1 lakh joining bonus I'm yet to negotiate with KPMG with the CTS offer. Lets say if KPMG matches CTS fixed component, is it wise to join KPMG Yoe - 11, Role offered - Manager, tech stack - Azure + dotnet full stack
Got a question about Evalueserve?
Ask anonymously on communities.

Interview questions from similar companies

company Logo

Consultant Interview Questions & Answers

Xoriant user image Shivam Vishwakarma

posted on 9 Mar 2025

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

I appeared for an interview before Mar 2024.

Round 1 - Coding Test 

Technical Discussion

Round 2 - Coding Test 

Technical Discussion with Coding Test

Round 3 - HR 

(2 Questions)

  • Q1. Previous Job Details
  • Ans. 

    I worked as a project manager at a consulting firm, leading teams to deliver strategic solutions for clients across various industries.

    • Managed a team of 10 consultants to deliver a market entry strategy for a tech startup.

    • Conducted data analysis to identify key trends, resulting in a 20% increase in client revenue.

    • Facilitated workshops with clients to align project goals and expectations, enhancing client satisfaction.

    • ...

  • Answered by AI
    Add your answer
  • Q2. Salary discussion
  • Add your answer

Interview Preparation Tips

Interview preparation tips for other job seekers - Don't work as a contractual employee in xoriant , you won't get permanent position. no job security
Anonymous

Web Developer Interview Questions Asked at Other Companies

asked in IEO Makers Fablab
Q1. Last Index of Element The task is to determine the index of the l ... read more
View answers (2)
asked in IEO Makers Fablab
Q2. Check Indices With Given Difference Problem Statement You are pro ... read more
View answers (2)
asked in Evalueserve
Q3. Reverse Linked List Problem Statement Given a singly linked list ... read more
View answer (1)
asked in Internshala
Q4. Clone a Linked List with Random Pointers Given a linked list wher ... read more
View answer (1)
asked in Internshala
Q5. Loot Houses Problem Statement A thief is planning to steal from s ... read more
View answer (1)
View All
company Logo

Consultant Interview Questions & Answers

INDIUM user image Anonymous

posted on 22 Jan 2025

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

(1 Question)

  • Q1. Tell me about yourslef
  • Add your answer
Anonymous
company Logo

Consultant Interview Questions & Answers

INDIUM user image Soundar D

posted on 25 Mar 2025

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

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

  • Q1. Tell me about experience
  • Add your answer
  • Q2. Project experience
  • Ans. 

    I led a cross-functional team to optimize supply chain processes, resulting in a 20% reduction in costs and improved delivery times.

    • Managed a team of 10 to streamline operations in a manufacturing project, enhancing efficiency by 30%.

    • Implemented a new inventory management system that reduced stock discrepancies by 25%.

    • Conducted market analysis for a healthcare client, identifying growth opportunities that led to a 15% ...

  • Answered by AI
    Add your answer

Interview Preparation Tips

Interview preparation tips for other job seekers - Great place to work
Anonymous
company Logo

Consultant Interview Questions & Answers

Tiger Analytics user image Anonymous

posted on 17 Jan 2022

Interview Questionnaire 

1 Question

  • Q1. The interview revolved around the case solution presentation
  • Add your answer

Interview Preparation Tips

Interview preparation tips for other job seekers - Be sure of whatever analysis you’ve done with the case provided. The entire case discussion round will revolve around your findings. More than the solution, your sound reasoning ability and communication skills will be tested. There were some mistakes which I noticed while presenting the solution but was able to explain what went wrong as I laid out the core approach right from the start.
Anonymous
company Logo

Consultant Interview Questions & Answers

Bounteous x Accolite user image Anonymous

posted on 25 Jan 2024

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

I applied via Walk-in and was interviewed before Jan 2023. There were 3 interview rounds.

Round 1 - Aptitude Test 

I don’t remember now

Round 2 - Communication round 

(1 Question)

  • Q1. Speak for 3 minutes about any topic you like. How will you phrase a sentence for a given topic?
  • Add your answer
Round 3 - HR 

(1 Question)

  • Q1. Are you willing to relocate? Are you comfortable table with rotational shifts?
  • Add your answer
Anonymous
company Logo

Consultant Interview Questions & Answers

CitiusTech user image Anonymous

posted on 21 Nov 2024

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 Nov 2023. There were 2 interview rounds.

Round 1 - Assignment 

Create a business requirement document

Round 2 - Technical 

(1 Question)

  • Q1. What are the strengths and weakness
  • Ans. 

    Strengths include strong analytical skills and attention to detail. Weaknesses may include difficulty with public speaking and time management.

    • Strengths: strong analytical skills

    • Strengths: attention to detail

    • Weaknesses: difficulty with public speaking

    • Weaknesses: time management

  • Answered by AI
    Add your answer
Anonymous
Are these interview questions helpful?
company Logo

Consultant Interview Questions & Answers

Altimetrik user image Anonymous

posted on 1 Mar 2023

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Not Selected

I applied via Job Fair and was interviewed in Sep 2022. There were 3 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 - One-on-one 

(2 Questions)

  • Q1. What is Supervised machine learning? Which algorithm you think you can explain brilliantly? Why we use random forest then normal decision tree
  • Ans. 

    Supervised machine learning is a type of ML where the algorithm learns from labeled data. Random forest is used over normal decision tree for better accuracy and to avoid overfitting.

    • Supervised ML learns from labeled data to make predictions on new data

    • Random forest is an ensemble learning method that uses multiple decision trees to improve accuracy

    • Random forest is preferred over normal decision tree to avoid overfitti...

  • Answered by AI
    Add your answer
  • Q2. Example of case study
  • Ans. 

    Case study on a successful marketing campaign for a new product launch

    • Identified target audience and their needs

    • Developed a unique selling proposition

    • Created a multi-channel marketing plan

    • Implemented the plan and tracked results

    • Adjusted strategy based on data analysis

    • Achieved high sales and positive customer feedback

  • Answered by AI
    Add your answer
Round 3 - Case Study 

Retail case study , company trends salw.. Total sale. Profit charts and reports

Interview Preparation Tips

Interview preparation tips for other job seekers - Be prepared, coding practice and case study is important.

Skills evaluated in this interview

Anonymous
company Logo

Consultant Interview Questions & Answers

Tiger Analytics user image Anonymous

posted on 21 Jan 2025

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

I appeared for an interview before Jan 2024.

Round 1 - Case Study 

It was related to a Food & Beverage Industry Data

Interview Preparation Tips

Interview preparation tips for other job seekers - Be Confident and attentive
Anonymous
company Logo

Associate Interview Questions & Answers

Incedo user image Anonymous

posted on 22 Dec 2019

I applied via Referral and was interviewed in Jul 2020. There were 3 interview rounds.

Interview Questionnaire 

3 Questions

  • Q1. Why do you want to join Incedo, what is your plan in future, explain your past experience with an example
  • Ans. 

    I am drawn to Incedo for its innovative approach and growth opportunities, aligning with my career aspirations in technology consulting.

    • Incedo's commitment to innovation resonates with my passion for technology and problem-solving.

    • I admire Incedo's collaborative culture, which I experienced in my previous role at XYZ Corp, where teamwork led to a successful project launch.

    • My future plan includes advancing my skills in ...

  • Answered by AI
    Add your answer
  • Q2. Basic of capital market
  • Add your answer
  • Q3. Market capitalisation, capital market, derivatives, accounting knowledge
  • Add your answer

Interview Preparation Tips

Interview preparation tips for other job seekers - One should be more confident and should give prompt response
Anonymous
More about working at Evalueserve
  • HQ - Switzerland
  • IT Services & Consulting
  • 1k-5k Employees (India)

Tell us how to improve this page.

Evalueserve Interviews By Designations

  • Evalueserve Analyst Interview Questions
  • Evalueserve Business Analyst Interview Questions
  • Evalueserve Senior Business Analyst Interview Questions
  • Evalueserve Senior Analyst Interview Questions
  • Evalueserve Research Associate Interview Questions
  • Evalueserve Consultant Interview Questions
  • Evalueserve Research Analyst Interview Questions
  • Evalueserve Senior Associate Interview Questions
  • Show more
  • Evalueserve Junior Analyst Interview Questions
  • Evalueserve Associate Consultant Interview Questions

Interview Questions for Popular Designations

  • Front end Web Developer Interview Questions
  • Junior Web Developer Interview Questions
  • Full Stack Web Developer Interview Questions
  • PHP Web Developer Interview Questions
  • Web Developer Trainee Interview Questions
  • Web Developer & Designer Interview Questions
  • Front end Developer Interview Questions
  • Software Developer Intern Interview Questions
  • Show more
  • Backend Developer Interview Questions
  • Junior Software Developer Interview Questions

Interview Questions from Similar Companies

CitiusTech
CitiusTech Interview Questions
3.3
 • 280 Interviews
Tiger Analytics
Tiger Analytics Interview Questions
3.7
 • 229 Interviews
Altimetrik
Altimetrik Interview Questions
3.7
 • 229 Interviews
Bounteous x Accolite
Bounteous x Accolite Interview Questions
3.4
 • 228 Interviews
Xoriant
Xoriant Interview Questions
4.1
 • 195 Interviews
INDIUM
INDIUM Interview Questions
4.0
 • 192 Interviews
Incedo
Incedo Interview Questions
3.1
 • 188 Interviews
Globant
Globant Interview Questions
3.8
 • 179 Interviews
Iris Software
Iris Software Interview Questions
4.0
 • 169 Interviews
Torry Harris Integration Solutions
Torry Harris Integration Solutions Interview Questions
4.3
 • 156 Interviews
View all
Evalueserve Salaries in India
Senior Business Analyst
1.3k salaries
unlock blur

₹6.5 L/yr - ₹16 L/yr

Business Analyst
1.2k salaries
unlock blur

₹3.7 L/yr - ₹12 L/yr

Senior Analyst
755 salaries
unlock blur

₹5.2 L/yr - ₹19 L/yr

Manager
516 salaries
unlock blur

₹9.4 L/yr - ₹30 L/yr

Analyst
420 salaries
unlock blur

₹4.3 L/yr - ₹11.2 L/yr

Explore more salaries
Compare Evalueserve with
Xoriant

Xoriant

4.1
Compare
Photon Interactive

Photon Interactive

4.1
Compare
CitiusTech

CitiusTech

3.3
Compare
Iris Software

Iris Software

4.0
Compare
Popular Calculators
Are you paid fairly?
Monthly In-hand Salary Calculator
Gratuity Calculator
HRA Calculator
Salary Hike Calculator
  • Home >
  • Interviews >
  • Evalueserve Interview Questions >
  • Evalueserve Web Developer Interview Questions
write
Share an Interview
Stay ahead in your career. Get AmbitionBox app
Awards Banner

Helping over 1 Crore job seekers every month in choosing their right fit company

80 Lakh+

Reviews

4 Crore+

Salaries

6 Lakh+

Interviews

1 Crore+

Users/Month

Contribute
Search

Interview Questions

  • Reviews
  • Salaries
  • Interview Questions
  • About Company
  • Benefits
  • Jobs
  • Office Photos
  • Community
Users/Jobseekers
  • Companies
  • Reviews
  • Salaries
  • Jobs
  • Interviews
  • Salary Calculator
  • Practice Test
  • Compare Companies
Employers
  • Create a new company
  • Update company information
  • Respond to reviews
  • Invite employees to review
  • AmbitionBox Offering for Employers
  • AmbitionBox Employers Brochure
AmbitionBox Awards
  • ABECA 2026
  • ABECA 2025 winners awaited tag
  • ABECA 2024
  • AmbitionBox Best Places to Work 2022
  • AmbitionBox Best Places to Work 2021
  • Invite employees to rate
AmbitionBox
  • About Us
  • Email Us
  • Blog
  • FAQ
  • Credits
  • Give Feedback
Terms & Policies
  • Privacy
  • Grievances
  • Terms of Use
  • Summons/Notices
  • Community Guidelines
Get AmbitionBox app

Made with ❤️ in India. Trademarks belong to their respective owners. All rights reserved © 2025 Info Edge (India) Ltd.

Follow Us
  • Youtube
  • Instagram
  • LinkedIn
  • Facebook
  • Twitter