Filter interviews by
I applied via Job Fair and was interviewed in Aug 2024. There was 1 interview round.
Top trending discussions
I applied via Naukri.com and was interviewed before Nov 2023. There was 1 interview round.
Currently leading a team of developers in designing and implementing a new web application for a client in the finance industry.
Leading a team of developers in designing and implementing a new web application
Collaborating with stakeholders to gather requirements and define project scope
Ensuring project milestones are met on time and within budget
Conducting code reviews and providing technical guidance to team members
I applied via Approached by Company and was interviewed in May 2022. There were 2 interview rounds.
Action filters are used in ASP.NET MVC to execute code before or after an action method is called.
Action filters can be used to perform authentication and authorization checks.
They can also be used to modify the result of an action method.
Examples of action filters include Authorize, OutputCache, and HandleError.
Action filters can be applied globally, to a controller, or to an individual action method.
A controller is used for handling user requests while an API controller is used for handling API requests.
A controller is used for rendering views while an API controller is used for returning data in JSON format.
API controllers are usually lighter and faster than regular controllers.
API controllers are often used for building RESTful APIs.
Examples of API frameworks that use API controllers include Laravel and ASP.NET
IEnumerable is read-only and forward-only while IQueryable is queryable and can be used with LINQ to SQL.
IEnumerable is used for in-memory collections while IQueryable is used for querying external data sources.
IQueryable allows for deferred execution while IEnumerable does not.
IQueryable can be used with LINQ to SQL to translate queries into SQL statements.
IEnumerable is simpler and more lightweight than IQueryable.
IE...
Yield keyword is used in Python to create generators that can be used to iterate over large datasets without loading them into memory.
Yield is used to pause and resume a function's execution.
Generators created using yield are memory efficient as they only load data when needed.
Yield can be used to implement lazy evaluation.
Yield can be used to create infinite sequences.
Example: def my_generator(): yield 1; yield 2; yie...
posted on 9 Jul 2024
Basic OOP questions for python programming language
Abstraction is the concept of hiding complex implementation details and showing only the necessary information to the user.
Abstraction allows users to focus on what an object does instead of how it does it
It helps in reducing complexity and improving efficiency in software development
Example: In object-oriented programming, abstract classes and interfaces are used to achieve abstraction
SQL databases are relational databases with structured data, while NoSQL databases are non-relational databases with flexible, unstructured data.
SQL databases use structured query language for defining and manipulating data, while NoSQL databases use different query languages or APIs.
SQL databases are table-based, with a predefined schema, while NoSQL databases are document, key-value, wide-column, or graph-based.
SQL d...
Reverse a linked list by changing the direction of pointers
Start with three pointers: current, prev, and next
Iterate through the linked list, updating pointers to reverse the direction
Update the head of the linked list to the last node after reversing
Binary search algorithm efficiently finds the target value in a sorted array.
Start by defining the low and high indices of the array.
Calculate the mid index and compare the target value with the value at mid.
If target is less than mid value, update high to mid-1; if greater, update low to mid+1.
Repeat until target is found or low is greater than high.
posted on 6 Dec 2024
I applied via Walk-in and was interviewed in Jun 2024. There were 3 interview rounds.
Basic Logical programs
posted on 29 Nov 2024
I applied via AmbitionBox
Java, spring,springboot
2 Query question and 3 coding questions
Object oriented programming is a programming paradigm based on the concept of objects, which can contain data and code.
Objects are instances of classes, which define the structure and behavior of the objects.
Encapsulation, inheritance, and polymorphism are key principles of object oriented programming.
Example: Java, C++, Python are popular languages that support object oriented programming.
Events in JavaScript are actions or occurrences that happen in the browser that the code can respond to.
Events can be triggered by user actions (like clicking a button), browser actions (like page load), or system events (like a timer expiring)
Event listeners are used to listen for and respond to events
Common events include click, mouseover, keydown, submit, etc.
Project , coding question, DBMS
2 DSA questions Both are from DP
A working software coding problem. Build client-server. Make sure your IDE is ready
Async is non-blocking, concurrency is managing multiple tasks at the same time, parallelism is executing multiple tasks simultaneously.
Async allows non-blocking execution of code, enabling other tasks to run while waiting for I/O operations.
Concurrency involves managing multiple tasks at the same time, but not necessarily simultaneously.
Parallelism is executing multiple tasks simultaneously, utilizing multiple CPU core...
The journey of a request refers to the process of a request being made, processed, and fulfilled by a system.
Request initiation by a user or system
Routing of the request to the appropriate service or endpoint
Processing of the request by the service
Response generation and delivery back to the user
I applied via LinkedIn and was interviewed in Mar 2024. There were 2 interview rounds.
2 questions on hakerrank
1) dp question to calculate the frequency of the elements of a tree
2) graph problem to calculate the cost to buy at one city and sell at another
Create a family tree with nodes having at most 2 parents and n children. Implement functions to find preceding and following nodes.
Create a tree structure where each node has references to its parents and children
Implement a function to find all nodes preceding a given node by traversing up the tree
Implement a function to find all nodes following a given node by traversing down the tree
Consider using depth-first search
Senior Product Manager
6
salaries
| ₹20 L/yr - ₹30 L/yr |
Product Manager
5
salaries
| ₹20 L/yr - ₹22 L/yr |
Software Engineer
4
salaries
| ₹3.6 L/yr - ₹10 L/yr |
Business Analyst
4
salaries
| ₹7 L/yr - ₹10 L/yr |
Project Manager
4
salaries
| ₹9 L/yr - ₹18 L/yr |
Jumbotail Technologies
Ninjacart
Udaan
ShopX