Describe a challenge where you were asked to deliver a particular solution when you had a better way to go about it.
Site Coordinator Interview Questions
5,610 site coordinator interview questions shared by candidates
I was asked to describe my previous company in two words
What is your leadership style?
Fizzbuzz programming test.
Where in a Linux system would you review error messages pertaining to a problem?
What is an inode?
how would you deal with a upset customer
What is your level of teaching experience?
Design a video streaming service and whiteboard the AWS architecture
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 71 - 80 interview questions