Description
I encountered a behavior during a Medium Coding interview where the REACTO tracker marked the Test step as completed even though I had not run the test cases.
Before running the code, I verbally traced an edge case with the interviewer. After this discussion, the Test step was marked as completed.
Later, I told the interviewer that I could not think of any further optimizations and asked whether we could test the result. Instead of proceeding with code execution, the interviewer ended the interview and generated the final report.
I'm not sure whether verbal tracing alone is intended to satisfy the REACTO Test step.
Steps to Reproduce
- Start CodeTrial locally at
http://127.0.0.1:3000/.
- Start a Medium Coding interview.
- Progress through the REACTO workflow and complete the coding step.
- Do not run the test.
- Verbally trace or discuss an edge case with the interviewer.
- Observe that the Test step in the REACTO tracker is marked as completed.
- Response the interviewer that no further optimization can be found and ask to test the result.
- The interviewer ends the interview and proceeds to generate the final report without executing the code.
Expected Behavior
If verbal tracing is sufficient, the current behavior may be expected.
If the Test step is intended to require actual code execution, it should remain incomplete until the interviewee successfully runs the tests.
Actual Behavior
The Test step was marked as completed before the code was executed.
The generated interview report records the Test phase as observed based on candidate_speech after I verbally traced an edge case.
Then I explicitly asked whether we could test the result, but the interviewer instead concluded the interview and generated the final report.
Environment
- OS: Windows 11
- Architecture: x64
- Browser: Chrome
- Access method:
http://127.0.0.1:3000/
Description
I encountered a behavior during a Medium Coding interview where the REACTO tracker marked the Test step as completed even though I had not run the test cases.
Before running the code, I verbally traced an edge case with the interviewer. After this discussion, the Test step was marked as completed.
Later, I told the interviewer that I could not think of any further optimizations and asked whether we could test the result. Instead of proceeding with code execution, the interviewer ended the interview and generated the final report.
I'm not sure whether verbal tracing alone is intended to satisfy the REACTO Test step.
Steps to Reproduce
http://127.0.0.1:3000/.Expected Behavior
If verbal tracing is sufficient, the current behavior may be expected.
If the Test step is intended to require actual code execution, it should remain incomplete until the interviewee successfully runs the tests.
Actual Behavior
The Test step was marked as completed before the code was executed.
The generated interview report records the Test phase as
observedbased oncandidate_speechafter I verbally traced an edge case.Then I explicitly asked whether we could test the result, but the interviewer instead concluded the interview and generated the final report.
Environment
http://127.0.0.1:3000/