i
Neoistone
Filter interviews by
I applied via Company Website and was interviewed in Aug 2022. There were 2 interview rounds.
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'...
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...
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.
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.
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
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
Top trending discussions
Create a hero section for website
posted on 11 Sep 2023
I applied via Walk-in and was interviewed in Aug 2023. There were 4 interview rounds.
Section 1. 10 questions aptitude
section 2. 10 oops questions based on c++
section 3. comprehension
section 4. 10 questions English grammar
One coding question. it's like two lines of question, understand the question and write the code using any programming language.
Coding test was on reactjs and html
posted on 3 Aug 2022
I applied via Recruitment Consulltant and was interviewed before Aug 2021. There were 2 interview rounds.
Hospital management syatem
Check the coding and databases connection and validations
I applied via Naukri.com and was interviewed in Apr 2023. There was 0 interview round.
posted on 15 Feb 2023
It have oops, basic java in the question paper
I was rejected in previous round so prepared well and try
I applied via Walk-in
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...
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...
based on 1 interview experience
Difficulty level
Duration
GrapplTech
Infotact Solutions
Wilco Source
Vizlogic Digital Solutions