i
Hewlett Packard
Enterprise
Proud winner of ABECA 2025 - AmbitionBox Employee Choice Awards
Filter interviews by
DIMMS stands for Dual In-line Memory Modules. They are used in computers for storing and retrieving data.
DIMMS are a type of memory module used in computers.
There are different types of DIMMS such as DDR, DDR2, DDR3, and DDR4.
DIMMS are inserted into the motherboard slots to provide additional memory for the system.
They are faster and more efficient than single in-line memory modules (SIMMs).
SSD, HDD, Nvme, and M.2 are different types of storage devices used in computers.
SSD stands for Solid State Drive and uses flash memory to store data.
HDD stands for Hard Disk Drive and uses spinning disks to store data.
NVMe (Non-Volatile Memory Express) is a protocol designed for fast storage devices like SSDs.
M.2 is a form factor for SSDs that connects directly to the motherboard for faster data transfer.
Handling client visits involves preparation, professionalism, and excellent communication skills.
Prepare the meeting room or office space in advance
Greet the client warmly and professionally
Listen actively to the client's needs and concerns
Offer refreshments or amenities as appropriate
Provide any necessary materials or information
Follow up with a thank you note or email after the visit
SCSI, SATA, and tape drives are types of disks used for storage.
SCSI (Small Computer System Interface) is a high-performance interface used for connecting devices like hard drives, CD/DVD drives, and tape drives.
SATA (Serial Advanced Technology Attachment) is a newer interface used for connecting hard drives and solid-state drives.
Tape drives use magnetic tape to store data and are often used for backup and archiv...
Deferred revenue is revenue that has been received but not yet earned, so it is recorded as a liability until the goods or services are delivered.
Deferred revenue is a liability on the balance sheet until the revenue is recognized.
It is common in subscription-based businesses where customers pay upfront for services to be provided over time.
Once the revenue is earned, it is recognized on the income statement.
Examp...
One common problem faced is difficulty in meeting sales targets due to market saturation. Solution provided includes identifying new target markets and implementing innovative sales strategies.
Identifying new target markets to expand customer base
Implementing innovative sales strategies to differentiate from competitors
Providing ongoing training and support to sales team to improve performance
The impact of artificial intelligence on customer service
AI chatbots can provide instant responses to customer queries
AI can analyze customer data to personalize interactions
AI can help predict customer behavior and improve customer satisfaction
End to end process refers to the complete workflow from start to finish of a particular task or project.
Identifying the initial requirements or goals
Planning and strategizing the steps to achieve those goals
Executing the plan
Monitoring progress and making adjustments as needed
Completing the task or project and evaluating the outcomes
A cartridge is a small container holding a specific type of material, such as ink or ammunition, designed to be easily inserted into a larger device.
Cartridges are commonly used in printers to hold ink for printing documents.
Ammunition cartridges are used in firearms to hold bullets and gunpowder for firing.
Video game consoles use cartridges to store and play games.
Going all-in on a printer means investing heavily in a high-quality printer setup.
Investing in top-of-the-line printer hardware and accessories
Opting for professional-grade printing software
Committing to regular maintenance and upgrades
Utilizing advanced printing techniques like color calibration and high-resolution printing
Ensuring proper training for users to maximize printer capabilities
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 207 interview experiences
Difficulty level
Duration
based on 4.2k reviews
Rating in categories
Technical Support Engineer
863
salaries
| ₹2.4 L/yr - ₹7.2 L/yr |
Process Associate
671
salaries
| ₹1.8 L/yr - ₹5.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