Language Selection

English French German Italian Portuguese Spanish

After Announcing Huge Layoffs, HP Seeks 1,302 New Hires

Filed under
Misc

Engineers and programmers worried about impending layoffs at Hewlett-Packard, which announced on Tuesday that it plans to cut 14,500 jobs, might want to start sending their resumes around internally. That's because a check of the "Jobs at HP" Website indicates the company is still recruiting for lots of open positions. A search of the site on Friday afternoon returned requisitions for 1,302 open positions, including a wide variety of engineering, software development, and customer-support slots.

Analyzing the openings by geographic breakdown, HP is recruiting for 244 positions in the United States, as well as 419 positions located in Bangalore, India. There are also 112 job openings in China, 22 in France, 55 in Poland, 22 in Malaysia, 12 in Taiwan, 18 in Slovakia, 21 in Thailand, 10 in Israel, and 27 in the Phillipines, among the listings.

Many of the open positions could be filled by personnel already at the company, HP said Friday. "It is our hope that these positions will be filled internally," Robert Sherbin, an HP spokesman, told TechWeb. "Of course to do that, we need to ensure that there is a proper alignment of skills and experience."

The HP spokesperson rejected the notion that there was anything anomalous about the process of looking for new hires amid the cuts. "These headcount reductions are being made with an enormous amount of focus and attention and care," Sherbin said. "They are not being spread across the organization. They are in specific targeted areas where we need to better allocate our resources. Those who are affected will be treated fairly, with severance packages. Where possible, we will seek to fill open jobs with [personnel] that may be affected."

In announcing the cuts on Tuesday, HP CEO Mark Hurd said that most of the reductions will come in support functions such as information technology, human resources and finances. HP spokesman Sherbin said that the company has not provided a geographic breakdown of the planned layoffs. "We have three main operating regions -- the Americas, EMEA( Europe, Middle East and Africa), and Asia/Pacific/Japan -- [that] are affected by the layoffs," Sherbin said. "There is headcount that is being reduced in each of those areas, but at the same time there are open positions. What we are trying to do is align resources with our requirements."

Pink-slipped HP workers looking to align their skills with the new positions will find a mix of support and technology openings listed as available when "United States" is selected as the location in the drop-down menu on the HP Jobs site.

The list of 244 domestic openings includes several dozen technical opportunities (including a temporary job as a storage engineer and a senior C++ engineer with a security clearance to work on-site at the Los Alamos National Laboratories). However, there are many more program management and technical support positions, as well hundreds of sales and related support openings throughout the United States.

The listings for India are dominated not by support, but rather by a large number of full-time technical opportunities, the likes of which could be expected to get most developers salivating at the prospects. For example, there are three openings in Bangalore for senior software engineers needed to work on projects in the storage-data backup and restore area. According to the job descriptions, candidates require "three or more years of software development experience working on client-server products in C and C++, in Unix or Windows environments." They’ll also need skills in software development and debugging, the ability to "generate creative and innovative solutions," and fluency in English.

HP's Bangalore operation is also seeking two senior .NET developers, four positions for "core" software design engineers with experience in Unix and Linux internals, three entry level software engineers, and a team leader with experience in Microsoft technology, to "give guidance on technical issues, and resolve technical conflicts," according to the job description.

Also on the Bangalore list is a software test and quality assurance engineer, to work on certifying HP's NonStop SQL/MX product, and separate software engineers to work on Open VMS, embedded Linux networking, Java, HP-UX internals, C++, I/O testing, Visual C++ for handheld applications, and J2EE.

In addition, there are two very high-level positions for research scientists, the first to work on handwriting recognition technology, the other on digital multimedia broadcasting. Those are the kinds of positions which might be appropriate for some of the researchers about to be made redundant by the cuts HP is reportedly making in some of its research projects. HP has already indicated that, of the 70 or so employees of HP Labs who are subject to layoff, some may find work elsewhere in the company.

HP support personnel also have numerous opportunities to land in other non-U.S. countries. The Jobs at HP site listings included openings for a field-support engineer in Kazakstan, an SAP Project Manager in the Philippines; an outsourcing manager in Poland. Also on the list are 15 "collaboration support" specialists in Russia, requiring fluency in a non-English language, such as Polish, Finnish or Czech.

By Alexander Wolfe
TechWeb News

More in Tux Machines

digiKam 7.7.0 is released

After three months of active maintenance and another bug triage, the digiKam team is proud to present version 7.7.0 of its open source digital photo manager. See below the list of most important features coming with this release. Read more

Dilution and Misuse of the "Linux" Brand

Samsung, Red Hat to Work on Linux Drivers for Future Tech

The metaverse is expected to uproot system design as we know it, and Samsung is one of many hardware vendors re-imagining data center infrastructure in preparation for a parallel 3D world. Samsung is working on new memory technologies that provide faster bandwidth inside hardware for data to travel between CPUs, storage and other computing resources. The company also announced it was partnering with Red Hat to ensure these technologies have Linux compatibility. Read more

today's howtos

  • How to install go1.19beta on Ubuntu 22.04 – NextGenTips

    In this tutorial, we are going to explore how to install go on Ubuntu 22.04 Golang is an open-source programming language that is easy to learn and use. It is built-in concurrency and has a robust standard library. It is reliable, builds fast, and efficient software that scales fast. Its concurrency mechanisms make it easy to write programs that get the most out of multicore and networked machines, while its novel-type systems enable flexible and modular program constructions. Go compiles quickly to machine code and has the convenience of garbage collection and the power of run-time reflection. In this guide, we are going to learn how to install golang 1.19beta on Ubuntu 22.04. Go 1.19beta1 is not yet released. There is so much work in progress with all the documentation.

  • molecule test: failed to connect to bus in systemd container - openQA bites

    Ansible Molecule is a project to help you test your ansible roles. I’m using molecule for automatically testing the ansible roles of geekoops.

  • How To Install MongoDB on AlmaLinux 9 - idroot

    In this tutorial, we will show you how to install MongoDB on AlmaLinux 9. For those of you who didn’t know, MongoDB is a high-performance, highly scalable document-oriented NoSQL database. Unlike in SQL databases where data is stored in rows and columns inside tables, in MongoDB, data is structured in JSON-like format inside records which are referred to as documents. The open-source attribute of MongoDB as a database software makes it an ideal candidate for almost any database-related project. This article assumes you have at least basic knowledge of Linux, know how to use the shell, and most importantly, you host your site on your own VPS. The installation is quite simple and assumes you are running in the root account, if not you may need to add ‘sudo‘ to the commands to get root privileges. I will show you the step-by-step installation of the MongoDB NoSQL database on AlmaLinux 9. You can follow the same instructions for CentOS and Rocky Linux.

  • An introduction (and how-to) to Plugin Loader for the Steam Deck. - Invidious
  • Self-host a Ghost Blog With Traefik

    Ghost is a very popular open-source content management system. Started as an alternative to WordPress and it went on to become an alternative to Substack by focusing on membership and newsletter. The creators of Ghost offer managed Pro hosting but it may not fit everyone's budget. Alternatively, you can self-host it on your own cloud servers. On Linux handbook, we already have a guide on deploying Ghost with Docker in a reverse proxy setup. Instead of Ngnix reverse proxy, you can also use another software called Traefik with Docker. It is a popular open-source cloud-native application proxy, API Gateway, Edge-router, and more. I use Traefik to secure my websites using an SSL certificate obtained from Let's Encrypt. Once deployed, Traefik can automatically manage your certificates and their renewals. In this tutorial, I'll share the necessary steps for deploying a Ghost blog with Docker and Traefik.