Upload Button Icon Add office photos

e2open

Compare button icon Compare button icon Compare

Filter interviews by

Clear (1)

e2open Senior Software Engineer Interview Questions and Answers

Updated 25 May 2024

e2open Senior Software Engineer Interview Experiences

3 interviews found

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

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

Round 1 - Technical 

(3 Questions)

  • Q1. Code logic and java , spring orm questions
  • Q2. Java 8 and sorting
  • Q3. Java medium level

Interview Preparation Tips

Interview preparation tips for other job seekers - Good interview process, conducted it was smooth unlike nowadays bulk interview
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
-

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

Round 1 - Technical 

(1 Question)

  • Q1. Project related design and architecture
Round 2 - Technical 

(1 Question)

  • Q1. Jms and cache and webservices
Round 3 - Technical 

(1 Question)

  • Q1. Threads, core java , microservices

Senior Software Engineer Interview Questions Asked at Other Companies

Q1. K Largest Elements Problem Statement You are given an integer k a ... read more
asked in DBS Bank
Q2. Tell me about yourself. What technology are you using? What is a ... read more
asked in GlobalLogic
Q3. MapSum Pair Implementation Create a data structure named 'MapSum' ... read more
asked in UST
Q4. Nth Prime Number Problem Statement Find the Nth prime number give ... read more
asked in Capgemini
Q5. Pascal's Triangle Construction You are provided with an integer ' ... read more
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Not Selected

I applied via Indeed and was interviewed in May 2023. There were 3 interview rounds.

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 Resume tips
Round 2 - Technical 

(1 Question)

  • Q1. Basic oops and DSA
Round 3 - Technical 

(1 Question)

  • Q1. Oops, java advanced

Interview Preparation Tips

Topics to prepare for e2open Senior Software Engineer interview:
  • Java
  • Advanced Java

Senior Software Engineer Jobs at e2open

View all

Interview questions from similar companies

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

(2 Questions)

  • Q1. Cognos related questions
  • Q2. Cloud related questions

I applied via Referral and was interviewed before Oct 2020. There were 4 interview rounds.

Interview Questionnaire 

3 Questions

  • Q1. Coding Questions of javascript could be easily found on googling
  • Q2. Angular Questions based on component nesting , debugging , angular project configurations, pipes , directives etc
  • Q3. Basic Javascript Questions like currying , prototype, what was the project you were working etc

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident during the interview , the team interviewing will try to make you comfortable as well, practice your coding skill, prepare questions like "tell me about yourself","where do you see yourself in 10 years" etc
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(4 Questions)

  • Q1. Asked About Xamarin Binding
  • Q2. Layout optimisation in Xamarin forms
  • Ans. 

    Layout optimisation in Xamarin forms involves improving performance and user experience by efficiently arranging UI elements.

    • Use ListView instead of StackLayout for long lists to improve performance.

    • Avoid nesting multiple layouts within each other to reduce complexity.

    • Utilize Grid layout for more complex UI designs.

    • Use RelativeLayout for positioning elements relative to each other.

    • Implement caching mechanisms for frequ

  • Answered by AI
  • Q3. Unit tesing Difference between Test and TestCase attribute
  • Ans. 

    Test attribute is used to define a test method, while TestCase attribute is used to define a test case class.

    • Test attribute is used to mark a method as a test method in a test class.

    • TestCase attribute is used to mark a class as a test case class containing multiple test methods.

    • Test attribute is used in frameworks like NUnit, JUnit, etc.

    • TestCase attribute is used in frameworks like NUnit, JUnit, etc.

  • Answered by AI
  • Q4. About Polymorphism

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Program to find the largest and smallest integer in a program
  • Ans. 

    Program to find the largest and smallest integer in a program

    • Iterate through the array of integers to find the largest and smallest values

    • Initialize variables to store the largest and smallest values, update them as needed

    • Handle edge cases like empty array or array with only one element

    • Return the largest and smallest values found

  • Answered by AI
  • Q2. Explain internal working of HashMap, what is abstract class
  • Ans. 

    HashMap is a data structure that stores key-value pairs using hashing. An abstract class is a class that cannot be instantiated.

    • HashMap uses hashing to store key-value pairs for efficient retrieval.

    • Abstract classes cannot be instantiated and can have abstract methods that must be implemented by subclasses.

    • Example: HashMap map = new HashMap<>();

  • Answered by AI
Round 2 - Technical 

(1 Question)

  • Q1. Which list you will prefer using if you want to create an application that needs constant modification, ArrayList or LinkedList
  • Ans. 

    LinkedList is preferred for constant modification due to faster insertion and deletion times.

    • LinkedList is preferred for constant modification because it has faster insertion and deletion times compared to ArrayList.

    • LinkedList allows for easy insertion and deletion of elements without the need to shift other elements, making it more efficient for constant modifications.

    • ArrayList is better for random access and iteratin...

  • Answered by AI

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. Explain about distributed system design
  • Ans. 

    Distributed system design involves breaking down a system into smaller components that communicate and coordinate with each other over a network.

    • Decompose the system into smaller services that can run independently

    • Use messaging protocols like MQTT or AMQP for communication

    • Implement fault tolerance and scalability measures

    • Consider data consistency and synchronization across nodes

    • Examples: microservices architecture, Apa

  • Answered by AI
  • Q2. Make an class with other objects as immutable
  • Ans. 

    Create a class with other objects as immutable

    • Use final keyword to make class immutable

    • Make all fields private and final

    • Do not provide setter methods, only getter methods

    • If class contains mutable objects, make sure to return a copy of them in getter methods

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Focused on System design, asa

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. Java Basics like jdk, jre, core java questions
  • Q2. Merge sort
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed before Oct 2022. There were 7 interview rounds.

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 Resume tips
Round 2 - Coding Test 

Had a aptitude + coding on round 1.

Round 3 - Technical 

(1 Question)

  • Q1. Had a coding + Techincal interview ok Java springboot
Round 4 - Technical 

(1 Question)

  • Q1. There was coding question puzzle and technical discussion
Round 5 - Technical 

(1 Question)

  • Q1. Ot was techno managineial round. Java concepts and puzzles and managerial questions were asked
Round 6 - Technical 

(1 Question)

  • Q1. This was director round.It was short for 20mnts. A design question and few managerial questions were asked
Round 7 - One-on-one 

(1 Question)

  • Q1. It was an hR discussion where salary and benefits were discussed
Contribute & help others!
anonymous
You can choose to be anonymous

e2open Interview FAQs

How many rounds are there in e2open Senior Software Engineer interview?
e2open interview process usually has 2-3 rounds. The most common rounds in the e2open interview process are Technical and Resume Shortlist.
How to prepare for e2open Senior Software Engineer 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 e2open. The most common topics and skills that interviewers at e2open expect are Javascript, Java, Hibernate, JSP and Full Stack.
What are the top questions asked in e2open Senior Software Engineer interview?

Some of the top questions asked at the e2open Senior Software Engineer interview -

  1. Code logic and java , spring orm questi...read more
  2. threads, core java , microservi...read more
  3. project related design and architect...read more

Recently Viewed

PHOTOS

InsuranceDekho

3 office photos

LIST OF COMPANIES

Credit Bajaar

Overview

DESIGNATION

SALARIES

Doubtnut

INTERVIEWS

Cvent

No Interviews

INTERVIEWS

Cvent

No Interviews

SALARIES

Doubtnut

DESIGNATION

DESIGNATION

INTERVIEWS

Cvent

No Interviews

Tell us how to improve this page.

e2open Senior Software Engineer Interview Process

based on 3 interviews

Interview experience

4
  
Good
View more
e2open Senior Software Engineer Salary
based on 145 salaries
₹8.5 L/yr - ₹26 L/yr
22% more than the average Senior Software Engineer Salary in India
View more details

e2open Senior Software Engineer Reviews and Ratings

based on 15 reviews

3.8/5

Rating in categories

3.4

Skill development

3.8

Work-life balance

3.2

Salary

3.9

Job security

3.6

Company culture

2.9

Promotions

3.5

Work satisfaction

Explore 15 Reviews and Ratings
Senior Software Engineer

Hyderabad / Secunderabad

5-8 Yrs

Not Disclosed

Senior Software Engineer

Kolkata,

Mumbai

+5

5-10 Yrs

Not Disclosed

Senior Software Engineer

Bangalore / Bengaluru

6-10 Yrs

₹ 9.75-21.5 LPA

Explore more jobs
Software Engineer
166 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Software Engineer
145 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Analyst
134 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Associate Software Engineer
110 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Data Analyst
91 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare e2open with

Blue Yonder

3.9
Compare

Manhattan Associates

3.7
Compare

SAP

4.2
Compare

Oracle

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