www.lamresearch.com
Open in
urlscan Pro
141.193.213.20
Public Scan
Submitted URL: http://lamresearch.com/
Effective URL: https://www.lamresearch.com/
Submission: On October 05 via manual from HK — Scanned from DE
Effective URL: https://www.lamresearch.com/
Submission: On October 05 via manual from HK — Scanned from DE
Form analysis
3 forms found in the DOMGET https://www.lamresearch.com
<form action="https://www.lamresearch.com" method="get" class="searchBar-form">
<label for="desktop-search" class="color-fff">Search</label>
<input id="desktop-search" name="s" type="text" class="searchBar-input mix-input_inverse mix-input_search mix-input_searchSmallerText">
<div class="search-bar-search-icon-container"><img src="/wp-content/uploads/2021/06/search.png" class="search-bar-search-icon" alt=""></div>
</form>
GET https://www.lamresearch.com
<form action="https://www.lamresearch.com" method="get" class="searchBar-form">
<label for="mobile-search" class="color-fff">Search</label>
<input id="mobile-search" name="s" type="text" class="searchBar-input mix-input_inverse mix-input_search mix-input_searchSmallerText">
<div class="search-bar-search-icon-container"><img src="/wp-content/uploads/2021/06/search.png" class="search-bar-search-icon" alt=""></div>
</form>
GET javascript:searchJobs()
<form method="get" class="m15-form" action="javascript:searchJobs()">
<div class="m15-form-holder">
<div class="m15-form-element">
<label class="label u-color_inverse color-1f" for="job-search"> Job Title or Keyword </label>
<input class="input input_text size-15 mix-input_inverse" type="search" id="job-search" name="q" value="">
</div>
<div class="m15-form-element">
<label class="label u-color_inverse color-1f" for="job-function"> Function </label>
<!-- custom dropdown template -->
<style>
.custom-select__trigger a:focus {
outline: 2px solid white;
}
.custom-option a {
color: #3b3b3b;
}
.custom-option a:hover,
.custom-option a:focus {
color: #FFFFFF;
background: #000;
}
</style>
<div class="function custom-select-wrapper">
<div class="function custom-select">
<div class="custom-select__trigger"><span>Select one</span>
<a href="javascript:returnTrue();" aria-label="function search button">
<div class="arrow-box">
<div class="arrow"></div>
</div>
</a>
</div>
<div class="function custom-options">
<span class="function custom-option selected custom-option-select-one" data-value="">Select one</span>
<span class="function custom-option" data-value=""""><a href="javascript:returnTrue();">Administration</a></span>
<span class="function custom-option" data-value=""""><a href="javascript:returnTrue();">Business Development</a></span>
<span class="function custom-option" data-value=""""><a href="javascript:returnTrue();">Business Operations</a></span>
<span class="function custom-option" data-value=""""><a href="javascript:returnTrue();">Customer Support</a></span>
<span class="function custom-option" data-value=""""><a href="javascript:returnTrue();">Electrical Engineering</a></span>
<span class="function custom-option" data-value=""""><a href="javascript:returnTrue();">Engineering/Technology</a></span>
<span class="function custom-option" data-value=""""><a href="javascript:returnTrue();">Environmental Health and Safety / Facilities</a></span>
<span class="function custom-option" data-value=""""><a href="javascript:returnTrue();">Field Process Engineering</a></span>
<span class="function custom-option" data-value=""""><a href="javascript:returnTrue();">Field Service Engineering</a></span>
<span class="function custom-option" data-value=""""><a href="javascript:returnTrue();">Finance/Accounting</a></span>
<span class="function custom-option" data-value=""""><a href="javascript:returnTrue();">Human Resources</a></span>
<span class="function custom-option" data-value=""""><a href="javascript:returnTrue();">Industrial Engineering</a></span>
<span class="function custom-option" data-value=""""><a href="javascript:returnTrue();">Information Systems</a></span>
<span class="function custom-option" data-value=""""><a href="javascript:returnTrue();">Legal</a></span>
<span class="function custom-option" data-value=""""><a href="javascript:returnTrue();">Logistics</a></span>
<span class="function custom-option" data-value=""""><a href="javascript:returnTrue();">Manufacturing</a></span>
<span class="function custom-option" data-value=""""><a href="javascript:returnTrue();">Marketing/Public Relations/Communications</a></span>
<span class="function custom-option" data-value=""""><a href="javascript:returnTrue();">Materials Management</a></span>
<span class="function custom-option" data-value=""""><a href="javascript:returnTrue();">Mechanical Engineering</a></span>
<span class="function custom-option" data-value=""""><a href="javascript:returnTrue();">Operations</a></span>
<span class="function custom-option" data-value=""""><a href="javascript:returnTrue();">Process Engineering</a></span>
<span class="function custom-option" data-value=""""><a href="javascript:returnTrue();">Product Engineering</a></span>
<span class="function custom-option" data-value=""""><a href="javascript:returnTrue();">Program and Project Management</a></span>
<span class="function custom-option" data-value=""""><a href="javascript:returnTrue();">Quality Engineering</a></span>
<span class="function custom-option" data-value=""""><a href="javascript:returnTrue();">Reliability Engineering</a></span>
<span class="function custom-option" data-value=""""><a href="javascript:returnTrue();">Sales/Account Management</a></span>
<span class="function custom-option" data-value=""""><a href="javascript:returnTrue();">Software Engineering</a></span>
<span class="function custom-option" data-value=""""><a href="javascript:returnTrue();">Supply Chain</a></span>
<span class="function custom-option" data-value=""""><a href="javascript:returnTrue();">Technician</a></span>
<span class="function custom-option" data-value=""""><a href="javascript:returnTrue();">Technical Support</a></span>
<span class="function custom-option" data-value=""""><a href="javascript:returnTrue();">Test Engineering</a></span>
</div>
</div>
</div>
<script>
for (const dropdown of document.querySelectorAll(".function.custom-select-wrapper")) {
dropdown.addEventListener('click', function() {
this.querySelector('.function.custom-select').classList.toggle('open');
})
}
for (const option of document.querySelectorAll(".function.custom-option")) {
option.addEventListener('click', function() {
if (!this.classList.contains('selected')) {
this.parentNode.querySelector('.function.custom-option.selected').classList.remove('selected');
this.classList.add('selected');
this.closest('.function.custom-select').querySelector('.custom-select__trigger span').textContent = this.textContent;
}
})
}
window.addEventListener('click', function(e) {
for (const select of document.querySelectorAll('.function.custom-select')) {
if (!select.contains(e.target)) {
select.classList.remove('open');
}
}
});
</script>
<style>
.custom-select__trigger a:focus {
outline: 2px solid white;
}
.custom-option a {
color: #3b3b3b;
padding: 10px 0 5px 10px !important;
border-bottom: 0.5px solid lightgrey;
line-height: 1.5em;
}
.custom-option a:hover,
.custom-option a:focus {
color: #FFFFFF;
background: #000;
}
.customDropdown1.select {
height: auto;
text-align: left;
}
.productFilterBar-form-select {
overflow: inherit !important;
}
.container {
margin: 20px;
max-width: 300px;
}
.custom-select-wrapper {
position: relative;
user-select: none;
width: 100%;
min-width: 240px;
}
.custom-select {
background: #ffffff;
border-bottom: none;
border-radius: 8px;
border: 1px solid #d1d1d4;
color: #242437;
font-weight: 600 !important;
}
.custom-select__trigger {
position: relative;
display: flex;
align-items: center;
justify-content: space-between;
padding: 0px 0px 0px 5px;
font-size: 20px;
font-weight: 300;
color: #3b3b3b;
height: 46px;
line-height: 60px;
cursor: pointer;
background: #ffffff;
border-bottom: none;
border-radius: 8px;
/*border: 1px solid #d1d1d4;*/
color: #242437;
font-weight: 600 !important;
font-size: 14px !important;
font-style: normal;
line-height: 25px;
letter-spacing: 0.56px;
}
.custom-options {
position: absolute;
display: block;
top: 100%;
left: 0;
right: 0;
border-top: 0;
background: #fff;
transition: all 0.5s;
opacity: 0;
visibility: hidden;
pointer-events: none;
z-index: 2;
border-radius: 8px;
height: 300px;
overflow: hidden;
}
.custom-select.open .custom-options {
opacity: 1;
visibility: visible;
pointer-events: all;
max-height: 300px !important;
overflow-y: scroll;
overflow-x: hidden;
}
.custom-option a {
position: relative;
display: block;
padding: 0 22px 0 22px;
font-size: 22px;
font-weight: 300;
color: #3b3b3b;
line-height: 60px;
cursor: pointer;
min-height: 32px;
align-items: center;
display: flex;
font-size: 14px !important;
font-style: normal;
line-height: 25px;
letter-spacing: 0.56px;
}
.custom-option a:hover {
cursor: pointer;
background-color: #242437;
color: white;
}
.custom-option a:focus {
cursor: pointer;
background-color: #242437;
color: white;
}
.custom-option a.selected {
color: #ffffff;
background-color: #242437;
}
.arrow {
position: relative;
height: 15px;
}
.arrow::before,
.arrow::after {
content: "";
position: absolute;
bottom: 0px;
width: 0.15rem;
height: 100%;
transition: all 0.5s;
}
.arrow::before {
left: -5px;
transform: rotate(-45deg);
background-color: #ffffff;
}
.arrow::after {
left: 5px;
transform: rotate(45deg);
background-color: #ffffff;
}
.open .arrow::before {
left: -5px;
transform: rotate(45deg);
}
.open .arrow::after {
left: 5px;
transform: rotate(-45deg);
}
.arrow-box {
min-width: 46px;
background-color: #242437;
min-height: 46px;
border-radius: 0px 8px 8px 0px;
display: flex;
align-items: center;
justify-content: center;
}
.custom-option-select-one {
font-family: "MessinaSerif" !important;
text-decoration: underline;
padding: 0 22px 0 22px;
font-weight: 300;
min-height: 32px;
align-items: center;
display: flex;
font-size: 14px !important;
letter-spacing: 0.56px;
background-color: #242437;
color: white;
}
.m15-form button:focus {
outline: 3px solid #fff;
}
.function.search.button {
right: 0;
position: absolute;
}
.custom-select.select {
padding: 0;
border: none;
height: auto;
}
.custom-option.select {
border: none;
}
.customDropdown1.select {
padding: 0;
}
.custom-option a {
padding: 0 0 0 10px;
line-height: 1.5em;
}
#customDropdown1Value {
font-size: 12px;
}
</style>
<script>
for (const dropdown of document.querySelectorAll(".function.custom-select-wrapper")) {
dropdown.addEventListener('click', function() {
this.querySelector('.function.custom-select').classList.toggle('open');
})
}
for (const option of document.querySelectorAll(".function.custom-option")) {
option.addEventListener('click', function() {
if (!this.classList.contains('selected')) {
this.parentNode.querySelector('.function.custom-option.selected').classList.remove('selected');
this.classList.add('selected');
this.closest('.function.custom-select').querySelector('.custom-select__trigger span').textContent = this.textContent;
}
})
}
window.addEventListener('click', function(e) {
for (const select of document.querySelectorAll('.function.custom-select')) {
if (!select.contains(e.target)) {
select.classList.remove('open');
}
}
});
function returnTrue() {}
window.addEventListener('click', function(e) {
e.stopPropagation();
var container = jQuery(".custom-select-wrapper");
//check if the clicked area is dropDown or not
if (container.has(e.target).length === 0) {
var openDropdown = jQuery(".customDropdown1.custom-select.open");
if (openDropdown.length != 0) {
openDropdown.removeClass("open");
}
}
});
</script>
<style>
@media(max-width:1260px) {
.productFilterBar-form-select-selects {
display: block !important;
}
.productFilterBar-form-select-selects>*+* {
margin-left: 0px !important;
}
}
</style> <!--custom dropdown template end -->
<!-- <select class="select size-15 " id="job-function" name="department">
<option value="" selected>Select One</option>
<option value="""">
</option>
</select> -->
</div>
<div class="m15-form-element">
<label class="label u-color_inverse color-1f" for="job-country"> Region </label>
<!-- custom dropdown template -->
<style>
.custom-select__trigger a:focus {
outline: 2px solid white;
}
.custom-option a {
color: #3b3b3b;
}
.custom-option a:hover,
.custom-option a:focus {
color: #FFFFFF;
background: #000;
}
</style>
<div class="region custom-select-wrapper">
<div class="region custom-select">
<div class="custom-select__trigger"><span>Select one</span>
<a href="javascript:returnTrue();" aria-label="region search button">
<div class="arrow-box">
<div class="arrow"></div>
</div>
</a>
</div>
<div class="region custom-options">
<span class="region custom-option selected custom-option-select-one" data-value="">Select one</span>
<span class="region custom-option" data-value=""""><a href="javascript:returnTrue();">Austria</a></span>
<span class="region custom-option" data-value=""""><a href="javascript:returnTrue();">Belgium</a></span>
<span class="region custom-option" data-value=""""><a href="javascript:returnTrue();">China</a></span>
<span class="region custom-option" data-value=""""><a href="javascript:returnTrue();">France</a></span>
<span class="region custom-option" data-value=""""><a href="javascript:returnTrue();">Germany</a></span>
<span class="region custom-option" data-value=""""><a href="javascript:returnTrue();">India</a></span>
<span class="region custom-option" data-value=""""><a href="javascript:returnTrue();">Ireland</a></span>
<span class="region custom-option" data-value=""""><a href="javascript:returnTrue();">Israel</a></span>
<span class="region custom-option" data-value=""""><a href="javascript:returnTrue();">Italy</a></span>
<span class="region custom-option" data-value=""""><a href="javascript:returnTrue();">Japan</a></span>
<span class="region custom-option" data-value=""""><a href="javascript:returnTrue();">Malaysia</a></span>
<span class="region custom-option" data-value=""""><a href="javascript:returnTrue();">Netherlands</a></span>
<span class="region custom-option" data-value=""""><a href="javascript:returnTrue();">Singapore</a></span>
<span class="region custom-option" data-value=""""><a href="javascript:returnTrue();">South Korea</a></span>
<span class="region custom-option" data-value=""""><a href="javascript:returnTrue();">Switzerland</a></span>
<span class="region custom-option" data-value=""""><a href="javascript:returnTrue();">Taiwan</a></span>
<span class="region custom-option" data-value=""""><a href="javascript:returnTrue();">United Kingdom</a></span>
<span class="region custom-option" data-value=""""><a href="javascript:returnTrue();">United States</a></span>
</div>
</div>
</div>
<script>
for (const dropdown of document.querySelectorAll(".region.custom-select-wrapper")) {
dropdown.addEventListener('click', function() {
this.querySelector('.region.custom-select').classList.toggle('open');
})
}
for (const option of document.querySelectorAll(".region.custom-option")) {
option.addEventListener('click', function() {
if (!this.classList.contains('selected')) {
this.parentNode.querySelector('.region.custom-option.selected').classList.remove('selected');
this.classList.add('selected');
this.closest('.region.custom-select').querySelector('.custom-select__trigger span').textContent = this.textContent;
}
})
}
window.addEventListener('click', function(e) {
for (const select of document.querySelectorAll('.region.custom-select')) {
if (!select.contains(e.target)) {
select.classList.remove('open');
}
}
});
</script>
<style>
.custom-select__trigger a:focus {
outline: 2px solid white;
}
.custom-option a {
color: #3b3b3b;
padding: 10px 0 5px 10px !important;
border-bottom: 0.5px solid lightgrey;
line-height: 1.5em;
}
.custom-option a:hover,
.custom-option a:focus {
color: #FFFFFF;
background: #000;
}
.customDropdown1.select {
height: auto;
text-align: left;
}
.productFilterBar-form-select {
overflow: inherit !important;
}
.container {
margin: 20px;
max-width: 300px;
}
.custom-select-wrapper {
position: relative;
user-select: none;
width: 100%;
min-width: 240px;
}
.custom-select {
background: #ffffff;
border-bottom: none;
border-radius: 8px;
border: 1px solid #d1d1d4;
color: #242437;
font-weight: 600 !important;
}
.custom-select__trigger {
position: relative;
display: flex;
align-items: center;
justify-content: space-between;
padding: 0px 0px 0px 5px;
font-size: 20px;
font-weight: 300;
color: #3b3b3b;
height: 46px;
line-height: 60px;
cursor: pointer;
background: #ffffff;
border-bottom: none;
border-radius: 8px;
/*border: 1px solid #d1d1d4;*/
color: #242437;
font-weight: 600 !important;
font-size: 14px !important;
font-style: normal;
line-height: 25px;
letter-spacing: 0.56px;
}
.custom-options {
position: absolute;
display: block;
top: 100%;
left: 0;
right: 0;
border-top: 0;
background: #fff;
transition: all 0.5s;
opacity: 0;
visibility: hidden;
pointer-events: none;
z-index: 2;
border-radius: 8px;
height: 300px;
overflow: hidden;
}
.custom-select.open .custom-options {
opacity: 1;
visibility: visible;
pointer-events: all;
max-height: 300px !important;
overflow-y: scroll;
overflow-x: hidden;
}
.custom-option a {
position: relative;
display: block;
padding: 0 22px 0 22px;
font-size: 22px;
font-weight: 300;
color: #3b3b3b;
line-height: 60px;
cursor: pointer;
min-height: 32px;
align-items: center;
display: flex;
font-size: 14px !important;
font-style: normal;
line-height: 25px;
letter-spacing: 0.56px;
}
.custom-option a:hover {
cursor: pointer;
background-color: #242437;
color: white;
}
.custom-option a:focus {
cursor: pointer;
background-color: #242437;
color: white;
}
.custom-option a.selected {
color: #ffffff;
background-color: #242437;
}
.arrow {
position: relative;
height: 15px;
}
.arrow::before,
.arrow::after {
content: "";
position: absolute;
bottom: 0px;
width: 0.15rem;
height: 100%;
transition: all 0.5s;
}
.arrow::before {
left: -5px;
transform: rotate(-45deg);
background-color: #ffffff;
}
.arrow::after {
left: 5px;
transform: rotate(45deg);
background-color: #ffffff;
}
.open .arrow::before {
left: -5px;
transform: rotate(45deg);
}
.open .arrow::after {
left: 5px;
transform: rotate(-45deg);
}
.arrow-box {
min-width: 46px;
background-color: #242437;
min-height: 46px;
border-radius: 0px 8px 8px 0px;
display: flex;
align-items: center;
justify-content: center;
}
.custom-option-select-one {
font-family: "MessinaSerif" !important;
text-decoration: underline;
padding: 0 22px 0 22px;
font-weight: 300;
min-height: 32px;
align-items: center;
display: flex;
font-size: 14px !important;
letter-spacing: 0.56px;
background-color: #242437;
color: white;
}
.m15-form button:focus {
outline: 3px solid #fff;
}
.function.search.button {
right: 0;
position: absolute;
}
.custom-select.select {
padding: 0;
border: none;
height: auto;
}
.custom-option.select {
border: none;
}
.customDropdown1.select {
padding: 0;
}
.custom-option a {
padding: 0 0 0 10px;
line-height: 1.5em;
}
#customDropdown1Value {
font-size: 12px;
}
</style>
<script>
for (const dropdown of document.querySelectorAll(".function.custom-select-wrapper")) {
dropdown.addEventListener('click', function() {
this.querySelector('.function.custom-select').classList.toggle('open');
})
}
for (const option of document.querySelectorAll(".function.custom-option")) {
option.addEventListener('click', function() {
if (!this.classList.contains('selected')) {
this.parentNode.querySelector('.function.custom-option.selected').classList.remove('selected');
this.classList.add('selected');
this.closest('.function.custom-select').querySelector('.custom-select__trigger span').textContent = this.textContent;
}
})
}
window.addEventListener('click', function(e) {
for (const select of document.querySelectorAll('.function.custom-select')) {
if (!select.contains(e.target)) {
select.classList.remove('open');
}
}
});
function returnTrue() {}
window.addEventListener('click', function(e) {
e.stopPropagation();
var container = jQuery(".custom-select-wrapper");
//check if the clicked area is dropDown or not
if (container.has(e.target).length === 0) {
var openDropdown = jQuery(".customDropdown1.custom-select.open");
if (openDropdown.length != 0) {
openDropdown.removeClass("open");
}
}
});
</script>
<style>
@media(max-width:1260px) {
.productFilterBar-form-select-selects {
display: block !important;
}
.productFilterBar-form-select-selects>*+* {
margin-left: 0px !important;
}
}
</style> <!--custom dropdown template end -->
<!-- <select class="select size-15 " id="job-country" name="locationsearch">
<option value="" selected>Select One</option>
<option value="""">
</option>
</select> -->
</div>
</div>
<script>
function searchJobs() {
var job_title = document.getElementById('job-search').value;
var job_function = document.querySelectorAll('.function .custom-select__trigger span')[0].innerHTML;
var job_region = document.querySelectorAll('.region .custom-select__trigger span')[0].innerHTML;
var redirect_url = 'https://careers.lamresearch.com/search/?q=' + job_title + '&department="' + job_function + '"&locationsearch="' + job_region + '"';
window.open(redirect_url, '_self');
}
</script>
<button class="button button_strong u-background_primary mix-button_inverse" id="">
<svg>
<use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="#icon-search-thin"></use>
</svg>
<span>Search jobs</span>
</button>
</form>
Text Content
Skip to content About ABOUT US > * MISSION, GUIDING PRINCIPLES, CORE VALUES * LEADERSHIP * ETHICS & COMPLIANCE * OUR BRAND * COMPANY HISTORY * LAM CAPITAL ENVIRONMENTAL, SOCIAL, AND GOVERNANCE > * ESG STRATEGY * ENVIRONMENTAL HEALTH & SAFETY * 2050 NET ZERO STRATEGY * RESPONSIBLE SUPPLY CHAIN * OUR COMMUNITIES * SUSTAINABLE OPERATIONS * SUSTAINABLE PRODUCT INNOVATION * LAM RESEARCH ESG REPORT SUBSIDIARIES * SILFEX LOCATIONS > Products PRODUCTS OVERVIEW > OUR SOLUTIONS > * SEMIVERSE™ SOLUTIONS OUR PROCESSES > * DEPOSITION * ETCH * STRIP & CLEAN * MASS METROLOGY OUR PRODUCTS > Customer Support CUSTOMER SUPPORT OVERVIEW > * SERVICE * SPARES * UPGRADES * RELIANT SYSTEMS TECHNICAL TRAINING > CUSTOMER PORTALS * MYLAM > * COVENTOR > * ESGEETECH > Careers CAREERS OVERVIEW > CULTURE & BENEFITS > * OUR CULTURE * BENEFITS * CAREER DEVELOPMENT * DIVERSITY * OUR COMMUNITIES UNIVERSITY PROGRAMS > * INTERNSHIPS * COLLEGE GRADUATE PROGRAMS * RECRUITING EVENTS GLOBAL OPPORTUNITIES > * INDIA * KOREA TECHNOLOGY CENTER * LAM MANUFACTURING MALAYSIA * US MANUFACTURING CAREERS SEARCH > Investors INVESTORS OVERVIEW > * PRESS RELEASES * EVENTS & PRESENTATIONS * CORPORATE GOVERNANCE * LAM RESEARCH ESG REPORT * CONTACT INVESTOR RELATIONS * INVESTOR FAQS FINANCIALS > * QUARTERLY EARNINGS * ANNUAL REPORTS & PROXY INFO * SEC FILINGS * IRS FORM 8937 STOCK INFORMATION > * HISTORICAL STOCK LOOKUP * DIVIDEND HISTORY * ANALYST COVERAGE INVESTOR RESOURCES > * STOCKHOLDER SERVICES * REQUEST MATERIALS * INVESTOR ALERTS Newsroom NEWSROOM HOME > * NEWSROOM * PRESS RELEASES * MEDIA CENTER * EVENTS * BLOG * MEDIA CONTACTS USA (Eng) USA (ENG) AUSTRIA (DEUTSCH) CHINA (中文) JAPAN (日本語) KOREA (한국어) TAIWAN (繁體中文) Search MyLam Search Your browser doesn’t support HTML5 video tag. WHAT DOES IT MEAN TO ACHIEVE THE UNTHINKABLE? -------------------------------------------------------------------------------- Complexity excites us. Collaboration drives us. At Lam, we relentlessly pursue innovation that pushes the boundaries of technical limitations, creating solutions that enable chipmakers to power progress. No matter what innovation means to you, we won’t stop until it’s proven. Explore Lam BREAKTHROUGH ISN’T JUST A PRODUCT. IT’S A PROCESS. -------------------------------------------------------------------------------- Making semiconductors is a highly complex and iterative process. And as technology gets smaller, we think bigger meeting the challenges of precision control at the atomic scale. For every innovative product you see, we’re already thinking… what’s next? View Products Your browser doesn’t support HTML5 video tag. TOGETHER WE GO FURTHER -------------------------------------------------------------------------------- Everyone at Lam is a deep listener, in tune with what customers, suppliers, and key stakeholders in the entire ecosystem expect. And in turn, we’ve created an environment based on effective communication, implicit trust, and past success. VIEW CUSTOMER SUPPORT NEWS & EVENTS -------------------------------------------------------------------------------- LAM BLOG Learn about our company, people, and products. View Blog Posts >> PRESS RELEASES Read the latest news. View Press Releases >> EVENTS Stay up-to-date with our activities. View Event Calendar >> -------------------------------------------------------------------------------- FIND YOUR NEXT ROLE Job Title or Keyword Function Select one Select one Administration Business Development Business Operations Customer Support Electrical Engineering Engineering/Technology Environmental Health and Safety / Facilities Field Process Engineering Field Service Engineering Finance/Accounting Human Resources Industrial Engineering Information Systems Legal Logistics Manufacturing Marketing/Public Relations/Communications Materials Management Mechanical Engineering Operations Process Engineering Product Engineering Program and Project Management Quality Engineering Reliability Engineering Sales/Account Management Software Engineering Supply Chain Technician Technical Support Test Engineering Region Select one Select one Austria Belgium China France Germany India Ireland Israel Italy Japan Malaysia Netherlands Singapore South Korea Switzerland Taiwan United Kingdom United States Search jobs VIEW ALL POSITIONS >> COMPANY * Overview * Leadership * ESG * Locations PRODUCTS * Overview * Our Solutions * Our Processes * Our Products CUSTOMER SUPPORT * Overview * Technical Training * MyLam CAREERS * Overview * Our Culture * Benefits * Search Jobs INVESTORS * Overview * Events & Presentations * Financials * Stock Information * FAQ NEWSROOM * Newsroom Home * Press Releases * Media Center * Events * Blog * Media Contacts RESOURCES * Contacts Company * Overview * Leadership * ESG * Locations Products * Overview * Our Solutions * Our Processes * Our Products Customer Support * Overview * Technical Training * MyLam Careers * Overview * Our Culture * Benefits * Search Jobs Investors * Overview * Events & Presentations * Financials * Stock Information * FAQ Newsroom * Newsroom Home * Press Releases * Media Center * Events * Blog * Media Contacts Resources * Contacts * * * * * * Privacy Policy * Digital Accessibility Statement * Cookies Statement * Terms * UK Modern Slavery Act – LRI * UK Modern Slavery Act – Metryx © 2023 LAM RESEARCH CORPORATION. ALL RIGHTS RESERVED. circle-arrow2circle-arrow2facebookgooglehandshake2health2linkedinlogomenupdfplant2searchtwitteryoutube close About About Us Company Overview Mission, Guiding Principles, Core Values Leadership Ethics and Compliance Our Brand Company History Lam Capital Environmental, Social, and Governance Environmental, Social, and Governance Overview ESG Strategy Environmental Health & Safety 2050 Net Zero Strategy Responsible Supply Chain Our Communities Sustainable Operations Sustainable Product Innovation Lam Research ESG Report Subsidiaries Coventor Silfex Locations Products Products Overview Our Solutions Semiverse™ Solutions Our Processes Deposition Etch Strip & Clean Mass Metrology Our Products Customer Support Customer Support Overview Customer Support Overview Service Spares Upgrades Reliant Systems Technical Training MyLam Careers Careers Overview Culture & Benefits Our Culture Benefits Career Development Diversity Our Communities University Programs Internships College Graduate Programs Recruiting Events Global Opportunities India Korea Technology Center Lam Manufacturing Malaysia US Manufacturing Careers Search Investors Investors Overview Investor Relations Overview Press Releases Events & Presentations Corporate Governance Lam Research ESG Report Contact Investor Relations Investor FAQs Financials Quarterly Earnings Annual Reports & Proxy Info SEC Filings IRS Form 8937 Stock Information Historical Stock Lookup Dividend History Analyst Coverage Investor Resources Stockholder Services Request Materials Email Alerts Newsroom Newsroom Home Press Releases Media Center Events Blog Media Contacts USA (Eng) Back USA (Eng) Austria (Deutsch) China (中文) Japan (日本語) Korea (한국어) Taiwan (繁體中文) MyLam By clicking “Accept All Cookies”, you agree to the storing of cookies on your device to enhance site navigation, analyze site usage, and assist in our marketing efforts.View Cookie Policy Manage Cookies Settings Reject All Accept All Cookies PRIVACY PREFERENCE CENTER * YOUR PRIVACY * STRICTLY NECESSARY COOKIES * PERFORMANCE COOKIES * FUNCTIONAL COOKIES * TARGETING COOKIES YOUR PRIVACY When you visit any website, it may store or retrieve information on your browser, mostly in the form of cookies. This information might be about you, your preferences or your device and is mostly used to make the site work as you expect it to. The information does not usually directly identify you, but it can give you a more personalized web experience. Because we respect your right to privacy, you can choose not to allow some types of cookies. Click on the different category headings to find out more and change our default settings. However, blocking some types of cookies may impact your experience of the site and the services we are able to offer. More information STRICTLY NECESSARY COOKIES Always Active These cookies are necessary for the website to function and cannot be switched off in our systems. They are usually only set in response to actions made by you which amount to a request for services, such as setting your privacy preferences, logging in or filling in forms. You can set your browser to block or alert you about these cookies, but some parts of the site will not then work. These cookies do not store any personally identifiable information. PERFORMANCE COOKIES Performance Cookies These cookies allow us to count visits and traffic sources so we can measure and improve the performance of our site. They help us to know which pages are the most and least popular and see how visitors move around the site. All information these cookies collect is aggregated and therefore anonymous. If you do not allow these cookies we will not know when you have visited our site, and will not be able to monitor its performance. FUNCTIONAL COOKIES Functional Cookies These cookies enable the website to provide enhanced functionality and personalisation. They may be set by us or by third party providers whose services we have added to our pages. If you do not allow these cookies then some or all of these services may not function properly. TARGETING COOKIES Targeting Cookies These cookies may be set through our site by our advertising partners. They may be used by those companies to build a profile of your interests and show you relevant adverts on other sites. They do not store directly personal information, but are based on uniquely identifying your browser and internet device. If you do not allow these cookies, you will experience less targeted advertising. Back Button COOKIE LIST Filter Button Consent Leg.Interest checkbox label label checkbox label label checkbox label label Clear checkbox label label Apply Cancel Confirm My Choices Reject All Allow All