i
Innominds Software
Filter interviews by
I was interviewed before Apr 2021.
Round duration - 60 minutes
Round difficulty - Medium
Technical Interview round with questions on Python and Web Services mainly.
Immutable Objects : These are of in-built types like int, float, bool, string, unicode, tuple. In simple words, an immutable object can’t be changed after it is created.
Mutable Objects : These are of type list, dict, set . Custom classes are generally mutable.
To summarise the difference, mutable objects can change their state or contents and immutable objects can’t change their state or content.
SOAP stands for Simple Object Access Protocol whereas REST stands for Representational State Transfer.
SOAP is a protocol whereas REST is an architectural pattern.
SOAP uses service interfaces to expose its functionality to client applications while REST uses Uniform Service locators to access to the components on the hardware device.
SOAP needs more bandwidth for its usage whereas REST doesn’t need much bandwidth.
Compari...
Method overriding is an ability of any object-oriented programming language that allows a subclass or child class to provide a specific implementation of a method that is already provided by one of its super-classes or parent classes. When a method in a subclass has the same name, same parameters or signature and same return type(or sub-type) as a method in its super-class, then the method in the subclass is said to ov...
Round duration - 60 minutes
Round difficulty - Easy
Technical Interview round with questions on Python and Django mainly.
Flask provides support for API while Django doesn’t have any support for API.
Flask does not support dynamic HTML pages and Django offers dynamic HTML pages.
Flask is a Python web framework built for rapid development whereas Django is built for easy and simple projects.
Flask offers a diversified working style while Django offers a Monolithic working style.
URL dispatcher of the Flask web framework is a RESTful request on...
Django is based on MVT (Model-View-Template) architecture. MVT is a software design pattern for developing a web application.
MVT Structure has the following three parts –
Model: The model is going to act as the interface of your data. It is responsible for maintaining data. It is the logical data structure behind the entire application and is represented by a database (generally relational databases such as ...
1. JSON is JavaScript Object Notation. XML is Extensible markup language
2. JSON is based on JavaScript language. XML is derived from SGML.
3. JSON is a way of representing objects. xml is a markup language and uses tag structure to represent data items.
4. JSON does not provides any support for namespaces. XML supports namespaces.
5. JSON supports array. XML doesn’t supports array.
6. JSON files are very easy to read as co...
Tip 1 : Must do Previously asked Interview as well as Online Test Questions.
Tip 2 : Go through all the previous interview experiences from Codestudio and Leetcode.
Tip 3 : Do at-least 2 good projects and you must know every bit of them.
Tip 1 : Have at-least 2 good projects explained in short with all important points covered.
Tip 2 : Every skill must be mentioned.
Tip 3 : Focus on skills, projects and experiences more.
Top trending discussions
I applied via campus placement at Vellore Institute of Technology (VIT) and was interviewed before Aug 2022. There were 4 interview rounds.
General Aptitude question and english Verbels
posted on 27 May 2024
List is a built-in Python data structure that can hold elements of different data types, while Array is a data structure from the NumPy library that can hold elements of the same data type.
List is a dynamic array that can grow or shrink in size, while Array has a fixed size.
List can hold elements of different data types, while Array can only hold elements of the same data type.
List is a part of Python's standard librar...
DRF provides JSON, BrowsableAPI, TemplateHTML, and AdminRenderer classes for rendering responses.
JSONRenderer: Renders data in JSON format.
BrowsableAPIRenderer: Renders data in a browsable HTML format with forms for interacting with the API.
TemplateHTMLRenderer: Renders data using a specified template in HTML format.
AdminRenderer: Renders data in a format suitable for Django admin interface.
Method Resolution Order (MRO) is the order in which classes are searched for a method or attribute in Python.
MRO is determined by the C3 linearization algorithm in Python.
It follows a depth-first left-to-right traversal of the class hierarchy.
MRO is important in multiple inheritance scenarios to resolve method conflicts.
Example: class A: pass class B(A): pass class C(A): pass class D(B, C)
Class method is bound to the class itself, while static method is not bound to any specific instance or class.
Class method takes 'cls' as the first parameter, allowing access to class variables and methods.
Static method does not take any special parameters and does not have access to class or instance variables.
Class method can be called on both the class and instances of the class.
Static method is mainly used for util...
Transactions in SQL are a way to ensure data integrity by grouping multiple SQL statements into a single unit of work.
Transactions help maintain the ACID properties (Atomicity, Consistency, Isolation, Durability) of a database.
They allow multiple SQL statements to be executed as a single unit, either all succeeding or all failing.
Transactions can be started with BEGIN TRANSACTION, COMMIT to save changes, or ROLLBACK to...
I applied via Approached by Company and was interviewed in May 2024. There was 1 interview round.
Decorators in Python are functions that modify the behavior of other functions or methods.
Decorators are used to add functionality to existing functions without modifying their code.
Types of decorators in Python include function decorators, class decorators, and method decorators.
Example: @staticmethod and @classmethod are built-in decorators in Python.
I applied via Naukri.com and was interviewed in Jan 2024. There was 1 interview round.
I applied via campus placement at Vellore Institute of Technology (VIT) and was interviewed before Aug 2022. There were 4 interview rounds.
General Aptitude question and english Verbels
Senior Software Engineer
443
salaries
| ₹7.5 L/yr - ₹28 L/yr |
Software Engineer
421
salaries
| ₹4 L/yr - ₹14 L/yr |
Senior Engineer
215
salaries
| ₹6 L/yr - ₹25 L/yr |
Associate Software Engineer
162
salaries
| ₹2.3 L/yr - ₹8.1 L/yr |
Engineer
156
salaries
| ₹3 L/yr - ₹13.2 L/yr |
Persistent Systems
LTIMindtree
Mphasis
TCS