DEV Community

Discussion on: What to ask on a interview?

Collapse
 
rafaacioly profile image
Rafael Acioly • Edited

There's this repo. called "Reversed interview", it has a bunch of nice questions to ask in many different languages, e.g:

  • What are the tasks I would do on a usual day?
  • Are there any specific goals for me?
  • Do you have any concerns about my application? <--- this is gold!
  • How will you evaluate my performance at the end of the trial period?

Tech:

  • How do you monitor projects?
  • Do you have some higher level documentation? (ER diagrams, database schema)

Team:

  • Who sets the priorities / schedule?
  • Walk me through a typical sprint on this team
  • How big are the teams?

The repository link: github.com/viraptor/reverse-interview

Collapse
 
imjoshellis profile image
Josh Ellis

⭐️ Starred, thanks for sharing!