A lot of open source C++ software can take a while to compile. Boost, ROS, PCL, OpenCV, FLANN etc. And then header-only libraries like Eigen (and much of boost) increase your compile times dramatically. In many cases you can use precompiled headers to speed that up.
Regarding asking for code samples and code tests for senior devs, I prefer code tests in general, and you'd think someone with 5+ years under the belt as a programmer can program well enough to not need a code test, but we all know 'senior programmers' who can't program their way out of a paper bag.
Regarding asking for code samples and code tests for senior devs, I prefer code tests in general, and you'd think someone with 5+ years under the belt as a programmer can program well enough to not need a code test, but we all know 'senior programmers' who can't program their way out of a paper bag.