i
Filter interviews by
I applied via Referral and was interviewed in Apr 2024. There were 2 interview rounds.
Find the nth maximum element in an array efficiently in O(n) time
Iterate through the array once to find the maximum element
Repeat the process n times to find the nth maximum element
Use a variable to keep track of the current maximum element
Few medium coding questions
List is mutable and can be modified, while tuple is immutable and cannot be modified.
List is defined using square brackets [], while tuple is defined using parentheses ().
Elements in a list can be added, removed, or modified, while elements in a tuple cannot be modified.
Lists are typically used for collections of similar items, while tuples are used for collections of different items.
Lists have more built-in methods an...
Find second highest salary of employee using Django ORM.
Use the Django ORM to query the Employee model
Order the employees by salary in descending order
Skip the first employee (highest salary) and get the second employee (second highest salary)
The question asks to find the number of occurrences of each element in a list and output the result in a dictionary.
Iterate through the list and use a dictionary to keep track of the count of each element.
If an element is already in the dictionary, increment its count by 1. Otherwise, add it to the dictionary with a count of 1.
Finally, return the dictionary with the counts of each element.
Django middleware is a component that sits between the web server and the view, allowing for processing of requests and responses.
Middleware is a way to modify or process requests and responses globally in a Django application.
It can be used for authentication, session management, caching, logging, and more.
Middleware classes are defined in settings.py and executed in order.
Examples of middleware include Authentication...
A decorator is a design pattern that allows behavior to be added to an individual object dynamically.
Decorators enhance the functionality of an object without modifying its structure.
They provide a flexible alternative to subclassing for extending functionality.
Decorators can be stacked to add multiple behaviors to an object.
Examples of decorators include logging, caching, and authentication decorators.
A generator is a function that can be paused and resumed, allowing it to produce a sequence of values over time.
Generators are defined using the function* syntax in JavaScript.
They use the yield keyword to pause execution and return a value.
Generators can be iterated over using a for...of loop.
They are useful for generating infinite sequences or lazily computing values.
I applied via Recruitment Consultant and was interviewed in Mar 2021. There were 4 interview rounds.
Top trending discussions
I applied via Job Fair and was interviewed in Dec 2024. There were 3 interview rounds.
OA test 3 Dsa questions 2 medium 1 hard you have to solve 1.5 questions in 120 minutes
DSA 2 question
1 -> Find Lca and traverse a tree path available on GFG
2 -> LinkedList pallindrome check (you have to solve that in 0(1) space complexity)
The exam duration is one and a half hours.
The total exam time is one and a half hours.
It encompasses all topics related to full stack development.
In two years, I see myself as a senior software developer leading a team on innovative projects.
Advancing to a senior software developer role
Leading a team on new and innovative projects
Continuing to enhance my technical skills through ongoing learning and training
LRU Cache is a data structure that maintains a list of items in order of most recently used to least recently used.
Implement using a doubly linked list and a hashmap for efficient operations
When an item is accessed, move it to the front of the list
When the cache is full, remove the least recently used item from the end of the list
I applied via campus placement at Netaji Subhas Institute of Technology (NSIT) and was interviewed in Jul 2024. There were 4 interview rounds.
It was a coding round where i need to solve 3 DSA Questions in 1.5 hour
based on 10 reviews
Rating in categories
Relationship Manager
446
salaries
| ₹2.8 L/yr - ₹5 L/yr |
Assistant Manager
272
salaries
| ₹2.3 L/yr - ₹5.5 L/yr |
Senior Executive
173
salaries
| ₹2 L/yr - ₹4.2 L/yr |
Senior Territory Manager
138
salaries
| ₹4.1 L/yr - ₹6.6 L/yr |
Senior Business Development Executive
104
salaries
| ₹2 L/yr - ₹4.2 L/yr |
Udaan
Swiggy
BlackBuck
Myntra