i
Hewlett Packard
Enterprise
Proud winner of ABECA 2025 - AmbitionBox Employee Choice Awards
Filter interviews by
HPE SAP HANA is a high-performance in-memory database and application platform for real-time analytics and data processing.
Combines database, data processing, and application platform capabilities.
Enables real-time analytics on large datasets, improving decision-making speed.
Supports various data types, including structured and unstructured data.
Used in industries like finance for real-time risk analysis and healt...
HPE offers various support contracts tailored to customer needs, including hardware and software support options.
HPE Foundation Care: Provides hardware support with options for next business day service.
HPE Proactive Care: Offers advanced support with proactive monitoring and issue resolution.
HPE Datacenter Care: Customized support for large environments, including dedicated account management.
HPE Software Support...
Creating LVM involves partitioning disks, initializing physical volumes, and creating logical volumes for flexible storage management.
Install LVM: Ensure LVM is installed on your system using package managers like 'apt' or 'yum'.
Create Physical Volumes: Use 'pvcreate /dev/sdX' to initialize disks as physical volumes for LVM.
Create Volume Group: Use 'vgcreate myvg /dev/sdX' to create a volume group that aggregates ...
Computing uses various disk types, including HDDs, SSDs, and hybrid drives, each with unique performance and storage characteristics.
Hard Disk Drives (HDD): Traditional spinning disks that offer large storage capacities at a lower cost, commonly used in desktops and servers.
Solid State Drives (SSD): Faster storage devices with no moving parts, providing quicker data access and improved performance, ideal for gamin...
Typing a URL in a browser initiates a series of steps to retrieve and display the requested web page.
DNS Resolution: The browser queries a DNS server to translate the URL into an IP address, e.g., 'www.example.com' to '192.0.2.1'.
Establishing a Connection: The browser establishes a TCP connection to the server using the IP address, typically on port 80 (HTTP) or 443 (HTTPS).
Sending an HTTP Request: The browser sen...
NAT (Network Address Translation) translates private IP addresses to a public IP, enabling multiple devices to share a single IP.
Types of NAT: There are several types of NAT, including Static NAT (one-to-one mapping), Dynamic NAT (many-to-many mapping), and PAT (Port Address Translation).
Static NAT Example: A web server with a private IP (192.168.1.10) can be mapped to a public IP (203.0.113.5) for external access...
If a company shuts down, I would assess my skills, network, and explore new opportunities in the industry.
Evaluate my portfolio and update it with recent work to attract potential employers.
Network with former colleagues and industry contacts to learn about job openings.
Consider freelance opportunities to maintain income and build experience.
Explore related fields or industries where my skills could be applicable,...
HPE is advancing in areas like hybrid cloud, AI, edge computing, and data analytics to enhance IT infrastructure and services.
Hybrid Cloud Solutions: HPE GreenLake offers on-premises cloud services with pay-per-use pricing.
Artificial Intelligence: HPE is integrating AI into its products for better data analysis and automation.
Edge Computing: HPE Edgeline systems enable processing data closer to the source for real...
Deferred revenue is revenue that has been received by a company, but has not yet been earned.
Deferred revenue is a liability on the company's balance sheet.
It represents revenue that has been paid by customers in advance for goods or services that have not yet been delivered.
As the goods or services are provided, the deferred revenue is gradually recognized as revenue on the income statement.
Examples include magaz...
Accounting is the process of recording, summarizing, analyzing, and reporting financial transactions of a business.
Involves recording financial transactions
Summarizing financial data in financial statements
Analyzing financial information to make business decisions
Reporting financial results to stakeholders
Examples: preparing balance sheets, income statements, cash flow statements
It was kind of difficult the coding part
They asked basic on going topic like impact of AI
Linear regression is used for predicting continuous values, while logistic regression is used for predicting binary outcomes.
Linear regression is used when the dependent variable is continuous and has a linear relationship with the independent variable.
Logistic regression is used when the dependent variable is binary or categorical and the relationship between the independent variables and the outcome is non-linear.
Lin...
I applied via Campus Placement
1st round was an online assessment, which included questions from Aptitude,Dbms,Os,pseudo code and 2 coding questions
I am a passionate IT developer with 5 years of experience in web development and programming.
5 years of experience in web development
Proficient in programming languages such as Java, JavaScript, and Python
Strong problem-solving skills and ability to work in a team environment
Developed a web application for tracking inventory in real-time
Used React.js for front-end development
Implemented RESTful APIs for communication with backend server
Utilized MongoDB for database storage
REST API is a set of rules and conventions for building and interacting with web services using HTTP methods.
REST stands for Representational State Transfer
Uses standard HTTP methods like GET, POST, PUT, DELETE
Data is transferred in JSON or XML format
Stateless communication between client and server
Example: GET request to retrieve data from a server
Delete command removes rows from a table, while drop command removes entire table structure.
DELETE command is used to remove specific rows from a table based on a condition
DROP command is used to remove an entire table along with its structure
DELETE command can be rolled back using transactions, while DROP command cannot be rolled back
Example: DELETE FROM table_name WHERE condition; DROP TABLE table_name;
Static IP is a fixed IP address assigned to a device, while dynamic IP is one that changes each time a device connects to a network.
Static IP remains the same every time the device connects to the network
Dynamic IP changes each time the device connects to the network
Static IP is typically used for servers, while dynamic IP is common for personal devices
Example: A home router may have a dynamic IP assigned by the ISP, w...
I appeared for an interview in Dec 2024.
I applied via Naukri.com and was interviewed in Sep 2024. There was 1 interview round.
Java 8 features include lambda expressions, functional interfaces, streams, and more.
Lambda expressions allow concise syntax for defining anonymous functions.
Functional interfaces can have only one abstract method and are used for lambda expressions.
Streams provide a way to process collections of objects in a functional style.
Optional class helps to avoid NullPointerException by wrapping a value that may be null.
Find the longest string in a list of strings using Java Streams.
Use Java Streams to process the list of strings.
Utilize the 'reduce' method to find the longest string.
Example: List<String> strings = Arrays.asList("apple", "banana", "cherry");
The longest string can be found with: strings.stream().reduce((s1, s2) -> s1.length() >= s2.length() ? s1 : s2).orElse("");
I applied via Campus Placement and was interviewed in Oct 2024. There were 2 interview rounds.
Coding test was taken for another role
A mobile device connects to a network through wireless communication protocols like Wi-Fi, Bluetooth, or cellular data.
Mobile device scans for available networks
User selects a network and enters password if required
Device sends a connection request to the network
Network authenticates the device and assigns an IP address
Device is now connected to the network and can access the internet
Common types of network topologies include bus, star, ring, mesh, and hybrid.
Bus: all devices are connected to a central cable
Star: all devices are connected to a central hub
Ring: each device is connected to two other devices, forming a ring
Mesh: each device is connected to every other device
Hybrid: combination of two or more different topologies
I applied via Job Portal
Different types of software testing include unit testing, integration testing, system testing, and acceptance testing.
Unit testing: Testing individual components or modules of the software in isolation.
Integration testing: Testing how different modules work together as a group.
System testing: Testing the entire system as a whole to ensure it meets requirements.
Acceptance testing: Testing the software with end users to ...
Possessing technical skills alone may not be sufficient to become a project manager.
Project management requires a combination of technical skills, leadership abilities, communication skills, and organizational skills.
Experience in managing projects, leading teams, and handling stakeholders is crucial for a project manager role.
Certifications such as PMP (Project Management Professional) can also be beneficial in transi...
I applied via Campus Placement and was interviewed in Sep 2024. There were 3 interview rounds.
Basic aptitude and verbal
Asked to speck on given topic at the spot
Switch connects devices in a network and forwards data to specific devices, while bus connects multiple devices in a linear fashion sharing the same communication channel.
Switch operates at data link layer of OSI model, while bus operates at physical layer.
Switch allows devices to communicate directly with each other, while bus requires devices to share the same communication channel.
Examples of switches include Ethern...
An IP address is a unique numerical label assigned to each device connected to a computer network.
IP addresses are used to identify and locate devices on a network.
There are two types of IP addresses: IPv4 and IPv6.
IPv4 addresses consist of four sets of numbers separated by periods (e.g. 192.168.1.1).
IPv6 addresses are longer and consist of eight groups of four hexadecimal digits separated by colons (e.g. 2001:0db8:85a...
I applied via Company Website and was interviewed in Sep 2024. There was 1 interview round.
I use Docker for containerization and Kubernetes for orchestration in my project.
I use Docker to create lightweight, portable containers for my applications.
I use Kubernetes to automate deployment, scaling, and management of these containers.
I define my application's infrastructure and dependencies in Dockerfiles and Kubernetes manifests.
I use Kubernetes features like pods, services, and deployments to ensure high avai...
Yes, I have experience creating and managing Kubernetes clusters.
Yes, I have created Kubernetes clusters from scratch
I have experience configuring and managing nodes in the cluster
I have deployed applications and services on the Kubernetes cluster
I have set up monitoring and scaling mechanisms for the cluster
I applied via Referral and was interviewed in Sep 2024. There were 2 interview rounds.
I prefer this job role because of the opportunity to work with a variety of clients and industries, utilizing my problem-solving skills.
Opportunity to work with diverse clients and industries
Utilizing problem-solving skills
Enjoy the challenge of finding solutions for different scenarios
Yes, I am comfortable with night shifts and have experience working during those hours.
I have previous experience working night shifts in my previous job.
I am able to adjust my sleep schedule to accommodate working at night.
I understand the importance of being alert and focused during night shifts.
I am willing to work night shifts as needed to support the team.
Top trending discussions
Some of the top questions asked at the Hewlett Packard Enterprise interview -
The duration of Hewlett Packard Enterprise interview process can vary, but typically it takes about less than 2 weeks to complete.
based on 208 interview experiences
Difficulty level
Duration
based on 4.2k reviews
Rating in categories
Technical Support Engineer
867
salaries
| ₹2.4 L/yr - ₹8.1 L/yr |
Process Associate
673
salaries
| ₹1.8 L/yr - ₹5 L/yr |
Technical Solutions Consultant
611
salaries
| ₹6.3 L/yr - ₹24.3 L/yr |
Software Engineer
543
salaries
| ₹9.6 L/yr - ₹17.5 L/yr |
Financial Analyst
429
salaries
| ₹5.5 L/yr - ₹13.8 L/yr |
Accenture
Wipro
Cognizant
Capgemini