Forums - Open Redstone Engineers
most common interview questions! - Printable Version

+- Forums - Open Redstone Engineers (https://forum.openredstone.org)
+-- Forum: Off-Topic (https://forum.openredstone.org/forum-4.html)
+--- Forum: Programming (https://forum.openredstone.org/forum-8.html)
+--- Thread: most common interview questions! (/thread-6123.html)

Pages: 1 2


RE: most common interview questions! - Iceglade - 09-17-2015

(09-16-2015, 12:20 PM)jackpeppin Wrote: 1,Have an interview coming up?
2,“Tell me about yourself.”
3,“What interests you about this job?”
4,“Why are you thinking about leaving your job?” Or: “Why did you leave your last job?”
5,“Why would you excel at this job?”
6,“What do you know about our company so far?”
7,“Tell me about a time when …”
8,“What would you do in your first 90 days in this position?”
9,“What’s most important to you in a new position?”
10,“What salary range are you looking for?”

This is either really good botting or really bad posting. I can't tell which.


RE: most common interview questions! - Legofreak - 09-17-2015

(09-17-2015, 10:34 PM)Iceglade Wrote:
(09-16-2015, 12:20 PM)jackpeppin Wrote: 1,Have an interview coming up?
2,“Tell me about yourself.”
3,“What interests you about this job?”
4,“Why are you thinking about leaving your job?” Or: “Why did you leave your last job?”
5,“Why would you excel at this job?”
6,“What do you know about our company so far?”
7,“Tell me about a time when …”
8,“What would you do in your first 90 days in this position?”
9,“What’s most important to you in a new position?”
10,“What salary range are you looking for?”

This is either really good botting or really bad posting. I can't tell which.


I was tempted to post this:
11,"When did you discover that you are a robot?"


RE: most common interview questions! - jxu - 09-27-2015

lol the only thing people posted a solution for was FizzBuzz

for matrix multiplication the naive algorithm is sufficient for small matrices, I doubt you could implement Strassen or Coopersmith-Winograd algorithm during an interview unless you were given a lot of time. Prime factorization and huffman compression are pretty straightforward. Fast fourier transform is pretty math heavy, my point being these are very math-specific questions (as opposed to simpler logic questions: ex. how does a generator work in Python)