Technical Interviews
Computer science technical interviews can include various kinds of tasks...
- Particular question about a concept (like there would be on a quiz or exam on the topic in a course).
- Describe some concept (possibly with a whiteboard) - like the instructor of a course on the topic would do.
- Write code to solve a particular task (like there would be for a programming assignment for a course).
- Design a solution to a problem (a detailed outline, taking into account efficiency) - this is something that you will see instructors do in courses, but oftentimes students are not asked to do this very much in courses.
Some places to look at tasks like these...
- https://www.geeksforgeeks.org/most-asked-computer-science-subjects-interview-questions-in-amazon-microsoft-flipkart/
- https://www.interviewbit.com/computer-science-interview-questions/
- https://www.indeed.com/career-advice/interviewing/computer-science-interview-questions
- Programming problem sites - leetcode, hackerrank, ...