/awesome-interview-questions

A Repository consisting of all the Questions asked in Interviews.

awesome-interview-questions ๐Ÿ˜Ž

A repository consisting of all the Computer Science related Questions asked in Company Interviews.

How to Contribute to this Repo ๐Ÿ“

  • Find the Computer Science domain you want to contribute to. If the repository doesn't have a folder of your domain, then make a folder with that name.
  • In the README.md๐Ÿงพ, add the Questions in the following order:
    • Question ๐Ÿ‘”
    • Correct Answer โœ”
    • Asked in Company i.e. Name of the Company ๐Ÿ’ป
    • Related Topics/Frameworks/Sub-domains ๐ŸŽฏ

Example ๐Ÿคทโ€


Question: Name the types of values for the CSS Property position?
Answer: There are 5 values for position property which are static, absolute, relative, sticky and fixed.
Company: ABC
Topics: CSS


Please make sure you don't contribute wrong answers for a question.