Python Developer applicants have rated the interview process at Securin with 3.3 out of 5 (where 5 is the highest level of difficulty) and assessed their interview experience as 75% positive. To compare, the company-average is 47.7% positive. This is according to Glassdoor user ratings.
Candidates applying for Python Developer roles take an average of 1 day to get hired, when considering 4 user submitted interviews for this role. To compare, the hiring process at Securin overall takes an average of 24 days.
Common stages of the interview process at Securin as a Python Developer according to 4 Glassdoor interviews include:
One on one interview: 33%
Skills test: 33%
Phone interview: 33%
Here are the most commonly searched roles for interview reports -
The First round comprises app development using Python, and we were asked to build an application from scratch. We are allowed to browse and learn content from websites, but copying and pasting content from websites or using AI is strictly prohibited. The total duration of the process is 3 hours, but if we have made some valid progress and are unable to complete means they will give some extra time.
I applied through university. I interviewed at Securin (Chennai)
Interview
first round - backed using json for 5 -6 hours and have to create two api. one for min , max filter and another for filter and should also create frontned for the question
The process took 1 day. I interviewed at Securin (Chennai) in Jun 2024
Interview
I recently gave an interview at Securin in Chennai for the role of Python Developer. Here’s how it went:
The interview focused heavily on my Python proficiency, especially in areas like data structures, algorithms, and Python frameworks.
I was asked about my experience with Python libraries commonly used in development, such as Pandas, NumPy, and Flask/Django.
The interview included coding challenges where I had to demonstrate my ability to write efficient and clean code.
There was a discussion around my previous projects, particularly those involving AI or software engineering, to evaluate how I apply Python in real-world situations.
They also assessed my problem-solving approach and how I handle practical challenges while developing solutions.
It was a technical and hands-on interview aimed at gauging my expertise in Python development.
However, despite my efforts, I was unfortunately rejected. Although the result was disappointing, I see this as a learning experience that will help me improve and prepare for future opportunities.
Interview questions [1]
Question 1
What is a decorator in Python?
Can you show how to create and apply a simple decorator?
How do you apply multiple decorators to a single function?