Skip to main content

openstack position from vmware

发信人: vpacketbits (vpacketbits), 信区: JobHunting
标  题: openstack position from vmware
发信站: BBS 未名空间站 (Fri May  2 17:28:39 2014, 美东)

you can either send resume to my email : vpacketbits@yahoo.com or
post to vmware site.
The sr. manager might be from mainland/hk/tw.

--------------
We are currently hiring for multiple development positions within the newly
formed OpenStack team.

Please kindly forward resumes to me if you find someone that could be a
potential fit for this role.
----

Senior Software Engineer - Openstack
Job Scope:

VMware is looking for a Senior Software Engineer who is interested in
joining our OpenStack software team. As a Senior Software Engineer, you will
be part of a core team that will work on highly collaborative software
development process. This software engineer will participate in many
innovative projects, with the authority and scope to apply your expertise in
a fast paced and technically driven environment. You’ll be part of a
bright engineering team that has an open communication, empowerment,
innovation, teamwork and customer success culture.

Requirements:
•Strong coding skills in Python or Java, with emphasis on writing
modular, scalable code.
•Capable of architecting complex software solutions.
•Experience working with Opensource or a similar cloud infrastructure
platform is desirable.
•Communication skills for a highly collaborative software development
process.

Desired Skills:
•Experience working in large-scale systems is a strong plus.
•Experience with and interesting in Open Source software communities.
•Familiarity with API web service design.
•Ability to write tutorials/documentation and give presentations to
customers/partners.
•Excellent verbal communication, analytical skill and critical
thinking.

Responsibilities:
•Participate with teams to work on OpenStack cloud infrastructure
software platform.
•Strong passion for developing new software that is scalable.
•Work with product managers to ensure usability of the product.
•Strong ability to influence others and build consensus using good
written and verbal communication skills and customer facing skills
•Developing visioning skills and ability to see the big picture
•Communicate with all stakeholders and team members and provide
updates perform other duties and responsibilities as requested or required

Education:
A Computer Science or related undergraduate and/or master’s degree is
required. Any other demonstrated high technology aptitude is desired.http://gengwg.blogspot.com/

Comments

Popular posts from this blog

CKA Simulator Kubernetes 1.22

  https://killer.sh Pre Setup Once you've gained access to your terminal it might be wise to spend ~1 minute to setup your environment. You could set these: alias k = kubectl                         # will already be pre-configured export do = "--dry-run=client -o yaml"     # k get pod x $do export now = "--force --grace-period 0"   # k delete pod x $now Vim To make vim use 2 spaces for a tab edit ~/.vimrc to contain: set tabstop=2 set expandtab set shiftwidth=2 More setup suggestions are in the tips section .     Question 1 | Contexts Task weight: 1%   You have access to multiple clusters from your main terminal through kubectl contexts. Write all those context names into /opt/course/1/contexts . Next write a command to display the current context into /opt/course/1/context_default_kubectl.sh , the command should use kubectl . Finally write a second command doing the same thing into ...

OWASP Top 10 Threats and Mitigations Exam - Single Select

Last updated 4 Aug 11 Course Title: OWASP Top 10 Threats and Mitigation Exam Questions - Single Select 1) Which of the following consequences is most likely to occur due to an injection attack? Spoofing Cross-site request forgery Denial of service   Correct Insecure direct object references 2) Your application is created using a language that does not support a clear distinction between code and data. Which vulnerability is most likely to occur in your application? Injection   Correct Insecure direct object references Failure to restrict URL access Insufficient transport layer protection 3) Which of the following scenarios is most likely to cause an injection attack? Unvalidated input is embedded in an instruction stream.   Correct Unvalidated input can be distinguished from valid instructions. A Web application does not validate a client’s access to a resource. A Web action performs an operation on behalf of the user without checkin...