🎁 Exclusive Offer! Join our Telegram Channel to get **special discounts** and updates! 🚀

🚀 Struggling with coding interviews? We've got you covered! 💡 Practice real questions, sharpen your skills, and land your dream job! 🎯

Search Questions

Recent Questions

#1

Count comparisons

You are given a 2-D matrix M of dimensions N x D. You have to decide ranking based on the given matrix, rankings are defined as follows:

- Index i is said to be ahead of index j in rankings if the first index at which element value differs in row M[i] and M[j] has a greater value in row M[i].
- If for index i and index j, all the elements in row M[i] and M[j] are the same,

Asked in: GOOGLE


People Bought: 1

Price (in Rs): 171.00

#2

Circular path -

You are given the following:

- Two integers N and K
- Two arrays of integers A and B of size N.

Consider N circular paths. The i-th circular path has the center at the coordinate (A[i], B[i]) and radius K.

There are Q queries. Each query consists of two integers L and R. For each query, Alice starts from the L-th circular path and she needs to know whether she can reac

Asked in: GOOGLE


People Bought: 1

Price (in Rs): 171.00

#3

Remaining elements

You are given two arrays A and B of size N. Your task is to remove some numbers from array A such that the following conditions are met:

1. The remaining elements of array A are strictly increasing from left to right.
2. The corresponding elements from B must also be extracted. For example, if you have removed the ith element of array A, then the ith element of array B mu

Asked in: GOOGLE


People Bought: 0

Price (in Rs): 151.00

#4

Balanced mixture

Given A number of powerful resources and B number of weak resources. You have to select a balanced mixture of these resources. A balanced mixture has C resources containing no less than 4 powerful resources and no less than one weak resource. You are given integers A, B, and C. Each powerful and weak
resource is unique in itself. Hence, two mixtures with the same number of pow

Asked in: Google


People Bought: 0

Price (in Rs): 200.00