Verified

Senior SWE at Google, Amazon

8

Years of experience

4.47

Review score

21

Sessions done

88.04%

Re-book rate

Google

Software Engineer

Amazon

Senior Software Engineer

Microsoft

Software Engineer

Zomato

Software Engineer

1 - 3 of 17

Amazon @Software Engineer

27 Jun 2022

Thanks for your help. I think I was able to solve the problem (my solution is below). I'm curious what resources you'd recommend for improving. const traverse = root => {     let curr = root     let lastVisited = null     while (curr) {         if (lastVisited === curr.parent && curr.left) {             lastVisited = curr             curr = curr.left             continue         }         if (lastVisited !== curr.right) {             console.log(curr.value)             if (curr.right) {                 lastVisited = curr                 curr = curr.right                 continue             }         }         lastVisited = curr         curr = curr.parent     } } Fast, high-quality support

On-time

High relevance content

High quality simulation

Enjoyable session

Google @Software Engineer

12 Apr 2022

Thanks, was brutal but really helpful so I appreciate it! Good prep for real mocks

On-time

High relevance content

High quality simulation

Enjoyable session

Google @Software Engineer

17 Mar 2022

Thank you for taking the time and going through solutions with me, that was very helpful. Good environment simulating a real interview.        

On-time

High relevance content

High quality simulation

Enjoyable session

Coaching Options

$119 • 1hr Session$139

Mock Interview

Top pick

$119
$139

60min

1-hour mock interview with flexible scheduling and detailed feedback.

Advice Session

$119
$139

60min

1-hour advice session (choose your topic - interview prep, company info, resume review etc).

Bulk Sessions

Beta

Save up to 8%

Flexible Scheduling, Instant Verbal Feedback, Tailored Support, Flexible Session Type, Switch Coaches at any time

FAQs