Filter interviews by
I applied via Campus Placement and was interviewed in Jun 2023. There were 4 interview rounds.
4 questions :- 3 were string based and one DP
1. characters and it's frequency were given in key value format in a string, print the total frequency of each character in lexicographical order.
2. Minimum Jump to reach end of the array(search Jump game from leetcode)
3. Partion the given string into 2 parts such that both parts are present in list of words provided. Print all the ways of partitioning.
Use stack to find next greater element for each element in the array
Create an empty stack to store indices of elements
Iterate through the array and for each element, pop elements from stack until finding a greater element
Store the next greater element in a result array
Use three pointers to find triplets with sum 0 in an array.
Sort the array first to easily find triplets.
Use three pointers - one fixed, one moving from left, one moving from right.
Check if the sum of the three pointers is 0, if not adjust pointers accordingly.
Top trending discussions
I applied via Job Portal and was interviewed in Mar 2024. There was 1 interview round.
posted on 27 May 2024
I applied via Naukri.com and was interviewed in Apr 2024. There was 1 interview round.
Exe is an executable file that can be run independently, while DLL is a dynamic link library that is loaded by programs when needed.
Exe stands for executable file, while DLL stands for dynamic link library.
Exe files can be run independently, while DLL files are loaded by programs when needed.
Exe files have their own memory space, while DLL files share memory space with the calling process.
Exe files are typically larger...
HTTP verbs are used to indicate the action to be performed on a resource in a RESTful API.
GET - retrieve data from a server
POST - send data to a server to create/update a resource
PUT - update a resource on the server
DELETE - remove a resource from the server
PATCH - partially update a resource on the server
Use Linq query to filter data and group by in C#
Use 'Where' method to filter data based on a condition
Use 'GroupBy' method to group the filtered data based on a key
Example: var result = data.Where(x => x.Property == value).GroupBy(x => x.GroupKey)
An attribute in MVC is a piece of metadata that provides additional information about a model, view, or controller.
Attributes are used to add behavior or data to a class or method in MVC
They can be used for validation, authorization, caching, etc.
Examples include [Required], [Authorize], [OutputCache]
I applied via Job Portal and was interviewed in Mar 2024. There was 1 interview round.
I solve complex production environments by identifying issues, optimizing performance, and implementing solutions.
Identifying bottlenecks and optimizing performance
Troubleshooting and resolving production issues
Implementing scalable solutions for high traffic websites
Working with cloud services like AWS or Azure
Automating deployment processes with tools like Jenkins or Docker
Developed a real-time chat feature for a social networking platform.
Implemented WebSocket technology for instant messaging
Designed user interface for chat window with message history
Integrated push notifications for new messages
Developed backend logic for message encryption and decryption
I prepared the design doc by outlining the requirements, architecture, data flow, and user interactions.
Outlined the requirements and goals of the feature
Defined the architecture and technologies to be used
Described the data flow and interactions between components
Included wireframes or mockups for user interfaces
Listed potential edge cases and how to handle them
Check if Array2 is a substring of Array1
Iterate through Array1 and check if each element contains Array2
Use built-in string functions like includes() or indexOf() to check for substring
Consider edge cases like empty arrays or arrays with empty strings
Breadcrumbs in React can be built using a combination of state management and conditional rendering.
Create a state variable to store the breadcrumb data.
Update the state variable as the user navigates through the application.
Render the breadcrumbs component with the data stored in the state.
Design a parking system with APIs for managing parking spots and reservations.
Create API for adding new parking spots with details like location, availability, and pricing
Create API for listing available parking spots based on location and availability
Create API for reserving a parking spot with user details and duration
Create API for cancelling a parking reservation
Response object for adding parking spot: { success: t...
It was an online test
useRef is a hook in React that allows you to create a mutable ref object.
useRef is used to access DOM nodes or store mutable values that persist across renders.
It can be used to focus an input field, measure the size of an element, or store previous values.
Example: const inputRef = useRef(null);
React is a JavaScript library for building user interfaces, commonly used in web development projects.
React is a declarative, efficient, and flexible JavaScript library for building user interfaces.
It allows developers to create reusable UI components that can be easily composed to build complex user interfaces.
React uses a virtual DOM to improve performance by only updating the parts of the actual DOM that have change...
posted on 15 Jun 2023
I applied via Approached by Company and was interviewed before Jun 2022. There were 3 interview rounds.
I applied via Job Portal and was interviewed in Mar 2024. There was 1 interview round.
Assessments of data structure and JS and Angular
I applied via LinkedIn and was interviewed before Oct 2022. There were 5 interview rounds.
Prectical test on relevant experience and position requirements.
based on 1 interview
Interview experience
Accounts Manager
133
salaries
| ₹3 L/yr - ₹5.5 L/yr |
Key Account Manager
91
salaries
| ₹3 L/yr - ₹8 L/yr |
Product Manager
28
salaries
| ₹12 L/yr - ₹25 L/yr |
Regional Manager
28
salaries
| ₹4.5 L/yr - ₹10.2 L/yr |
Software Developer
23
salaries
| ₹7 L/yr - ₹15 L/yr |
MagicBricks
Impact Guru
Netmeds.com
Tracxn