Skip to content

Commit e0f81fb

Browse files
authored
Interviewing in Guest Mode language & add point 4 (#295)
1 parent 964fe69 commit e0f81fb

File tree

1 file changed

+19
-15
lines changed

1 file changed

+19
-15
lines changed
Lines changed: 19 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
# Interviewing Candidates with Guest Mode
1+
# Interviewing Candidates in Guest Mode
22

3-
You can use Replit to conduct technical interviews. The Teams Pro guest feature lets you pair prorgram with candidates so you can work with them or observe them in real time.
3+
You can use Replit to conduct technical interviews. The Teams Pro guest feature lets you pair program with candidates so you can work with them or observe them in real time.
44

5-
This tutorial will provide a step-by-step guide on how to conduct a technical interview using Teams Pro. Watch the video or read the text below.
5+
In this tutorial, we'll show you step-by-step how to conduct a technical interview using Teams Pro. Watch the video or read the text below.
66

77
<div class="video-container" style="text-align: center;margin: 30px 0;">
88
<iframe width="560" height="315" src="https://www.youtube.com/embed/pOOdoXUu5SI" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe></div>
@@ -15,48 +15,52 @@ We'll cover how to:
1515
- Invite candidates
1616
- Observe candidates
1717

18-
## Step 1 - Create a repl
18+
## 1. Create a repl
1919

20-
To create an interview, you need to be in a team as an admin. See the documentation [here](/teams-pro/managing-teams) to find out how to create a team with Replit.
20+
To create a repl for an interview, you need to be a team admin. See the documentation [here](/teams-pro/managing-teams) to find out how to create a team with Replit.
2121

22-
Navigate to the 'Teams' page. Under the 'Team Repls' section click on the 'Create team repl' button and the following popup window will appear:
22+
Navigate to the "Teams" page. Under "Team Repls", click the "Create team repl" button and the following popup window will appear:
2323

2424
<img src="/images/teamsPro/interviewing-candidates-tutorial-images/create_interview_repl.png"
2525
alt="Creating a repl"
2626
style="width: 80% !important;"/>
2727

28-
You can choose the template language you will be using for the interview and choose a suitable name, then click the 'Create repl' button at the bottom.
28+
Choose the template language you will be using for the interview and give you repl a name, then click the 'Create repl' button.
2929

3030
Once the repl has been created, you will be able to add the relevant files required for the interview. In this example, we've put the instructions for the candidate to follow during the interview in the `main.py` file.
3131

3232
![interview challenge](/images/teamsPro/interviewing-candidates-tutorial-images/instructions.png)
3333

34-
## Step 2 - Invite candidates
34+
## 2. Invite candidates
3535

36-
Once you have written your challenges, you can invite candidates by clicking on the invite button on the top-right corner on the window.
36+
Once you have written your challenges, invite candidates by clicking on the "Invite" button in the top-right corner of the window.
3737

3838
<img src="/images/teamsPro/interviewing-candidates-tutorial-images/invite_members.png"
3939
alt="repl invitation"
4040
style="width: 90% !important;"/>
4141

42-
You can invite candidates by email directly or by you can generate a join link to share with candidates. Candidates will get a notification of the invite. They will need to sign up for a Replit account before they can accept the invite to the team repl.
42+
You can invite candidates by email or by generating a join link to share with them. Candidates will get a notification of the invite. They will need to sign up for a Replit account before they can accept the invitation.
4343

4444

4545
<img src="/images/teamsPro/interviewing-candidates-tutorial-images/notification.png"
4646
alt="invite notification"
4747
style="width: 60% !important;"/>
4848

49-
## Step 3 - Observe candidates
49+
## 3. Observe candidates
5050

51-
Once candidates join the interview, they will be able to access the challenges in the provided files (e.g. `main.py`) in read and write mode.
51+
Once candidates join the interview, they will be able to access the challenges in the provided files in read and write mode.
5252

53-
You as the interviewer can observe the candidates as they complete the challenges.
54-
55-
By clicking on the round icon next to the invite button on the top-right corner, you will be able to observe the candidate's repl and see as they work on their `main.py` file. The round icon, represents the candidate in the interview.
53+
You can observe the candidates as they complete the challenges. Click on the round icon next to the "Invite" button to observe the candidate's repl and watch them work on their `main.py` file.
5654

5755
![interview window](/images/teamsPro/interviewing-candidates-tutorial-images/interview_screen.gif)
5856

5957
Candidates can also view your IDE in the same way. This lets them see the changes you want them to make or new intructions you want to add.
6058

6159
![candidate_screen](/images/teamsPro/interviewing-candidates-tutorial-images/candidate_screen.png)
6260

61+
## 4. Remove candidate access
62+
63+
To remove candidates from interview repls so they cannot access the interview once it is complete, click on the "Invite" button. In the pop-up window, find the candidate’s name or email.
64+
65+
Click on the "X" next to their name and they will be removed from the interview and will no longer be able to access the link.
66+

0 commit comments

Comments
 (0)