Tell me more ×
Programmers Stack Exchange is a question and answer site for professional programmers interested in conceptual questions about software development. It's 100% free, no registration required.

I have a job interview coming up at a small, 'family atmosphere' type of place running on php and Oracle 9i. I've prepared as best I could, but I'm struggling to come up with questions for 'them'.

So far I got

How do you integrate a new developer into your work flow?

Other than that I've got some canned questions courtesy of Google.

Thanks in advance and my apologies if this is a duplicate question.

share|improve this question

migrated from stackoverflow.com Aug 18 '11 at 7:19

1 Answer

up vote 1 down vote accepted
  • Why did you choose Oracle over MySQL -- any specific reasons?

  • Can you elaborate on your back end architecture? (data centers, clusters, sharding, caching)

  • Do you have plans to adopt polyglot persistence?

  • What front end server are you using to serve PHP? (Apache, Nginx, or something else)

  • How does PHP talk to Oracle -- PDO or specific Oracle driver for PHP?

  • What kind of ORM (if at all) you're using?

  • Am I expected to become Oracle expert, or a generic knowledge of databases will do?

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.