Every year, A400 welcomes undergraduate and master’s students in the fields of engineering, BIM, and sustainability. These are not observational internships; they are real projects involving real responsibility, supervised by senior engineers.
What We Offer
Integration into multidisciplinary teams
Acompanhamento por profissionais experientes
Training in Revit, Robot, and ETABS
Opportunity to join the team
Paid internship
Access to A400 Benefits
Areas Available for Internships
HVAC
Structures
Sustainability
Hydraulics
Electricity
BIM Management
R&D
Who We're Looking For
Students in their final year of a bachelor’s or master’s degree program in Civil Engineering, Electrical Engineering, Mechanical Engineering, Architecture, or related fields. We value technical curiosity, a desire to learn, and the ability to work as part of a team.
How to Apply
Send your resume and a cover letter stating your area of interest. Applications are accepted year-round.
INTERNSHIPS
A400 Internship Program
jQuery(function ($) {
function nearestFilter($btn) {
return $btn.closest('.e-parent').find('.e-filter').first();
}
function scrollTo($c, target) {
if (!$c.length) return;
$c[0].scrollTo({ left: target, behavior: 'smooth' });
}
function scrollNext($c) {
if (!$c.length) return;
const cur = $c.scrollLeft();
let t = null;
$c.find('.e-filter-item').each(function () {
if (this.offsetLeft > cur + 5) { t = this.offsetLeft; return false; }
});
if (t === null) t = 0;
scrollTo($c, t);
}
function scrollPrev($c) {
if (!$c.length) return;
const cur = $c.scrollLeft();
let t = 0;
$c.find('.e-filter-item').each(function () {
if (this.offsetLeft < cur - 5) t = this.offsetLeft;
});
scrollTo($c, t);
}
$(document).on('click', '#drag, #drag img, .filter-next, .filter-next img', function () {
scrollNext(nearestFilter($(this)));
});
$(document).on('click', '#voltar, .filter-prev, .filter-prev img', function () {
scrollPrev(nearestFilter($(this)));
});
});
Neste momento não existem vagas abertas.
Podes, ainda assim, submeter a tua candidatura para futuras oportunidades.