Thread: Object oriented job questions

  1. #1
    Registered User VirtualAce's Avatar
    Join Date
    Aug 2001
    Posts
    9,607

    Object oriented job questions

    Ok so I send off my resume to a company who needs OO architects for certain projects. They mention C++ which, of course, is my primary language and so I think no biggie.

    Now I get the questionaire back and they ask questions like whats the difference between an OO object vs. a class. I'm assuming they are talking about COM vs. a class - but to say that a class is not an OO object is a stretch in my mind.

    Also stuff like knowing Java containers - but I'm not going for the Java stuff so of course I'm not going to know that. But if they want me to name some C++ STL containers no biggie.

    I'm quite confused as to some of the other things like MVC or model view container, blah, blah, blah. Then they also ask what tools I'm familiar with as in debuggers and testing code. I dunno about you guys but I don't often use third party testing tools with my code. The ones that most IDE's provide suit my needs just fine. It's not that I couldn't figure out how to use the other ones, because it'd be a snap...but c'mon I don't know everything.

    Perhaps companies need to clarify a bit more on what they really need instead of what they would like to have.

    I can learn anything and if I don't know about something in computers it is not because of lack of understanding but lack of exposure.

    Anyone else encounter this same stuff out there in the job market?



    Perhaps I won't send it back, eh?

  2. #2
    Code Goddess Prelude's Avatar
    Join Date
    Sep 2001
    Posts
    9,897
    >whats the difference between an OO object vs. a class.
    Strictly in C++ context, a class is a blueprint for an object, just like int is a blueprint for a variable of type int. I get the feeling the questions were worded poorly.

    >Anyone else encounter this same stuff out there in the job market?
    Yes. The trick is to ask for everything at the offer of nothing so that they can get the most out of their money. If an applicant fits the requirements then that's a big win, but for the most part the company will "settle" for someone with fewer skills than they had "hoped for".
    My best code is written with the delete key.

  3. #3
    Registered User jlou's Avatar
    Join Date
    Jul 2003
    Posts
    1,090
    Quote Originally Posted by Bubba
    Perhaps I won't send it back, eh?
    Of course you send it back. Nobody knows everything, and they know that. As long as your resume and interview(s) show your ability to pick things up easily, it is ok to not know all the answers.

  4. #4
    Registered User
    Join Date
    Mar 2003
    Posts
    580
    Best of luck to you.
    See you in 13

  5. #5
    and the hat of int overfl Salem's Avatar
    Join Date
    Aug 2001
    Location
    The edge of the known universe
    Posts
    39,659
    The person best suited for the job is typically the person who just left it
    Unless they were sacked

    Which brings up an important question, which is "Why do you have this job vacancy?"
    It might reveal a company with morale and staff turnover problems.

  6. #6
    the hat of redundancy hat nvoigt's Avatar
    Join Date
    Aug 2001
    Location
    Hannover, Germany
    Posts
    3,130
    Companies are looking for people with 10 years experience, a university degree and maximum of 25 years old. You cannot get all three of them, but you can ask for it and take the candidate that fits best. It also helps weeding out candidates who are not that fit.

    I guess the questions were just poorly worded
    hth
    -nv

    She was so Blonde, she spent 20 minutes looking at the orange juice can because it said "Concentrate."

    When in doubt, read the FAQ.
    Then ask a smart question.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Good way to prepare for an object oriented job test
    By indigo0086 in forum A Brief History of Cprogramming.com
    Replies: 20
    Last Post: 08-12-2008, 11:58 AM
  2. Totally confused on assigment using linked lists
    By Uchihanokonoha in forum C++ Programming
    Replies: 8
    Last Post: 01-05-2008, 04:49 PM
  3. Object Oriented Programming
    By obaid in forum C++ Programming
    Replies: 5
    Last Post: 08-22-2007, 05:31 AM
  4. object oriented programming
    By l2u in forum C++ Programming
    Replies: 10
    Last Post: 11-06-2006, 10:18 AM
  5. object oriented C
    By FlatLost in forum C Programming
    Replies: 4
    Last Post: 11-08-2005, 06:22 AM