i
Navigators Software
Filter interviews by
I applied via Recruitment Consulltant and was interviewed in Aug 2024. There was 1 interview round.
List is mutable and can be changed, while tuple is immutable and cannot be changed.
List can be modified using methods like append, remove, and pop.
Tuple elements cannot be changed once assigned.
Lists are denoted by square brackets [], while tuples are denoted by parentheses ().
A decorator is a design pattern in object-oriented programming that allows behavior to be added to individual objects, either statically or dynamically, without affecting the behavior of other objects.
Decorators are used to modify the behavior of functions or classes without changing their source code.
They are often used for adding functionalities like logging, caching, or authentication to existing code.
In Python, dec...
I applied via Company Website and was interviewed in Jan 2024. There was 1 interview round.
Generators are functions that allow you to iterate over a sequence of items without storing them all in memory. Decorators are functions that modify the behavior of other functions.
Generators in Python are created using the yield keyword, allowing you to iterate over a sequence of items one at a time.
Generators are memory efficient as they do not store all items in memory at once.
Decorators in Python are functions that...
SQL databases are relational databases with structured data and predefined schema, while No-SQL databases are non-relational databases with flexible schema and unstructured data.
SQL databases use structured query language for defining and manipulating data, while No-SQL databases use various query languages like JSON or XML.
SQL databases have predefined schema, which means the structure of the data must be defined befo...
I applied via Referral and was interviewed in Apr 2024. There was 1 interview round.
RNNs are used for sequential data while LSTMs are better for long-term dependencies.
Use RNNs for tasks like language modeling, speech recognition, and time series prediction.
Use LSTMs when dealing with long sequences and tasks requiring memory of past inputs.
LSTMs are more suitable for tasks like machine translation, sentiment analysis, and text generation.
Navigators Software interview questions for popular designations
I applied via Naukri.com and was interviewed in Nov 2023. There was 1 interview round.
Get interview-ready with Top Navigators Software Interview Questions
I applied via Naukri.com and was interviewed in Nov 2023. There was 1 interview round.
DS code , and sorting
CRUD operaration, create project and filter with userspecif price for each login
My preferred location is a vibrant city with a diverse culture and opportunities for personal and professional growth.
I prefer a location with a strong job market and career prospects.
I value a city with a rich cultural scene and a variety of entertainment options.
I appreciate a place that offers a good work-life balance and access to outdoor activities.
I prioritize a location that fosters a sense of community and prov...
I applied via Approached by Company and was interviewed before Sep 2023. There were 3 interview rounds.
List is mutable, tuple is immutable in Python.
List can be modified after creation, tuple cannot be modified
List is defined using square brackets [], tuple using parentheses ()
List is used for collections of items that may change, tuple for fixed collections
Shallow copy creates a new object but does not duplicate nested objects, while deep copy creates a new object with all nested objects duplicated.
Shallow copy only copies the references of nested objects, not the objects themselves.
Deep copy creates new instances of all nested objects.
Shallow copy is faster and more memory efficient, but changes to nested objects in the original object will reflect in the copied object.
...
Parameters are variables in a function definition, while arguments are the actual values passed to the function.
Parameters are defined in the function signature, arguments are passed when calling the function.
Parameters are placeholders for data, arguments are the actual data passed to the function.
Parameters are used to initialize variables within a function, arguments are the values assigned to those variables.
Exampl...
Parsing a csv file without pandas
Open the csv file using the built-in open() function
Read the file line by line using a for loop
Split each line by the comma delimiter to get individual values
Left join includes all records from the left table and matching records from the right table, while right join includes all records from the right table and matching records from the left table.
Left join keeps all records from the left table, even if there are no matches in the right table.
Right join keeps all records from the right table, even if there are no matches in the left table.
Example: Left join - SELECT * FRO...
ACID properties are a set of properties that guarantee database transactions are processed reliably.
ACID stands for Atomicity, Consistency, Isolation, Durability
Atomicity ensures that all operations in a transaction are completed successfully or none at all
Consistency ensures that the database remains in a consistent state before and after the transaction
Isolation ensures that transactions are independent of each other
...
Encapsulation is the concept of bundling data and methods that operate on the data, while data abstraction is the concept of hiding the implementation details and showing only the necessary details to the user.
Encapsulation involves bundling data and methods together in a class, providing access control to protect data from outside interference.
Data abstraction involves hiding the implementation details and showing onl...
Stateless server does not store any client session information, while stateful server stores client session information.
Stateless server treats each request as an independent transaction.
Stateful server maintains client session information between requests.
Stateless servers are easier to scale horizontally.
Stateful servers are more complex to scale due to session data.
Examples: Stateless - RESTful APIs, Stateful - TCP
REST API is a set of rules and conventions for building and interacting with web services using HTTP methods.
REST stands for Representational State Transfer
It uses standard HTTP methods like GET, POST, PUT, DELETE
It is stateless, meaning each request from a client to a server must contain all the information needed to understand the request
Responses are typically in JSON or XML format
Put method is used to create or replace a resource, while patch method is used to update a resource partially.
Put method is idempotent, meaning multiple identical requests will have the same effect as a single request.
Patch method is not idempotent, as multiple identical requests may have different effects.
Put method requires the client to send the entire updated resource, while patch method only requires the specific ...
Top trending discussions
Interview experience
based on 150 reviews
Rating in categories
3-5 Yrs
₹ 12-18 LPA
3-5 Yrs
₹ 12-14 LPA
Software Developer
119
salaries
| ₹2.4 L/yr - ₹7 L/yr |
Angular Developer
29
salaries
| ₹3.2 L/yr - ₹10 L/yr |
Python Developer
23
salaries
| ₹2.8 L/yr - ₹6.7 L/yr |
Android Developer
20
salaries
| ₹2.5 L/yr - ₹8.5 L/yr |
System Engineer
18
salaries
| ₹3.5 L/yr - ₹16 L/yr |
TCS
Infosys
Wipro
HCLTech