Earlier quoted context omitted.
For what it's worth, at the school this happened at, UBC, Proctorio is now effectively banned, along with other similar "algorithmic" proctoring tools, and exams are no longer allowed to use it with some exceptions. They've moved to Lockdown Browser without the recording, and to Zoom proctoring. In my opinion, neither are particularly effective measures against cheating, and I'm sure they are trivially bypassable. Th…
This is silly. Make the exams open book and then the only thing you really need to worry about is the correct student taking the exam. If you're testing based on memorization of things in this day in age, then the course is useless.
EFF sues Proctorio on behalf of student falsely DMCA'd
431–440 of 538 posts
Re: EFF sues Proctorio on behalf of student falsely DMCA'd
#432Earlier quoted context omitted.
Our university physics teacher allowed us to bring one-page self-made cheat sheet. By the time you compressed the essence of a whole course into a one-pager, you were pretty much done learning. :))
I still have a couple of the cheat sheets my study group compiled -- they're so fun to look back on. One for Computer Organization is almost unintelligible to me now; we were so proud of the density of that sucker.
Re: EFF sues Proctorio on behalf of student falsely DMCA'd
#433Earlier quoted context omitted.
How did you find out they live together?
Not every university / university class is big. Most likely explanation is that they simply said they live together.
Re: EFF sues Proctorio on behalf of student falsely DMCA'd
#434Re: EFF sues Proctorio on behalf of student falsely DMCA'd
#435Re: EFF sues Proctorio on behalf of student falsely DMCA'd
#436Re: EFF sues Proctorio on behalf of student falsely DMCA'd
#437Earlier quoted context omitted.
This is silly. Make the exams open book and then the only thing you really need to worry about is the correct student taking the exam. If you're testing based on memorization of things in this day in age, then the course is useless.
I teach at the university level and this is what I have done with my exams. Everything is open book and in my experience there is no difference in the average exam score between open book online and closed (or open) book in person. It is also way easier for me to not have to worry about who is cheating and where everyone is looking (I also don't like the idea of forcing students to turn on their webcams).
Re: EFF sues Proctorio on behalf of student falsely DMCA'd
#438Earlier quoted context omitted.
Only if the goal is simply "get a job, anywhere". If the interview is to mutually figure out if you should work for the company, there is no such thing as a damned if you do, damned if you don't; all it can be is a "they care about what I care about" or "I don't want to work there".
Being able to pick your job that way is a privilege, and it certainly isn’t granted to everyone in all fields
Re: EFF sues Proctorio on behalf of student falsely DMCA'd
#439I conducted interviews at Google for about 8 years. I would often run across a fresh-from-college candidate who fell flat on their face, and all I could think was, "You've somehow managed to waste 4 years of your life and tens of thousands of dollars doing whatever it was you were doing for all that time." Some performed so poorly that I could only conclude that they cheated their way all the way through their progra…
Perhaps people get stressed in interviews? For instance, I don't code in C that often, and if asked, I'm not sure I could remember off the top of my head if the function signature is `memset(dst, value, n)` or `memset(dst, n, value)`. My guess from intuition is the first, but I would be hemming and hawing a bit if asked in an interview something like that. Also, many CS programs are easy enough that you'll never even…
Like I said, "Of course I recognize that some people may have been severely impacted by the technical interview process to the point that they were intellectually paralyzed."
> I'm not sure I could remember off the top of my head if the function signature
That would be a terrible question. Of course I wouldn't ask that.
Re: EFF sues Proctorio on behalf of student falsely DMCA'd
#440Earlier quoted context omitted.
Perhaps people get stressed in interviews? For instance, I don't code in C that often, and if asked, I'm not sure I could remember off the top of my head if the function signature is `memset(dst, value, n)` or `memset(dst, n, value)`. My guess from intuition is the first, but I would be hemming and hawing a bit if asked in an interview something like that. Also, many CS programs are easy enough that you'll never even…
From my personal experience (and that of many friends of mine) who interviewed at Google, you won't be asked about memset or any C-related question unless you stated you were proficient in C and picked C as your interviewing language. Knowing this context might actually explain the situation that the parent comment describes a bit better. It is absolutely possible, as you described, to be perfectly capable within you…
I might not ask about C-specific context, but if you don't know how to write a value to a sequence of bytes, you have no business being a SWE at Google.