Google Online Coding round result

Don’t worry bro. The coding test was also taken in batches. So it is unlikely that all the selected ones get a mail all at once.

how do u apply for it?
registering directly on google’s online challenge required to have google online challenge id
and how u get google online challenge id through mail??

Is the coding test taken in batches? Because I have not yet received the mail regarding coding test But I have completed the mcqs of the google online challenge 2020

which MCQs?

There were MCQs?!
We just received 2 coding problems.

CF handle is same as my cc handle

2 Likes

I’m also thinking the same thing. My friend’s haven’t received yet.

1 Like

I got a mail today of 29 august on 5 to 7 for a coding contest

wait You guys are talking about Google Online challenge 2020 write?

This is regarding google online challenge right?

How many problems had you solved in round 1?

1 Like

This is for the intenship hiring test they conducted.

Bro my test is on 29 august, i got mail today, on 29 august from 5-7

Oh, you will give the Round 1 on 29 august.

Can you give the idea of what the problem was in your set?

1 Like

yes
Please help us for what kind of questions are asked and format

One question was :
In a given array, for each element find out the number of subarrays which include that element and that element is the smallest element in the subarray.

N<=1e5, array elements are distinct

Second question was:
Given an array, process queries on it.
Queries were of 4 types:
1.insert a number at the front
2.Insert a number at the back

  1. Rotate the array clockwise by 1 unit.
  2. Rotate the array counter-clock-wise by 1 unit.
    3.Change the value at some pos
    4.Tell the value at some pos

N, Q<=1e5

second question is just deque?

Yeah, i was also confused why they gave such beginner level problems

maybe they wanted to check if you can choose the appropriate ds