I’m sharing my interview experience for CGI for the role of senior backend developer. I’m having 10 years of experience.
They are looking for an immediate to 30-day joiner.
This interview was for the experienced Python and Django developer job role. This interview went on for almost 45 minutes. The mode of an interview was online on Team Meet.
The interview started with an introduction. In the introduction, talk about your education, working experience, and technical skills.
After that one of the interviewers panel explained to me the project they were building. They are hiring a Python developer for the same project.
Here are the questions they asked me in the interview.
You have to write and execute code in the online Python compiler.
Then he asked starting questions related to Django.
Answer: Here is the simple command.
python manage.py createsuperuser
manage.py
?Answer:
We can start the server using runserver
command.
python manage.py runserver
We can do the database migration like creating migration and applying migrations to the database.
python manage.py makemigrations python manager.py migrate
Answer: I explained to him that, we are using FastAPI. Why FastAPI is our preferred choice over Django for the current project.
Other questions that I remember:
Unfortunately, I did not receive the offer from CGI.
Editor’s Note: This experience and CGI Interview Questions for Python and Django Developer are shared by the candidate Nitin Raj. We wish him all the best for his future.