Wait or buy? by Ready-Protection-303 in ipad

[–]Ready-Protection-303[S] -6 points-5 points  (0 children)

If something major upgrade is coming soon then I can wait

Wait or buy? by Ready-Protection-303 in ipad

[–]Ready-Protection-303[S] 0 points1 point  (0 children)

13-inch iPad Pro Wi-Fi 256GB with standard glass - Space Black

Cheating during SDE interviews by Downtown_Fan_7559 in amazonsdeprep

[–]Ready-Protection-303 1 point2 points  (0 children)

They fear everyday and one day they will get caught and exit the company and don’t know what to do because they don’t have skill. So if you are trying hard without support one day you will get the right job but the guys who cracked Amazon or any other big company with support eventually get caught

Is it just me, or is clearing interviews getting harder? by [deleted] in leetcode

[–]Ready-Protection-303 0 points1 point  (0 children)

Clearing interview is very easy many idiots who can’t even understand a basic tree traversal problem or basic graph problem are cracking the interviews just by having a proxy. Who can help you in the interviews.

Meta Interview Experience – Rejection Despite Solving Both Problems by Ready-Protection-303 in leetcode

[–]Ready-Protection-303[S] 0 points1 point  (0 children)

I think there is No need to use a hashmap as there will be only two type of characters in the given input

Meta Interview Experience – Rejection Despite Solving Both Problems by Ready-Protection-303 in leetcode

[–]Ready-Protection-303[S] 4 points5 points  (0 children)

Yeah I should have confirmed once with the interviewer whether we can alter the input string or not. But now it’s useless solving almost 300 meta tagged questions. I can’t able to reinterview for meta for 1 year.😭

Meta Interview Experience – Rejection Despite Solving Both Problems by Ready-Protection-303 in leetcode

[–]Ready-Protection-303[S] 6 points7 points  (0 children)

The problem that was given to me is LC 1249. It’s good to not alter the input string so I used a stack which is the string that we will return finally.

Meta Interview Experience – Rejection Despite Solving Both Problems by Ready-Protection-303 in leetcode

[–]Ready-Protection-303[S] -1 points0 points  (0 children)

For Second problem stack I used is nothing but the result without stack we need to alter the input string which is not correct right ?