Submitting Form...
×

Master of Software Engineering

university icon
UTM University Malaysia

Master of Software Engineering

university icon
UTM University Malaysia

Master of Software Engineering

Qualification
Master's Degree
Duration
1.5 years
Intake
FebFebSepSep
English Requirement
IELTS 6.0
Offer Letter
Fees Applies
Class Type
Physical
Course Fee for International Students
First year from MYR N/A excludes 6% SST & other fees
Estimated total tuition from ~MYR 0 1 years programme
Published fees don't include possible scholarships and YourUni discounts — most students pay less than the sticker price.

See your real cost — with discounts

Free, no obligation. We'll send your exact breakdown for Master of Software Engineering on WhatsApp.

Exact year-by-year tuition breakdown
Your scholarship & YourUni discount eligibility
All other fees (visa/EMGS, resource, international)
Instalment & payment-plan options
No spam. We only use your details to send your fee breakdown and help you apply.

You're all set, John

Our team is preparing your full fee breakdown for Master of Software Engineering plus any scholarships you qualify for. Tap below to open the chat and get it on WhatsApp now.

We usually reply within minutes during working hours.

Would you like to apply to
UTM University Malaysia ?

The Software Engineering program at Universiti Teknologi Malaysia is specifically crafted to cultivate professional and committed software engineers who will take the lead in developing and maintaining software projects in accordance with international standards. The program's primary objective is to provide students with a comprehensive understanding of software engineering principles and practices. By incorporating local industrial experiences, the program ensures that software engineers gain practical exposure to real-world software engineering practices and working environments. Through this approach, graduates of the Software Engineering program at Universiti Teknologi Malaysia are well-prepared to excel in their roles, contribute to the advancement of the software industry, and meet the demands of the global software engineering landscape.

YEAR 1

SEMESTER 1 SEMESTER 2
Code Course Name Credit Code Course Name Credit
MANP1103 Software Requirements 3 MANPxxx3 Elective I 3
MANP1153 Software Design 3 MANPxxx3 Elective II 3
MANP1163 Software Construction 3 MANPxxx3 Elective III 3
MANP1433 Software Project & Configuration Management 3 MANP1135 Software Engineering Project 5
MANP1403 Software Quality Assurance 3 UANP0013 Research Methodology 3
UANPxxx3 University Course 3      
  Total 18   Total 17

 

YEAR 2
SEMESTER 1
Code Course Name Credit
MANP2124 Project 1 4
MANP2126 Project 2 6
  Total 10
Hello!
Click one of our representatives below to chat on WhatsApp or send us an email to info@your-uni.com

The team typically replies in a few minutes.

Need help? Chat with us
Some text some message..
function updateCounselorWhatsAppCount(counselorId) { var xhr = new XMLHttpRequest(); xhr.open("POST", "admin/php/update_counselor_whatsapp_count.php", true); xhr.setRequestHeader("Content-Type", "application/x-www-form-urlencoded"); xhr.onreadystatechange = function() { if (xhr.readyState === 4 && xhr.status === 200) { var response = JSON.parse(xhr.responseText); if (response.status === "success") { console.log("WhatsApp count updated successfully"); } else { console.error("Failed to update WhatsApp count: " + response.message); } } }; xhr.send("id=" + counselorId); } $(".btn-whatsapp-chat-wrapper").click(function (){ event.preventDefault(); // $(".btn-whatsapp-contact-us-float").toggleClass('cross'); // $('.chat-text').toggleClass('hidden'); // $('.contact-us-float').fadeToggle(500); var xhr = new XMLHttpRequest(); xhr.open("POST", "admin/php/update_whatsapp_count.php", true); xhr.setRequestHeader("Content-Type", "application/x-www-form-urlencoded"); xhr.onreadystatechange = function() { if (xhr.readyState === 4 && xhr.status === 200) { var response = JSON.parse(xhr.responseText); if (response.status === "success") { console.log("WhatsApp count updated successfully"); } else { console.error("Failed to update WhatsApp count: " + response.message); } } }; // page title var pageTitle = document.title || "Unknown Page"; xhr.send("source_page=" + encodeURIComponent(window.location.pathname) + "&page_title=" + encodeURIComponent(pageTitle)); window.open("https://api.whatsapp.com/send?phone=+60174733193&text=Hello%20YourUni%20Consultancy%20Team", '_blank'); // window.location.href = "https://api.whatsapp.com/send?phone=+60174733193&text=Hello%20YourUni%20Consultancy%20Team"; });