Upload Button Icon Add office photos

Filter interviews by

AccuKnox Python and Django Developer Interview Questions and Answers

Updated 19 Sep 2024

AccuKnox Python and Django Developer Interview Experiences

1 interview found

Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via LinkedIn and was interviewed in Aug 2024. There were 2 interview rounds.

Round 1 - Assignment 

Django signals and custom class in python .
Django signals topic had 3 questions to be solved

Round 2 - HR 

(2 Questions)

  • Q1. Introduce yourselves and why you chose Accuknox
  • Ans. 

    We are experienced Python and Django developers who chose Accuknox for its innovative projects and collaborative work environment.

    • Experienced in Python and Django development

    • Chose Accuknox for its innovative projects

    • Attracted to the collaborative work environment

  • Answered by AI
  • Q2. Tell us about your passion
  • Ans. 

    My passion lies in creating innovative solutions through coding and problem-solving.

    • I enjoy tackling complex coding challenges and finding efficient solutions.

    • I love experimenting with new technologies and frameworks to enhance my skills.

    • I find satisfaction in building user-friendly applications that make a positive impact.

    • I actively participate in coding communities and open-source projects to contribute and learn fro

  • Answered by AI

Interview questions from similar companies

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
6-8 weeks
Result
Not Selected

I applied via LinkedIn and was interviewed in Aug 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

It was easy. Coding was also a part of the assessment.

Round 2 - One-on-one 

(5 Questions)

  • Q1. Palindrome or not
  • Q2. A problem related to Matrix
  • Q3. OOPS related coding question
  • Q4. To develop a flask application which handles the requests.
  • Ans. 

    Flask is a lightweight web framework for Python that allows you to easily handle HTTP requests.

    • Create a Flask application by importing the Flask class

    • Define routes using the @app.route decorator

    • Handle different types of requests (GET, POST, etc.) using route functions

    • Return responses using the jsonify function for JSON data

    • Run the Flask application using the app.run() method

  • Answered by AI
  • Q5. An application based on django

Interview Preparation Tips

Topics to prepare for Turing Python Developer Intern interview:
  • Django
  • Flask
  • Palindrome
  • Matrix manipulation

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
-
Result
-
Round 1 - Coding Test 

The entire L1 discussion (with Bar Raiser AI) was divided into three phases -
1. Online coding test - A question related to Object Oriented Programming was given (two classes).
2. Verbal Questions regarding Python Multithreading limitations, decorators, testing (unit testing and integration testing) were asked for.
3. This third phase is unique to Turing wherein we are given a conversation between a user and a AI bot regarding a Python problem's solution. The AI itself suggests two solutions for the problem, and we are asked to judge which amongst the two responses is better and why.

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Naukri.com and was interviewed in Aug 2024. There was 1 interview round.

Round 1 - Coding Test 

Given a problem on OOPS concept.

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Moderate level coding test is conducted

Round 2 - Coding Test 

Advanced level coding is given to solve

Round 3 - HR 

(1 Question)

  • Q1. Introduce about myself
  • Ans. 

    Experienced Python Developer with a passion for creating efficient and scalable solutions.

    • Over 5 years of experience in Python development

    • Strong knowledge of Python frameworks such as Django and Flask

    • Proficient in database management with SQL and NoSQL databases

    • Familiar with front-end technologies like HTML, CSS, and JavaScript

    • Experience in developing RESTful APIs and integrating third-party services

    • Strong problem-solv...

  • Answered by AI
Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Campus Placement and was interviewed in Dec 2023. There were 3 interview rounds.

Round 1 - Coding Test 

Basic python program question to solve in their site

Round 2 - Case Study 

To differentiate given two and explain which is efficient

Round 3 - Aptitude Test 

General aptitude and mcq questions

Interview Preparation Tips

Interview preparation tips for other job seekers - develop your skills in one particular domain and make knowledge other domain you are inrested
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Referral and was interviewed in May 2023. There were 3 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Keep your resume crisp and to the point. A recruiter looks at your resume for an average of 6 seconds, make sure to leave the best impression.
View all tips
Round 2 - Coding Test 

The first step is to pass successfully for different tech stacks.

Round 3 - Technical 

(2 Questions)

  • Q1. Please preview your work experience history after you have passed all challenges and I would recommend checking your availability.
  • Q2. Can you summarize your work experience and a key accomplishment in each role?
Interview experience
3
Average
Difficulty level
Hard
Process Duration
2-4 weeks
Result
No response

I was interviewed before Nov 2023.

Round 1 - Coding Test 

Turings inbuilt platform to write functions of a python code

Round 2 - One-on-one 

(2 Questions)

  • Q1. Write a program to where a robber should be able to rob max amount of money from 9 houses, alarm will ring if 2 consecutive houses are robbed
  • Ans. 

    Program to maximize money from robbing 9 houses without triggering alarm for consecutive robberies

    • Create a list of money in each house

    • Use dynamic programming to keep track of maximum money robbed without triggering alarm

    • Consider robbing or skipping each house based on previous robberies

    • Example: houses = [10, 20, 15, 25, 10, 30, 50, 5, 40]

  • Answered by AI
  • Q2. What is a recursive function
  • Ans. 

    A recursive function is a function that calls itself within its definition.

    • A recursive function must have a base case to prevent infinite recursion.

    • Recursion can be used to solve problems that can be broken down into smaller, similar subproblems.

    • Example: Factorial calculation using recursion: def factorial(n): return 1 if n == 0 else n * factorial(n-1)

  • Answered by AI
Interview experience
3
Average
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
-

I was interviewed before Feb 2024.

Round 1 - Coding Test 

Leetcode medium problem

Round 2 - One-on-one 

(2 Questions)

  • Q1. Fibonacci series
  • Q2. Bubble sort
Round 3 - HR 

(1 Question)

  • Q1. Basic HR questions

I was interviewed in Oct 2019.

Interview Questionnaire 

2 Questions

  • Q1. My self rohit majaganvi i stay in belgaum and i am fresher to this job and overall jobs i am interested in solving problems it may be technical or non technical.
  • Q2. I really didn't saw that scoopwoop project but if i will check it once then i will try to explain it

Interview Preparation Tips

Interview preparation tips for other job seekers - its quiet good for who cant speak english but he can read write it

AccuKnox Interview FAQs

How many rounds are there in AccuKnox Python and Django Developer interview?
AccuKnox interview process usually has 2 rounds. The most common rounds in the AccuKnox interview process are Assignment and HR.

Tell us how to improve this page.

AccuKnox Python and Django Developer Interview Process

based on 1 interview

Interview experience

1
  
Bad
View more

Interview Questions from Similar Companies

Swiggy Interview Questions
3.8
 • 430 Interviews
Udaan Interview Questions
4.0
 • 335 Interviews
Meesho Interview Questions
3.7
 • 329 Interviews
CARS24 Interview Questions
3.6
 • 325 Interviews
Zepto Interview Questions
3.5
 • 199 Interviews
Blinkit Interview Questions
3.7
 • 179 Interviews
BlackBuck Interview Questions
3.8
 • 172 Interviews
Tata 1mg Interview Questions
3.7
 • 146 Interviews
Digit Insurance Interview Questions
4.0
 • 141 Interviews
Paisabazaar.com Interview Questions
3.4
 • 138 Interviews
View all

AccuKnox Python and Django Developer Reviews and Ratings

based on 3 reviews

1.9/5

Rating in categories

3.1

Skill development

2.3

Work-life balance

1.6

Salary

1.6

Job security

2.2

Company culture

1.3

Promotions

1.9

Work satisfaction

Explore 3 Reviews and Ratings
Software Engineer
19 salaries
unlock blur

₹3.5 L/yr - ₹7.8 L/yr

Python Developer
6 salaries
unlock blur

₹10 L/yr - ₹14 L/yr

Devops Engineer
6 salaries
unlock blur

₹3 L/yr - ₹6 L/yr

Software Developer
4 salaries
unlock blur

₹3 L/yr - ₹14 L/yr

Associate DevOps Engineer
4 salaries
unlock blur

₹3 L/yr - ₹4.7 L/yr

Explore more salaries
Compare AccuKnox with

CyberArk

3.9
Compare

Gen

4.0
Compare

Palo Alto Networks

3.8
Compare

FireEye

4.3
Compare
Did you find this page helpful?
Yes No
write
Share an Interview