Upload Button Icon Add office photos
Engaged Employer

i

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

Esyasoft Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Esyasoft Interview Questions and Answers

Updated 5 Oct 2024

Esyasoft Interview Experiences

2 interviews found

Interview experience
2
Poor
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via campus placement at Acharya Institute of Technology, Bangalore and was interviewed in May 2024. There were 3 interview rounds.

Round 1 - Aptitude Test 

It was a written aptitude test of duration 45mins and was a easy.

Round 2 - Coding Test 

2nd round was written coding test, there were 4 questions in total. 1and 2 ques were easy string questions and 3rd ques was on dynamic programming on atm interface. 4th ques had 3sub ques of SQL queries, 2nd round and 1st round was merged for evaluation.

Round 3 - One-on-one 

(2 Questions)

  • Q1. Asked which programming language is comfortable with and ques were on that language. i said java so oops concepts were asked and the ques difficulty was quite hard. Like multithreading, access modifiers et...
  • Q2. After sometime he told me that i will interview for software testing and the questions went over my head, i was not able understand that questions itself. one ques was like this, in a login page of a websi...

Interview Preparation Tips

Topics to prepare for Esyasoft Software Developer interview:
  • OOPS
  • SQL
  • Java
Interview preparation tips for other job seekers - prepare for hard level oops and java concepts or which ever language you prefer, the ques will not be straight forward. But at the same time my friends who got interviewed with other interviewer was asked easy oops question and got selected, so luck matters :)

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 (39)
Interview experience
2
Poor
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Campus Placement and was interviewed in Apr 2024. There was 1 interview round.

Round 1 - Aptitude Test 

Basic aptitude and it had codding questions to and my sql part part too where you you have write a code in paper yes paper and pen where used

Interview Preparation Tips

Interview preparation tips for other job seekers - go well prepared they can ask anything

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 (38)

Interview questions from similar companies

Assistant Manager growth marketing Interview Questions & Answers

Swiggy user image Anonymous

posted on 14 Feb 2025

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

I was interviewed in Jan 2025.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Tell me about yourself and workex, One campaign you are proud of and what you did, The interview lasted for 30 mins.
  • Q2. Why are you leaving your current company and details on that.
Round 2 - One-on-one 

(2 Questions)

  • Q1. Tell me about yourself, 2 digital campaigns that you did and what you learn from them, Logical question on bulb : 3 bulbs are in a room and it's switches are outside the room, and you can only enter the ro...
  • Q2. How many times does whatsapp application gets open in your household?

Interview Preparation Tips

Interview preparation tips for other job seekers - Structure your answers well, they analyse your thought process, analysis skills and observation
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I was interviewed in Jan 2025.

Round 1 - Technical 

(3 Questions)

  • Q1. Sql questions mostly about windows function, aggregate, using having clause in group, union vs union all, mostly basics about sql.
  • Q2. Power Bi questions - measures in powerbi, calculate, dashboard, excel vs powerbi.
  • Q3. Assesment 5 question based on sql and excel. Easy questions like second highest salary, manager salary, count a's.

Interview Preparation Tips

Interview preparation tips for other job seekers - Go through some questions for interview on data analyst role and read those, this thing will help you to understand many concepts. Not very hard interview also the interviewer is helpful.
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I was interviewed in Aug 2024.

Round 1 - One-on-one 

(2 Questions)

  • Q1. What is the explanation of the supply chain process?
  • Q2. What has been your overall experience in your professional career?
Round 2 - Technical 

(1 Question)

  • Q1. What tools do you commonly use in your work?
Round 3 - HR 

(1 Question)

  • Q1. What is your expected cost to company (CTC) and current salary?

Interview Preparation Tips

Interview preparation tips for other job seekers - Be prepared with information about the brand, category, and company details.
Interview experience
2
Poor
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I was interviewed in Jan 2025.

Round 1 - One-on-one 

(1 Question)

  • Q1. What is your current work experience, and can you provide a case study on how to improve monetization for Netflix?
Round 2 - One-on-one 

(1 Question)

  • Q1. Case Study - Favourite product

Interview Preparation Tips

Interview preparation tips for other job seekers - I interviewed with Meesho for a role I was excited about and completed 2 rounds successfully. However, after the interviews, I received no feedback or updates from the HR Team. Despite multiple followups via email, WhatsApp and call, there was no response - just complete silence.

Ghosting candidates after they invest time and effort into the hiring process in unprofessional and disrespectful. It reflects poorly on Meesho's hiring culture and raises questions about their values. Providing feedback, even if it's a rejection, it's a basic courtesy that candidates deserve.

The experience has left a negative impression of Meesho's professionalism. I hope they improve their hiring practices to treat candidates with the respect they deserve
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Company Website and was interviewed in Aug 2024. There were 2 interview rounds.

Round 1 - Technical 

(4 Questions)

  • Q1. What is react.js? Ans: React.js is javascript library used for building the UI components.
  • Ans. 

    React.js is a JavaScript library used for building user interfaces by creating reusable UI components.

    • React.js allows developers to create interactive user interfaces efficiently.

    • It uses a virtual DOM for optimal performance by updating only the necessary components.

    • React components can be reused across different parts of an application.

    • It follows a unidirectional data flow, making it easier to manage state and data.

    • Re...

  • Answered by AI
  • Q2. What is JavaScript? Ans: javaScript is type free language that means to declare the variable we don't any specific datatype and values. javascript is a dynamic type language.
  • Q3. Why javascript is Dynamic language? Ans: The type of variable is dynamically changed based on the its current value. that is the reason the javascript is treated as as dynamic language.
  • Ans. 

    JavaScript is considered a dynamic language because variables can change types based on their current value.

    • Variables in JavaScript can hold different types of values at different times

    • The type of a variable is determined at runtime, not at compile time

    • Dynamic typing allows for flexibility and ease of use in JavaScript programming

    • Example: a variable can start as a number and then be reassigned as a string

  • Answered by AI
  • Q4. How to run the jscode? Ans: In terminal type the node filename.js
Round 2 - HR 

(2 Questions)

  • Q1. Why should i hire you? Ans: you should hire me because of i have great skills on the frontend development. and improve the organizations standard with my work and skills.
  • Q2. What is salary expection per annum? Ans: upto 600000
  • Ans. 

    My salary expectation is up to 600,000 per annum based on my experience and skills.

    • Consider factors such as experience, skills, industry standards, and location when determining salary expectations.

    • Research average salaries for front end developers in your area to ensure your expectations are realistic.

    • Be prepared to negotiate and discuss other benefits in addition to salary.

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Tracxn Front end Developer interview:
  • Html5
  • CSS3
  • React.Js
  • Bootstrap
  • Javascript
Interview preparation tips for other job seekers - no

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

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

Round 1 - One-on-one 

(2 Questions)

  • Q1. How many stores open in one year
  • Q2. How many stores have you opened in a year?
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Not Selected

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

Round 1 - One-on-one 

(2 Questions)

  • Q1. What is your previous experiences
  • Q2. How can you contribute your skills at our company

Interview Preparation Tips

Interview preparation tips for other job seekers - Get well prepared if you are expecting good pay
Interview experience
4
Good
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Recruitment Consulltant and was interviewed in Nov 2024. There was 1 interview round.

Round 1 - Assignment 

For an FMCG Udaan interview assignment, follow these steps:

1. Understand the Task: Identify key deliverables like market strategy, sales analysis, or distribution optimization.


2. Structure the Assignment:

Executive Summary: Briefly state your approach and recommendations.

Analysis: Highlight target market, trends, and customer segmentation.

Strategy: Propose actionable solutions (e.g., digital channels, pricing, or partnerships).



3. Use Data: Incorporate relevant stats or insights to back your points.


4. Conclusion: Provide a concise summary and expected impact.

Esyasoft Interview FAQs

How many rounds are there in Esyasoft interview?
Esyasoft interview process usually has 2 rounds. The most common rounds in the Esyasoft interview process are Aptitude Test, Coding Test and One-on-one Round.
How to prepare for Esyasoft 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 Esyasoft. The most common topics and skills that interviewers at Esyasoft expect are Analytical, Front End, Backend, Business Analysis and Computer science.
What are the top questions asked in Esyasoft interview?

Some of the top questions asked at the Esyasoft interview -

  1. Asked which programming language is comfortable with and ques were on that lang...read more
  2. after sometime he told me that i will interview for software testing and the qu...read more

Tell us how to improve this page.

Esyasoft Interview Process

based on 4 interviews

Interview experience

3
  
Average
View more

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.4k 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
 • 3k Interviews
Mphasis Interview Questions
3.4
 • 806 Interviews
Swiggy Interview Questions
3.8
 • 429 Interviews
View all

Esyasoft Reviews and Ratings

based on 7 reviews

3.7/5

Rating in categories

3.4

Skill development

3.2

Work-life balance

4.0

Salary

4.3

Job security

3.7

Company culture

3.7

Promotions

3.2

Work satisfaction

Explore 7 Reviews and Ratings
Software Engineer
12 salaries
unlock blur

₹3.5 L/yr - ₹9 L/yr

Project Manager
6 salaries
unlock blur

₹10.9 L/yr - ₹25.4 L/yr

Power BI Developer
5 salaries
unlock blur

₹4.8 L/yr - ₹6.5 L/yr

Project Lead
4 salaries
unlock blur

₹11.4 L/yr - ₹12 L/yr

Product Specialist
4 salaries
unlock blur

₹10.5 L/yr - ₹10.6 L/yr

Explore more salaries
Compare Esyasoft with

TCS

3.7
Compare

Infosys

3.6
Compare

Wipro

3.7
Compare

HCLTech

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