Filter interviews by
I applied via Naukri.com and was interviewed in Nov 2020. There were 5 interview rounds.
List is mutable and tuple is immutable in Python.
List can be modified after creation, tuple cannot
List uses square brackets [], tuple uses parentheses ()
List is slower than tuple in terms of performance
List is used for collections of data that may change, tuple for fixed collections
Many to many relationship is a type of relationship between two entities where one entity can have multiple instances of another entity and vice versa.
It involves a junction table that connects the two entities.
It allows for complex data modeling and querying.
Example: A student can enroll in multiple courses and a course can have multiple students.
Example: A book can have multiple authors and an author can have written
Truncate removes all data from a table while delete removes specific rows.
Truncate is faster than delete as it doesn't log individual row deletions
Truncate resets the identity of the table while delete doesn't
Truncate cannot be rolled back while delete can be
Truncate is a DDL command while delete is a DML command
Find subarray with maximum sum value
Use Kadane's algorithm to find the maximum subarray sum
Initialize max_so_far and max_ending_here to 0
Loop through the array and update max_ending_here and max_so_far
Return the subarray with maximum sum value
Flask is a micro web framework while Django is a full-stack web framework.
Flask is lightweight and flexible while Django is more structured and includes many built-in features.
Flask is better for small to medium-sized projects while Django is better for larger projects.
Flask has less built-in functionality but allows for more customization while Django has more built-in functionality but is less customizable.
Flask is e...
MVC and MVT are software architecture patterns used for developing web applications.
MVC stands for Model-View-Controller and separates the application into three interconnected components.
MVT stands for Model-View-Template and is similar to MVC but with a different approach to handling user input.
In MVC, the Model represents the data and business logic, the View displays the data to the user, and the Controller handles...
I applied via Naukri.com and was interviewed in Jul 2020. There were 4 interview rounds.
Flip-flops and latches are sequential logic circuits used to store and manipulate binary data.
Flip-flops are edge-triggered devices, while latches are level-sensitive devices.
Flip-flops have separate clock and data inputs, while latches have a single input for both clock and data.
Flip-flops are used in synchronous circuits, while latches are used in asynchronous circuits.
Flip-flops are more complex and require more cir...
posted on 5 Apr 2021
posted on 18 Aug 2022
I applied via Campus Placement and was interviewed in Jul 2022. There were 3 interview rounds.
Questions based or percentage, profit loss, ratio
Stacks are a data structure that follows the Last In First Out (LIFO) principle.
Elements are added and removed from the top of the stack
Common operations include push (add element) and pop (remove element)
Stacks can be implemented using arrays or linked lists
Examples of stack usage include function call stack and undo/redo functionality in text editors
To find the middle number in a linked list.
Traverse the linked list using two pointers, one moving twice as fast as the other.
When the fast pointer reaches the end, the slow pointer will be at the middle node.
If the linked list has even number of nodes, there will be two middle nodes. Return either one.
posted on 5 Aug 2024
I applied via Job Portal and was interviewed in Feb 2024. There were 3 interview rounds.
30 mins Aptitude Question
30 mins - 3 Coding Question
Rest API is a set of rules and conventions for building and interacting with web services using HTTP methods.
Rest API stands for Representational State Transfer Application Programming Interface.
It uses standard HTTP methods like GET, POST, PUT, DELETE to perform CRUD operations.
RESTful APIs use URLs to access resources, and return data in JSON or XML format.
Stateless communication allows for scalability and flexibilit...
Response codes indicate the status of a HTTP request. 200 & 201 are success codes, while 400 & 403 are client error codes.
200 - OK: Request was successful
201 - Created: Request was successful and a new resource was created
400 - Bad Request: The server cannot process the request due to a client error
403 - Forbidden: The server understood the request, but refuses to authorize it
posted on 29 Nov 2024
Basics of python , java ,oops, dbms
I applied via Company Website and was interviewed in Aug 2022. There were 2 interview rounds.
I applied via Naukri.com and was interviewed before May 2023. There were 2 interview rounds.
Js Questions , closures, array methods
Assignment based on round 1
I applied via Referral and was interviewed before Feb 2022. There were 4 interview rounds.
Easy level questions on string, linked list and array
TCP is a connection-oriented protocol while UDP is connectionless.
TCP provides reliable, ordered, and error-checked delivery of data while UDP does not guarantee any of these.
TCP is slower but more reliable while UDP is faster but less reliable.
TCP is used for applications that require high reliability and accuracy such as email, file transfer, and web browsing while UDP is used for applications that require speed and ...
A nibble swap program in C
Nibble swap means swapping the 4-bit halves of a byte
Use bitwise operators to perform the swap
Example: unsigned char x = 0xAB; x = ((x & 0x0F) << 4) | ((x & 0xF0) >> 4);
Reverse a linked list in C language.
Create three pointers: current, previous, and next.
Traverse the linked list and change the direction of the pointers.
Return the new head of the reversed linked list.
API call in C
Include the necessary header files
Create a URL string with the required parameters
Use the curl library to make the API call
Handle the response data appropriately
based on 1 interview
Interview experience
based on 1 review
Rating in categories
Technical Recruiter
43
salaries
| ₹2.5 L/yr - ₹6.5 L/yr |
Senior Software Engineer
28
salaries
| ₹7.3 L/yr - ₹25.5 L/yr |
Senior Technical Recruiter
21
salaries
| ₹4.2 L/yr - ₹7.5 L/yr |
Software Engineer
17
salaries
| ₹5 L/yr - ₹14.1 L/yr |
Software Developer
13
salaries
| ₹4.1 L/yr - ₹10 L/yr |
Maxgen Technologies
F1 Info Solutions and Services
ANR Software Private Limited
MCM Telecom Equipment