Class Central is learner-supported. When you buy through links on our site, we may earn an affiliate commission.

Udacity

Technical Interview

Pramp via Udacity

Overview

Are you ready to conquer your next interview? To succeed, you need to understand the expectations.
Virtually all technical interviews follow a very set pattern: you get asked a very specific type of question, you're required to have very specific knowledge, and you're expected to answer—and interact with your interviewer—in a very particular way. Knowing this in advance, and preparing accordingly, is the key to success.

This course was designed to give you what you need to ace a technical interview. Included are:

  • videos that walk you through the algorithms and data structures concepts commonly asked in technical interviews
  • an explanation of efficiency, and an explanation of how it relates to topics covered throughout the class
  • practice problems and quizzes to test your understanding
  • a mock interview with a breakdown explaining how interviewers expect you to explain your thought process
  • curated links to outside resources, including a special link to live practice interviewing with other Udacity students on Pramp
  • if you’re a Nanodegree student, a final project where you can answer interview questions and get feedback from a trained reviewer.

The goal of this course is to prepare you for a real technical interview, so we focus on the material you'll actually be expected to do.



Why Take This Course?

This course provides an introduction to topics that often show up on technical interviews. It is aimed at students who have never taken a course in algorithms and data structures, but want to learn the material. It can also be used to refresh on these topics for those who have seen them before. In addition to video explanations, there are plenty of examples and discussions of the intricacies of different approaches.

This course is distinct from other similar offerings on Udacity. It is a precursor to the "Intro to Algorithms" course, and complimentary to the Interviewing Course listed in most career-focused Nanodegrees. This course is focused on explaining the technical content that show up in interviews, while the other course is more centered on behavioral questions and how to act in an interview.

Syllabus

Introduction and Efficiency

  • Start off with a basic introduction to topics covered in this course and the overall content structure, including an explanation of expected Python knowledge.
  • Then, dive in with the definition of efficiency in a computer science context, as well as an explanation of the notation commonly used to describe efficiency. Practice describing efficiency from code snippets.

List-Based Collections

  • Learn the formal definition of a list in computer science, and see definitions and examples of list-based data structures, arrays, linked lists, stacks, and queues.
  • Examine the efficiency of common list methods, and practice using and manipulating these data structures.

Searching and Sorting

  • Explore how to search and sort with list-based data structures, including binary search and bubble, merge, and quick sort. Examine the efficiency of each and learn how to use recursion in searching and sorting.
  • See and write examples of these methods, as well as more sorting algorithms like insertion sort.

Maps and Hashing

  • Understand the concepts of sets, maps (dictionaries), and hashing. Examine common problems and approaches to hashing, and practice with examples of hash tables and hash maps.

Trees

  • Learn the concepts and terminology associated with tree data structures. Investigate common tree types, such as binary search trees, heaps, and self-balancing trees.
  • See examples of common tree traversal techniques, examine the efficiency of traversals and common tree functions, and practice manipulating trees.

Graphs

  • Examine the theoretical concept of a graph and understand common graph terms, coded representations, properties, traversals, and paths.
  • Practice manipulating graphs and determining the efficiency associated with graphs.

Case Studies in Algorithms

  • Explore famous computer science problems, specifically the Shortest Path Problem, the Knapsack Problem, and the Traveling Salesman Problem.
  • Learn about brute-force, greedy, and dynamic programming solutions to such problems.

Technical Interviewing Techniques

  • Learn about the "algorithm" for answering common technical interviewing questions. See how to clarify and explain practice interview questions using the concepts taught in this course, and get tips for giving interviewers exactly what they’re looking for in an interview.

Practice Interview

  • Use Pramp to meet with another Udacity student and get live technical interview practice.

Reviews

5.0 rating, based on 1 Class Central review

Start your review of Technical Interview

  • An outstanding class! This is an absolute must for those of us who didn't take a traditional Computer Science program (like myself) but want to do Computer Science work!

Never Stop Learning.

Get personalized course recommendations, track subjects and courses with reminders, and more.

Someone learning on their laptop while sitting on the floor.