Site Engineer Interviews

Site Engineer Interview Questions

"The interview for a position as a site engineer will consist of questions about your technical knowledge of civil engineering and construction, experience with supervising different types of sites, and your attention to detail. Employers will want you to have a degree in engineering or a construction-related discipline."

6,903 site engineer interview questions shared by candidates

code in the language of your choice: A site has 4,320,000 users. The users are sequentially numbered -- each user has a user_id between 1 and 4320000. You want to slowly roll out a new feature to all users, at a consistent rate of X users per second. The roll-out should start at noon today, beginning with the newest user (id 4320000). The rollout should last two days, so user_id 1 gets the feature around noon two days from now. $Write a function to determine whether the feature is currently enabled for a given user_id: can_use_new_feature(int user_id) -> bool.
avatar

Director of Site Reliability Engineering

Interviewed at Tumblr

3.9
Apr 2, 2014

code in the language of your choice: A site has 4,320,000 users. The users are sequentially numbered -- each user has a user_id between 1 and 4320000. You want to slowly roll out a new feature to all users, at a consistent rate of X users per second. The roll-out should start at noon today, beginning with the newest user (id 4320000). The rollout should last two days, so user_id 1 gets the feature around noon two days from now. $Write a function to determine whether the feature is currently enabled for a given user_id: can_use_new_feature(int user_id) -> bool.

Viewing 101 - 110 interview questions

Glassdoor has 6,903 interview questions and reports from Site engineer interviews. Prepare for your interview. Get hired. Love your job.