Filter interviews by
I applied via Referral and was interviewed in Apr 2024. There were 3 interview rounds.
Find index of second smallest and second largest element in an array of strings
Convert the array of strings to an array of integers for comparison
Sort the array to easily find the second smallest and second largest elements
Track the indices of the elements as you iterate through the sorted array
Convert a number into words
Create an array of strings to represent numbers from 0 to 19
Use conditional statements to handle numbers from 20 to 99
Consider special cases like multiples of 10 and teens
Load balancer design involves distributing incoming network traffic across multiple servers to ensure optimal resource utilization and prevent overload.
Consider the type of traffic being balanced (HTTP, TCP, UDP)
Choose between hardware or software load balancers based on requirements
Implement algorithms like round-robin, least connections, or IP hash for load distribution
Ensure high availability by setting up redundant...
Join is used to combine rows from two or more tables based on a related column, while subquery is a query nested within another query.
Join is used to retrieve data from multiple tables based on a related column
Subquery is a query nested within another query
Join is typically more efficient than subqueries for large datasets
Example: SELECT * FROM table1 JOIN table2 ON table1.id = table2.id
Example: SELECT * FROM table WHE
I applied via Referral and was interviewed before Oct 2022. There were 3 interview rounds.
Few coding tests on hacker rank with some technical questions
Top trending discussions
Basic logical pogrmaminh
Smaall cart mabnagenebt system i have to built from scratch in laravel
posted on 14 Sep 2021
I was interviewed in Dec 2020.
Round duration - 60 Minutes
Round difficulty - Medium
The round started at 8 PM. There was one question with several test cases and had to pass every test case in order to get a call for interview.
Calculate the Nth term in the Fibonacci sequence, where the sequence is defined as follows: F(n) = F(n-1) + F(n-2)
, with initial conditions F(1) = F(2) = 1
.
O(N), where ‘N’ is the given number.
As recursion uses a stack of size ‘N’
Time Complexity: O(2^n)Explanation:O(2^N), where ‘N’ i...
Round duration - 45 Minutes
Round difficulty - Medium
It was first round for 45mins and only one question was asked.
You are provided with a binary matrix containing dimensions 'N * M', comprised only of 0s and 1s. Your task is to compute the aggregated sum of coverages for all the zer...
For any 0 we just need to check its four adjacent sides and look for 1s in them. Therefore we could simply traverse the matrix, and if the current element is a 0, check how many of its adjacent neighbors are 1s and add this value to an integer variable ANS representing the result. In the end, return the value of ANS.
Round duration - 45 Minutes
Round difficulty - Easy
It was again 45 min interview and after an intro we quickly jumped in coding.
Given a string 'S' of words, the goal is to determine the frequency of each word in the string. Consider a word as a sequence of one or more non-space characters. The string can h...
Steps:
Round duration - 45 minutes
Round difficulty - Medium
It was an Technical + HR round. The interviewer was very understanding and he checked the overall knowledge of the subject.
You are provided with an array of integers ARR
of size N
and an integer K
. Your task is to find and return the K
-th smallest value present in the array. All elements...
O(1).
Since we are not using any extra space.
Time Complexity: O(nlogn)Explanation:O(N * logN) where ‘N’ is the number of elements in the array.
As we are sorting the array which takes O(N * log(N)) time.
Tip 1 : Competitive Coding helps initially, later Leetcode, GFG
Tip 2 : Add at least 2 projects in your resume
Tip 1 : Add atleast two projects on Resume
Tip 2 : Study in depth from Resume and make your friend take your mock interview
I applied via Referral and was interviewed before Jul 2020. There was 1 interview round.
Interview experience
based on 1 review
Rating in categories
Software Engineer
12
salaries
| ₹9.4 L/yr - ₹31.7 L/yr |
Software Engineer III
5
salaries
| ₹19.8 L/yr - ₹22 L/yr |
Senior Software Engineer
4
salaries
| ₹15 L/yr - ₹43 L/yr |
Senior Site Reliability Engineer
4
salaries
| ₹30 L/yr - ₹52 L/yr |
Software Developer
3
salaries
| ₹9.1 L/yr - ₹27 L/yr |
Urban Company
Quikr
Housejoy
Zimmber