Filter interviews by
Clear (1)
I applied via Approached by Company and was interviewed in Aug 2024. There were 2 interview rounds.
Leetcode hard: 1. Similar to Queens problem DP based, 2. Coin change problem
SSR renders the initial page on the server side while client rendering renders the page on the client side.
SSR improves SEO as search engines can crawl the fully rendered page on the server side.
Client rendering provides faster initial load times as only data is fetched initially and UI is rendered on the client side.
SSR is better for static content websites while client rendering is better for dynamic content websites...
I was interviewed before Nov 2023.
Top trending discussions
2 Medium level DSA question
Use the exponentiation by squaring algorithm to optimally find n^m.
Use the exponentiation by squaring algorithm to reduce the number of multiplications needed.
Divide the exponent by 2 and recursively calculate the result.
Handle the cases when the exponent is even or odd separately.
Example: n^5 = n * n^2 * n^2
The edit distance problem involves finding the minimum number of operations required to transform one string into another.
The edit distance problem can be solved using dynamic programming.
Common operations include insertion, deletion, and substitution of characters.
Example: Given strings 'kitten' and 'sitting', the edit distance is 3 (substitute 'k' with 's', insert 'g', substitute 'n' with 'g').
Null is absence of value while object is a collection of properties and methods.
Null is a primitive value while object is a complex data type.
Null is used to indicate absence of value while object is used to represent real-world entities.
Null cannot have properties or methods while object can have both.
Example of null: let x = null; Example of object: let person = { name: 'John', age: 30 };
I applied via Referral and was interviewed in Jun 2024. There was 1 interview round.
Array and Java related questions
I applied via LinkedIn and was interviewed in Oct 2024. There was 1 interview round.
1st round is coding assessment round based on graph and hashmaps
I applied via LinkedIn and was interviewed in Sep 2022. There were 3 interview rounds.
2 coding , 2 SQL with some quants
Remove redundant parentheses in a expression
Identify the innermost parentheses
Evaluate the expression inside the innermost parentheses
Replace the innermost parentheses with the evaluated expression
Repeat until no more redundant parentheses exist
A coding test on hackerrank with some basic graph problems
based on 2 interviews
Interview experience
Software Engineer
31
salaries
| ₹0 L/yr - ₹0 L/yr |
Senior Software Engineer
11
salaries
| ₹0 L/yr - ₹0 L/yr |
Engineering Manager
10
salaries
| ₹0 L/yr - ₹0 L/yr |
Data Analyst
10
salaries
| ₹0 L/yr - ₹0 L/yr |
SDE (Software Development Engineer)
9
salaries
| ₹0 L/yr - ₹0 L/yr |
Freshworks
Zoho
BrowserStack
CleverTap