Filter interviews by
I applied via Approached by Company and was interviewed in Apr 2023. There were 3 interview rounds.
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 ...
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
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
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...
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...
I applied via Naukri.com and was interviewed in Aug 2024. There was 1 interview round.
To create a table using another table, use the CREATE TABLE AS SELECT statement.
Use the CREATE TABLE AS SELECT statement to create a new table based on the structure and data of an existing table.
Specify the new table name after CREATE TABLE and the existing table name after AS SELECT.
You can also add conditions or filters to the SELECT statement to customize the data being copied.
Example: CREATE TABLE new_table AS SEL
The question is asking to identify different types of joins in SQL.
Inner Join: Returns rows when there is a match in both tables.
Left Join: Returns all rows from the left table and the matched rows from the right table.
Right Join: Returns all rows from the right table and the matched rows from the left table.
Full Outer Join: Returns rows when there is a match in either table.
Cross Join: Returns the Cartesian product of
An index is a database object that improves the speed of data retrieval operations on a table.
Indexes can be created on one or more columns of a table.
Syntax to create an index: CREATE INDEX index_name ON table_name(column_name);
Indexes can be unique or non-unique.
Indexes can be used to enforce uniqueness constraints.
Indexes can improve query performance by reducing the number of rows that need to be scanned.
Use SQL query with MAX function to fetch highest salary from the database.
Use SELECT statement with MAX function to retrieve highest salary
Specify the column name for salary in the SELECT statement
Include the table name in the query if needed
Use a DELETE statement with a subquery to remove duplicates in a table.
Identify the columns that define duplicates
Use a subquery to select the rows to be deleted
Use the DELETE statement to remove the duplicates
I applied via Naukri.com and was interviewed in Nov 2024. There were 3 interview rounds.
Basic java program,selenium, rest assured and cucumber
I applied via Campus Placement and was interviewed in Oct 2024. There was 1 interview round.
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
e2open interview questions for popular designations
Get interview-ready with Top e2open Interview Questions
Basic coding questions
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
I applied via Naukri.com and was interviewed in Apr 2024. There was 1 interview round.
I applied via Approached by Company and was interviewed in Mar 2024. There were 3 interview rounds.
2 coding questions which are moderate
OOPs concepts in Java include encapsulation, inheritance, polymorphism, and abstraction.
Encapsulation: Bundling data and methods that operate on the data into a single unit (class).
Inheritance: Allows a class to inherit properties and behavior from another class.
Polymorphism: Ability to present the same interface for different data types.
Abstraction: Hiding the implementation details and showing only the necessary feat
Top trending discussions
The duration of e2open interview process can vary, but typically it takes about less than 2 weeks to complete.
based on 57 interviews
Interview experience
based on 327 reviews
Rating in categories
Software Engineer
166
salaries
| ₹0 L/yr - ₹0 L/yr |
Senior Software Engineer
145
salaries
| ₹0 L/yr - ₹0 L/yr |
Analyst
134
salaries
| ₹0 L/yr - ₹0 L/yr |
Associate Software Engineer
110
salaries
| ₹0 L/yr - ₹0 L/yr |
Data Analyst
91
salaries
| ₹0 L/yr - ₹0 L/yr |
Blue Yonder
Manhattan Associates
SAP
Oracle