You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
4
4
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.
<iframewidth="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:
15
15
- Invite candidates
16
16
- Observe candidates
17
17
18
-
## Step 1 - Create a repl
18
+
## 1. Create a repl
19
19
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.
21
21
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:
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.
29
29
30
30
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.
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.
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.
52
52
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.
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.
0 commit comments