Upload Button Icon Add office photos

e2open

Compare button icon Compare button icon Compare

Filter interviews by

e2open Applications Engineer Interview Questions and Answers

Updated 28 Oct 2024

e2open Applications Engineer Interview Experiences

4 interviews found

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

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

Round 1 - One-on-one 

(2 Questions)

  • Q1. Basics of java and spring
  • Q2. Basics of sql oracle
Round 2 - Technical 

(2 Questions)

  • Q1. Coding question
  • Q2. SQL query question
Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed before Feb 2023. There were 3 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Resume and past experience
Round 2 - One-on-one 

(1 Question)

  • Q1. Future Interestst
Round 3 - HR 

(1 Question)

  • Q1. Why would you like to join?

Applications Engineer Interview Questions Asked at Other Companies

Q1. Minimum Special Sum Problem You are given an array ARR of length ... read more
Q2. Missing Number Problem Statement You are provided with an array n ... read more
Q3. Number Pattern Problem Statement Given an integer 'N', print a sp ... read more
Q4. Spiral Matrix Problem Statement You are given a N x M matrix of i ... read more
Q5. Pattern Printing Task You are tasked with printing a specific pat ... read more

I applied via Naukri.com and was interviewed before Aug 2020. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Mainly Core Java. It was relatively easy. May ask to write a recursion program. So, go prepared

Interview Preparation Tips

Interview preparation tips for other job seekers - First round was MCQ round. After that 2 rounds of technical discussion were there. First was entirely Core Java questions. Manager Round was more specific to the work done so far. Few technical questions may be asked in second round but those are general questions related to Core Java and Database. Final is HR round

I applied via LinkedIn and was interviewed before Jun 2020. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Core java fundamentals, some project scenarios, design questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Be prepare for core java, 1st round will be mostly on core java, next 2 technical will be on project scenario and design patterns.

e2open interview questions for designations

 Implementation Engineer

 (1)

 Software Engineer

 (8)

 Lead Engineer

 (2)

 Data Engineer

 (2)

 Platform Engineer

 (1)

 QA Engineer

 (1)

 Associate Software Engineer

 (7)

 Senior Software Engineer

 (3)

Interview questions from similar companies

I applied via Naukri.com and was interviewed before Jul 2021. There was 1 interview round.

Round 1 - Technical 

(5 Questions)

  • Q1. Hashmap implementation
  • Ans. 

    Hashmap is a data structure that stores key-value pairs and provides constant time complexity for insertion, deletion, and retrieval.

    • Hashmap uses hashing function to map keys to indices in an array

    • Collisions can occur when two keys map to the same index, which can be resolved using separate chaining or open addressing

    • Java implementation: HashMap map = new HashMap<>()

  • Answered by AI
  • Q2. Server and environment
  • Q3. Differentce Between een Spring boot,spring
  • Ans. 

    Spring is a framework while Spring Boot is a tool that simplifies Spring application development.

    • Spring Boot provides auto-configuration and embedded servers.

    • Spring requires more configuration and setup.

    • Spring Boot is opinionated and follows 'convention over configuration'.

    • Spring Boot reduces boilerplate code.

    • Spring Boot is ideal for microservices and standalone applications.

  • Answered by AI
  • Q4. Type of conttoler in spring and type of annotations
  • Ans. 

    The type of controller in Spring is @Controller and the type of annotations are @RequestMapping and @ResponseBody.

    • @Controller is used to mark a class as a Spring MVC controller.

    • @RequestMapping is used to map a URL to a method in a controller.

    • @ResponseBody is used to indicate that the return value of a method should be serialized and returned as the response body.

  • Answered by AI
  • Q5. What is junkins why we use
  • Ans. 

    Junkins is not a known term in software engineering.

    • Junkins is not a term used in software engineering.

    • It is possible that the interviewer misspoke or meant to ask a different question.

    • It is important to clarify any confusion or misunderstandings during an interview.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - More should we prectical not to theorical

Skills evaluated in this interview

I applied via Company Website and was interviewed in Feb 2021. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. They asked python memory management, string manipulations, regex, and about my current project

Interview Preparation Tips

Interview preparation tips for other job seekers - Keep strong hold on python basics and data structure

I applied via Naukri.com and was interviewed in Dec 2020. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Depends on role. I gave interview related to SRE devops. Brush up basics related to Jenkins splunk kubernetes python kafka prometheus docker etc

Interview Preparation Tips

Interview preparation tips for other job seekers - Be clear on basics and fluent, confident when answering. In total 5 rounds including HR

I applied via Naukri.com and was interviewed in Apr 2021. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Questions were around Java, Spring,Authentication, Authorization, Forgerock tools.

Interview Preparation Tips

Interview preparation tips for other job seekers - Stick with the basics and try to explain yourself clearly. It's ok if you don't know any answer just say it directly to them. In all the interviews they would want to know your approach to a specific problem not the exact solution.

I applied via Naukri.com and was interviewed in Apr 2020. There were 5 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. I have got questions about vsam files and about SQL queries.
  • Q2. What is my previous work and project roles and responsibilities.?

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare with basics clear with your project,your work,and your roles and responsibilities and be good to make them understand what you willing to answer.

I applied via Naukri.com and was interviewed in Dec 2020. There were 6 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Tech: Core Java concepts, difference between ArrayList and LinkedList, types of functional testing, CI/CD.

Interview Preparation Tips

Interview preparation tips for other job seekers - Just be clear and crisp with your answers. Have a complete clarity with your aspirations and role based responsibilities.

e2open Interview FAQs

How many rounds are there in e2open Applications Engineer interview?
e2open interview process usually has 2-3 rounds. The most common rounds in the e2open interview process are Technical, One-on-one Round and HR.
How to prepare for e2open Applications 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 SQL, XML, Unix, Core Java and Hibernate.
What are the top questions asked in e2open Applications Engineer interview?

Some of the top questions asked at the e2open Applications Engineer interview -

  1. Mainly Core Java. It was relatively easy. May ask to write a recursion program....read more
  2. Core java fundamentals, some project scenarios, design questio...read more
  3. Basics of java and spr...read more

Tell us how to improve this page.

e2open Applications Engineer Interview Process

based on 3 interviews

1 Interview rounds

  • Technical Round
View more

Interview Questions from Similar Companies

Chetu Interview Questions
3.3
 • 174 Interviews
AVASOFT Interview Questions
3.6
 • 162 Interviews
Oracle Cerner Interview Questions
3.7
 • 157 Interviews
ServiceNow Interview Questions
4.1
 • 120 Interviews
Thomson Reuters Interview Questions
4.1
 • 114 Interviews
Amadeus Interview Questions
3.9
 • 107 Interviews
EbixCash Limited Interview Questions
4.0
 • 102 Interviews
UKG Interview Questions
3.1
 • 102 Interviews
SPRINKLR Interview Questions
3.0
 • 101 Interviews
View all
e2open Applications Engineer Salary
based on 38 salaries
₹6.3 L/yr - ₹13 L/yr
23% more than the average Applications Engineer Salary in India
View more details

e2open Applications Engineer Reviews and Ratings

based on 2 reviews

4.5/5

Rating in categories

4.0

Skill development

4.0

Work-life balance

4.5

Salary

3.5

Job security

4.0

Company culture

3.5

Promotions

4.0

Work satisfaction

Explore 2 Reviews and Ratings
Software Engineer
187 salaries
unlock blur

₹4.7 L/yr - ₹19 L/yr

Senior Software Engineer
164 salaries
unlock blur

₹8.5 L/yr - ₹26 L/yr

Analyst
132 salaries
unlock blur

₹3 L/yr - ₹5.8 L/yr

Associate Software Engineer
110 salaries
unlock blur

₹4.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

Thomson Reuters

4.1
Compare

Oracle Cerner

3.7
Compare

Chetu

3.3
Compare

R Systems International

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