Filter interviews by
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
Top trending discussions
I was interviewed in Sep 2024.
posted on 14 Feb 2025
I was interviewed in Jan 2025.
Seeking new challenges and opportunities for growth.
Desire for new challenges and opportunities for growth
Looking for a company with better work-life balance
Seeking a role with more responsibility and leadership opportunities
WhatsApp is opened multiple times daily in my household for communication and sharing updates.
WhatsApp is opened multiple times daily for communication with family and friends
Used for sharing updates, photos, and videos
Helps in coordinating plans and staying connected with loved ones
I was interviewed in Jan 2025.
I was interviewed before Feb 2024.
Please select any topic and compose a paragraph about it.
I was interviewed in Jan 2025.
I applied via campus placement at Delhi College of Engineering (DCE), Delhi and was interviewed in Sep 2024. There were 2 interview rounds.
The question is asking for a variation of sorting an array containing 0s, 1s, and 2s.
Use a three-way partitioning algorithm to sort the array in a single pass.
Keep track of three pointers - low, mid, and high to partition the array.
Example: Input array = [0, 1, 2, 1, 0], Output array = [0, 0, 1, 1, 2]
A palindromic substring is a string that reads the same forwards and backwards.
Use dynamic programming to find the longest palindromic substring.
Start by considering each character as the center of a potential palindrome.
Expand outwards from each center to check for palindromic substrings.
Keep track of the longest palindrome found so far.
Example: Input 'babad', Output 'bab' or 'aba'.
I applied via Campus Placement and was interviewed in Oct 2024. There were 3 interview rounds.
Test contains 26 questions for me 13 are java based 13 are c++ based
Indexing in DBMS is a technique to improve the performance of queries by creating a data structure that allows for faster retrieval of data.
Indexes are created on columns in a database table to speed up the retrieval of rows that match a certain condition.
Types of indexes include clustered, non-clustered, unique, and composite indexes.
Examples of indexing techniques include B-tree, hash, and bitmap indexes.
Indexing can...
Check if two strings are anagrams by comparing the sorted characters in each string.
Sort the characters in both strings and compare if they are equal.
Ignore spaces and punctuation when comparing the strings.
Example: 'listen' and 'silent' are anagrams.
Example: 'hello' and 'world' are not anagrams.
Use a stack to simulate the recursive inorder traversal process
Create an empty stack to store nodes
Start with the root node and push it onto the stack
While the stack is not empty, keep traversing left and pushing nodes onto the stack
Once you reach a leaf node, pop it from the stack, print its value, and move to its right child
Repeat the process until all nodes have been visited
To make a class final, use the 'final' keyword in the class declaration.
Use the 'final' keyword before the 'class' keyword in the class declaration
A final class cannot be subclassed or extended
Final classes are often used for utility classes or classes that should not be modified
I applied via LinkedIn and was interviewed in Nov 2024. There was 1 interview round.
I applied via Job Portal and was interviewed in Nov 2024. There were 3 interview rounds.
SQL and Python coding test
based on 1 interview
Interview experience
based on 28 reviews
Rating in categories
Customer Success Engineer
9
salaries
| ₹12 L/yr - ₹16 L/yr |
Sales Engineer
8
salaries
| ₹10 L/yr - ₹35 L/yr |
Regional Accounts Manager
7
salaries
| ₹26 L/yr - ₹43 L/yr |
Technical Account Manager
6
salaries
| ₹8.6 L/yr - ₹23 L/yr |
Customer Service Manager
5
salaries
| ₹8.2 L/yr - ₹17 L/yr |
Gen
McAfee
Kaspersky Lab
Palo Alto Networks