Upload Button Icon Add office photos

e2open

Compare button icon Compare button icon Compare

Filter interviews by

Clear (1)

e2open Associate Software Engineer Interview Questions and Answers

Updated 24 Nov 2024

e2open Associate Software Engineer Interview Experiences

7 interviews found

Interview experience
3
Average
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Not Selected

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

Round 1 - Technical 

(2 Questions)

  • Q1. Tell about yourself and details of project?
  • Ans. 

    I am a software engineer with experience in developing web applications using Java and Spring framework.

    • Worked on a project to develop a web application for a retail company to manage their inventory and sales.

    • Used Java and Spring framework to build the backend logic and RESTful APIs.

    • Implemented front-end using HTML, CSS, and JavaScript with AngularJS framework.

    • Collaborated with a team of developers and testers to deli

  • Answered by AI
  • Q2. Sql questions,joins,unique?

Interview Preparation Tips

Interview preparation tips for other job seekers - Tell answers as per their requirements when they asked for java tell answers in java.
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
Selected Selected
Round 1 - Coding Test 

Basic coding questions

Round 2 - Technical 

(1 Question)

  • Q1. Oops concepts and DBMS basics
Round 3 - HR 

(2 Questions)

  • Q1. Introduction about me
  • Q2. Weakness and strength

Associate Software Engineer Interview Questions Asked at Other Companies

asked in Accenture
Q1. Triplets with Given Sum Problem Given an array or list ARR consis ... read more
asked in Gainsight
Q2. Connecting Ropes with Minimum Cost You are given 'N' ropes, each ... read more
Q3. Intersection of Two Arrays II Given two integer arrays ARR1 and A ... read more
asked in Clarivate
Q4. Best Time to Buy and Sell Stock II Problem Statement Given the st ... read more
Q5. Ninja and Alternating Largest Problem Statement Ninja is given a ... read more
Interview experience
1
Bad
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. What is dialog programming
  • Ans. 

    Dialog programming is a method used in SAP to create interactive user interfaces for applications.

    • Dialog programming involves creating screens with input fields, buttons, and other UI elements.

    • It allows for user interaction and data input in SAP applications.

    • Dialog programming uses modules like screen painter and menu painter to design the user interface.

    • Example: Creating a sales order entry screen in SAP using dialog

  • Answered by AI
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 Resume 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

e2open interview questions for designations

 Software Engineer

 (8)

 Senior Software Engineer

 (3)

 Software Developer

 (2)

 Associate

 (1)

 Lead Engineer

 (2)

 Platform Engineer

 (1)

 QA Engineer

 (1)

 Data Engineer

 (1)

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

I applied via Campus Placement and was interviewed in Aug 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. Resume based deep technical questions on your projects
Round 3 - Technical 

(1 Question)

  • Q1. Similar as first round, on addition was asked to implement a java code in spot
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed before Apr 2023. There were 4 interview rounds.

Round 1 - Coding Test 

30-45 minutes test, which incudes basic technical questions and one coding problem

Round 2 - Technical 

(1 Question)

  • Q1. Not remember the coding questions. But the difficulty was Easy to Moderate. Apart from that technical questions from Java, sql, Databases.
Round 3 - Technical 

(1 Question)

  • Q1. One linked List question, find the nth node from end. Optimise it. Technical questions from SQL, Java, Databases.
Round 4 - HR 

(1 Question)

  • Q1. Behavioural Questions, goals, expectations, achievements.

Interview Preparation Tips

Interview preparation tips for other job seekers - Keep your basics clear, then its an easy hire for you.
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Company Website and was interviewed before Apr 2023. There were 4 interview rounds.

Round 1 - Aptitude Test 

Aptitude,MCQ,DSA,os,coding

Round 2 - Technical 

(1 Question)

  • Q1. Java ,DSA,oops,SQL, project
Round 3 - Technical 

(1 Question)

  • Q1. Java, DSA oops SQL project
Round 4 - HR 

(1 Question)

  • Q1. Discussion on company, relocation, salary

Interview Preparation Tips

Topics to prepare for e2open Associate Software Engineer interview:
  • Java
  • SQL
  • OOPS
Interview preparation tips for other job seekers - All the best

Interview questions from similar companies

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Group Discussion 

Machine learning advantages and disadvantage
hello world hello OWRLD2

Round 2 - HR 

(2 Questions)

  • Q1. What is u r name
  • Ans. 

    My name is John Doe.

    • Full name is John Doe

    • Common first and last name combination

    • No middle name provided

  • Answered by AI
  • Q2. What is salary expectation?
  • Ans. 

    I am looking for a competitive salary based on my skills, experience, and the industry standard.

    • Research the average salary for Associate Software Engineers in the industry

    • Consider your level of experience and skills when determining your salary expectation

    • Be prepared to negotiate based on the company's offer and benefits package

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - nothing

I applied via Campus Placement and was interviewed in Jul 2022. There were 4 interview rounds.

Round 1 - Aptitude Test 

Conducted on their platform for 120 minutes

Round 2 - Technical 

(2 Questions)

  • Q1. I was asked to find subarray Max Sum
  • Q2. I was asked to find diameter of a binary Tree
  • Ans. 

    To find the diameter of a binary tree, we need to find the longest path between any two nodes in the tree.

    • Traverse the tree recursively and calculate the height of the left and right subtrees.

    • Calculate the diameter of the left and right subtrees recursively.

    • The diameter of the tree is the maximum of the following three values: 1. Diameter of the left subtree 2. Diameter of the right subtree 3. Height of the left sub...

  • Answered by AI
Round 3 - Technical 

(1 Question)

  • Q1. DBMS, Computer Networks and Operating System Questions
Round 4 - Technical 

(1 Question)

  • Q1. Mainly on cloud, microservices and distributed processing

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident and make sure you go through all the fundamentals

Skills evaluated in this interview

I applied via LinkedIn and was interviewed in Apr 2022. There were 5 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 Resume tips
Round 2 - Coding Test 

String manipulation problems from geeks for geeks with some medium and hard problems in DSA from leetcode

Round 3 - Technical 

(3 Questions)

  • Q1. String manipulation and tree twisted problems
  • Q2. Some 2d matrix popular problems like sudoku
  • Q3. Graph basic level implementation
  • Ans. 

    Graph implementation involves creating nodes and edges to represent data and relationships.

    • Nodes represent data points and edges represent relationships between them

    • Graphs can be directed or undirected

    • Common graph algorithms include BFS, DFS, and Dijkstra's algorithm

  • Answered by AI
Round 4 - One-on-one 

(4 Questions)

  • Q1. Puzzles to test decision making abilities
  • Q2. Some theory technical questions in Java and springboot.
  • Q3. What is string pool ?
  • Ans. 

    String pool is a cache of string literals stored in memory for efficient reuse.

    • String pool is a part of Java's memory management system.

    • It stores a collection of unique string literals to save memory.

    • When a new string is created, it is first checked in the pool and reused if already present.

    • String pool can be accessed using the intern() method.

    • Example: String s1 = "Hello"; String s2 = "Hello"; s1 and s2 will point to t

  • Answered by AI
  • Q4. Why strungs are not mutavle in java ?
  • Ans. 

    Strings are immutable in Java to ensure thread safety and prevent unintended changes.

    • Immutable objects are safer to use in multi-threaded environments

    • String pool optimization is possible because of immutability

    • StringBuffer and StringBuilder classes are available for mutable string operations

  • Answered by AI
Round 5 - HR 

(3 Questions)

  • Q1. Basic discussion like salary and other benefit
  • Q2. Why you choose oracle ?
  • Q3. How you overcome challenges?

Interview Preparation Tips

Topics to prepare for Oracle Associate Software Engineer interview:
  • Linked list
  • Stringing
  • Graph
  • Tree
  • Java
Interview preparation tips for other job seekers - You need to be a really good at DSA to Crack oracle with some puzzles and language specific problems.
Be confident and present you solutions clearly,
Try to communicate while solving problems.
Ask relevant questions at the end

Skills evaluated in this interview

Contribute & help others!
anonymous
You can choose to be anonymous

e2open Interview FAQs

How many rounds are there in e2open Associate Software Engineer interview?
e2open interview process usually has 2-3 rounds. The most common rounds in the e2open interview process are Technical, Coding Test and HR.
How to prepare for e2open Associate 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, Test Cases, ADO.Net, ASP.Net MVC and Agile.
What are the top questions asked in e2open Associate Software Engineer interview?

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

  1. What is dialog programm...read more
  2. Allow only alphaba...read more
  3. One linked List question, find the nth node from end. Optimise it. Technical q...read more
How long is the e2open Associate Software Engineer interview process?

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

Recently Viewed

PHOTOS

InsuranceDekho

3 office photos

LIST OF COMPANIES

Credit Bajaar

Overview

INTERVIEWS

Doppio Group

No Interviews

INTERVIEWS

Cvent

No Interviews

INTERVIEWS

Cvent

No Interviews

INTERVIEWS

Doubtnut

No Interviews

SALARIES

Doppio Group

INTERVIEWS

Cvent

No Interviews

INTERVIEWS

e2open

No Interviews

INTERVIEWS

Cvent

No Interviews

Tell us how to improve this page.

e2open Associate Software Engineer Interview Process

based on 7 interviews

2 Interview rounds

  • Technical Round - 1
  • Technical Round - 2
View more
e2open Associate Software Engineer Salary
based on 110 salaries
₹3.6 L/yr - ₹11 L/yr
29% more than the average Associate Software Engineer Salary in India
View more details

e2open Associate Software Engineer Reviews and Ratings

based on 8 reviews

3.1/5

Rating in categories

2.8

Skill development

3.2

Work-life balance

2.9

Salary

3.5

Job security

2.8

Company culture

2.9

Promotions

3.0

Work satisfaction

Explore 8 Reviews and Ratings
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