Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p>Make sure you know your basic data structures and algorithms. You're more likely to be asked about that stuff than something higher up the food chain. Those are usually saved for the in-person interview.</p> <p>Put another way: be solid with the fundamentals and solid with your C++ syntax. Also, knowledge of common libraries like STL and Boost couldn't hurt...but be sure you know what those libraries give you! In the end phone screens are there to cull out people who can't do the basics. Prove you can and you should move on to the next step. Good luck!</p> <p>Here's some links of interview questions to check out:</p> <ul> <li><a href="http://www.devbistro.com/tech-interview-questions/Cplusplus.jsp" rel="noreferrer">C++ Interview Questions @ DevBistro</a></li> <li><a href="http://cplus-interview-questions.blogspot.com/" rel="noreferrer">C++ Interview Questions @ Blogspot</a></li> <li><a href="http://dev.fyicenter.com/Interview-Questions/CPP-1/index.html" rel="noreferrer">C++ Interview Questions @ FYI Center</a></li> <li><a href="http://steve.yegge.googlepages.com/five-essential-phone-screen-questions" rel="noreferrer">Steve Yegge's Five Essential Phone Screen Questions</a> (added this in response to your edit. This isn't C++-only, but a lot of it applies to C++ and I think would be a good read in your situation).</li> </ul> <p>Now, for completion's sake, some books:</p> <ul> <li>Scott Meyers "Effective" series (<a href="http://rads.stackoverflow.com/amzn/click/0321334876" rel="noreferrer">Effective C++</a>, <a href="http://rads.stackoverflow.com/amzn/click/020163371X" rel="noreferrer">More Effective C++</a>, <a href="http://rads.stackoverflow.com/amzn/click/0201749629" rel="noreferrer">Effective STL</a>)</li> <li>Herb Sutter's "Exceptional" series (<a href="http://rads.stackoverflow.com/amzn/click/0201615622" rel="noreferrer">Exceptional C++</a>, <a href="http://rads.stackoverflow.com/amzn/click/020170434X" rel="noreferrer">More Exceptional C++</a>, <a href="http://rads.stackoverflow.com/amzn/click/0201760428" rel="noreferrer">Exceptional C++ Style</a>)</li> <li><a href="http://rads.stackoverflow.com/amzn/click/0201379260" rel="noreferrer">The C++ Standard Library</a> by Josuttis</li> <li><a href="http://rads.stackoverflow.com/amzn/click/0201721481" rel="noreferrer">C++ Primer</a> by Lippman et al</li> <li><a href="http://rads.stackoverflow.com/amzn/click/0201700735" rel="noreferrer">Stroustrup's</a> text as a reference</li> </ul>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. VO
      singulars
      1. This table or related slice is empty.
    2. VO
      singulars
      1. This table or related slice is empty.
    3. VO
      singulars
      1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload