{"domain": "vale.com", "user": "", "isWillingToRelocate": false, "isUserAuthenticated": false, "isUserETXCandidate": false, "isDomainETX": false, "isDomainVeteran": false, "signUpConfig": {}, "getHelpButton": {}, "isCareerPlannerEnabled": false, "enableRememberMeOption": false, "isMyApplicationsEnabled": false, "showVeteranEmployerSignUp": false, "enableUserPreferenceSelection": false, "isUserPreferenceApplied": false, "candidate": {"enc_id": 0, "fullname": "", "firstname": "", "lastname": "", "email": "", "phone": "", "location": "", "filename": null, "starred_positions": [], "resumeUrl": "", "onboardingCompleted": false, "isUserInPcsIjp": false}, "branding": {"custom_head_scripts": {"APPLY_FORM_PAGE_LOAD": "<script>\nfunction is_canada_external(){\n return $(\".apply-item-title:contains('1- Are you legally eligible to work in Canada?')\").length == 1\n}\n\nfunction is_canada_internal(){\n return $(\".apply-item-instruction:contains('If you are already a Vale employee')\").length == 1\n}\n\n// The script tries to put in custom icons with class \"custom_vale_icon\" only if this is an external brazilian position. \nfunction is_brazil_external(){\n return $(\".custom_vale_icon\").length != 0\n}\n\nfunction is_brazil_internal(){\n return $(\".apply-item-instruction:contains('Quer se candidatar a um novo cargo aqui na Vale')\").length == 1\n}\n\n\nfunction try_adding_tooltip_icons(){\n questions = {\n \"Qual sua identidade de g\u00eanero?\": \"\",\n \"Considerando as categorias do IBGE (Instituto Brasileiro de Geografia e Estat\u00edstica - principal provedor de dados e informa\u00e7\u00f5es do Pa\u00eds), qual cor/ra\u00e7a voc\u00ea se declara?\":\n \"\",\n \"Qual a sua orienta\u00e7\u00e3o afetivo-sexual?\":\n \"'Indica como nos sentimos em rela\u00e7\u00e3o \u00e0 atra\u00e7\u00e3o afetiva e/ou sexual nos relacionamentos'\",\n \"Voc\u00ea se considera uma Pessoa com Defici\u00eancia?\":\n \"'Pessoas com defici\u00eancia s\u00e3o aquelas que t\u00eam impedimentos de longo prazo de natureza f\u00edsica, mental, intelectual ou sensorial, os quais podem obstruir sua participa\u00e7\u00e3o plena e efetiva na sociedade em igualdades de condi\u00e7\u00f5es com as demais pessoas.'\",\n };\n \n radio_text_to_tooltip_text = {\n \"Homem cisg\u00eanero\":\n \"'Pessoa nasceu com o \u00f3rg\u00e3o sexual masculino e se identifica com o g\u00eanero masculino'\",\n \"Mulher cisg\u00eanero\":\n \"'Pessoa nasceu com o \u00f3rg\u00e3o sexual feminino e se identifica com o g\u00eanero feminino'\",\n \"Homem trans\": \"'N\u00e3o se identifica com o g\u00eanero atribu\u00eddo ao nascimento'\",\n \"Mulher trans\": \"'N\u00e3o se identifica com o g\u00eanero atribu\u00eddo ao nascimento'\",\n \"N\u00e3o Bin\u00e1rio / Fluida\":\n \"'N\u00e3o se identifica com nenhum g\u00eanero ou se identifica com ambos os g\u00eaneros'\",\n Branca: \"'Pessoas de apar\u00eancia e pele branca'\",\n Preta: \"'Pessoas que t\u00eam pele escura'\",\n Amarela:\n \"'Pessoas com descend\u00eancia asi\u00e1tica \u2013 japonesas, chinesas, coreanas, etc'\",\n Parda:\n \"'Pessoas de pele mais clara porque s\u00e3o mesti\u00e7as \u2013 filhas de pessoas brancas e pretas, de ind\u00edgenas e brancas ou de ind\u00edgenas e pretas'\",\n Ind\u00edgena: \"'Pessoas descendentes de \u00edndios(as)'\",\n Heterossexual:\n \"'Pessoa que se sente atra\u00edda e/ou se relaciona amorosa e/ou sexualmente com pessoa do g\u00eanero oposto.'\",\n Gay: \"'Homem que se sente atra\u00eddo e/ou se relaciona amorosa e/ou sexualmente com outro homem.'\",\n L\u00e9sbica:\n \"'Mulher que se sente atra\u00edda e/ou se relaciona amorosa e/ou sexualmente com outra mulher.'\",\n Bissexual:\n \"'Pessoa que se sente atra\u00edda e/ou se relaciona amorosa e/ou sexualmente com pessoas de todos os g\u00eaneros.'\",\n };\n\n for (question in questions) {\n current_question = $(`.apply-item-title:contains(${question})`)[0];\n radio_div =\n current_question.parentElement.parentElement.nextElementSibling;\n question_tooltip = questions[question];\n question_icon = `<i class='far fa-info-circle hidden-md hidden-sm hidden-xs' data-toggle='tooltip' data-placement='top' title='' data-original-title=${question_tooltip} style='font-size: 20px;color: #288061;position: relative;top: 3px;padding:5px;' trigger='click'></i>`;\n if (question_tooltip != \"\") {\n $(current_question).append(`<span>${question_icon}</span>`);\n }\n var containers = $(radio_div).find(\".radioContainer\");\n radios = containers.find(\".radio-label\");\n radios.each(function () {\n radio_text = $(this).text();\n parent_container = $(this).parent(\".radioContainer\");\n tooltip_text = radio_text_to_tooltip_text[radio_text];\n icon = `<i class='far custom_vale_icon fa-info-circle pull-right hidden-md hidden-sm hidden-xs' data-toggle='tooltip' data-placement='top' title='' data-original-title=${tooltip_text} style='font-size: 20px;color: #288061;position: relative;top: 10px;padding:5px;' trigger='click'></i>`;\n if (tooltip_text != undefined) {\n parent_container.append(`<span class='tablecell'>${icon}</span>`);\n }\n });\n }\n}\n\n\n// This function adds icons with hoverable tooltips to the questions on brazillian external positions\nfunction question_modifications() {\n console.log(\"Calling question_modifications\");\n\n try {\n try_adding_tooltip_icons()\n\n } catch (error) {\n\n if (is_canada_external()){\n // no modifications needed, quit\n return\n }\n if (is_canada_internal()){\n // remove numbers from questions\n $(\"span:contains('5- Please state your city') > span > span\").first().text(\"Please state your city\")\n $(\"span:contains('6- Please state your province') > span > span\").first().text(\"Please state your province\")\n return\n }\n if (is_brazil_internal()){\n // no modification needed, quit\n return\n }\n if (is_brazil_external()){\n // If we get here, then the try block was succesful and we can quit this loop\n return\n }\n\n setTimeout(question_modifications, 300);\n\n \n // // if we get here, then the questions haven't loaded yet. Re-call th\n // // above script throws a \"parentElement not found\" error if the jquery selectors fail. Jquery selector likely failing because question does not exist on DOM when script is called.\n // if ($(\".custom_vale_icon\").length == 0) {\n // console.log(\"calling tooltips recursively\");\n // }\n }\n}\n\nsetTimeout(question_modifications, 300);\n</script>"}, "enableTalentNetwork": 1, "favicons": {"favicon": "https://static.vscdn.net/images/careers/demo/vale/favicon.ico"}, "homePageHeroBanner": {"image": "https://static.vscdn.net/images/careers/demo/vale/imageevp.jpg", "title": "We use artificial intelligence to recommend job openings that could be a strong match for your profile. Some recommendations may not exactly match your resume, please be understanding as this algorithm is still learning."}, "showJobId": 1, "links": {"blogs": [], "videos": ["https://www.youtube.com/watch?v=_8EjiNtSTCY"]}, "companyName": "Vale", "navBar": {"link": "http://www.vale.com/canada/EN/Pages/default.aspx", "image": "https://static.vscdn.net/images/careers/demo/vale/Vale_w.png", "background": "#007E7A", "opacity": 0.9, "title": "Vale"}, "applySuccessMessage": "Application Confirmed!", "privacy": {"text": "Confirm that you agree with the Data Privacy Policy.<br><br>Policy - I acknowledge that I am applying for employment with Vale (the 'Company') and hereby agree to the Company's collection, processing and use of my personal information for recruitment purposes. I further understand that applicants who are offered employment will be required to complete a pre-employment check and medical/drug test if applicable to the position. I understand that the responses submitted in this application constitute a commitment and any false or inaccurate information may result in the cancellation of the application. The information you provide will be kept confidential and will only be used in a manner consistent with the law.", "title": "Data Privacy Policy", "button": "Confirm"}, "postApplyText": "You will receive an application confirmation e-mail shortly. Please check your inbox for any updates on the selection process.", "perks": [], "defaultState": {"pymww": false, "autoLoadFirstPosition": false}, "custom_style": {"css": ".btn-primary{background-color: rgb(0, 126, 122) !important;border-color: rgb(0, 126, 122) !important}.btn-primary:hover{background-color: rgb(0, 126, 122) !important;border-color: rgb(0, 126, 122) !important;color: #000 !important}.go-button{border-color: #007e7a !important;color: #007e7a !important}.btn-secondary{border-color: rgb(0, 126, 122) !important;color: rgb(0, 126, 122) !important}.btn-secondary:hover{border-color: rgb(0, 126, 122) !important;color: rgb(0, 126, 122) !important}.position-apply-button,.add-to-job-cart-button{background:#007e7a!important;border-color: #007e7a !important;color: rgb(0, 126, 122) !important}.position-apply-button, .add-to-job-cart-button:hover{color: #ffffff !important}.people-card-matches{color: rgb(0, 126, 122) !important}.perk-icon{color: rgb(0, 126, 122) !important}.get-matched-button{font-weight:normal;font-size:12pt!important;border:0px;}.search-results-main-container .position-cards-container .card-selected {border-left-color:#007e7a!important;}.personalization-bar{background-color: #6a6a69 !important}.position-card .position-title{color: #007e7a !important}.all-positions-header h1{font-size: 20pt !important; color: rgb(0, 0, 0) !important;font-weight:bold;}.perk-icon{color: rgb(0, 126, 122) !important}.jumbotron{font-size: 200px !important}.advanced-options-button{color: rgb(0, 126, 122) !important}.jumbotron h1{font-size:24pt!important;font-weight:normal!important;margin-top: 70px !important}.position-sub-title, .custom-content-title {font-size:16pt!important;color:#000000!important;}.banner-item img{width:136px;}.banner-item {right:-43px;}.candidate-login-button{color: rgb(0, 126, 122) !important; border-color: #007e7a !important} .apply .refer .navbar img { height: 20px !important;}.upload-resume-modal .privacy-agreement {width: 100%;max-width: 470px !important;min-height: 590px !important;border-radius: 30px !important; padding: 15px 15px 15px 15px; !important; font-size:9pt !important}.upload-resume-modal .privacy-agreement .btn-sm {border-color: rgb(0, 126, 122) !important} .position-count-message{color: #ffffff !important} .position-insights.p-md{visibility: hidden !important} .insights-bg{visibility: hidden !important} .col-xs-12.col-sm-12.col-md-7.no-pad-right{width: 54% !important} .match-details {visibility:hidden !important} .jumbotron h1 { text-align: left !important; margin-left: 68% !important; padding-left: 16px !important; font-size: 16px !important; padding-right: 2% !important; background-color: rgba(237,177,17, 0.85)!important; padding-top: 16px !important; padding-bottom: 16px !important; margin-top: 28px !important;} @media only screen and (max-width: 992px) {.jumbotron h1 { margin-left: 52% !important; margin-top: 50px !important;}}"}, "hideJobCart": true, "recaptcha_enabled": 0}, "positions": [{"id": 9984343, "name": "Millwright", "location": "Sudbury, ON, CAN", "locations": ["Sudbury, ON, CAN"], "hot": 0, "department": "CCM Phase one \u2013 M&M (indirect)", "business_unit": "Unknown", "t_update": 1642430887, "t_create": 1635379200, "ats_job_id": "1043651", "display_job_id": "1043651", "type": "ATS", "job_description": "Join Vale today. Continuously learn throughout your career. Who We Are: Welcome to Vale in Canada. As a leader in the mining industry, our responsibility is to positively impact our people, communities and the environment. Vale is a global leader in the production of iron ore and one of the largest producers of nickel. Active in Canada for over 100 years, Vale employs nearly 6,000 people across our corporate office in Toronto and sites in Manitoba, Ontario, Newfoundland and Labrador. Applying the latest technologies to sustainably produce nickel, copper, cobalt, platinum group metals, gold and silver is at the heart of what we do. With our global headquarters in Rio de Janeiro, Brazil, and approximately 125,000 employees in over 30 countries, Vale is constantly growing and changing. We invite you to be part of our evolution. Our Sudbury Operations have been in existence for more than 100 years. With five mines, a mill, a smelter, a refinery and nearly 4,000 employees it is also one of the largest integrated mining complexes in the world. Sudbury is also home to several administrative sites serving both the Ontario Operations as well as all our North Atlantic Operations.Port Colborne is home to our Nickel Refinery where raw materials from our Sudbury operations are processed into electrocobalt and precious metals and serves as a distribution centre for finished nickel products. Our Team: The Industrial Mechanic / Millwright is integral for employee safety and Vale's long-term operating strategy. Members of this team work across different locations to ensure all systems are functioning accurately. Team members are also involved in the development of long-term and short-term maintenance initiatives, practices and procedures. The Opportunity We are currently seeking Industrial Mechanics / Millwrights to join our Maintenance Department in Sudbury, Ontario. If you are interested in working at our underground mines in the Greater Sudbury area, read on! Reporting to the Maintenance Supervisor, the Industrial Mechanic / Millwright is responsible for installing and dismantling of equipment to inspecting and maintaining of equipment. You will have a holistic and enriching experience like no other! In this position, you will: To install, dismantle, assemble, construct, erect, move, replace, inspect, adjust, maintain and repair mechanical and process equipment and structures throughout mines and plants. To install, inspect, service and test hoisting ropes and shaft conveyances. To perform metal welding excluding pressure welding. Align with work safety policies and safety regulations. About You Fully Licensed Tradesperson: Trade Certification: A valid Industrial Mechanic / Millwright trade certificate for the province of Ontario (433A) is required. Experience: 4 or more years of industrial experience is preferred. Skills: Thorough knowledge of hydraulic, pneumatic, and mechanical principles is preferred. Experience installing, maintaining and repairing equipment (hydraulic, pneumatic, power transmission, mechanical drives, conveyor systems, pumps, overhead cranes) are considered an asset. Oxy acetylene cutting and burning is considered an asset. Mechanical and hydraulic blueprint reading is considered an asset. Apprentice: Education: Industrial Mechanic or Millwright College Diploma is required. Experience: 6 months or more of industrial experience is preferred. How can Vale grow your career? The Industrial Mechanic / Millwright, is a maintenance position that will allow the right candidate to shape our mining operations. Additionally, Vale Canada offers a series of benefits including: Competitive Salary, Pension and Benefits Desirable Incentive Program Leave for all of life's reasons (vacation, sick, top up for maternity/parental) Work culture dedicated to safety, diversity & inclusion and career growth Grow your career in a large and global company, and mining industry leader Employee Family Assistance Program Difference Makes All the Difference At Vale, we are committed to ensuring an inclusive work environment where people feel comfortable to be themselves. Vale encourages everyone to express their ideas and opinions and Vale values the plurality of individual profiles. We want our people to feel that all voices are heard, all cultures respected and that a variety of perspectives are not only welcome - they are essential to our success. We treat each other fairly and with dignity regardless of race, gender, nationality, ethnic origin, religion, age, sexual orientation or any other personal consideration that makes us different. Vale is an equal opportunity employer seeking to increase diversity across its operations and improve equal opportunity at Vale and in the mining industry. In accordance with the Accessibility for Ontarians with Disabilities Act, accommodation is available throughout our recruitment process for applicants with disabilities. Apply Interested applicants are encouraged to submit their application online at www.valejobs.ca or by clicking Apply below. Please attach a copy of your trade certificate (if applicable). We appreciate your interest in being a part of the team though only those applicants who are selected for interviews will be contacted.", "stars": 0.0, "medallionProgram": null}, {"id": 12003212, "name": "ENGENHEIRO ESPECIALISTA \u2013 PROJETO CAPITAL \u2013 FERROVIA", "location": "VITORIA, ES, BRA", "locations": ["VITORIA, ES, BRA"], "hot": 1, "department": "Gerente de gerente de Constru\u00e7", "business_unit": "Unknown", "t_update": 1656608517, "t_create": 1654041600, "ats_job_id": "1048312", "display_job_id": "1048312", "type": "ATS", "job_description": "E estamos trabalhando para a Vale ser refer\u00eancia em seguran\u00e7a e l\u00edder em desenvolvimento sustent\u00e1vel. Quer conhecer nossa oportunidade? Forma\u00e7\u00e3o: Gradua\u00e7\u00e3o em Engenharia Civil. Localidade: Vit\u00f3ria, Esp\u00edrito Santo, Brasil Hor\u00e1rio de Trabalho: Administrativo,8h. Modalidade de trabalho: Remoto Acesso Frequente (H\u00edbrido). Per\u00edodo de inscri\u00e7\u00e3o: de 30/06/2022 a 08/06/2022 Experi\u00eancia com gest\u00e3o de contratos de servi\u00e7os e obras de Implanta\u00e7\u00e3o de Projetos de grande porte, principalmente obras civis; Experi\u00eancia na elabora\u00e7\u00e3o de pareceres t\u00e9cnicos em processos de contrata\u00e7\u00e3o de servi\u00e7os; Experi\u00eancia em acompanhamento, fiscaliza\u00e7\u00e3o e aprova\u00e7\u00e3o de medi\u00e7\u00f5es de servi\u00e7os das contratadas; Coordena\u00e7\u00e3o de equipes, e interfaces com \u00e1reas de implanta\u00e7\u00e3o, SSMA, planejamento, engenharia e suprimentos; Conhecimento em Primavera / MS Project / BIM; CNH B. Experi\u00eancia em projetos de implanta\u00e7\u00e3o de ferrovia; P\u00f3s-gradua\u00e7\u00e3o em Gest\u00e3o de Projetos. Ingl\u00eas avan\u00e7ado. Atuar em campo na fiscaliza\u00e7\u00e3o do andamento dos contratos de obras civis/infra; Fiscaliza\u00e7\u00e3o e gest\u00e3o de contratos; Interface com stakeholders. Transporte fretado ou Vale transporte. Entre outros ... Seja voc\u00ea! Essa \u00e9 a verdadeira inclus\u00e3o. Queremos protagonistas. VALE.", "stars": 0.0, "medallionProgram": null}, {"id": 11728310, "name": "Sr Analyst, Procurement (Remote)", "location": "Toronto, ON, CAN", "locations": ["Toronto, ON, CAN"], "hot": 1, "department": "Procurement Regional, Goods", "business_unit": "Unknown", "t_update": 1656615302, "t_create": 1651104000, "ats_job_id": "1047326", "display_job_id": "1047326", "type": "ATS", "job_description": "Job TItle: Sr Analyst, Procurement Want to work with leading technology? Who We Are: Welcome to Vale in Canada. As a leader in the mining industry, our responsibility is to positively impact our people, communities and the environment. Vale is a global leader in the production of iron ore and one of the largest producers of nickel. Active in Canada for over 100 years, Vale employs nearly 6,000 people across our corporate office in Toronto and sites in Manitoba, Ontario, Newfoundland and Labrador. Applying the latest technologies to sustainably produce nickel, copper, cobalt, platinum group metals, gold and silver is at the heart of what we do. With our global headquarters in Rio de Janeiro, Brazil, and approximately 125,000 employees in over 30 countries, Vale is constantly growing and changing. We invite you to be part of our evolution. Our Team: Our corporate office, located in downtown Toronto serves as the headquarters for the global Base Metals business, providing support to all our Base Metals operations. In Mississauga, you'll find Vale's Base Metals Technology Development team; a group of highly trained engineers and scientists working to improve Vale's competitive edge and support its growth strategies by coming up with safer and more environmentally responsible technology. The Opportunity We are currently seeking a Sr Analyst, Procurement to join our Procurement team in Toronto. This is a permanent, remote position. You will execute the procurement of materials, equipment and services for operations & projects, aiming to assure the supply of items for business continuity, at the lowest total cost of ownership possible, achieving industry best practice standards of delivery time and quality of products and services. Additionally in this position you will Meet the requirements of our internal customers in accordance with established procurement goals, policies and procedures Assure availability of goods and services through the adherence to existing agreements and, when necessary, contract amendments or renewal. Develop and implement procurement strategies Work with team members and other stakeholders to develop sourcing plans Prepare RFP packages and carry out sourcing in accordance with industry best practices Analyze the submitted proposals from a commercial perspective and negotiate contract terms and conditions which are favorable to Vale and seek to reduce the company's risk exposure Develop and maintain positive working relationships and conduct business in a confident, objective, and diplomatic manner Oversee vendor management process throughout the life of the contract, ensuring compliance and performance Represent Vale's Procurement Organization in meetings with a variety of internal and external customers Administer all jobs, contracts and related documentation with due diligence and integrity, adhering to all legal, and company, policies and procedures. Follow up activities related to procurement area as for analysis, support and implementation of projects. Create, develop and control reports, research and other administrative activities. Analyze indicators, bottle neck mapping and process improvement mapping. Act as a resource to customers in the area of procurement. Enforce Company Policies and Norms or escalate to supervisor. Collect, track, analyse and resolve supply chain issues, based on information provided by both parties. About You Education: An Undergraduate Degree (Business, Commerce or Legal programs preferred) or a technologist diploma in civil, mechanical, electrical, construction or mining field or equivalent confirmed experience Certification in a professional association (P. Eng., SCMA) an asset. Experience: 5-7 years of experience in the procurement field (Commodities & Logistics experience required) Experience related to procurement (mining, petrochemical or heavy manufacturing industry is preferred) CSCMP is an asset Skills: Provide leadership in the preparation of sourcing documents Understand and RFP processes, protocols and industry best practices Strong use of MS Excel ,pivot tables, VLOOKUP Co-ordinate and manage all activities during sourcing cycle including clarification questions and issuance of addenda Review and evaluate proposals, negotiate prices and terms and conditions Identify business risks and initiate steps to mitigate Review and understand exceptions to terms and conditions and assess issues with requested changes Create appropriate agreement type with good understanding of the scope of work and commercial structure Take ownership of assigned commodities and category Understand and manage business requirements for assigned category Carry out basic needs analysis, identify opportunities, develop and implement strategies Carry out relationship Supplier relationship management Take on new projects and re-prioritize as business and procurement needs change Support others on team in achieving their goals Take on new and progressive responsibilities Organized, self-motivated and ability to work independently How can Vale grow your career? The Procurement Senior Analyst will allow the right candidate to shape our mining operations. Additionally, Vale Canada offers a series of benefits including: Competitive salary Attractive pension and benefits (company paid core coverage, flex health and dental coverage, flex accounts, disability plans and optional insurances) Leave for all of life's reasons (vacation, flex, sick, top up for maternity/parental) Flexible work arrangements Work culture dedicated to safety, diversity & inclusion and career growth Grow your career in a large and global company, and mining industry leader Employee Family Assistance Program Opportunities to advise and oversee the design, budget and construction of new mines and expansions Difference Makes All the Difference At Vale, we are committed to ensuring an inclusive work environment where people feel comfortable to be themselves. Vale encourages everyone to express their ideas and opinions and values the plurality of individual profiles. We want our people to feel that all voices are heard, all cultures respected and that a variety of perspectives are not only welcome - they are essential to our success. We treat each other fairly and with dignity regardless of race, gender, nationality, ethnic origin, religion, age, sexual orientation or any other personal consideration that makes us different. Vale is an equal opportunity employer seeking to increase diversity across our operations and improve equal opportunity at Vale and in the mining industry. In accordance with the Accessibility for Ontarians with Disabilities Act, accommodation is available throughout our recruitment process for applicants with disabilities. Grade: F6T Apply by: Tuesday July 5", "stars": 0.0, "medallionProgram": null}, {"id": 10406441, "name": "Maintenance Electrician", "location": "Sudbury, ON, CAN", "locations": ["Sudbury, ON, CAN"], "hot": 1, "department": "CCM Phase one \u2013 M&M (indirect)", "business_unit": "Unknown", "t_update": 1642431089, "t_create": 1641859200, "ats_job_id": "1044548", "display_job_id": "1044548", "type": "ATS", "job_description": "Join Vale today. Continuously learn throughout your career. Who We Are: Welcome to Vale in Canada. As a leader in the mining industry, our responsibility is to positively impact our people, communities and the environment. We value our workforce and offer continuous training and career development opportunities for our people. Vale is a global leader in the production of iron ore and one of the largest producers of nickel. Active in Canada for over 100 years, Vale employs nearly 6,000 people across our corporate office in Toronto and sites in Manitoba, Ontario, Newfoundland and Labrador. Applying the latest technologies to sustainably produce nickel, copper, cobalt, platinum group metals, gold and silver is at the heart of what we do. With our global headquarters in Rio de Janeiro, Brazil, and approximately 125,000 employees in over 30 countries, Vale is constantly growing and changing. We invite you to be part of our evolution. Our Sudbury Operations have been in existence for more than 100 years. With five mines, a mill, a smelter, a refinery and nearly 4,000 employees it is also one of the largest integrated mining complexes in the world. Sudbury is also home to several administrative sites serving both the Ontario Operations as well as all our North Atlantic Operations. Port Colborne is home to our Nickel Refinery where raw materials from our Sudbury operations are processed into electrocobalt and precious metals and serves as a distribution centre for finished nickel products. Our Team: The Maintenance Electrician is integral for employee safety and Vale's long-term operating strategy. Members of this team work across different locations to ensure all mine electrical systems are functioning accurately. Team members are also involved in the development of long-term and short-term maintenance initiatives, practices and procedures. The Opportunity We are currently seeking Maintenance Electricians to join our Maintenance Department in Sudbury, Ontario. If you are interested in working at our underground mines in the Greater Sudbury area, read on! Reporting to the Maintenance Supervisor, the Maintenance Electrician is responsible for installing and dismantling of electronic equipment to inspecting and maintaining of electronic equipment. You will have a holistic and enriching experience like no other! In this position, you will: Install, dismantle, construct, calibrate, inspect, maintain, adjust, modify, repair and test plant and mine electrical and electronic equipment and circuits, power distribution protection and communication systems. Align with work safety policies and safety regulations. About You Fully Licensed Tradesperson: Trade Certification: An inter-Provincial Read Seal (Certificate of Qualification) as an Industrial Electrician 442A or Construction and Maintenance Electrician 309A. Experience: 4 or more years of industrial experience is preferred. Skills: Thorough knowledge of electrical and electronic principles is required. The ability to analyze electrical prints and equipment manuals to safely troubleshoot electrical circuits, system controls and protection devices is required. Experience with troubleshooting PLC's, high voltage cable splicing, and the set-up of various electrical devices is considered an asset. Apprentice: Education: Industrial Electrician or Construction and Maintenance Electrician college diploma is required. Experience: 6 months or more of industrial experience is preferred. What we offer you: The Maintenance Electrician is a maintenance position that will allow the right candidate to shape our mining operations. Additionally, Vale Canada offers a series of benefits including: Competitive Salary, Pension and Benefits Desirable Incentive Program Leave for all of life's reasons (vacation, sick, top up for maternity/parental) Work culture dedicated to safety, diversity & inclusion and career growth Grow your career in a large and global company, and mining industry leader Employee Family Assistance Program Online training and career development opportunities Difference Makes All the Difference At Vale, we are committed to ensuring an inclusive work environment where people feel comfortable to be themselves. Vale encourages everyone to express their ideas and opinions and Vale values the plurality of individual profiles. We want our people to feel that all voices are heard, all cultures respected and that a variety of perspectives are not only welcome - they are essential to our success. We treat each other fairly and with dignity regardless of race, gender, nationality, ethnic origin, religion, age, sexual orientation or any other personal consideration that makes us different. Vale is an equal opportunity employer seeking to increase diversity across its operations and improve equal opportunity at Vale and in the mining industry. In accordance with the Accessibility for Ontarians with Disabilities Act, accommodation is available throughout our recruitment process for applicants with disabilities. Apply Interested applicants are encouraged to submit their application online at www.valejobs.ca or by clicking Apply below. Please attach a copy of your trade certificate (if applicable). We appreciate your interest in being a part of the team though only those applicants who are selected for interviews will be contacted.", "stars": 0.0, "medallionProgram": null}, {"id": 12113968, "name": "ENGENHEIRO PLENO \u2013 INFRAESTRUTURA \u2013 CORPORATIVO", "location": "VITORIA, ES, BRA", "locations": ["VITORIA, ES, BRA"], "hot": 0, "department": "Obras Tubar\u00e3o", "business_unit": "Unknown", "t_update": 1656623958, "t_create": 1655251200, "ats_job_id": "1048735", "display_job_id": "1048735", "type": "ATS", "job_description": "", "stars": 0.0, "medallionProgram": null}, {"id": 12345023, "name": "ANALISTA DE TECNOLOGIA DA INFORMA\u00c7\u00c3O J\u00daNIOR \u2013 SAP \u2013 CORPORATIVO", "location": "RIO DE JANEIRO, RJ, BRA", "locations": ["RIO DE JANEIRO, RJ, BRA"], "hot": 0, "department": "GER TECNOL INTELIG ARTIFICIAL", "business_unit": "Unknown", "t_update": 1656701783, "t_create": 1656460800, "ats_job_id": "1049129", "display_job_id": "1049129", "type": "ATS", "job_description": "E estamos trabalhando para a Vale ser refer\u00eancia em seguran\u00e7a e l\u00edder em desenvolvimento sustent\u00e1vel. Quer conhecer nossa oportunidade? Forma\u00e7\u00e3o: Gradua\u00e7\u00e3o em Ci\u00eancias Exatas, Engenharias ou Estat\u00edstica. Localidade: Botafogo, Rio de Janeiro, Brasil Hor\u00e1rio de Trabalho: Administrativo - 8:00 \u00e0s 17:00h. Modalidade de trabalho: Remoto Acesso Eventual (100% teletrabalho). Per\u00edodo de inscri\u00e7\u00e3o: de 01/07/2022 a 08/07/2022 Experi\u00eancia com produtos SAP IM, ECC; Experi\u00eancia com gest\u00e3o de produtos SAP em ambiente produtivo; Conhecimento em programa\u00e7\u00e3o; Viv\u00eancia com atendimento de suporte e produ\u00e7\u00e3o - pacote de atualiza\u00e7\u00e3o, suporte ao cliente; Ingl\u00eas avan\u00e7ado. Conhecimento em ferramentas comportamentais para evolu\u00e7\u00e3o da cultura Seguran\u00e7a; Conhecimentos Agile; Conhecimentos Lean; Certifica\u00e7\u00e3o ITIL; Gerir e apoiar suporte aos produtos SAP em ambiente produtivo para solu\u00e7\u00f5es de Sa\u00fade e Seguran\u00e7a globais. Transporte fretado ou Vale transporte. Entre outros ... Seja voc\u00ea! Essa \u00e9 a verdadeira inclus\u00e3o. Queremos protagonistas. VALE.", "stars": 0.0, "medallionProgram": null}, {"id": 11681077, "name": "AUXILIAR T\u00c9CNICO DE MANUTEN\u00c7\u00c3O (PCD) \u2013 PCM \u2013 MINERA\u00c7\u00c3O", "location": "PARAUAPEBAS, PA, BRA", "locations": ["PARAUAPEBAS, PA, BRA"], "hot": 0, "department": "SUP CCM TELEMETRIA E LABORATOR", "business_unit": "Unknown", "t_update": 1651788797, "t_create": 1650240000, "ats_job_id": "1046862", "display_job_id": "1046862", "type": "ATS", "job_description": "E estamos trabalhando para a Vale ser refer\u00eancia em seguran\u00e7a e l\u00edder em desenvolvimento sustent\u00e1vel. Quer conhecer nossa oportunidade? Forma\u00e7\u00e3o: . Ensino m\u00e9dio completo Localidade: Parauapebas, Par\u00e1, Brasil Hor\u00e1rio de Trabalho: Administrativo de 7:30 a 16:30 Modalidade de trabalho: Onsite (100% presencial) Per\u00edodo de inscri\u00e7\u00e3o: de 01/07/2022 a 08/07/2022 Ensino m\u00e9dio completo; Inform\u00e1tica b\u00e1sica; Residir em Parauapebas, PA; Vaga exclusiva para pessoas com defici\u00eancia; Dom\u00ednio com o pacote office; Realizar recebimento, organiza\u00e7\u00e3o, identifica\u00e7\u00e3o (etiquetagem) e dar entradas das amostras de fluidos no sistema; Realizar ensaios f\u00edsico/qu\u00edmicos dos fluidos em laborat\u00f3rio, interpretando e emitindo resultado das an\u00e1lises; Executar, manter a limpeza e conserva\u00e7\u00e3o de equipamentos dos laborat\u00f3rios; Transporte fretado ou Vale transporte. Entre outros ... Seja voc\u00ea! Essa \u00e9 a verdadeira inclus\u00e3o. Queremos protagonistas. VALE.", "stars": 0.0, "medallionProgram": null}, {"id": 11728399, "name": "T\u00c9CNICO(A) PLANEJAMENTO DE PROGRAMA\u00c7\u00c3O DE MANUTEN\u00c7\u00c3O II \u2013 PLANEJAMENTO E CONTROLE DE MANUTEN\u00c7\u00c3O \u2013 MINERA\u00c7\u00c3O", "location": "ITABIRA, MG, BRA", "locations": ["ITABIRA, MG, BRA"], "hot": 0, "department": "Planej Utilidades/El\u00e9trica", "business_unit": "Unknown", "t_update": 1656691143, "t_create": 1651104000, "ats_job_id": "1047328", "display_job_id": "1047328", "type": "ATS", "job_description": "E estamos trabalhando para a Vale ser refer\u00eancia em seguran\u00e7a e l\u00edder em desenvolvimento sustent\u00e1vel. Quer conhecer nossa oportunidade? Forma\u00e7\u00e3o: . T\u00e9cnico em Eletromec\u00e2nica Localidade: Itabira, Minas Gerais, Brasil Hor\u00e1rio de Trabalho: Administrativo de 7:30 a 16:30 Per\u00edodo de inscri\u00e7\u00e3o: de 03/06/2022 a 09/06/2022 Conhecimento em gest\u00e3o de materiais e componentes, tais como bombas, tubula\u00e7\u00f5es, v\u00e1lvulas e materiais el\u00e9tricos em geral. Conhecimento avan\u00e7ado em pacote office e em SAP. Disponibilidade de residir em Itabira. CFT Ativo. Conhecimento em gest\u00e3o de custos. Conhecimento em Power BI. Realiza\u00e7\u00e3o de tratativa de ordens de manuten\u00e7\u00e3o para requisi\u00e7\u00f5es de compras, emiss\u00e3o de requisi\u00e7\u00f5es de compras de materiais e servi\u00e7os de manuten\u00e7\u00e3o, acompanhamento das compras at\u00e9 a chegada no site. Diligenciar junto aos fornecedores a compra de materiais e servi\u00e7os, avaliar a qualidade das entregas dos materiais quanto a especifica\u00e7\u00f5es t\u00e9cnicas e prazo de entrega. Transporte fretado ou Vale transporte. Entre outros ... Seja voc\u00ea! Essa \u00e9 a verdadeira inclus\u00e3o. Queremos protagonistas. VALE.", "stars": 0.0, "medallionProgram": null}, {"id": 12272882, "name": "T\u00c9CNICA DE MINA E GEOLOGIA I - OPERA\u00c7\u00c3O - MINA - VAGA AFIRMATIVA PARA MULHERES", "location": "NOVA LIMA, MG, BRA", "locations": ["NOVA LIMA, MG, BRA"], "hot": 0, "department": "SUP OP MINA CMT TURNO D", "business_unit": "Unknown", "t_update": 1656626035, "t_create": 1655769600, "ats_job_id": "1048833", "display_job_id": "1048833", "type": "ATS", "job_description": "Por que vagas exclusivas para mulheres? A Vale est\u00e1 em uma jornada de transforma\u00e7\u00e3o, na busca de se tornar uma empresa mais diversa, equitativa e inclusiva. Al\u00e9m disso, acreditamos que o avan\u00e7o em equidade de g\u00eanero contribui para a constru\u00e7\u00e3o de um futuro melhor para todos. Queremos aumentar a representatividade de todas as mulheres: pretas, brancas, com qualquer identidade de g\u00eanero e orienta\u00e7\u00e3o sexual ou que tenham algum tipo de defici\u00eancia. Entendemos que iniciativas com foco em vagas exclusivas contribuem para avan\u00e7os na cria\u00e7\u00e3o de um ambiente cada vez mais colaborativo, inovador e atrativo para novos talentos. Por isso, valorizamos em diferentes a\u00e7\u00f5es e processos seletivos a participa\u00e7\u00e3o de todos os diferentes perfis de candidatos e candidatas, nas diferentes dimens\u00f5es de grupos que integram a agenda de Diversidade, Equidade e Inclus\u00e3o. O processo seletivo para esta posi\u00e7\u00e3o segue o mesmo formato, etapas e formas de avalia\u00e7\u00e3o de outros programas de recrutamento da Vale. Quer conhecer nossa oportunidade? Forma\u00e7\u00e3o: T\u00e9cnico em Minera\u00e7\u00e3o Localidade: Nova Lima, Minas Gerais, Brasil. Hor\u00e1rio de trabalho: Noturno - 11h - 18:00 \u00e0s 6:00 (Escala de trabalho 3x3) Per\u00edodo de inscri\u00e7\u00e3o: 01/07/2022 a 08/07/2022 Curso T\u00e9cnico de Minera\u00e7\u00e3o. CNH - m\u00ednimo categoria B. Residir em Nova Lima, Itabirito ou Belo horizonte - MG Forma\u00e7\u00e3o Superior. Conhecimento em pacote office - intermedi\u00e1rio Acompanhar o turno da equipe designada, analisar indicadores operacionais, manter o ambiente seguro junto \u00e0 equipe, buscar envolvimento com as ferramentas de seguran\u00e7a e melhoria cont\u00ednua, proporcionar um bom clima dentro da equipe, garantir o cumprimento dos procedimentos e intervir quando necess\u00e1rio e realizar acompanhamento rotineiro das opera\u00e7\u00f5es de carga e transporte. Transporte fretado ou Vale transporte. Entre outros ... Seja voc\u00ea! Essa \u00e9 a verdadeira inclus\u00e3o. Queremos protagonistas. VALE.", "stars": 0.0, "medallionProgram": null}, {"id": 12284274, "name": "ANALISTA OPERACIONAL - COORDENA\u00c7\u00c3O GEOTECNIA CARAJ\u00c1S \u2013 CORPORATIVO", "location": "PARAUAPEBAS, PA, BRA", "locations": ["PARAUAPEBAS, PA, BRA"], "hot": 0, "department": "Coord Geotecnia CKS", "business_unit": "Unknown", "t_update": 1656629342, "t_create": 1655856000, "ats_job_id": "1048916", "display_job_id": "1048916", "type": "ATS", "job_description": "Venha trabalhar com a gente e nos ajudar a fazer um novo futuro Aten\u00e7\u00e3o: \u00e9 necess\u00e1rio anexar seu curr\u00edculo no ato da inscri\u00e7\u00e3o. A triagem para o processo seletivo \u00e9 realizada atrav\u00e9s da leitura do seu curr\u00edculo anexado, caso j\u00e1 esteja anexado, lembre-se de manter o arquivo atualizado. Manter o curr\u00edculo atualizado aumenta as suas chances de sucesso no processo seletivo. Vacinas salvam vidas A Vale coloca a vida em primeiro lugar e apoia todas as formas de prote\u00e7\u00e3o individual e coletiva da vida e sa\u00fade. Por isso, acreditamos na vacina como a melhor forma de combater a pandemia do COVID19. Vacinar-se \u00e9 a maneira mais segura de conter a pandemia. De acordo com o Plano Nacional de Imuniza\u00e7\u00e3o (PNI), do Governo Federal, todos os brasileiros e as brasileiras dever\u00e3o tomar a vacina. Todos os imunizantes dispon\u00edveis passaram por criteriosos testes antes de serem aplicados nas pessoas. Al\u00e9m disso, os resultados positivos s\u00f3 comprovam a efic\u00e1cia. Mais de 91 milh\u00f5es de pessoas no pa\u00eds est\u00e3o totalmente vacinadas ao tomar a segunda dose ou a dose \u00fanica de imunizantes. Solicitamos aos trabalhadores e as trabalhadoras que se vacinem contra a COVID-19 e que apresentem o cart\u00e3o de vacina\u00e7\u00e3o com os dados do imunizante, ou carteira de vacina\u00e7\u00e3o digital gerada pelo Conecte SUS. \u00c9 responsabilidade de todos n\u00f3s cuidar da prote\u00e7\u00e3o da nossa sa\u00fade e daqueles que nos rodeiam, dentro e fora da empresa. Fique ciente, a prote\u00e7\u00e3o da vida \u00e9 um valor inegoci\u00e1vel para a Vale, e por isso ao longo do processo seletivo essa solicita\u00e7\u00e3o ser\u00e1 feita a voc\u00ea. A vacina\u00e7\u00e3o \u00e9 um ato coletivo. Quando voc\u00ea se vacina, voc\u00ea tamb\u00e9m protege quem est\u00e1 \u00e0 sua volta e contribui para a diminui\u00e7\u00e3o de casos. Juntos, a gente transforma o futuro Somos a maior mineradora do mundo em min\u00e9rio de ferro, pelotas e n\u00edquel. Empregamos mais de 120 mil pessoas em 30 pa\u00edses. Tamb\u00e9m atuamos nas \u00e1reas de log\u00edstica, energia e siderurgia. E estamos trabalhando para a Vale sermos refer\u00eancia em seguran\u00e7a e l\u00edder em desenvolvimento sustent\u00e1vel. Porque a gente acredita que a minera\u00e7\u00e3o \u00e9 essencial para o desenvolvimento do mundo e precisamos deixar um legado para o meio ambiente, para as comunidades em que estamos e para todas as vidas que tocamos. O jeito de ser da Vale A Vale est\u00e1 sempre mudando. A gente transforma o min\u00e9rio. A gente transforma o pa\u00eds. Porque o mais importante, para n\u00f3s, s\u00e3o as pessoas. Sem elas, n\u00e3o vamos conseguir alcan\u00e7ar o futuro que a gente quer. Esse \u00e9 o jeito de ser da Vale, a nossa raz\u00e3o de existir: melhorar a vida e transformar o futuro. E temos de fazer isso juntos, aprendendo todos os dias. Por que a Vale? Porque aqui existem muitas possibilidades para voc\u00ea: Estamos em 5 estados brasileiros em 3 regi\u00f5es diferentes Voc\u00ea tem a oportunidade de ter uma experi\u00eancia global, trabalhar em diferentes regi\u00f5es do pa\u00eds e do mundo. Somos uma empresa cada vez mais inclusiva e com oportunidades abertas para todos, sem distin\u00e7\u00e3o. Incentivamos a participa\u00e7\u00e3o de mulheres, negras, negros, LGBTQIA+ e PcDs no processo seletivo. Estamos entre as 10 empresas dos sonhos dos jovens e na vis\u00e3o dos gestores, para se trabalhar. Criamos para os nossos colaboradores um portf\u00f3lio de treinamentos e capacita\u00e7\u00f5es t\u00e9cnicas, de gest\u00e3o e de lideran\u00e7a ou transversais. Acreditamos em quem faz a nossa empresa. O nosso papel \u00e9 melhorar a vida. Entre nossas principais metas est\u00e3o diminuir o consumo de \u00e1gua, reduzir as emiss\u00f5es de carbono \u2013\u00a0para a Vale se tornar carbono neutra at\u00e9 2050 \u2013, recuperar florestas, produzir 100% de energia limpa. Quer conhecer nossa oportunidade? N\u00b0 de Vagas: 1 Forma\u00e7\u00e3o: Engenharia (Todas as \u00e1reas) Localidade : Parauapebas, Par\u00e1, Brasil Hor\u00e1rio de Trabalho: Turno Diurno de 7 : 30 a 16 : 30 Modalidade de trabalho: Onsite (trabalho totalmente presencial nas opera\u00e7\u00f5es) Tipo de contrato: Indeterminado Per\u00edodo de inscri\u00e7\u00e3o: de 01/07/2022 a 07/07/2022 O que precisamos que voc\u00ea tenha obrigatoriamente: Viv\u00eancia profissional em ambientes industriais (Minera\u00e7\u00e3o, Siderurgia, petroqu\u00edmica ou afins), preferencialmente em minera\u00e7\u00e3o. Conhecimento software SAP Logon (M\u00f3dulo de Manuten\u00e7\u00e3o) Experi\u00eancia em SAP Logon (Cria\u00e7\u00e3o de planos de manuten\u00e7\u00e3o / inspe\u00e7\u00e3o, equipamentos, materiais / conjuntos, cadastros de local de instala\u00e7\u00e3o, cadastro de equipamentos, cadastro e classifica\u00e7\u00e3o de materiais / conjuntos, etc). O que desejamos que voc\u00ea apresente : Conhecimento em especifica\u00e7\u00e3o e manuten\u00e7\u00e3o de ativos geot\u00e9cnicos (barragens, pilhas e cavas); Engenharia, especifica\u00e7\u00e3o e manuten\u00e7\u00e3o de ativos de instrumenta\u00e7\u00e3o e monitoramento geot\u00e9cnico (Piez\u00f4metros, Indicadores de N\u00edvel da \u00c1gua, Medidores de Vaz\u00e3o, R\u00e9guas de Reservat\u00f3rio, Marcos Topogr\u00e1ficos, Inclin\u00f4metros, Bar\u00f4metros, Pluvi\u00f3grafos, Esta\u00e7\u00f5es Sismogr\u00e1ficas, Radares, Esta\u00e7\u00f5es Totais Robotizadas, Radares Doppler, etc); Conhecimento nas atividades relacionadas na \u00e1rea de Engenharia de Manuten\u00e7\u00e3o e Confiabilidade; P\u00f3s-Gradua\u00e7\u00e3o em Instrumenta\u00e7\u00e3o e Controle de Processo ou Engenharia de Manuten\u00e7\u00e3o e Confiabilidade; Ingl\u00eas Intermedi\u00e1rio. O que voc\u00ea vai fazer aqui na Vale: Construir plano de manuten\u00e7\u00e3o e inspe\u00e7\u00e3o para ativos geot\u00e9cnicos (Cadastro e gest\u00e3o de Local de instala\u00e7\u00e3o, Equipamentos, materiais / conjuntos, etc); Executar atividades de engenharia de manuten\u00e7\u00e3o com foco em estrat\u00e9gia de manuten\u00e7\u00e3o, an\u00e1lise de falhas e perfil de perdas, modifica\u00e7\u00f5es e melhorias em equipamentos, estrat\u00e9gia de materiais e sobressalentes e fornecer orienta\u00e7\u00e3o t\u00e9cnica \u00e0 equipe; Monitorar a contrata\u00e7\u00e3o de servi\u00e7os e obras relacionadas \u00e0 engenharia de manuten\u00e7\u00e3o, bem como o sistema de compras e estoques; Participar do planejamento estrat\u00e9gico da engenharia e da manuten\u00e7\u00e3o; Conduzir gest\u00e3o e implanta\u00e7\u00e3o dos processos de VPS especialmente o pilar T\u00e9cnico \u2013 Manuten\u00e7\u00e3o; Realizar estudos de viabilidade t\u00e9cnica-econ\u00f4mica de equipamentos e projetos; Gerir e acompanhar a execu\u00e7\u00e3o de contratos; Compor e avaliar os \u00edndices de gest\u00e3o, buscando maior confiabilidade, menor custo e menores riscos; Buscar atualiza\u00e7\u00e3o da manuten\u00e7\u00e3o mediante inova\u00e7\u00f5es dispon\u00edveis no mercado; Conduzir processos de controle inicial de projetos e an\u00e1lises de riscos de neg\u00f3cios, defini\u00e7\u00e3o de ativos, controles cr\u00edticos e verifica\u00e7\u00f5es de processos de gest\u00e3o. Monitoramento de ativos geot\u00e9cnicos Um pouco do que a Vale oferece para voc\u00ea Previd\u00eancia Privada PLR - Programa de Participa\u00e7\u00e3o nos Lucros e Resultados Reembolso Creche ou Aux\u00edlio Bab\u00e1 para empregadas Assist\u00eancia M\u00e9dica e Hospitalar, Odontol\u00f3gica, farmacol\u00f3gica e vacinas para preven\u00e7\u00e3o de doen\u00e7as Infectocontagiosas PASA - Plan\u200bos de sa\u00fade para familiares de empregados ou para o pr\u00f3prio empregado, em caso de aposentadoria ou desligamento Seguro de Vida em Grupo Auxilio funeral Apoiar - Programa de Assist\u00eancia ao Empregado e seus dependentes. Vale alimenta\u00e7\u00e3o Vale refei\u00e7\u00e3o ou Refei\u00e7\u00f5es no trabalho concedidas em restaurantes industriais Vale alimenta\u00e7\u00e3o extra para o Natal Cart\u00e3o presente no final do ano para Dependentes, filhos, enteados e menores sob guarda com at\u00e9 10 anos Transporte fretado ou Vale transporte. Gympass Programa Bem-Estar Passagens no trem de passageiros na Estrada de Ferro Vit\u00f3ria a Minas (EFVM) e/ou na Estrada de Ferro Caraj\u00e1s (EFC). Desconto para aluguel de carros Entre outros ... Seja voc\u00ea! Quanto mais pessoas com vis\u00f5es diferentes, outros pontos de vista, mais a Vale evolui. Toda pessoa tem de ser ouvida, e ter a mesma oportunidade de se desenvolver aqui dentro. Essa \u00e9 a verdadeira inclus\u00e3o. O que realmente importa \u00e9 trabalhar com gente que quer fazer as coisas acontecerem. Queremos conhecer o seu potencial. Queremos protagonistas. Algu\u00e9m que quer sempre aprender, correr atr\u00e1s dos seus objetivos, gosta de desafios e tem um esp\u00edrito colaborativo. Sentimos muito orgulho de estimular o crescimento de quem trabalha aqui conosco. Porque o desenvolvimento e a qualifica\u00e7\u00e3o dos nossos colaboradores e colaboradoras s\u00e3o fundamentais para a nossa transforma\u00e7\u00e3o cultural. A gente d\u00e1 as ferramentas, mas \u00e9 voc\u00ea que vai construir a sua carreira. Oportunidades para todas as pessoas Voc\u00ea sabe a diferen\u00e7a entre diversidade e inclus\u00e3o? Diversidade significa ter, no ambiente de trabalho, pessoas de todas as ra\u00e7as, credos, cores, religi\u00f5es, culturas, orienta\u00e7\u00f5es sexuais, caracter\u00edsticas f\u00edsicas. Inclus\u00e3o \u00e9 dar real espa\u00e7o para todas as pessoas se desenvolverem na carreira, com equidade e oportunidades para qualquer cargo. Trabalhamos para construir um ambiente em que todos e todas se sintam aceitos e respeitados. Aqui na Vale temos o compromisso de garantir um ambiente de trabalho diverso e inclusivo. T odas as oportunidades est\u00e3o abertas para pessoas com defici\u00eancia (PcD) e reabilitados do INSS. Ficou curioso para conhecer um pouco mais da Vale? Acesse www.vale.com Conhe\u00e7a tamb\u00e9m nossa Pol\u00edtica de diversidade VALE. Acima de tudo, SOMOS MOVIDOS POR PESSOAS.", "stars": 0.0, "medallionProgram": null}, {"id": 12304978, "name": "T\u00c9CNICO MEC\u00c2NICO I \u2013 SUPERVIS\u00c3O MANUTEN\u00c7\u00c3O PREVENTIVA FILTRAGEM\u2013 CORPORATIVO", "location": "SAO GONCALO DO RIO ABAIXO, MG,", "locations": ["SAO GONCALO DO RIO ABAIXO, MG,"], "hot": 0, "department": "SUP MANUT PREVENTIVA FILTRAGEM", "business_unit": "Unknown", "t_update": 1656706001, "t_create": 1655942400, "ats_job_id": "1048975", "display_job_id": "1048975", "type": "ATS", "job_description": "E estamos trabalhando para a Vale ser refer\u00eancia em seguran\u00e7a e l\u00edder em desenvolvimento sustent\u00e1vel. Quer conhecer nossa oportunidade? N\u00b0 de Vagas: 2 Forma\u00e7\u00e3o: . T\u00e9cnico em Mec\u00e2nica ou T\u00e9cnico em Eletromec\u00e2nica Localidade: S\u00e3o Gon\u00e7alo do Rio Abaixo, Minas Gerais, Brasil Hor\u00e1rio de Trabalho: Turno Diurno de 7:30 a 17:30 Per\u00edodo de inscri\u00e7\u00e3o: de 01/07/2022 a 11/07/2022 Experi\u00eancia em manuten\u00e7\u00e3o mec\u00e2nica industrial (qualquer setor industrial). Leitura e interpreta\u00e7\u00e3o de desenhos t\u00e9cnicos. Conhecimento do Pacote Microsoft Office B\u00e1sico. CNH: B. Experi\u00eancia em manuten\u00e7\u00e3o mec\u00e2nica de equipamentos de usina de beneficiamento de min\u00e9rio de ferro ou de filtragem de rejeitos de minera\u00e7\u00e3o. Experi\u00eancia com sistema SAP. Ser respons\u00e1vel por conduzir as atividades de manuten\u00e7\u00e3o mec\u00e2nica preventiva e eventuais corretivas da usina de beneficiamento de min\u00e9rio de ferro e da planta de Filtragem de Rejeitos de minera\u00e7\u00e3o, com foco em seguran\u00e7a e produtividade. Alimentar painel de FMDS diariamente com informa\u00e7\u00f5es trazidas do ch\u00e3o de f\u00e1brica. Contribuir nas an\u00e1lises de falhas de equipamentos. Encerrar Ordens de Manuten\u00e7\u00e3o no sistema SAP. Eventualmente abrir Ordens de Manuten\u00e7\u00e3o do tipo emergencial no SAP. Transporte fretado ou Vale transporte. Entre outros ... Seja voc\u00ea! Essa \u00e9 a verdadeira inclus\u00e3o. Queremos protagonistas. VALE.", "stars": 0.0, "medallionProgram": null}], "debug": {}, "count": 217, "location_user": "any", "location_used": "", "locationInsights": null, "showWizard": 1, "disableLocationSearchDropdown": false, "recommended_star_threshold": 3.7, "mocTitle": null, "query": {"query": "", "location": "", "department": [], "skill": [], "seniority": [], "pid": "9984343"}, "userTitles": [], "isThinProfile": false, "veteranProgramDetails": [], "enableTargetedResume": 0, "facets": {"skills": {"SAP": 37, "MANUTEN\u00c7\u00c3O": 28, "Ensino": 22, "Programa\u00e7\u00e3o": 20, "AutoCAD": 17, "Treinamento": 16, "Propostas": 16, "Opera\u00e7\u00f5es": 16, "Documenta\u00e7\u00e3o": 16, "Inspe\u00e7\u00e3o": 16, "LABORAT\u00d3RIO": 15, "Contrata\u00e7\u00e3o": 15, "MBA": 15, "Otimiza\u00e7\u00e3o": 13, "Montagem": 11, "Gerenciamento De Projetos": 10, "Grandes Obras": 10, "Projeto De Capital": 10, "Projeto Capital": 10, "Obras De Artes Especiais": 10}, "departments": {"SUP MANUT PREVENTIVA FILTRAGEM": 9, "Sup Proc Padr Elet/Instr Gel": 6, "CCM Phase one \u2013 M&M (indirect)": 4, "COORD DE ENG E CONFIAB SOSSEGO": 3, "SUP INS MECANICA MINA": 3, "SUP INSTRUMENT CONCEI\u00c7\u00c3O II": 3, "SUPERV PREVENT MEC\u00c2NICA 1 SLB3": 3, "Supervis\u00e3o Projetos Salobo 3": 3, "AP SUP PREV ELE LIN TRANS ENER": 2, "COORD CONF MATER LABOR FERROV": 2, "COORD PROG CONTROLE MANUT MINE": 2, "GER Planej. e Gest\u00e3o Integrada": 2, "Ger Seg Brum Fab VGR": 2, "IAM-Proj&Shtdwn-Min&Mill MB(S)": 2, "SUP EQ PREV BRITAGEM/PMC": 2, "SUP Engenharia Usina SS": 2, "SUP INSPE\u00c7\u00c3O ELET CONCEI\u00c7\u00c3O": 2, "SUP MANUT PREV MEC PELLE - TC": 2, "SUP USINA III MUT CPX": 2, "Servi\u00e7os e Suporte Operacional": 2, "Sup Infraest Operacional SS": 2, "Supervis\u00e3o de Dragagem": 2, "AP DESENV DE PROCESSO": 1, "AP GER GEOTECNIA MB O PUMA": 1, "AP SUP COMBUST\u00cdVEIS NOVA ERA": 1, "AP SUP PREV VULCA MINA/USINA": 1, "AVIACAO ADV": 1, "Ap Ger Opera\u00e7\u00e3o Serra Sul": 1, "Ap Sup Perf.E Desmonte CPX MRA": 1, "Ap. Man Eletrica de Potenci": 1, "Ap. Man Eletroeletronica": 1, "Ap. Manut Mec Maq Patio": 1, "Apoio Ger Exec Gestao Risco": 1, "Apoio Superv.Plan Cont Manuten": 1, "CASA DE TR\u00c2NSITO CEDRO": 1, "CC Smelter-Sup-Reliability(S)": 1, "CCM South Fixed Plant": 1, "CCNR Instrument Electrical(H)": 1, "CONFIAB E CONTR MANUT CPBS": 1, "COORD AUT PICO E PEL VGR (M)": 1, "COORD CONF ELET INST SN SL MN": 1, "COORD ENG MANUTENCAO MINERACAO": 1, "COORD G ECON PERF FER MATRICIA": 1, "COORD GEOTEC SERRA SUL": 1, "COORD GEST\u00c3O ATIVOS": 1, "COORD INFRAESTRUTURA MINA FAB": 1, "COORD MONIT CONT COI SS B": 1, "COORD OPER MINA N4/AUTONOMO": 1, "COORD PCM CONFIABILIDADE": 1, "COORD PCM ELETRICA E INSPE\u00c7\u00c3O": 1, "COORD SEG TRAB MANG E SL": 1, "COORD SEG TRAB MINA SERRA SUL": 1, "COORD SEG TRAB SUP OPERA\u00c7\u00d5ES": 1, "COORD SEG TRAB USI FE CARAJAS": 1, "Combust\u00edveis Portos Sul": 1, "Contract Mgmt-Admin(S)": 1, "Cood Eng Usina _Paraopeba": 1, "Coord Eng elet /instrument PAR": 1, "Coord Geotecnia CKS": 1, "Coord Telecom Pico Vargem G": 1, "Coord. Seguran\u00e7a Ocupacional E": 1, "Engineering & Reliability (S)": 1, "FA CAT 980 - INFRA": 1, "GER EXEC GEOTECNIA METAIS BAS": 1, "GER EXEC GEST\u00c3O PARTICIPA\u00c7\u00d5ES": 1, "GER MANUTENCAO DE USINA": 1, "GER SEG RISC EMER ONCA PUMA": 1, "GER TECNOL INTELIG ARTIFICIAL": 1, "Garson-Support-Reliability": 1, "Ger Ap Tec Inova\u00e7\u00e3o Geoci\u00eancia": 1, "Ger Engenharia Pelotiza\u00e7\u00e3o": 1, "Ger Engenharia Projetos Sudest": 1, "Gerente de gerente de Constru\u00e7": 1, "HR Services and Analytics": 1, "HR-Mgmt-Admin(S)": 1, "IAM-Eng&Studies-Design(S)": 1, "IAM-Eng&Studies-Mat&Testng(S)": 1, "IAM-Reliab Mine Mil-MB (S)": 1, "INSP CONFIAB GEST ATIVOS_PAR": 1, "INTEGRIDADE ESTRUTURAL MUT": 1, "IROC - Control Center (S)": 1, "LHO_LEACH_PORT (S)": 1, "LHO_MTCE_MECH2": 1, "LHPP - Administration - GM (S)": 1, "Lid de Const Civil Truckless": 1, "MTS-Mine Planning-Garson(S)": 1, "Manut Industrial Trecho": 1, "Manuten\u00e7\u00e3o Turno C - 11h": 1, "Mgr, Hr Manitoba Ops (S)": 1, "Mgr, Project Controls (S)": 1, "Mill Tech Support (S)": 1, "Obras Tubar\u00e3o": 1, "Pcm Mina Conceicao": 1, "Planej Utilidades/El\u00e9trica": 1, "Planejamento COI Paraopeba": 1, "Port Colborne - Tech Serv(S)": 1, "Pre-Operating \u2013 VB (H)": 1, "Procurement - Ontario(S)": 1, "Procurement Regional, Goods": 1, "Proj Planej Controle Barragens": 1}, "seniority": {"Entry": 165, "Mid/Senior": 44, "Intern": 6, "Director": 1}, "locations": {"CANAA DOS CARAJAS, PA, BRA": 32, "NOVA LIMA, MG, BRA": 25, "PARAUAPEBAS, PA, BRA": 25, "Sudbury, ON, CAN": 18, "SAO GONCALO DO RIO ABAIXO, MG,": 16, "ITABIRA, MG, BRA": 14, "MARABA, PA, BRA": 13, "VITORIA, ES, BRA": 10, "CONGONHAS, MG, BRA": 9, "remote": 9, "MARIANA, MG, BRA": 8, "Thompson, MB, CAN": 8, "SAO LUIS, MA, BRA": 4, "GOVERNADOR VALADARES, MG, BRA": 3, "ITABIRITO, MG, BRA": 3, "Long Harbour, NL, CAN": 3, "OURILANDIA DO NORTE, PA, BRA": 3, "RIO DE JANEIRO, RJ, BRA": 3, "RIO PIRACICABA, MG, BRA": 3, "CURIONOPOLIS, PA, BRA": 2, "Cariacica, State of Esp\u00edrito Santo, Brazil": 2, "Conselheiro Lafaiete, State of Minas Gerais, Brazil": 2, "Labrador, NL, CAN": 2, "Pa\u00e7o do Lumiar - Maioba, Pa\u00e7o do Lumiar - State of Maranh\u00e3o, Brazil": 2, "Raposa, State of Maranh\u00e3o, Brazil": 2, "SANTA BARBARA, MG, BRA": 2, "Serra, State of Esp\u00edrito Santo, Brazil": 2, "S\u00e3o Jos\u00e9 de Ribamar, State of Maranh\u00e3o, Brazil": 2, "Toronto, ON, CAN": 2, "ACAILANDIA, MA, BRA": 1, "BELO HORIZONTE, MG, BRA": 1, "Belo Horizonte, State of Minas Gerais, Brazil": 1, "Bel\u00e9m, Par\u00e1, Brazil": 1, "Brasil": 1, "Governador Valadares, Minas Gerais, Brasil": 1, "ITAGUAI, RJ, BRA": 1, "Itabirito": 1, "Itabirito, State of Minas Gerais, Brazil": 1, "MANGARATIBA, RJ, BRA": 1, "NOVA ERA, MG, BRA": 1, "Nova Lima, State of Minas Gerais, Brazil": 1, "Ouro Branco, State of Minas Gerais, Brazil": 1, "Parauapebas, Pa, BR": 1, "Port Colborne, ON, CAN": 1, "SAO PEDRO DA AGUA BRANCA, MA,": 1, "St John's, NL, CAN": 1, "St. John's, NL, Canada": 1, "Subury, ON, CAN": 1, "Tucum\u00e3, State of Par\u00e1, Brazil": 1, "Vila Velha - Ibes, Vila Velha - State of Esp\u00edrito Santo, Brazil": 1, "Vila Velha, Es, BR": 1}}, "isSubQuery": false, "showBusinessUnitInPositionSidebar": false, "hideDepartment": null, "iframeImplementation": null, "pcsTextConfiguration": {}, "facetNoTitlecase": null, "enableMapClustering": false, "candidateLogin": {}, "isHomePageLoad": false, "candidateBuildProfile": {}, "chatbot": false, "installed_app_data": [], "enhancementsEnabled": false, "disableAutoScrollOnPositionSelect": false, "locationDistanceKmDefault": 100, "showSelectLanguageOption": false, "languages": [{"value": "en", "title": "English"}, {"value": "it", "title": "Italiano"}, {"value": "es", "title": "Espa\u00f1ol"}, {"value": "fr", "title": "Fran\u00e7ais"}, {"value": "pt", "title": "Portugu\u00eas"}, {"value": "nb", "title": "Norsk"}, {"value": "de", "title": "Deutsch"}, {"value": "ja", "title": "\u65e5\u672c\u8a9e"}, {"value": "ms", "title": "Bahasa melayu"}, {"value": "zh-CN", "title": "\u4e2d\u6587 (\u7b80\u4f53)"}, {"value": "zh-TW", "title": "\u4e2d\u6587 (\u7e41\u9ad4)"}, {"value": "ko", "title": "\ud55c\uad6d\uc5b4"}, {"value": "th", "title": "\u0e20\u0e32\u0e29\u0e32\u0e44\u0e17\u0e22"}, {"value": "nl", "title": "Nederlands"}, {"value": "pl", "title": "Polski"}, {"value": "uk", "title": "Y\u043a\u0440\u0430\u0457\u043d\u0441\u044c\u043a\u0430"}, {"value": "hr", "title": "Hrvatski"}, {"value": "el", "title": "\u0395\u03bb\u03bb\u03b7\u03bd\u03b9\u03ba\u03ac"}, {"value": "hu", "title": "Magyar"}, {"value": "cs", "title": "\u010de\u0161tina"}, {"value": "tr", "title": "T\u00fcrk\u00e7e"}, {"value": "ru", "title": "P\u0443\u0441\u0441\u043a\u0438\u0439"}, {"value": "ht", "title": "Haitian"}, {"value": "he", "title": "\u05e2\u05d1\u05e8\u05d9\u05ea"}, {"value": "pt-BR", "title": "Brazilian Portugu\u00eas"}, {"value": "da", "title": "Dansk"}, {"value": "fi", "title": "Suomi"}, {"value": "sv", "title": "Svenska"}], "displayLanguage": "en", "hamburgerMenuEnabled": false, "pcsRedesignedNuxEnabled": false}
.btn-primary{background-color: rgb(0, 126, 122) !important;border-color: rgb(0, 126, 122) !important}.btn-primary:hover{background-color: rgb(0, 126, 122) !important;border-color: rgb(0, 126, 122) !important;color: #000 !important}.go-button{border-color: #007e7a !important;color: #007e7a !important}.btn-secondary{border-color: rgb(0, 126, 122) !important;color: rgb(0, 126, 122) !important}.btn-secondary:hover{border-color: rgb(0, 126, 122) !important;color: rgb(0, 126, 122) !important}.position-apply-button,.add-to-job-cart-button{background:#007e7a!important;border-color: #007e7a !important;color: rgb(0, 126, 122) !important}.position-apply-button, .add-to-job-cart-button:hover{color: #ffffff !important}.people-card-matches{color: rgb(0, 126, 122) !important}.perk-icon{color: rgb(0, 126, 122) !important}.get-matched-button{font-weight:normal;font-size:12pt!important;border:0px;}.search-results-main-container .position-cards-container .card-selected {border-left-color:#007e7a!important;}.personalization-bar{background-color: #6a6a69 !important}.position-card .position-title{color: #007e7a !important}.all-positions-header h1{font-size: 20pt !important; color: rgb(0, 0, 0) !important;font-weight:bold;}.perk-icon{color: rgb(0, 126, 122) !important}.jumbotron{font-size: 200px !important}.advanced-options-button{color: rgb(0, 126, 122) !important}.jumbotron h1{font-size:24pt!important;font-weight:normal!important;margin-top: 70px !important}.position-sub-title, .custom-content-title {font-size:16pt!important;color:#000000!important;}.banner-item img{width:136px;}.banner-item {right:-43px;}.candidate-login-button{color: rgb(0, 126, 122) !important; border-color: #007e7a !important} .apply .refer .navbar img { height: 20px !important;}.upload-resume-modal .privacy-agreement {width: 100%;max-width: 470px !important;min-height: 590px !important;border-radius: 30px !important; padding: 15px 15px 15px 15px; !important; font-size:9pt !important}.upload-resume-modal .privacy-agreement .btn-sm {border-color: rgb(0, 126, 122) !important} .position-count-message{color: #ffffff !important} .position-insights.p-md{visibility: hidden !important} .insights-bg{visibility: hidden !important} .col-xs-12.col-sm-12.col-md-7.no-pad-right{width: 54% !important} .match-details {visibility:hidden !important} .jumbotron h1 { text-align: left !important; margin-left: 68% !important; padding-left: 16px !important; font-size: 16px !important; padding-right: 2% !important; background-color: rgba(237,177,17, 0.85)!important; padding-top: 16px !important; padding-bottom: 16px !important; margin-top: 28px !important;} @media only screen and (max-width: 992px) {.jumbotron h1 { margin-left: 52% !important; margin-top: 50px !important;}}