Upload Button Icon Add office photos

e2open

Compare button icon Compare button icon Compare

Filter interviews by

e2open Interview Questions, Process, and Tips

Updated 9 Jan 2025

Top e2open Interview Questions and Answers

View all 14 questions

e2open Interview Experiences

Popular Designations

54 interviews found

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

I applied via campus placement at Kakatiya Institute of Technology and Science, Warangal and was interviewed in Aug 2023. There were 4 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 tips
Round 2 - Aptitude Test 

The test is of 1 hour 10 mins duration and consisted of 39 MCQ questions and 2 programming questions. The MCQ questions were based on Javascript, Java, SQL and DBMS, General Aptitude and Reasoning, LINUX OS, basic HTML and CSS...etc. The programming questions were tougher and one was asked to only write the code in Java and the other only in Python.

Round 3 - Technical 

(3 Questions)

  • Q1. Discussion on project mentioned in resume.
  • Q2. Questions regarding Linux and SQL.
  • Q3. Why do you want to join this company?
Round 4 - HR 

(4 Questions)

  • Q1. What do you know about the company and the role you are being offered?
  • Q2. Why are you interested in doing this job?
  • Q3. Do you have any other placement offers in hand? If so, why do you want to join here?
  • Q4. Speak about your project experience.

Interview Preparation Tips

Interview preparation tips for other job seekers - Be prepared, be confident and give your best.

IT Operations Manager Interview Questions asked at other Companies

Q1. Have you worked on monitoring windows applications? Explain
View answer (1)

Data Engineer Interview Questions & Answers

user image Anonymous

posted on 19 Jun 2024

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

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

Round 1 - Coding Test 

Mostly SQL questions were asked starting from group by to joins and cte tables.

Round 2 - HR 

(1 Question)

  • Q1. Salary negotiation

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare SQL and python in depth.

Data Engineer Interview Questions asked at other Companies

Q1. Optimal Strategy for a GameYou and your friend Ninjax are playing a game of coins. Ninjax place the 'N' number of coins in a straight line. The rule of the game is as follows: 1. Each coin has a value associated with it. 2. It’s a two-playe... read more
View answer (6)
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Asked about project architecture?

Solution Architect Interview Questions asked at other Companies

Q1. Difference Between classic folder and Modern folder?
View answer (10)
Interview experience
2
Poor
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Two Java and xml coding qn

Round 2 - Technical 

(1 Question)

  • Q1. Qns from java and sql

Software Engineer Interview Questions asked at other Companies

Q1. Bridge and torch problem : Four people come to a river in the night. There is a narrow bridge, but it can only hold two people at a time. They have one torch and, because it's night, the torch has to be used when crossing the bridge. Person... read more
View answer (169)

e2open interview questions for popular designations

 Software Engineer

 (8)

 Associate Software Engineer

 (7)

 Applications Engineer

 (4)

 Data Analyst

 (3)

 Senior Software Engineer

 (3)

 Lead Engineer

 (2)

 Software Developer

 (2)

 Application Developer

 (1)

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

I applied via campus placement at Amrita Vishwa Vidyapeetham, Amritapuri Campus and was interviewed in Jan 2024. There were 2 interview rounds.

Round 1 - Coding Test 

Two qns from XML and java

Round 2 - Technical 

(1 Question)

  • Q1. Qns from Java and sql

Software Engineer Interview Questions asked at other Companies

Q1. Bridge and torch problem : Four people come to a river in the night. There is a narrow bridge, but it can only hold two people at a time. They have one torch and, because it's night, the torch has to be used when crossing the bridge. Person... read more
View answer (169)

Get interview-ready with Top e2open Interview Questions

Intern Interview Questions & Answers

user image Anonymous

posted on 21 May 2024

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
-
Result
Not Selected
Round 1 - Aptitude Test 

Basics questions like maths concept

Round 2 - Coding Test 

3 programs How to add even number

Intern Interview Questions asked at other Companies

Q1. Case. There is a housing society “The wasteful society”, you collect all the household garbage and sell it to 5 different businesses. Determine what price you will pay to the society members in Rs/kg, given you want to make a profit of 20% ... read more
View answer (8)

Jobs at e2open

View all
Interview experience
3
Average
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
-

I applied via LinkedIn and was interviewed in Oct 2023. There were 3 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Don’t add your photo or details such as gender, age, and address in your resume. These details do not add any value.
View all tips
Round 2 - Technical 

(2 Questions)

  • Q1. Core java ,sql ,some string based pogram
  • Q2. Allow only alphabates
  • Ans. 

    The question is asking to allow only alphabets in the input.

    • Use regular expressions to check if the input contains only alphabets.

    • You can use functions like isalpha() in programming languages like Python to validate the input.

    • Handle edge cases like spaces, special characters, and numbers in the input.

  • Answered by AI
Round 3 - Coding Test 

Coding test & string pograming

Interview Preparation Tips

Interview preparation tips for other job seekers - Core java questions

Associate Software Engineer Interview Questions asked at other Companies

Q1. Triplets with Given Sum Problem Given an array or list ARR consisting of N integers, your task is to identify all distinct triplets within the array that sum up to a specified number K. Explanation: A triplet is a set {ARR[i], ARR[j], ARR[k... read more
View answer (1)
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

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

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Properly align and format text in your resume. A recruiter will have to spend more time reading poorly aligned text, leading to high chances of rejection.
View all tips
Round 2 - Technical 

(4 Questions)

  • Q1. What is hibernate
  • Ans. 

    Hibernate is an ORM tool for Java that simplifies database access by mapping Java classes to database tables.

    • Hibernate provides a framework for mapping object-oriented domain models to relational databases.

    • It supports various mapping strategies, including annotations and XML configuration files.

    • Hibernate also provides caching, transaction management, and query language support.

    • Example: Hibernate can be used to persist ...

  • Answered by AI
  • Q2. How to call server using servlet
  • Ans. 

    To call server using servlet, we need to create a URL connection and send HTTP request.

    • Create a URL object with the server URL

    • Open a connection to the server using the URL object

    • Set the request method (GET, POST, etc.) and any request headers

    • Get the output stream from the connection and write any request data

    • Read the response from the server using the input stream from the connection

    • Close the connection and process the

  • Answered by AI
  • Q3. Explain collection, basic coding questions
  • Q4. Explain ds algorithm for tree traversal
  • Ans. 

    DS algorithm for tree traversal is used to visit each node of a tree exactly once.

    • Depth First Search (DFS) - Preorder, Inorder, Postorder

    • Breadth First Search (BFS)

    • DFS is recursive while BFS uses a queue

    • Preorder - Root, Left, Right

    • Inorder - Left, Root, Right

    • Postorder - Left, Right, Root

  • Answered by AI
Round 3 - HR 

(2 Questions)

  • Q1. What you bring to the table
  • Ans. 

    I bring a strong technical background, problem-solving skills, and a passion for software development.

    • Strong technical background in software engineering

    • Proficient in multiple programming languages such as Java, Python, and C++

    • Experience with software development methodologies like Agile

    • Excellent problem-solving and analytical skills

    • Ability to work well in a team and collaborate effectively

    • Passion for learning and stay...

  • Answered by AI
  • Q2. What are your salary expectation
  • Ans. 

    I expect a competitive salary based on my experience, skills, and the market rate for software engineers.

    • Research the average salary range for software engineers in your location and industry.

    • Consider your years of experience, level of expertise, and any specialized skills you possess.

    • Factor in the company's size, reputation, and financial stability.

    • Be prepared to negotiate and discuss benefits and perks in addition to...

  • Answered by AI

Skills evaluated in this interview

Software Engineer Interview Questions asked at other Companies

Q1. Bridge and torch problem : Four people come to a river in the night. There is a narrow bridge, but it can only hold two people at a time. They have one torch and, because it's night, the torch has to be used when crossing the bridge. Person... read more
View answer (169)

QA Engineer Interview Questions & Answers

user image Prity Dutta

posted on 22 Feb 2024

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
Not Selected
Round 1 - One-on-one 

(1 Question)

  • Q1. Manul , process , automation , program

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
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(1 Question)

  • Q1. Background check
Round 2 - Technical 

(1 Question)

  • Q1. Deep SQL knowledge
Round 3 - HR 

(1 Question)

  • Q1. HR discussion

Software Engineer Interview Questions asked at other Companies

Q1. Bridge and torch problem : Four people come to a river in the night. There is a narrow bridge, but it can only hold two people at a time. They have one torch and, because it's night, the torch has to be used when crossing the bridge. Person... read more
View answer (169)

e2open Interview FAQs

How many rounds are there in e2open interview?
e2open interview process usually has 2-3 rounds. The most common rounds in the e2open interview process are Technical, HR and Coding Test.
How to prepare for e2open 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 SQL, Java, PLSQL, Microservices and Java Spring Boot.
What are the top questions asked in e2open interview?

Some of the top questions asked at the e2open interview -

  1. How to call server using serv...read more
  2. About yourself. Why e2open? Why Channel data manageme...read more
  3. Explain ds algorithm for tree traver...read more
How long is the e2open interview process?

The duration of e2open interview process can vary, but typically it takes about less than 2 weeks to complete.

Tell us how to improve this page.

e2open Interview Process

based on 57 interviews

Interview experience

4
  
Good
View more

Interview Questions from Similar Companies

Oracle Interview Questions
3.7
 • 902 Interviews
SAP Interview Questions
4.2
 • 308 Interviews
Globant Interview Questions
3.8
 • 171 Interviews
Chetu Interview Questions
3.3
 • 170 Interviews
Oracle Cerner Interview Questions
3.7
 • 157 Interviews
Blue Yonder Interview Questions
3.9
 • 58 Interviews
Kinaxis Interview Questions
4.0
 • 6 Interviews
View all

e2open Reviews and Ratings

based on 326 reviews

3.5/5

Rating in categories

3.1

Skill development

3.7

Work-life balance

3.2

Salary

3.5

Job security

3.5

Company culture

2.9

Promotions

3.3

Work satisfaction

Explore 326 Reviews and Ratings
Process Associate

Hyderabad / Secunderabad

2-3 Yrs

Not Disclosed

Analyst, Channel Data services

Bangalore / Bengaluru

1-3 Yrs

₹ 2.95-4.5 LPA

Data Management Analyst

Bangalore / Bengaluru

2-3 Yrs

Not Disclosed

Explore more jobs
Software Engineer
166 salaries
unlock blur

₹4.7 L/yr - ₹18.1 L/yr

Senior Software Engineer
155 salaries
unlock blur

₹8.5 L/yr - ₹26 L/yr

Analyst
136 salaries
unlock blur

₹3 L/yr - ₹5.8 L/yr

Associate Software Engineer
110 salaries
unlock blur

₹3.6 L/yr - ₹11 L/yr

Data Analyst
91 salaries
unlock blur

₹2.8 L/yr - ₹5.9 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