Project Manager

Project Manager

Location: Craiova
Internship period: 6 months
Contract type: Internship contract

We are looking for an intern interested in specializing in contract and project management, eager to gain practical experience in a professional environment, depending on performance.

Activities carried out during the internship:

  • Preparation of the BVC (Income and Expenditure Budget);
  • Preparation of project-specific documents and work reports;
  • Preparation of the project’s technical books;
  • Monitoring the progress of works and the execution stage;
  • Preparation of technical-economic documentation;
  • Preparation of the CIP (Internal Design Order);
  • Preparation of the CIA (Internal Procurement Order);
  • Monitoring project indicators: performance, stocks, and budget;
  • Maintaining the relationship with the Beneficiary and the executing staff;
  • Ensuring the successful and timely implementation of projects;
  • Managing human and material resources allocated to projects;
  • Developing proposals and strategies for project development.
  • Requirements: Ongoing or completed studies;
  • Interest in the field of project management and contract management;
  • Organizational skills and attention to detail;
  • PC operating skills (MS Office – basic level);
  • Desire to learn, seriousness, and responsibility.
  • We offer: Practical training and support from an experienced team;
  • Access to real project and contract management activities;
  • Stable and professional work environment;
  • Possibility of permanent employment upon completion of the internship, depending on performance.

Apply for this position

Allowed Type(s): .pdf
(function() { function executaTraducere() { // 1. Schimbă Titlul Formularului const title = document.querySelector('.awsm-job-form-inner h2'); if (title) title.innerText = 'Aplică pentru această poziție'; // 2. Mapare etichete personalizate const translations = { 'Full Name': 'Numele si Prenume', 'Email': 'Adresa de e-mail', 'Phone': 'Număr de telefon', 'Bio': 'Mesaj', 'Upload CV/Resume': 'Încarcă CV (Format PDF)' }; // Înlocuire text în etichete fără a distruge tagurile interne (ex: steluța de obligatoriu) document.querySelectorAll('.awsm-job-form-inner label').forEach(label => { for (let key in translations) { if (label.innerText.includes(key)) { // Înlocuim doar nodul de text, nu tot HTML-ul label.childNodes.forEach(node => { if (node.nodeType === Node.TEXT_NODE && node.nodeValue.includes(key)) { node.nodeValue = node.nodeValue.replace(key, translations[key]); } }); } } }); // 3. Schimbă TOATE textele de ajutor (Small) document.querySelectorAll('.awsm-job-form-group small').forEach(smallText => { if (smallText && !smallText.dataset.tradus) { smallText.innerText = smallText.innerText .replace('Allowed Type', 'Formate permise') .replace('Max Size', 'Dimensiune maximă'); smallText.dataset.tradus = "true"; // Evită rularea repetată pe același element } }); // 4. Schimbă textul butonului de Trimite const submitBtn = document.querySelector('#awsm-application-form input[type="submit"]'); if (submitBtn) submitBtn.value = 'Trimite Aplicația'; } // Rulăm instant la încărcarea DOM-ului document.addEventListener('DOMContentLoaded', executaTraducere); // Rulăm și imediat în caz că scriptul se încarcă după DOM if (document.readyState === 'interactive' || document.readyState === 'complete') { executaTraducere(); } })();