Evalueserve interview experience Real time questions & tips from candidates to crack your interview

Web Developer

Evalueserve
upvote
share-icon
3 rounds | 5 Coding problems

Interview preparation journey

expand-icon
Preparation
Duration: 6 months
Topics: Javascript, Node JS, React JS, MongoDB, SQL, Express, Data Structures
Tip
Tip

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

Application process
Where: Campus
Eligibility: Above 6.CGPA
Resume Tip
Resume tip

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.

Interview rounds

01
Round
Medium
Online Coding Interview
Duration60 minutes
Interview date15 Oct 2020
Coding problem3

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

1. Technical Question

Q1.Why is there no auto-increment in MongoDB?
 

2. Count Subsequences

Moderate
30m average time
60% success
0/80
Asked in companies
Goldman SachsOracleTata Consultancy Services (TCS)

You have been given an integer array/list 'ARR' of size 'N'. Your task is to return the total number of those subsequences of the array in which all the elements are equal.

A subsequence of a given array is an array generated by deleting some elements of the given array with the order of elements in the subsequence remaining the same as the order of elements in the array.

Note :
As this value might be large, print it modulo 10^9 + 7
Try solving now

3. Reverse Linked List

Moderate
15m average time
85% success
0/80
Asked in companies
Info Edge India (Naukri.com)QuikrMicrosoft

Given a singly linked list of integers. Your task is to return the head of the reversed linked list.

For example:
The given linked list is 1 -> 2 -> 3 -> 4-> NULL. Then the reverse linked list is 4 -> 3 -> 2 -> 1 -> NULL and the head of the reversed linked list will be 4.
Follow Up :
Can you solve this problem in O(N) time and O(1) space complexity?
Try solving now
02
Round
Medium
Face to Face
Duration30 minutes
Interview date16 Oct 2020
Coding problem1

1. Application Question

How would you automate searching profile via database of stored mobile numbers/email addresses.

03
Round
Easy
HR Round
Duration20 minutes
Interview date16 Oct 2020
Coding problem1

1. Basic HR Questions

What software packages are you familiar with? 

On a scale of 1 to 10 how would you rate yourself as a leader? 

What makes you angry?

Problem approach

Tip 1 : Always be honest .
 

Here's your problem of the day

Solving this problem will increase your chance to get selected in this company

Skill covered: Programming

Which array operation has O(n) worst-case time complexity?

Choose another skill to practice
Similar interview experiences
company logo
SDE - 1
3 rounds | 7 problems
Interviewed by OYO
2018 views
0 comments
0 upvotes
SDE - 1
2 rounds | 5 problems
Interviewed by Meesho
4259 views
0 comments
0 upvotes
company logo
SDE - 1
3 rounds | 9 problems
Interviewed by Salesforce
1333 views
0 comments
0 upvotes
company logo
System Engineer
2 rounds | 2 problems
Interviewed by Tata Consultancy Services (TCS)
1112 views
0 comments
0 upvotes