Jump to content

entery level programming interview - math skills?

- - - - -

This topic has been archived. This means that you cannot reply to this topic.
3 replies to this topic

#1
zeroradius

zeroradius

    Speaks fluent binary

  • Members
  • PipPipPipPipPipPipPipPip
  • 1,406 posts
I know that interviewers usualy have you do math and puzzles when your interviewing for a programming position. I have the book 'puzzles for programmers' to keep me sharp on logic puzzles but I havent done math in a while. What type of problems do they usualy have you do on an interview for entery level position were the postion may have you use a random programming language that is not specified at the time. I need to get brushed up quick but i need to know what to be focusing on.
Posted Image

#2
WingedPanther

WingedPanther

    A spammer's worst nightmare

  • Moderators
  • 16,831 posts
I haven't had that experience, but I would definitely want you to be comfortable with algebraic manipulations, especially solving for different variables.

For a position that may involve heavier math, such as stats, implementations of mean, standard deviation, etc, would all be fair game.
Programming is a branch of mathematics.
My CodeCall Blog | My Personal Blog

#3
zeroradius

zeroradius

    Speaks fluent binary

  • Members
  • PipPipPipPipPipPipPipPip
  • 1,406 posts
ok thanks wp. I can solve for most veriables easily enouph, I will have to look up all the formulas thou, i have forgot just about all of them. I can find the mean but when you say implimintation of mean are you talking about finding other values based on a given mean? that might give me some trouble so i will have to hit that hard. Theres not really much hope of me getting stats down and i never even heard of the other one. This should be a fun week at work, doing math while pretending to check fire risers, wew.
Posted Image

#4
WingedPanther

WingedPanther

    A spammer's worst nightmare

  • Moderators
  • 16,831 posts
Example:

Given a set of data, can you (quickly) write a program that will calculate the mean, median, mode, standard deviation (population or sample), variance (population or sample), and range?
Programming is a branch of mathematics.
My CodeCall Blog | My Personal Blog