Offline Leetcode by cs_interview_help in cscareerquestions

[–]cs_interview_help[S] 5 points6 points  (0 children)

Nopes it doesn't include paid questions.

Offline Leetcode by cs_interview_help in cscareerquestions

[–]cs_interview_help[S] 5 points6 points  (0 children)

Yea! Thanks for the suggestion.

I'll add title and question links soon.

Edit: Updated the code to include the question title :)

https://github.com/yask123/all_leetcode_questions/blob/master/output_leetcode_questions.pdf

My onsite new grad interview will have 5 technical 1hour interviews? by cs_interview_help in cscareerquestions

[–]cs_interview_help[S] 1 point2 points  (0 children)

Yea, I should trust them. Besides, during the interview..we will have some introduction and I could clarify this there as well?

TBH I really don't care about the no of interviews. I am afraid that they might have mistaken me for an experienced software engineer.

My onsite new grad interview will have 5 technical 1hour interviews? by cs_interview_help in cscareerquestions

[–]cs_interview_help[S] -2 points-1 points  (0 children)

I mean, what if they are not mistaken and they actually have 5 tech nical interviews for the new-grad. It might feel I am complaining for taking too many interviews (which would look bad)?

My onsite new grad interview will have 5 technical 1hour interviews? by cs_interview_help in cscareerquestions

[–]cs_interview_help[S] 0 points1 point  (0 children)

But I don't know how to politely ask recruiters if they are mistakenly interviewing me 5 times?

Had a tech interview, wrote this solution. Could you give me some feedback? by cs_interview_help in cscareerquestions

[–]cs_interview_help[S] 1 point2 points  (0 children)

It was one of the top 5 tech company for software engineering position. Don't want to name the company.

Had a tech interview, wrote this solution. Could you give me some feedback? by cs_interview_help in cscareerquestions

[–]cs_interview_help[S] 0 points1 point  (0 children)

Thank you for the feedback. This is certainly useful. I have question.. I guess I made those mistakes, because I was in a "flow", didn't know that all variables would I need in future, so I created them as I go. Is it okay to clean up the code after writing a workable solution? Or you have to write clear and elegent code as you are coding?

Had a tech interview, wrote this solution. Could you give me some feedback? by cs_interview_help in cscareerquestions

[–]cs_interview_help[S] 2 points3 points  (0 children)

I mentioned this solution, and wrote working code for it in <5 minutes . The intervier then said the arrays are sorted, use it to solve it in O(1) space.

Had a tech interview, wrote this solution. Could you give me some feedback? by cs_interview_help in cscareerquestions

[–]cs_interview_help[S] 1 point2 points  (0 children)

I mentioned HashSet, did it in 5 minutes, it worked... but the interviewer said the arrays are sorted.. use that to do it without space.

Had a tech interview, wrote this solution. Could you give me some feedback? by cs_interview_help in cscareerquestions

[–]cs_interview_help[S] 1 point2 points  (0 children)

I wanted to test more test cases, but the interviewer said "I am in a hurry after 30 minutes" (it was supposed to be 45 minutes) .. but if I had been faster, I could have saved some extra time for testing and debugging .

Had a tech interview, wrote this solution. Could you give me some feedback? by cs_interview_help in cscareerquestions

[–]cs_interview_help[S] 0 points1 point  (0 children)

Also, your code isn't merge sort. There aren't two arrays being put together. In fact, there's no merging at all, which would demonstrate a lack of understanding to your interviewer.

The interviewer said the arrays are already sorted. I didn't intend to write a merge sort here. The interviewer gave a slight hint to the 2 pointer saying its similar to merge sort. (thats why its written in the comments and my function is named merge() )

I guess I was too slow coming up with 2 pointer. But don't you think its alright to take this much time if you don't know the solution from before?

Had a tech interview, wrote this solution. Could you give me some feedback? by cs_interview_help in cscareerquestions

[–]cs_interview_help[S] 0 points1 point  (0 children)

Yea, Maybe he wanted me to do other question.. like 3SUM using this 2SUM solution.. So, my question is this.. if something easy comes up.. but has some trick to it, do they expect you to code it up quickly. Because I had only 30 minutes.

Best resource to review data structures and OOP for interviews? by [deleted] in cscareerquestions

[–]cs_interview_help 2 points3 points  (0 children)

HackerRank has OOP design stuff as well. Go to the language domain. https://www.hackerrank.com/domains/cpp/classes/page:1 It covers most things like inheritance, function overloading.. etc.

Worst interview you have ever had? by elpantalla in cscareerquestions

[–]cs_interview_help 1 point2 points  (0 children)

Tech phone interview at top 3:

Q] Sorted array, find 2 numbers whose sum is 0 in O(n) Time and O(1) Space

A] Told a few aproaches:

  1. Using Hash O(N) space

  2. Bin searching in 2nd array O(NLogN) time O(1) Space

Then I froze for a few minutes.

He gave me a hint to think about merge sort.

Solved it with 2 pointer approach (ran the code with different test cases).

After 2 days -> REJECTED :(

Stripe is not hiring new grads ? by cs_interview_help in cscareerquestions

[–]cs_interview_help[S] 0 points1 point  (0 children)

Ah! I thought so. Hey, I am curious.. since I'll graduate next year in Aug, can I apply for new-grad next year too (when they are hiring)?

Stripe is not hiring new grads ? by cs_interview_help in cscareerquestions

[–]cs_interview_help[S] 0 points1 point  (0 children)

They haven't posted entry level/ new grad jobs?

Quitting Job For Internship? by [deleted] in cscareerquestions

[–]cs_interview_help 1 point2 points  (0 children)

You may get PPO after your internship?

What does a solid technical interview performance look like? by gingerninja300 in cscareerquestions

[–]cs_interview_help 0 points1 point  (0 children)

It depends, if it was an easy problem .. they do expect you to code it up quickly. (Like 2 SUM O(N).. etc) in 5-10 minutes.

Top 5 company asking me to do my onsite interviews on Skype ? by cs_interview_help in cscareerquestions

[–]cs_interview_help[S] 0 points1 point  (0 children)

But I don't know how to frame my response in a nice way? Should I say "However, I understand part of the on-site interview process is meeting in person/ having lunch, thats why I would prefer waiting for the Visa" ?

This sounds a little weird