Oxford Undergrad CS Admission Interview Problems
comlab.ox.ac.uk
Oxford Undergrad CS Admission Interview Problems
1–10 of 52 posts
Re: Oxford Undergrad CS Admission Interview Problems
#2Re: Oxford Undergrad CS Admission Interview Problems
#3As a bit of background, you're not required to have any programming knowledge when applying although most candidates will have done D&D Maths which covers topics like graph and bin packing algorithms.
Interesting questions, though.
Re: Oxford Undergrad CS Admission Interview Problems
#4As a bit of background, you're not required to have any programming knowledge when applying although most candidates will have done D&D Maths which covers topics like graph and bin packing algorithms.
One more thing to keep in mind: Cambridge and Oxford interviews are more about thought process than actual solutions. I've seen candidates with correct answers not get in while peers who never found an adequate solution make it. Interesting questions, though.
It's worth noting as well that Oxford is by far the most theoretical of all the CS departments in the UK.
Re: Oxford Undergrad CS Admission Interview Problems
#5Re: Oxford Undergrad CS Admission Interview Problems
#6Re: Oxford Undergrad CS Admission Interview Problems
#7Earlier quoted context omitted.
One more thing to keep in mind: Cambridge and Oxford interviews are more about thought process than actual solutions. I've seen candidates with correct answers not get in while peers who never found an adequate solution make it. Interesting questions, though.
I should hope that's true of interviews everywhere. It's worth noting as well that Oxford is by far the most theoretical of all the CS departments in the UK.
Re: Oxford Undergrad CS Admission Interview Problems
#8I've seen this in action, exceptional state school students turned down from Oxford, and utter buffoons (but with the correct background and accent) being accepted.
Re: Oxford Undergrad CS Admission Interview Problems
#9Then again, I can't really figure out (an optimal) solution to the second one... [spoiler alert] Since you cannot know more about the function than the value itself, is there a better option than dividing the range into 3 equal segments, choosing the one with maximum and recursing? That would give 1/3^5 accuracy. On some values generated in a natural way, you could introduce bias to the segment-selection based on the values you get - but then you could prepare some data which would actually lower the accuracy that way...
Re: Oxford Undergrad CS Admission Interview Problems
#10Could some kind UKer(s) please explain to this American exactly how Oxford, Cambridge, and the UK university system works? I'm familiar with what A levels are, and that you supposedly apply to a particular college at each of Oxford and Cambridge, but then I hear about university-wide "departments", and I put that in my American-style mental model. Googling hasn't helped me, but perhaps I'm being unimaginative in sear…
As students become more specialised, or if their college doesn't have many professors in their particular subject, they may have tutorials with academics in other colleges.