<p>Guys, Have my interview for IBGM (HKU) coming up…Should i prepare for it?</p>
<p>^As everyone already advised, review everything you sent them because they’ll sure formulate questions based on what you put on your application.</p>
<p>@exe163,
I got accepted to Purdue.=]</p>
<p>Does anyone have the regular offers they give out for</p>
<p>Medicine
Law
Acturial Science</p>
<p>at HKU</p>
<p>and</p>
<p>IBGM</p>
<p>at HKUST</p>
<p>You can check your online application status here:</p>
<p><a href=“https://www.ab.ust.hk/cgi-bin/std_nem_cgi.sh/WService=broker_ug_p/prg/ug_ap_international.r[/url]”>https://www.ab.ust.hk/cgi-bin/std_nem_cgi.sh/WService=broker_ug_p/prg/ug_ap_international.r</a></p>
<p>Kazakia: IBGM is a HKU department. Global Biz is for HKUST. I currently have a regular offer from HKUST Global Biz</p>
<p>and have a video-telephone interview with HKU’s IBGM in 5 days…</p>
<p>To All: I received an e-mail from Daisy Lai that I have a Skype interview with IBGM.</p>
<p>Can anyone tell me how the IBGM interview goes?? The video-telephone thing is new to me,</p>
<p>so I’m kind of worried…</p>
<p>I apply medical postgraduate in HKU,still waiting for interview after May?Is HKU hard to be received?</p>
<p>hey anyone going to CUHK??? i got an email from that about college preference anyone know anything about the “colleges” there??</p>
<p>collegereally?: I also received an e-mail from CUHK. There are links included in the e-mail, so you’d better look them up.</p>
<p>HALL:
in HKU… STARR HALL has the most number of international students</p>
<p>@HKUBIZ I am INDONESIAN student currently studying in HKU ![]()
Only a few indonesians in HKU… but more Koreans… International FULL-TIME STUDENTS, we are really close with each other.
You willl see a lot of foreigners around Campus, they could be full-time international students or exchange!
Here is a quick stat…</p>
<p><a href=“http://www.hku.hk/cpaoesite/html/pub/quicks/2009.pdf[/url]”>http://www.hku.hk/cpaoesite/html/pub/quicks/2009.pdf</a></p>
<p>okay so ive got my letters of acceptance from both HKU and HKUST and now i am VERY conflicted as to which one to go to… The main attraction HKUST holds for me is that the campus is gorgeous and its ranked as no.26 in engineering worldwide and np.35 overall… HKU on the other hand is no.24 in the world overall but specifically in engineering is no.63 but its right in the centre of the city so that means ill be close to pretty much every place in town… HKUST is a 35 mins drive from the city and that is definitely going to be a drag… HKU is also older than HKUST and is hence more recognized which might help in the future… but i can deny that HKUST is WAY better in engineering and is pretty as hell… PLEASE some one help me with not just one word answers but reasons too… PLEASE !!!</p>
<p>cant deny that*</p>
<p>Well, you described everything yourself pretty well.
Let’s make a really quick C++ program to decide:</p>
<h1>include <iostream></iostream></h1>
<h1>include <string></string></h1>
<p>using namespace std;</p>
<p>bool whereToAttend (bool eng, bool cityLove, bool natureLove, bool dontMindComm)
{
bool engineering = eng;
bool cityLover = cityLove ;
bool natureLover = natureLove ;
bool doesntMindCommuting = dontMindComm;
int HKUST = 0;
int HKU = 0;</p>
<p>if (engineering) { HKUST+=1; }
else {HKU+=1;}
if (cityLover) {HKU+=1;}
elseif(natureLover && doesntMindCommuting){HKUST+=2;}
else {HKUST+=1;}</p>
<p>if (HKUST == HKU) { cout << “Flip a coin!” << endl; }
elseif (HKUST > HKU) { cout << “Attend HKUST!” << endl; }
else {cout << “Attend HKU!” << endl; }
return 0;
}
int main()
{
//plug in your variables into the function and see where you’ll attend!!
whereToAttend(eng, cityLove, natureLove, dontMindComm);
}</p>
<p>//LOL!</p>
<p>wots “bool”…!! have neva come across dat func…hehe…!!</p>
<p>never heard of Booleans? Fun stuff!</p>
<p>LOL jiceo1, you’ll have to explain how to work that C++ thing!</p>
<p>HAHAHAHAHAHAH @ JICEO1 LOVING YOUR REPLY !!! HAHAHAHAHAHAHAHAHA awesome one … seems like im going to HKUST … =P</p>
<p>jiceo - that was the epitome of awesome. don’t have the time to participate in this thread lately… but… wow. (p.s. sorry i haven’t replied! :/)</p>
<p>LOL, thx y’all. I was actually typing that in a big rush because people were calling me to go get lunch… =P
It’s been almost two years since I’ve written any C++ at college, but since it’s extremely simple, it should be fine and should compile, but could be more elegant for your case. It would be cooler to make a more complex one that calculates the amount of scholarship you get, able to factor in how important an aspect of each college is for you, calculate in respect to world rankings, etc, BUT, it’s all too subjective, so I was just having a little bit of fun at work. =D</p>