Upload Button Icon Add office photos
Engaged Employer

i

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

Eshopbox Ecommerce Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Eshopbox Ecommerce Software Developer Interview Questions and Answers

Updated 11 Jan 2025

Eshopbox Ecommerce Software Developer Interview Experiences

3 interviews found

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

I was interviewed in Dec 2024.

Round 1 - Coding Test 

Core Java, Spring boot, Hibernate, MySQL

Round 2 - One-on-one 

(2 Questions)

  • Q1. Technical Questions
  • Q2. Logic Problems
Round 3 - One-on-one 

(2 Questions)

  • Q1. Logic Problems solving (face to face interview)
  • Q2. Personality check

Interview Preparation Tips

Interview preparation tips for other job seekers - The candidate who are strong in tech and get the opportunity!

Software Developer Interview Questions & Answers

user image RadhaKanta Swain

posted on 1 Jun 2024

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

(1 Question)

  • Q1. Easy opps and java
Round 2 - Behavioral 

(1 Question)

  • Q1. Puzzles , above myself and sql

Software Developer Interview Questions Asked at Other Companies

asked in Amazon
Q1. Maximum Subarray Sum Problem Statement Given an array of integers ... read more
asked in Amazon
Q2. Minimum Number of Platforms Needed Problem Statement You are give ... read more
asked in Rakuten
Q3. Merge Two Sorted Arrays Problem Statement Given two sorted intege ... read more
asked in Cognizant
Q4. Nth Fibonacci Number Problem Statement Calculate the Nth term in ... read more
Q5. Find Duplicate in Array Problem Statement You are provided with a ... read more
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed before Mar 2023. There were 2 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. What is lazyloading
  • Ans. 

    Lazy loading is a design pattern commonly used in software development to defer the loading of non-essential resources until they are actually needed.

    • Lazy loading helps improve performance by only loading resources when they are required.

    • It is commonly used in web development to load images, videos, or other content as the user scrolls down a page.

    • Lazy loading can also be used in database queries to fetch data only whe

  • Answered by AI
  • Q2. What is difference between angularJS and angular 2
  • Ans. 

    AngularJS is the first version of Angular, while Angular 2 is a complete rewrite with improved performance and features.

    • AngularJS is based on JavaScript, while Angular 2 is based on TypeScript.

    • AngularJS uses controllers and $scope for data binding, while Angular 2 uses components and directives.

    • AngularJS has two-way data binding, while Angular 2 has one-way data binding.

    • AngularJS has a digest cycle for change detection...

  • Answered by AI
Round 2 - Technical 

(1 Question)

  • Q1. Puzzle asked from CEO

Skills evaluated in this interview

Interview questions from similar companies

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

It was good , 2 questions are there to code.

Round 2 - One-on-one 

(2 Questions)

  • Q1. Cs fundamental, Projects, coding.
  • Q2. A simple coding question of string using map
Round 3 - Technical 

(2 Questions)

  • Q1. What is React router. what does it do.
  • Ans. 

    React Router is a popular routing library for React applications.

    • React Router is used for handling navigation in React applications.

    • It allows defining multiple routes in the application and rendering different components based on the URL.

    • React Router provides components like BrowserRouter, Route, Switch, and Link for routing.

    • Example: will render the About component when the URL

  • Answered by AI
  • Q2. Questions based on react basics.

Interview Preparation Tips

Interview preparation tips for other job seekers - Be patience you will do it easily.

Skills evaluated in this interview

Software Developer Interview Questions & Answers

Spyne user image Purushottam Mandal_94

posted on 5 Dec 2024

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

BE Assignment containing how to make a simple backend task

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

I applied via Referral and was interviewed in Jan 2024. There were 4 interview rounds.

Round 1 - Coding Test 

Machine Coding of Google Calendar

Round 2 - Coding Test 

Machine Coding of MP3 Player

Round 3 - One-on-one 

(1 Question)

  • Q1. Find Duplicates problem
  • Ans. 

    Find duplicates in an array of strings

    • Iterate through the array and store each element in a hash set

    • If an element is already in the hash set, it is a duplicate

    • Return a list of all duplicates found

  • Answered by AI
Round 4 - HR 

(1 Question)

  • Q1. Why Simpl? and compensation
  • Ans. 

    Simpl offers a collaborative and innovative work environment with competitive compensation.

    • Simpl values teamwork and creativity in software development

    • Competitive compensation package offered to attract top talent

    • Opportunities for growth and learning through challenging projects

  • Answered by AI

Skills evaluated in this interview

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

I was interviewed before Feb 2024.

Round 1 - Assignment 

It was an assignment where we were instructed to create a screen that fetches data from the backend and renders it with the functionality of bookmarking.

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
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 - Technical 

(2 Questions)

  • Q1. Basic resume based questions
  • Q2. Explain your internship experience
Round 3 - HR 

(1 Question)

  • Q1. Basic resume based questions

I was interviewed in Dec 2016.

Interview Questionnaire 

1 Question

  • Q1. Tell me about yourself tell me about your internship My interview was unstructured(i.e based on your reply interviewer was asking Questions)

Interview Preparation Tips

Round: Test
Experience: Questions were very difficult and solving one Question gets you shortlisted for interview
I don't remember the Questions
Duration: 1 hour 30 minutes
Total Questions: 2

Skills: Internship Work, Inter Person Communication Skills
College Name: IIT Roorkee
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
4-6 weeks
Result
Selected Selected

I applied via Approached by Company and was interviewed before Oct 2023. There were 2 interview rounds.

Round 1 - Assignment 

A simple Google form assignment to shortlist candidates

Round 2 - Technical 

(2 Questions)

  • Q1. ML related questions
  • Q2. Find duplicates in array
  • Ans. 

    Use a hash set to find duplicates in an array of strings.

    • Create a hash set to store unique elements.

    • Iterate through the array and check if each element is already in the hash set.

    • If it is, then it is a duplicate.

    • Example: ['apple', 'banana', 'apple', 'orange'] should return 'apple' as a duplicate.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Eazy process

Skills evaluated in this interview

Eshopbox Ecommerce Interview FAQs

How many rounds are there in Eshopbox Ecommerce Software Developer interview?
Eshopbox Ecommerce interview process usually has 2-3 rounds. The most common rounds in the Eshopbox Ecommerce interview process are Technical, One-on-one Round and Behavioral.
How to prepare for Eshopbox Ecommerce Software Developer 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 Eshopbox Ecommerce. The most common topics and skills that interviewers at Eshopbox Ecommerce expect are Agile, Angular, Database Design, GIT and Hibernate.
What are the top questions asked in Eshopbox Ecommerce Software Developer interview?

Some of the top questions asked at the Eshopbox Ecommerce Software Developer interview -

  1. What is difference between angularJS and angula...read more
  2. What is lazyload...read more
  3. Logic Problems solving (face to face intervi...read more

Tell us how to improve this page.

Eshopbox Ecommerce Software Developer Interview Process

based on 3 interviews

Interview experience

4
  
Good
View more
Eshopbox Ecommerce Software Developer Salary
based on 16 salaries
₹7 L/yr - ₹11 L/yr
8% more than the average Software Developer Salary in India
View more details

Eshopbox Ecommerce Software Developer Reviews and Ratings

based on 11 reviews

3.5/5

Rating in categories

3.7

Skill development

3.0

Work-life balance

3.1

Salary

3.7

Job security

3.2

Company culture

3.2

Promotions

3.3

Work satisfaction

Explore 11 Reviews and Ratings
Product Manager
21 salaries
unlock blur

₹4 L/yr - ₹15 L/yr

Software Development Engineer
17 salaries
unlock blur

₹5.5 L/yr - ₹14.3 L/yr

Software Developer
16 salaries
unlock blur

₹7 L/yr - ₹11 L/yr

Front end Developer
15 salaries
unlock blur

₹3.5 L/yr - ₹9 L/yr

Customer Success Manager
15 salaries
unlock blur

₹5.5 L/yr - ₹11 L/yr

Explore more salaries
Compare Eshopbox Ecommerce with

Shopify

4.0
Compare

BigCommerce

2.9
Compare

Shopmatic

4.2
Compare

Shiprocket Private Limited

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