๐Ÿงฐ Setup for Online Code Interview

Eng | ํ•œ๊ตญ์–ด

๐Ÿงฐ Setup for Code Interview #

for Windows #

Install chocolatey #

  • Install chocolatey
    • Install directly or open powershell console in admin mode and run the following command.
    • Open powershell terminal in admin mode
Set-ExecutionPolicy Bypass -Scope Process -Force; [System.Net.ServicePointManager]::SecurityProtocol = [System.Net.ServicePointManager]::SecurityProtocol -bor 3072; iex ((New-Object System.Net.WebClient).DownloadString('https://community.chocolatey.org/install.ps1'))
  • Install vscode
choco install vscode -confirm
refreshenv
  • Install vscode live share extension
code --install-extension MS-vsliveshare.vsliveshare
  • If code is not running, open a new cmd window.

for Mac/Linux #

  • Install vscode
  • Install vscode live share extension
    • Search for live share in Extensions and install it.

Participate in Code Interview #

  • Join the video conference with the google meet link provided.
  • Run vscode.
  • Click the Live Share icon in the left tab and click Join.
  • Click Continue as anonymous.
  • Enter a display name.
  • Enter the live share url provided.