Software Developer Ii Interview Questions

6,481 software developer ii interview questions shared by candidates

Design a scheduler to run many functions at different times. It needs to (obviously) be thread-safe. Each task which is scheduled to run will have a time stamp, containing a desired execution time, a function pointer (containing the desired function). Also, find a way to supply the arguments to each function. Implement the mechanisms for scheduling/removing work to be done. How would you handle functions that must be serialized as opposed to ones that didn't need to be?
avatar

Software Development Engineer II

Interviewed at Microsoft

4
Jan 27, 2013

Design a scheduler to run many functions at different times. It needs to (obviously) be thread-safe. Each task which is scheduled to run will have a time stamp, containing a desired execution time, a function pointer (containing the desired function). Also, find a way to supply the arguments to each function. Implement the mechanisms for scheduling/removing work to be done. How would you handle functions that must be serialized as opposed to ones that didn't need to be?

Viewing 681 - 690 interview questions

See Interview Questions for Similar Jobs

Glassdoor has 6,481 interview questions and reports from Software developer ii interviews. Prepare for your interview. Get hired. Love your job.