Upload Button Icon Add office photos
Engaged Employer

i

This company page is being actively managed by Neoistone Team. If you also belong to the team, you can get access from here

Neoistone Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Neoistone Python and Django Developer Interview Questions and Answers

Updated 7 Feb 2023

Neoistone Python and Django Developer Interview Experiences

1 interview found

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Company Website and was interviewed in Aug 2022. There were 2 interview rounds.

Round 1 - Technical 

(5 Questions)

  • Q1. Explain About Django Architecture
  • Ans. 

    Django follows Model-View-Controller (MVC) architectural pattern.

    • Django has three core components: Model, View, and Template.

    • Model: Defines the database schema and handles data manipulation.

    • View: Handles user requests and returns responses.

    • Template: Renders the HTML pages.

    • Django also has middleware, which is a way to add extra functionality to the request/response process.

    • Django's URL routing maps URLs to views.

    • Django'...

  • Answered by AI
  • Q2. Explain the Django project directory structure
  • Ans. 

    Django project directory structure organizes files and folders in a specific way.

    • The project root directory contains manage.py file and project settings file.

    • Apps are created inside the project directory.

    • Static files are stored in a 'static' directory.

    • Templates are stored in a 'templates' directory.

    • Migrations are stored in a 'migrations' directory.

    • Media files are stored in a 'media' directory.

    • Virtual environment is cre...

  • Answered by AI
  • Q3. What are models in Django
  • Ans. 

    Models are the blueprints for creating database tables in Django.

    • Models define the structure of the data and the relationships between them.

    • They are defined in a models.py file within an app.

    • They can be used to create, read, update, and delete data from the database.

    • Fields in a model represent columns in the database table.

    • Models can have methods to perform custom actions on the data.

  • Answered by AI
  • Q4. What are view in Django
  • Ans. 

    Views are functions that handle HTTP requests and return HTTP responses in Django.

    • Views are the heart of Django web application.

    • They receive requests from clients and return responses.

    • Views can be written as functions or classes.

    • They can render HTML templates or return JSON data.

    • Views can also handle form submissions and perform database operations.

  • Answered by AI
  • Q5. Is it possible use multiple database in Django
  • Ans. 

    Yes, Django supports multiple databases.

    • Django allows defining multiple databases in settings.py

    • Each database can have its own settings like engine, name, user, password, etc.

    • Models can be assigned to specific databases using 'using' attribute

    • Queries can be executed on specific databases using 'using' method

  • Answered by AI
Round 2 - Coding Test 

Basically Neoistone is outsourcing and hosting company. one of neoistone member ask to me in code test round. show example build reports api collected data from multiple database generate reports. example one database in mysql another database in oracle using django in this code test learn some new topic in django example build apis and security database design real time application working flow etc.. it's take 1hrs round two rounds in two days

Interview Preparation Tips

Topics to prepare for Neoistone Python and Django Developer interview:
  • Python
  • Django
  • Linux
Interview preparation tips for other job seekers - good company for newbies learn so much stuff in neoistone

Skills evaluated in this interview

Top trending discussions

View All
Interview Tips & Stories
1w (edited)
a team lead
Why are women still asked such personal questions in interview?
I recently went for an interview… and honestly, m still trying to process what just happened. Instead of being asked about my skills, experience, or how I could add value to the company… the questions took a totally unexpected turn. The interviewer started asking things like When are you getting married? Are you engaged? And m sure, if I had said I was married, the next question would’ve been How long have you been married? What does my personal life have to do with the job m applying for? This is where I felt the gender discrimination hit hard. These types of questions are so casually thrown at women during interviews but are they ever asked to men? No one asks male candidates if they’re planning a wedding or how old their kids are. So why is it okay to ask women? Can we please stop normalising this kind of behaviour in interviews? Our careers shouldn’t be judged by our relationship status. Period.
Got a question about Neoistone?
Ask anonymously on communities.

Interview questions from similar companies

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Don’t add your photo or details such as gender, age, and address in your resume. These details do not add any value.
View all tips
Round 2 - Assignment 

Create a hero section for website

Python and Django Developer Interview Questions Asked at Other Companies

Q1. What happens when you enter a URL in the Chrome URL bar?
Q2. How do you optimize the performance of a Django application?
asked in DataTerrain
Q3. How can you fetch API data in Django from a server using paramete ... read more
Q4. Which are all the design patterns used in the Django? Explain MVC ... read more
Q5. What is the difference between the `get` and `filter` methods in ... read more
Interview experience
3
Average
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
-

I applied via Walk-in and was interviewed in Aug 2023. There were 4 interview rounds.

Round 1 - Aptitude Test 

Section 1. 10 questions aptitude
section 2. 10 oops questions based on c++
section 3. comprehension
section 4. 10 questions English grammar

Round 2 - Coding Test 

One coding question. it's like two lines of question, understand the question and write the code using any programming language.

Round 3 - One-on-one 

(1 Question)

  • Q1. General technical questions
Round 4 - One-on-one 

(1 Question)

  • Q1. General resume based questions.
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - HR 

(1 Question)

  • Q1. Asked about the previous job experience and area of interest like frontend or backend
Round 2 - Coding Test 

Coding test was on reactjs and html

Round 3 - One-on-one 

(1 Question)

  • Q1. Asked about all the react concepts in detail
Round 4 - Technical 

(1 Question)

  • Q1. Javascript basics were asked

I applied via Recruitment Consulltant and was interviewed before Aug 2021. There were 2 interview rounds.

Round 1 - Assignment 

Hospital management syatem

Round 2 - Coding Test 

Check the coding and databases connection and validations

Interview Preparation Tips

Interview preparation tips for other job seekers - They should be learn many languages for best create coding in projects
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed in Apr 2023. There was 0 interview round.

  • Q1. Stick to the basics, comman questions are given to solve.
  • Q2. Try to be interactive. Share your knowledge and experience.
  • Q3. Stick to basics, be good in syntax and be confident while answering
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Don’t add your photo or details such as gender, age, and address in your resume. These details do not add any value.
View all tips
Round 2 - Aptitude Test 

It have oops, basic java in the question paper

Round 3 - Coding Test 

I was rejected in previous round so prepared well and try

Interview Preparation Tips

Interview preparation tips for other job seekers - Opps, basics of Java need,Prepare well and try your best
Are these interview questions helpful?

I applied via Walk-in

Interview Questionnaire 

4 Questions

  • Q1. Explain spring MVC
  • Q2.  Explain object oriented concept
  • Q3.  Lifecycle or IOC container
  • Q4. What is exceptional handling

Interview Preparation Tips

Interview preparation tips for other job seekers - Make sure you have good knowledge of core java.
And spring MVC ,JDBC, REST API
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
  • Q1. What are some key considerations for designing RESTful APIs and how do you handle error response in Node.js?
  • Ans. 

    Key considerations for RESTful API design include resource identification, statelessness, and error handling strategies.

    • Use meaningful resource URIs (e.g., /users, /products).

    • Implement HTTP methods correctly: GET for retrieval, POST for creation, PUT for updates, DELETE for removal.

    • Ensure statelessness: each request should contain all necessary information.

    • Use appropriate status codes (e.g., 200 for success, 404 for no...

  • Answered by AI
  • Q2. How would you design a scalable backend architecture for a learning management system with millions of users, ensuring performance, reliability and data security?
  • Ans. 

    Designing a scalable backend for a learning management system requires careful planning for performance, reliability, and security.

    • Use microservices architecture to allow independent scaling of components like user management, course content, and analytics.

    • Implement load balancers to distribute traffic evenly across servers, ensuring no single point of failure.

    • Utilize a cloud provider (e.g., AWS, Azure) for auto-scalin...

  • Answered by AI
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
  • Q1. Basic React JS
  • Q2. Basic Frontend and backend

Neoistone Interview FAQs

How many rounds are there in Neoistone Python and Django Developer interview?
Neoistone interview process usually has 3 rounds. The most common rounds in the Neoistone interview process are Resume Shortlist, Technical and Coding Test.
What are the top questions asked in Neoistone Python and Django Developer interview?

Some of the top questions asked at the Neoistone Python and Django Developer interview -

  1. is it possible use multiple database in Dja...read more
  2. Explain the Django project directory struct...read more
  3. What are view in Dja...read more

Tell us how to improve this page.

Overall Interview Experience Rating

5/5

based on 1 interview experience

Difficulty level

Moderate 100%

Duration

Less than 2 weeks 100%
View more

Interview Questions from Similar Companies

GrapplTech Interview Questions
4.8
 • 13 Interviews
Socure India Interview Questions
3.9
 • 7 Interviews
SynthWeb Interview Questions
5.0
 • 6 Interviews
EffiaSoft Interview Questions
3.9
 • 5 Interviews
View all
Compare Neoistone with

GrapplTech

4.8
Compare

Infotact Solutions

4.5
Compare

Wilco Source

3.5
Compare

Vizlogic Digital Solutions

4.6
Compare
write
Share an Interview