This job listing has expired and the position may no longer be open for hire.

Engineer III at Parker Hannifin Corporation in Devens, Massachusetts

Posted in Other 30+ days ago.





Job Description:








Engineer III






Location: DEVENS, MA, United States




Job Family

: Engineering




Job Type

: Regular




Posted

: Oct 12, 2021


Job ID: 26871







Back to Search Results








Job Description










var cs_apply_settings = {"job_id":"7761069","url":"https://apply.talemetry.com","company":"parker","subdomain":"parkercareers","career_site_id":3750,"return_page_permalink":"parker","req_number":"26871-1A","workflow":7980,"workflow_tag":"USA","company_id":1147,"external_job_id":"26871","real_external_job_id":"26871-1A","internal_job_id":"7761069","audit_activity":true,"web_tracking_id":null,"web_tracking_session_id":null,"context_id":null,"finished":"http://parkercareers.ttcportals.com/pages/parker","apply_key":"8538df2e-8de0-4748-bbdc-8646f8999549"};csns.apply.setup_job_apply_link(cs_apply_settings, 2);





Save Job


Job Saved



// Save Jobs functionality
var is_job_saved = false;
var job_index;
var job_saved_message;
var c_jobs_temp = localStorage.getItem('c_jobs') ? JSON.parse(localStorage.getItem('c_jobs')) : [];
var saved_jobs_query;

// Detecting if job has been saved
if (c_jobs_temp.indexOf('26871-1A') >= 0) {
$('.job-saved').removeClass('hide');
is_job_saved = true;
job_index = c_jobs_temp.indexOf('26871-1A');
$('.saved-jobs-alert__check').toggleClass('removed');
}
else {
is_job_saved = false;
$('.save-job').removeClass('hide');
}

function savejob(jobid) {
var job_item;
if (is_job_saved == true) {
is_job_saved = false;
c_jobs_temp.splice(job_index,1);
$('.saved-jobs-alert__check').toggleClass('removed');
$('.saved-jobs-alert__message').html('Job has been removed.');
}
else {
is_job_saved = true;
c_jobs_temp.push(jobid);
$('.saved-jobs-alert__check').toggleClass('removed');
$('.saved-jobs-alert__message').html('Job has been saved!');
}

localStorage.setItem('c_jobs', JSON.stringify(c_jobs_temp));

$('.saved-jobs-alert-wrapper').fadeIn();
setTimeout(function() {
$('.button-saved').html('Saved');
$('.saved-jobs-alert-wrapper').fadeOut();
location.reload();
}, 2000);
}





Researches, analyzes, designs, and tests component parts, processes, or systems to develop new and/or improve core products. Develops and recommends solutions to engineering requirements for complex or specialized projects or systems, to ensure that design objectives are met, including program scope, cost and schedule constraints. Applies engineering principles based on assigned engineering domain (e.g. mechanical; electrical; chemical, etc.).

Develops conceptual and detailed product specifications by analyzing performance and customer requirements. Investigates design factors such as function, materials, performance, interchangeability, cost (non-recurring and recurring), operational efficiency, and contractual requirements. May develop preliminary designs from customer input and descriptive information provided by others.

Applies scientific analysis and mathematical models to predict and measure the outcome and consequence of design alternatives. Interprets and validates test results for accuracy and precision. Recommends product qualification procedures and parameters to achieve customer and product reliability and safety standards (e.g. failure analysis). May utilize and interpret predictive models to simulate and verify design concepts.

Provides technical information for review with product engineering teams using established engineering practices, standards, and documentation methods (e.g. structured design process; customer design reviews). Writes supporting documentation for procedures and technical reports; may write technical responses or proposals for customers.

Contributes to the completion milestones associated with specific projects (e.g. create functional diagrams and system layouts; review detailed drawings and schematics; define data structure, interfaces and programming logic; analyze material requirements; research customer data item requirements). Maintain efforts within defined cost and schedule constraints including statusing and root cause/corrective actions of associated variances. May act as a Control Account Manager (CAM) for projects applying Earned Value Management (EVM).

Reviews product specifications to ensure clarity, completeness, form, fit, function, and conformity to standards and procedures. Identifies design errors, omissions, and other deficiencies, and recommends revisions, engineering change orders, and improvements to engineering management or the project team.
Maintains and further develops professional and technical knowledge by attending educational workshops, reviewing technical publications, and/or participating in professional associations.

Shares specialized knowledge with others. Assigned to mentor new employees. May represents the company on specific projects or engineering tasks.

Bachelor's degree (BS) (or Professional Engineer (PE) certificate) in an engineering or science technical discipline.

Ability to perform the essential functions of the job typically acquired through 4-6 years of related experience.

Has thorough knowledge of product area and domain and develops breadth of knowledge of industry practices, techniques, regulations, and policies.

Proficient with engineering design and analysis tools (e.g. computer-aided design or modeling systems); ability to use standard software packages. May require capability using specialized software applications or languages.

Ability to apply standard practices and techniques in specific situations, adjust and correlate data, recognize discrepancies in results, and follow operations through a series of related detailed steps or processes.

Ability to work with general objectives regarding projects and team goals; applies judgment in selecting procedures and techniques that should be applied. Works collaboratively in a team environment.

Ability to effectively communicate and present status, actions, recommendations, and other technical information with clarity and precision. Responsive to inquiries from other engineering and business teams.

This role is subject to compliance with the International Traffic in Arms Regulations (ITAR) and the Export Administration Regulations (EAR), which requires the incumbent to be either a US citizen, lawful permanent resident ["green card" holders], or have refugee or asylee status).

Parker Hannifin is a Fortune 250 global leader in motion and control technologies. For more than a century the company has been enabling engineering breakthroughs that lead to a better tomorrow. Learn more at www.parker.com or @parkerhannifin.

Parker is an Equal Opportunity and Affirmative Action Employer. Parker is committed to ensuring equal employment opportunities for all job applicants and employees. Employment decisions are based upon job related reasons regardless of race, ethnicity, color, religion, sex, sexual orientation, age, national origin, disability, gender identity, genetic information, veteran status, or any other status protected by law. However, U.S. Citizenship, Permanent Residency or other appropriate status is required for certain positions, in accord with U.S. import & export regulations.

("Minority / Female / Disability / Veteran / VEVRAA Federal Contractor")

If you would like more information about Equal Employment Opportunity as an applicant under the law, please go to http://www.eeoc.gov/employers/upload/eeoc_self_print_poster.pdf
and
http://www1.eeoc.gov/employers/upload/eeoc_gina_supplement.pdf

Drug-Free Workplace
In accordance with Parker's policies and applicable state laws, Parker provides for a drug-free workplace. Therefore, all applicants seeking employment with Parker will be subject to drug testing as a condition of employment.












Apply Now >







Save Job


Job Saved


// Save Jobs functionality
var is_job_saved = false;
var job_index;
var job_saved_message;
var c_jobs_temp = localStorage.getItem('c_jobs') ? JSON.parse(localStorage.getItem('c_jobs')) : [];
var saved_jobs_query;

// Detecting if job has been saved
if (c_jobs_temp.indexOf('26871-1A') >= 0) {
$('.job-saved').removeClass('hide');
is_job_saved = true;
job_index = c_jobs_temp.indexOf('26871-1A');
$('.saved-jobs-alert__check').toggleClass('removed');
}
else {
is_job_saved = false;
$('.save-job').removeClass('hide');
}

function savejob(jobid) {
var job_item;
if (is_job_saved == true) {
is_job_saved = false;
c_jobs_temp.splice(job_index,1);
$('.saved-jobs-alert__check').toggleClass('removed');
$('.saved-jobs-alert__message').html('Job has been removed.');
}
else {
is_job_saved = true;
c_jobs_temp.push(jobid);
$('.saved-jobs-alert__check').toggleClass('removed');
$('.saved-jobs-alert__message').html('Job has been saved!');
}

localStorage.setItem('c_jobs', JSON.stringify(c_jobs_temp));

$('.saved-jobs-alert-wrapper').fadeIn();
setTimeout(function() {
$('.button-saved').html('Saved');
$('.saved-jobs-alert-wrapper').fadeOut();
location.reload();
}, 2000);
}







More jobs in Devens, Massachusetts

Other
about 11 hours ago

Pyramid Consulting, Inc
Other
about 14 hours ago

American Cybersystems, Inc.
Other
about 19 hours ago

Adams and Associates
More jobs in Other

Other
about 2 hours ago

no name
Other
about 2 hours ago

Lee Enterprises Inc
Other
about 2 hours ago

Lee Enterprises Inc