Filter interviews by
Be the first one to contribute and help others!
I applied via Campus Placement and was interviewed in Jan 2016. There were 3 interview rounds.
I applied via Campus Placement and was interviewed in Dec 2016. There were 5 interview rounds.
To find a loop in a linked list, we use Floyd's cycle-finding algorithm.
Floyd's cycle-finding algorithm uses two pointers, one moving at twice the speed of the other.
If there is a loop in the linked list, the two pointers will eventually meet.
To detect the meeting point, we reset one of the pointers to the head of the linked list and move both pointers at the same speed.
The meeting point is the start of the loop.
LRU, MRU and LFU are caching algorithms used to manage memory in computer systems.
LRU stands for Least Recently Used and removes the least recently used items from the cache when the cache is full.
MRU stands for Most Recently Used and removes the most recently used items from the cache when the cache is full.
LFU stands for Least Frequently Used and removes the least frequently used items from the cache when the cache i...
I appeared for an interview before May 2016.
I appeared for an interview before Oct 2020.
Round duration - 90 minutes
Round difficulty - Medium
Interviewer was cool, he started with basics of c and c++ and oops concept and extended to data structures .
Given an integer array ARR
of size N
, your task is to find the total number of subsequences in which all elements are equal.
A subsequence of an array i...
Count the total number of subsequences in which all elements are equal in an integer array.
Iterate through the array and count the frequency of each element.
Calculate the total number of subsequences for each element using the formula (frequency * (frequency + 1) / 2).
Sum up the total number of subsequences for all elements to get the final result.
Kevin requires assistance in reversing a string using the concept of a stack. Help Kevin by providing a solution that will reverse the string 'S' using a stack. The strings will only...
Reverse a string using a stack
Create a stack to store characters of the input string
Pop characters from the stack to reverse the string
Reconstruct the reversed string from the popped characters
Round duration - 30 minutes
Round difficulty - Easy
It was an easy round interviewer basically asked questions about family, goals and education background.
Tip 1 : Stick on the basics
Tip 2 : practice ds as much as you can
Tip 1 : keep it of one page
Tip 2 : don't put false things on resume and add atleast 1 good project.
I applied via Referral and was interviewed before Apr 2021. There was 1 interview round.
I applied via Referral and was interviewed before May 2023. There were 2 interview rounds.
To resolve space issue with GET API request, consider pagination, compression, caching, and optimizing query parameters.
Implement pagination to limit the number of results returned in each request.
Use compression techniques like Gzip to reduce the size of the response data.
Implement caching mechanisms to store frequently accessed data and reduce the number of requests.
Optimize query parameters to only request necessary
I applied via Campus Placement and was interviewed in Oct 2022. There were 3 interview rounds.
3 hours , 3 coding questions on arrays, and some other DSA
I applied via Campus Placement and was interviewed in Sep 2023. There were 2 interview rounds.
Questions are from databases like MySQL. Also we have to write queries.
I appeared for an interview before Apr 2023.
I applied via Campus Placement and was interviewed before Feb 2023. There were 4 interview rounds.
60 Minutes, Backend Developer, Hackerrank, API Creation
A modern and user-friendly login page with email and password fields
Include a clean and simple design with a logo and branding
Add input fields for email and password with proper validation
Include a 'Forgot Password' link for password recovery
Add a 'Remember Me' checkbox for convenience
Include a 'Sign In' button for submitting the form
based on 6 reviews
Rating in categories
Software Development Engineer
6
salaries
| ₹25 L/yr - ₹32 L/yr |
Technical Support Engineer
4
salaries
| ₹8 L/yr - ₹15 L/yr |
Member Technical Staff
4
salaries
| ₹24.5 L/yr - ₹30.2 L/yr |
Engineer III
4
salaries
| ₹13.6 L/yr - ₹33 L/yr |
Senior Software Engineer
3
salaries
| ₹16 L/yr - ₹30 L/yr |
Netskope
McAfee
Gen
Palo Alto Networks