tvandame / back-end-developer-interview-questions

A list of helpful back-end related questions you can use to interview potential candidates. Inspired by the git-repo https://github.com/darcyclarke/Front-end-Developer-Interview-Questions.git
898 stars 148 forks source link

Operating System Questions #2

Closed tvandame closed 10 years ago

tvandame commented 11 years ago

Hey John,

I'm a little fuzzy the the following questions could you tell me more about what you is being asked.

Linux/Unix/MacOS How often you updates the service of its customers?

Microsoft How to remove Windows? How are your adaptation to Linux?

jmurowaniecki commented 11 years ago

Sure @tvandame!

Linux/Unix/MacOS How often you updates the service of its customers? - need a sed s/updates/update - is about planning how to keep customers services updated in long term running (eg: remote updates, previously scheduled maintenance, etc) and how it was made (rsync? Apt-like system? Bitbucket/Github service? Etc).

What about Microsoft Windows we need to know? Answer: How to replace it with something better, of course. (:

Run PHP on Windows, even for testing or create a development environment or similar is painful (even with WAMP).

I think that is it. Sorry for my bad english. C'mon dude! Let's try and take over the wørld!

drevil_zps870c83f2

tvandame commented 10 years ago

Awesome I'll get this updated as soon as I can maybe this weekend. :)