【學生求職】Graduate Google Cloud Consultant-Go Reply

2022-01-29 ChineseJobsUK

JOB ARTICLE

這是Mandarin Recruitment 聯合我們的合作夥伴StarPro Consulting 為您帶來的求職文章分享。

Job Description:

Location: London


Tasks

As a Graduate Google Cloud Consultant, you will work within a team of cloud specialists building highly resilient, scalable, and performant cloud solutions based on GCP (Google Cloud Platform)

Build and manage our customers' cloud environments to enable application deployments on GCP

Engineer solutions on Google Cloud Platform using Infrastructure As Code methods (e.g. Terraform)

Integrate, configure, deploy and manage centrally provided common cloud services (e.g. IAM, networking, logging, Operating systems, Containers)

Ensure compliance with Security and Operational risk standards (e.g. Network, Firewall, OS, Logging, Monitoring, Availability, Resiliency)

Build and support continuous integration (CI), continuous delivery (CD), and continuous testing activities

 

Benefits

Extensive training opportunities (e.g. Google Cloud Engineer/Architect certifications)

Structured career progression - at Reply we encourage career growth and we will give you the tools and guidance to achieve subject matter expertise and management capabilities

Vibrant and diverse work environment - you will be surrounded by peers who share your passion for technology and cloud

Opportunities to get involved in Hackathons, Code Challenges, or Lab Camps

Your education does not need to stop here! Reply prides itself on continuously investing in emerging technologies

Opportunity to work on projects with some of the world is leading brands

 

Qualifications

A Bachelor's degree (2.1 or higher) is required in IT, Computer Science, or in a Technology-related field

Excellent communications skills and an ability to communicate with impact as a consultant

A passion for technology and a strong interest in becoming a cloud specialist

Flexibility regarding local and international travelling

Desired programming language skills - One of Python, Java, C#, .NET, C / C++, Go

Desired Server knowledge skills - One of CentOS (Other Linux flavors as well), Redhat, Shell Scripting

 

About Go Reply

Go Reply is a Google Cloud Premier Partner providing services in the following areas: cloud strategy and migration, cloud hosting, big data, machine learning, PCI/ISO compliance and security management, productivity services, and fully managed 24 x 7 services to support business-critical applications.

Go Reply supports customers through the whole Cloud Journey. We are able to respond to business needs during the different phases of the process, from engagement to migration and execution, to post-planning with optimization after deployment.
We are part of the Reply Group and specialize in the implementation of cloud platform architectures and the creation of cloud-based solutions on the Google Platform.

相關焦點

  • Reply 正在開放申請 Graduate Business Consultant!
  • 職推丨新加坡 Google 職位正在開放中~~
    信息分析網站Alexa數據顯示,Google的主域名google.com是全世界訪問量最高的站點,Google搜索在其他國家的多個站點(google.co.in、google.de、google.com.hk等),及旗下的YouTube、Blogger等的訪問量都在前一百名之內。
  • Graduates prefer job rather than starting a business
    Given a choice, Chinese university graduates prefer to find employment rather
  • go2tencentcloud使用
    進入目錄[root@xqy ~][root@xqy go2tencentcloud]client.json go2tencentcloud_x32 go2tencentcloud_x64rsync_excludes_linux.txt user.json[root@xqy go2tencentcloud]總用量 15844-rw-r-rw-r-rw-r-rw-r-rw-r這裡看一下go2tencentcloud_x32和go2tencentcloud_x64兩個腳本文件沒有執行權限,需要給權限;[root
  • Google Cloud Firewalls API
    文檔激活Compute Engine API創建一個具有防火牆所有操作權限的IAM角色創建項目後,啟用Resource Manager API在https://console.cloud.google.com/iam-admin/roles選擇對應項目然後創建角色添加權限:不篩選,排位在1090-1094compute.firewalls.create
  • 寒假 | 澳洲著名諮詢公司Advancy開放Strategy Consultant Internship!
    項目描述From day one, you will be treated as a full-time associate consultant, working alongside CEO’s and Private Equity executives on global strategy and value creation initiatives.
  • 實習|【Google】2018 Graduate Analyst Program
    Here are just a few teams that our graduate interns have joined across the businessBusiness Strategy FinanceMarketingOperations & SupportPeople OperationsProduct
  • 受限網絡訪問Google Cloud API的方法
    # 在Cloud Shell中運行gcloud命令行工具,創建一個名為nginx的VM,gcloud compute instances create nginx # 安裝nginx , ssl-cert 生成測試用自籤名證書sudo apt-get -y install nginx ssl-cert -t
  • Synopsys Google Cloud based Functional Verification
    Reading Materials for ICers1. https://www.design-reuse.com/news/46711/synopsys-google-cloud-based-functional-verification.html
  • 2015澳洲求職網站大全!
    找工作一般是先看報紙和網站的招聘廣告,網站的比較全面些,一般留澳學生都喜歡在seek.com.au和careerone.com.au這兩個網站找工作。下面小編就為大家整理了一份超全的澳洲求職網站,希望對要找工作的童鞋們有幫助哦!
  • Google Cloud TPUs支持Pytorch框架啦!
    更多詳情請參考英文博客原文[7]以及Google官方博文[8][1]用戶指南: https://docs.google.com/document/d/1RzNgpTK4wESImhIwgMbknqn9xVNUFtCTCknNfONlMlo/edit[2]官方教程: https://cloud.google.com/tpu/docs
  • 淺談Go Modules原理
    Go Modules以semantic version(語義版本化)和Minimal Version Selection, MVS(最小版本選擇)為核心,相比dep更具穩定性;同時也解決了vendor代碼庫依賴過於龐大,造成存儲浪費的問題通過如上歷史,我們可以看出:Go依賴管理的發展歷史,其實就是Go去google的歷史(google內部沒有強烈的版本管理需求
  • 如何在Google Cloud上搭建一個免費的數據科學環境
    啟動 Google Compute Engine 實例導航到 VM 實例頁面:https://console.cloud.google.com/projectselector/compute/instances系統會要求你使用 Google 憑據登陸並創建一個項目。完成後,你將進入 VM 實例頁面。
  • 一文讀懂Go Modules原理
    訪問(解決go get沒有版本管理的缺陷)gopkg.in(2014.03):通過import路徑中添加版本號來標示不同版本,而實際代碼存放於github中,go通過redirect獲取代碼。Go Modules以semantic version(語義版本化)和Minimal Version Selection, MVS(最小版本選擇)為核心,相比dep更具穩定性;同時也解決了vendor代碼庫依賴過於龐大,造成存儲浪費的問題通過如上歷史,我們可以看出:Go依賴管理的發展歷史,其實就是Go去google的歷史(google內部沒有強烈的版本管理需求),同時也是典型的社區驅動開發的例子
  • 寒假 | 畢馬威開放2020 Graduate Program!
    項目類型2020 Graduate - Enterprise Deals Tax Legal崗位地點Wollongong報名方式http://www.gobeyond.kpmg.com.au/grad/en/job/505020/2020-graduate-enterprise-deals-tax-legal-wollongong五位一體是UniCareer
  • How To Get 10 TB Free Cloud Storage From Tencent Weiyun?
    Weiyun, the cloud storage service from Tencent is offering a massive 10 TB (10240 GB) free cloud storage to its new customers.
  • 谷歌社招 | Google Cloud Platform 返場了
    如果您希望我們儘快處理您的申請,請參照二維碼中的內容,按格式發送簡歷到jobs@google.com。注意:主題不符合格式的郵件無法被系統接收。如果您希望我們儘快處理您的申請,請參照二維碼中的內容,按格式發送簡歷到jobs@google.com。注意:主題不符合格式的郵件無法被系統接收。
  • Google Cloud Run詳細介紹
    Typeform, Wise2c當然,其中最重要的力量還是來自 google 自己,以及 Redhat、Pivotal、IBM 這三位社區巨頭。考慮到 Cloud Run 是 knative 的 google cloud 託管版本,對於客戶,則理論上在 Cloud Run 和 Cloud Run on GKE 之外還存在另外一種選擇:直接使用開源版本的 knative。