Skip to content

Created a tool can be used by students and early career professionals as a comprehensive resource to revise their technical and non-technical interviewing skills.

Notifications You must be signed in to change notification settings

GKD-stack/Tech_Interview_Tool

Repository files navigation

Data Science Interview Tool

  • This tool can be used by students and early career professionals as a comprehensive resource to revise their technical and non-technical interviewing skills.

SQL Practice Tool

Files needed:

To run a session of the SQL Practice Tool, open a Terminal or a Jupyter Notebook in the same directory as the above files and run the below code:

from sql_session import *
SQLSession('your-username-here')

You should see some printed output and will be prompted to enter in some input.

Python Practice Tool

Files needed:

To run a session of the Python Practice Tool, open a Terminal or a Jupyter Notebook in the same directory as the above files and run the below code:

from ds_algo_gpt3.py import *
PythonCodingSession('your-username-here')

You should hee see printed output and will be prompted to enter in some input.

Behavorial Interview Practice Tool

Files needed:

  • chatbot_to_submit.py
    • Please enter in your OpenAI API key near the top of the file
  • [your_resume.pdf]

To run a session of the Python Practice Tool, open a Terminal or a Jupyter Notebook in the same directory as the above files and run the below code:

from chatbot_to_submit.py import *
behavorial_questions()

You should see some printed output and will be prompted to enter in some input.

About

Created a tool can be used by students and early career professionals as a comprehensive resource to revise their technical and non-technical interviewing skills.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •