I applied through university. The process took 1 week. I interviewed at Exegy (Saint Louis, MO) in Mar 2017
Interview
Career fair led to a phone interview, followed by 5 stage onsite interview. Questions were fairly systems oriented and easy leetcode ones. Different teams will test you out based off their technologies and criteria.
I applied online. The process took 3 weeks. I interviewed at Exegy
Interview
Applied online, HR contacted via email next day, phone interview with hiring manager two days later, then had a wonderful all-day interview with 7 people including most of the C-level folks.
Interview questions [1]
Question 1
How does my past experience relate to the new requirements
I applied online. The process took 1 day. I interviewed at Exegy (Saint Louis, MO) in Jun 2015
Interview
First phone screen, then on site
For the phone interview, the question about smart pointer and virtual deconstruct function
For the on site interview: 2 interviewers separately, then manager, another interviewer and finally manager
Interview questions [1]
Question 1
difference among Sequences container: vector, deque, list
difference among associate container: set, map, hash
difference among smart pointer: std::unique_ptr, std::shared_ptr, std::weak_ptr
difference between struct and class
read C++ code and give result: related to virtual function and template
Shell and Python questions: awk print column, Python dictionary
Use C++ to realize a class: understand map, pair, struct, operator overload, class