DataStructures-and-Algorithms

Interview 02

Determine if a string is full of unique characters

Specifications

Feature Tasks

Stretch Goal

If they solve this question too quickly, increase the difficulty by saying that the sentance is case sensitive. (i.e. “A” and “a” are not the same. )

Structure

Familiarize yourself with the grading rubric, so you know how to score the interview.

Look for effective problem solving, efficient use of time, and effective communication with the whiteboard space available.

Every solution might look a little different, but the candidate should be able to test their solution with different inputs to verify correctness.

Assign points for each item on the Rubric, according to how well the candidate executed on that skill.

Add up all the points at the end, and record the total at the bottom of the page.

Example

Input Output
The quick brown fox jumps over the lazy dog FALSE
I love cats TRUE
Donald the duck FALSE

Documentation

Record detailed notes on the rubric, to share with the candidate when the interview is complete.