Upload Button Icon Add office photos
Engaged Employer

i

This company page is being actively managed by Everstage Technologies Private Limited Team. If you also belong to the team, you can get access from here

Filter interviews by

Everstage Technologies Private Limited Interview Questions and Answers

Updated 21 Oct 2024

Everstage Technologies Private Limited Interview Experiences

Popular Designations

4 interviews found

Interview experience
2
Poor
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
Not Selected

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

Round 1 - Coding Test 

There was 1.5 hrs coding online assessment i would say level is easy to medium

Round 2 - Technical 

(1 Question)

  • Q1. This is hackerrank pair programming questions asked solved during live in front of panel. there is 3 coding questions Easy,medium and difficulty
Round 3 - Technical 

(1 Question)

  • Q1. This round is also hackerrank pair programming question with more difficulty level.if you are good at codeforce then you will able to crack the problem.Leetcode doesn't help much more here. They expect to ...

Interview Preparation Tips

Interview preparation tips for other job seekers - I mean there is lot of comapny you can explore rather than just one company. I would say Everstage is very annoying inteview process. In 2nd tech round the intervier was not friendly they will just put the problem and solved it. As we cp problem are not straight problem. So i would reccomed it you not selected don't worry. move on.

Software Developer II Interview Questions asked at other Companies

Q1. What all type of exceptions in Mule 4 & 3 and what is difference in both?
View answer (1)

QA Engineer Interview Questions & Answers

user image Anonymous

posted on 21 Oct 2024

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

I applied via Campus Placement and was interviewed in Sep 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

5 round Apti test which took 1 hour

Round 2 - Technical 

(2 Questions)

  • Q1. Name types of testing
  • Ans. 

    Types of testing include functional testing, performance testing, security testing, and usability testing.

    • Functional testing: Testing the functionality of the software to ensure it meets requirements.

    • Performance testing: Testing the performance of the software under various conditions.

    • Security testing: Testing the security measures of the software to identify vulnerabilities.

    • Usability testing: Testing the user-friendli...

  • Answered by AI
  • Q2. Why choose everstage

Skills evaluated in this interview

QA Engineer Interview Questions asked at other Companies

Q1. 80 pairs of socks in a dark room, 40 black, 40 white, how many minimum number of socks need to be taken out to get 15 pairs of socks
View answer (9)
Interview experience
2
Poor
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. API questions which is relevant to the role

Product Support Engineer Interview Questions asked at other Companies

Q1. What is DSP (Demand Side Platform) and SSP ( Sell side platform?
View answer (1)
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. 2 DSA Questions
  • Q2. React questions

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)

Everstage Technologies Private Limited interview questions for popular designations

 Software Developer

 (1)

 Product Support Engineer

 (1)

 QA Engineer

 (1)

 Software Developer II

 (1)

Jobs at Everstage Technologies Private Limited

View all

Interview questions from similar companies

I applied via Naukri.com

Interview Questionnaire 

1 Question

  • Q1.  What are Option Strict and Option Explicit? What are all the differences between Dispose and Finalize()? What is the difference between System.String and System.StringBuilder classes? What is Delegate? ...
  • Ans. 

    Answers to common interview questions for Software Engineer position

    • Option Strict and Option Explicit are compiler directives in VB.NET

    • Dispose() is used to release unmanaged resources while Finalize() is used for garbage collection

    • System.String is immutable while System.StringBuilder is mutable

    • Delegate is a type that represents a reference to a method

    • Value types store data directly while reference types store a referen...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - selection process-
1st round-online test(prpare all kind of logical, verbal, and .net related questions)
2nd round- technical round(prepare all .net interview questions,sql server questions, winforms, web api)
3rd round- hr discussion
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

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

Round 1 - Technical 

(2 Questions)

  • Q1. Let var const difference
  • Ans. 

    var, let, and const are all used to declare variables in JavaScript, but they have different scopes and mutability.

    • var is function-scoped and can be redeclared and reassigned

    • let is block-scoped and can be reassigned but not redeclared

    • const is block-scoped and cannot be reassigned or redeclared

  • Answered by AI
  • Q2. Polyfills of bind method
  • Ans. 

    Polyfills of bind method provide a way to use the bind method in older browsers that do not support it natively.

    • Polyfill code typically checks if the bind method is available and if not, it creates a new function that mimics the behavior of bind.

    • One common polyfill for the bind method is the following: Function.prototype.bind = Function.prototype.bind || function() { // polyfill code here };

    • Polyfills are often used to ...

  • Answered by AI
Round 2 - Technical 

(2 Questions)

  • Q1. Make a search bar in React
  • Ans. 

    Create a search bar component in React for filtering data

    • Create a functional component for the search bar

    • Use state to store the search query

    • Implement a onChange event handler to update the search query

    • Filter the data based on the search query

  • Answered by AI
  • Q2. React js core concepts
Round 3 - HR 

(2 Questions)

  • Q1. How you structure your work
  • Ans. 

    I structure my work by breaking down tasks, setting priorities, creating timelines, and regularly reviewing progress.

    • Break down tasks into smaller, manageable chunks

    • Set priorities based on deadlines and importance

    • Create timelines to track progress and ensure timely completion

    • Regularly review progress and adjust plans as needed

  • Answered by AI
  • Q2. How you make a project from scratch
  • Ans. 

    To make a project from scratch, start by defining requirements, creating a plan, designing the architecture, implementing the code, testing, and deploying.

    • Define project requirements and goals

    • Create a project plan with timelines and milestones

    • Design the architecture of the project, including database schema and system components

    • Implement the code following best practices and coding standards

    • Test the project thoroughly ...

  • Answered by AI

Skills evaluated in this interview

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

I applied via LinkedIn and was interviewed in Jul 2024. There was 1 interview round.

Round 1 - Technical 

(3 Questions)

  • Q1. Lazy loading in react
  • Ans. 

    Lazy loading in React is a technique used to improve performance by loading components only when they are needed.

    • Lazy loading helps reduce initial load time by splitting the code into smaller chunks.

    • React.lazy() and Suspense are commonly used for lazy loading in React.

    • Lazy loading is especially useful for large applications with many components.

  • Answered by AI
  • Q2. Cache bursting
  • Q3. Difference between == and ===
  • Ans. 

    The difference between == and === is that == checks for equality after type coercion, while === checks for equality without type coercion.

    • == is a loose equality operator that performs type coercion before comparing two values.

    • === is a strict equality operator that does not perform type coercion before comparing two values.

    • Example: 1 == '1' will return true, but 1 === '1' will return false.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare basic of react and redux
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed before Apr 2023. There was 1 interview round.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Implement cache in the given architecture where read and write both are pretty frequent. What are the cache eviction mechanisms and which one should we follow here ?
  • Q2. Rotten oranges - leetcode graph question
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Instahyre and was interviewed before Sep 2022. There were 5 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Double-check your resume for any spelling mistakes. The recruiter may consider spelling mistakes as careless behavior or poor communication skills.
View all tips
Round 2 - One-on-one 

(2 Questions)

  • Q1. Largest island (graph question)
  • Q2. SQL question related to joins
Round 3 - One-on-one 

(1 Question)

  • Q1. About the databases and questions from system design
Round 4 - One-on-one 

(1 Question)

  • Q1. Questions based on concurrency , suitable databases HLD,LLD,book my show design
Round 5 - HR 

(1 Question)

  • Q1. Salary discussion
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Recruitment Consulltant and was interviewed before Aug 2023. There were 2 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Architecture of current project
  • Ans. 

    The current project follows a microservices architecture with Docker containers for scalability and flexibility.

    • Microservices architecture is used to break down the application into smaller, independent services that can be developed, deployed, and scaled independently.

    • Docker containers are utilized for packaging the application and its dependencies into a standardized unit for easy deployment and management.

    • Service di...

  • Answered by AI
  • Q2. Spring and Hibernate questions
Round 2 - Coding Test 

Basic coding questions

Everstage Technologies Private Limited Interview FAQs

How many rounds are there in Everstage Technologies Private Limited interview?
Everstage Technologies Private Limited interview process usually has 1-2 rounds. The most common rounds in the Everstage Technologies Private Limited interview process are Technical, Coding Test and Aptitude Test.
How to prepare for Everstage Technologies Private Limited 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 Everstage Technologies Private Limited. The most common topics and skills that interviewers at Everstage Technologies Private Limited expect are Python, Selenium, API Testing, Automation Testing and Django.
What are the top questions asked in Everstage Technologies Private Limited interview?

Some of the top questions asked at the Everstage Technologies Private Limited interview -

  1. Name types of test...read more
  2. This round is also hackerrank pair programming question with more difficulty le...read more
  3. This is hackerrank pair programming questions asked solved during live in front...read more

Tell us how to improve this page.

Everstage Technologies Private Limited Interview Process

based on 4 interviews

Interview experience

3.3
  
Average
View more

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.5k Interviews
Infosys Interview Questions
3.6
 • 7.6k Interviews
Wipro Interview Questions
3.7
 • 5.6k Interviews
Tech Mahindra Interview Questions
3.5
 • 3.8k Interviews
HCLTech Interview Questions
3.5
 • 3.8k Interviews
LTIMindtree Interview Questions
3.8
 • 2.9k Interviews
Mphasis Interview Questions
3.4
 • 796 Interviews
KPIT Technologies Interview Questions
3.4
 • 282 Interviews
View all

Everstage Technologies Private Limited Reviews and Ratings

based on 7 reviews

4.6/5

Rating in categories

4.5

Skill development

4.5

Work-life balance

4.8

Salary

4.5

Job security

5.0

Company culture

4.7

Promotions

5.0

Work satisfaction

Explore 7 Reviews and Ratings
Software Engineer
6 salaries
unlock blur

₹10.4 L/yr - ₹16.8 L/yr

Solution Specialist
4 salaries
unlock blur

₹8.2 L/yr - ₹8.2 L/yr

Software Engineer Level 1
4 salaries
unlock blur

₹10.8 L/yr - ₹12.8 L/yr

Store Incharge
3 salaries
unlock blur

₹65 L/yr - ₹75 L/yr

Senior Software Engineer
3 salaries
unlock blur

₹20 L/yr - ₹21 L/yr

Explore more salaries
Compare Everstage Technologies Private Limited with

Pagarbook

3.6
Compare

Signzy Technologies

2.9
Compare

Xoxoday

3.7
Compare

ITILITE

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