Upload Button Icon Add office photos

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
  • 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
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
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

Interview questions from similar companies

I appeared for an interview before Oct 2021.

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 - Pairing 

(1 Question)

  • Q1. Assignment is given before hand and after that you'll have to pair with TW developer. While pairing, code smells/improvements are discussed
Round 3 - Technical 

(1 Question)

  • Q1. Questions related: to your last project to OOPS with system design

Interview Preparation Tips

Interview preparation tips for other job seekers - Know your current project well and explain it in detailed manner.
Prepare for some system design questions and DS Algo

Interview Questionnaire 

2 Questions

  • Q1. Oops and database modelling
  • Q2. Design Book my show
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via Referral and was interviewed before Jun 2023. There were 2 interview rounds.

Round 1 - Coding Test 

Two question was asked to solve using PySpark.
Word Count Coding Question was asked with Test Cases.

Round 2 - One-on-one 

(2 Questions)

  • Q1. Question on PySpark Architecture
  • Q2. PySpark Coding Question
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(3 Questions)

  • Q1. Java basics- abstraction, interface, multithreading, garbabge collector etc..
  • Q2. Knowledge about design patters, microservices pattern- circuit breaker, distributed training.. etc.
  • Q3. Framework like spring boot- basics like autowire, beans, annomations, internal spring working.
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(1 Question)

  • Q1. Two PySpark based question: 1) Count of words in para 2) Creating a flow of pipeline.
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed before Mar 2023. There were 4 interview rounds.

Round 1 - Coding Test 

Basic coding test based on easy DSA

Round 2 - Technical 

(3 Questions)

  • Q1. Explain your current project.
  • Q2. Questions around tech stack being used.
  • Q3. Java Springboot and OOPs related questions
Round 3 - Group Discussion 

To develop some sort of a application demonstrating the OOP concepts

Round 4 - HR 

(1 Question)

  • Q1. Behavioural round
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

2 DSA questions for extra characterrrrrrrr

Round 2 - One-on-one 

(1 Question)

  • Q1. Use round for system design questions
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(1 Question)

  • Q1. Interface in golang
  • Ans. 

    Interfaces in Golang define a set of methods that a type must implement.

    • Interfaces are a way to specify behavior of an object.

    • A type satisfies an interface if it implements all the methods of that interface.

    • Interfaces allow for polymorphism in Golang.

    • Example: type Writer interface { Write([]byte) (int, error) }

    • Example: type MyWriter struct {} func (mw MyWriter) Write(data []byte) (int, error) { return len(data), nil }

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

(1 Question)

  • Q1. Coding questions of joy of energy
Round 3 - HR 

(1 Question)

  • Q1. Social media influence
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Recruitment Consulltant and was interviewed in Apr 2023. There were 3 interview rounds.

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 - HR 

(1 Question)

  • Q1. Tell me about your self
  • Ans. 

    I am a highly motivated and experienced professional with a passion for problem-solving and a track record of success in consulting.

    • I have over 5 years of experience in consulting, working with clients across various industries such as healthcare, finance, and technology.

    • I am skilled in project management, data analysis, and communication, which allows me to deliver high-quality results to clients.

    • I am a quick learner ...

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

(1 Question)

  • Q1. Functional questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Go for payment role only, never choice as a 03rd party pay role

Tell us how to improve this page.

Interview Questions from Similar Companies

CitiusTech Interview Questions
3.4
 • 273 Interviews
Tiger Analytics Interview Questions
3.7
 • 226 Interviews
Altimetrik Interview Questions
3.8
 • 219 Interviews
Xoriant Interview Questions
4.1
 • 183 Interviews
Incedo Interview Questions
3.1
 • 182 Interviews
Globant Interview Questions
3.8
 • 175 Interviews
ThoughtWorks Interview Questions
3.9
 • 147 Interviews
Iris Software Interview Questions
4.0
 • 146 Interviews
Apexon Interview Questions
3.3
 • 141 Interviews
View all
Senior Business Analyst
1.4k salaries
unlock blur

₹6.6 L/yr - ₹16.1 L/yr

Business Analyst
1.2k salaries
unlock blur

₹3.6 L/yr - ₹10 L/yr

Senior Analyst
710 salaries
unlock blur

₹5.3 L/yr - ₹20 L/yr

Manager
517 salaries
unlock blur

₹9.1 L/yr - ₹28.2 L/yr

Analyst
395 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
Did you find this page helpful?
Yes No
write
Share an Interview