RIOT Walk Flashcards

1
Q

R in RIOT Walk

A

First, just restate the problem back. Use your own wording, not the word for word description given. Demonstrate that you understand the problem. Take the opportunity to ask clarifying questions - your interviewer will nod, contribute details, correct your description or otherwise reveal additional information.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

IO in RIOT Walk

A

State a few inputs with their outputs. “For the IsOdd function, if I pass in 3, I expect true. For 6, I expect false. Am I thinking about this right?

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

T in RIOT Walk

A

Now you can channel your inner ETG (Evil Test Genius). In the whiteboard corner, list all the off-the-wall input parameters you can think of: negatives, non-integers, empty arrays, string instead of arrrays, really huge inputs, miraculously unlikely inputs, inputs that break the rules, missing parameters.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly