- Basic Interview questions
- Introduce yourself
- Where do you see yourself in 5 years
- Your strength and weekness
- Why should we hire you
- What are your salary expectation
- why did you choose this company
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # commands to run in ubuntu 24.04 | |
| # basic | |
| sudo apt-get update -y | |
| sudo apt-get install -y build-essential libssl-dev libffi-dev curl git | |
| # python | |
| sudo apt-get install python3-pip -y | |
| sudo apt update -y | |
| sudo apt install pipx -y |