Skip to content

rjankit/InterCode

 
 

Repository files navigation

                                                      InterCode  

Description :    InterCode is an application that takes Telephonic Technical Interviews to  next level, by allowing Interviewer and Interviewee to work on the same  Code Editor window simultaneously and be able to compile and run the  code to check the correctness.  Basic Features :   

  1. Both are able to communicate with each other by sending and  receiving messages (in a separate conversation tab). 
  2. The interviewer can enter details about the candidate in the database. 
  3. They both are able to work on the same editor window  simultaneously (typing in one directly changes the other’s code). 
  4. Both are able to compile and run C, C++, Java codes. 
  5. The application precisely displays compile and runtime errors  and output for a given set of inputs.
  6. Options like Find and Replace (provide an option for regex) are implemented.
  7. Keyword highlight according to the language selected. 
  8. Change font size and style in editor. 
  9. Show line number in the editor. 
  10. The interviewer is able to give a question to the Interviewee  for him to solve. 
  11. After interview Interviewer can rate and score the student and the  result is saved. 
  12. Details of best of all the candidates can be fetched.   

Advanced Features : 

  1. The interviewer is provided with a timer to keep a track of the  solving speed of the student. 
  2. The interviewer can write detailed notes regarding the performance  of the student (timer and notes visible to interviewer only). 
  3. In case the candidate tries to cheat by opening another window (of  another application may be a browser) then notify the interviewer and  send the screenshot of candidates’ desktop to him.
  4. Provide Auto-indentation for the code.
  5. Auto-complete is possible which suggests a list of possible  words when ctrl+space is entered. (Tri to optimise) 

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 99.6%
  • Other 0.4%