通过市场营销研究生文凭课程,在短短8个月内培养对关键市场营销原则的理解。
市场营销研究生文凭使任何领域的学士学位的学生能够在研究生阶段学习市场营销。在短短8个月的时间里,学生将掌握专业营销角色所需的知识、理解和技能。
If you have New Zealand qualifications
Must have completed a bachelor’s degree (in any discipline)
.viewAll, .countryList {display:none;}
.mobBottom {margin-bottom:5px;}
If you have qualifications from another country
See entry requirements for students from other countries. Select your country from the dropdown menu.
Select country
--- Please select ---
India
Malaysia
Phillipines
United Arab Emirates
Vietnam
var seen = {};
$('.country-select').each(function() {
var txt = $(this).text();
if (seen[txt])
$(this).remove();
else
seen[txt] = true;
});
if ($("#areaSelect option").length < 2) {
$(".dropDownCountry").hide();
}
Accepted qualification:
Bachelor's degree
Accepted undergraduate qualification duration:
Minimum 3 years
Accepted subject majors:
n/a
Minimum scores
Percentage:
40
Degree classification:
n/a
Letter criteria:
D
GPA 10 point scale:
4
Accepted qualification:
Bachelor's degree
Accepted undergraduate qualification duration:
Minimum 3 years
Accepted subject majors:
n/a
Minimum scores
Percentage:
50
Letter criteria:
C
GPA 4 point scale:
2
Accepted qualification:
1. Bachelor’s degree from prestigious university awarded up to 2022 AND / OR
2. Bachelor’s degree awarded from 2022 with an entry qual of Year 12 AND / OR
3. Bachelor’s degree from Section 1 institute as per NOOSR AND / OR
4. Doctor of Medicine/Juris Doctor/Bachelor of Laws AND / OR
5. Doctor of Dentistry/Optometry/Veterinary Medicine
Accepted undergraduate qualification duration:
4 years
Accepted subject majors:
n/a
Minimum scores
GPA 4 point scale:
1
GPA 1 (Excellent)-5 point scale:
3
Accepted qualification:
Bachelor's degree
Accepted undergraduate qualification duration:
Minimum 4 years
Accepted subject majors:
n/a
Minimum scores
Percentage:
60
Letter criteria:
D
GPA 4 point scale:
1
Accepted qualification:
Bachelor's degree
Accepted undergraduate qualification duration:
4 years
Accepted subject majors:
n/a
Minimum scores
GPA 10 point scale:
5
GPA 4 point scale:
2
If your country is not listed, view our
general entry requirements for postgraduate programmes
var countrySelected = "";
$('#areaSelect').on('change', function() {
countrySelected = $(this).val().replace(/\s+/g, '-');
$( ".countryList" ).each(function() {
if ($(this).hasClass(countrySelected)) {
$(this).show();
} else {
$(this).hide();
}
});
if (countrySelected == "countryList"){
countrySelected = "";
}
});