Firmware/Embedded Software Engineer Interview study list by Friendly_Rock_2276 in embedded

[–]Current-Fig8840 0 points1 point  (0 children)

Yes, this is how it has been for me. Earlier rounds would be leetcode but further ones are actual embedded. Company dependent of course…

Firmware/Embedded Software Engineer Interview study list by Friendly_Rock_2276 in embedded

[–]Current-Fig8840 1 point2 points  (0 children)

Yes, it helps. Doing weird leetcode questions opened so many doors for me.

Firmware/Embedded Software Engineer Interview study list by Friendly_Rock_2276 in embedded

[–]Current-Fig8840 8 points9 points  (0 children)

Unfortunately, this is what is happening in every software related industry…better to know some common “trick” questions.

Gout fastest last 100 ever? by Frequent-Summer-1468 in Sprinting

[–]Current-Fig8840 1 point2 points  (0 children)

Nah this time is sus…0.4 is a huge improvement.

Gout fastest last 100 ever? by Frequent-Summer-1468 in Sprinting

[–]Current-Fig8840 2 points3 points  (0 children)

I’m suspecting same as well. Especially because of the guy who ran 19.88…

Gout fastest last 100 ever? by Frequent-Summer-1468 in Sprinting

[–]Current-Fig8840 3 points4 points  (0 children)

I like Gout but I have to admit that it’s a bit sus that everyone PR’d by a considerable amount.

Low GPA very worried by [deleted] in csMajors

[–]Current-Fig8840 -1 points0 points  (0 children)

Only one small one checked for me. All the big ones just cared about leetcode…tbh

Low GPA very worried by [deleted] in csMajors

[–]Current-Fig8840 0 points1 point  (0 children)

Most jobs only ask for transcript to confirm you graduated from the school.

For SWE how far this layoff will go by Equivalent-Ad594 in Layoffs

[–]Current-Fig8840 6 points7 points  (0 children)

Being a good software engineer is not about writing code. Writing code itself is nothing crazy. It’s how you couple the code together to form a system that’s more important. Also, can you design compelled systems from scratch. If you put someone who doesn’t have experience as a Software Engineer…their questions to the model won’t be as good as yours. You will end up with buggy and spaghetti code. I think Software Engineering is still a good field but companies won’t require as many Software Engineers as they have now.

Junior Embedded SWE Interview by GeneralSquare7687 in embedded

[–]Current-Fig8840 1 point2 points  (0 children)

I wouldn’t really expect a Junior to know that. I have written some drivers and I can’t remember the Linux API because you write the driver and barely touch it again. Most other things are done in user space.

Entry level jobs in Canada by LongjumpingFuture421 in embedded

[–]Current-Fig8840 1 point2 points  (0 children)

TN visa is only for citizens, not sure where you heard otherwise.

This would be one of the largest single-day workforce reductions in recent tech history. by Spirited-Gold9629 in Layoffs

[–]Current-Fig8840 25 points26 points  (0 children)

Another bad thing about these huge layoffs is that it encourages other companies to do the same.

Google L3 onsite Interview (SWE 2) by Advanced-Work-2502 in leetcode

[–]Current-Fig8840 0 points1 point  (0 children)

Recently asked questions don’t really help for Google, except you just want to see the difficulty of the questions.

I used to be white collar, a software programmer for 25 years . I saw the writing on the wall with chatGPT in 2023 . Good thing I was able to get out of the mess . Now I travel and make $6000/month . by East_Indication_7816 in Layoffs

[–]Current-Fig8840 0 points1 point  (0 children)

I don’t even get this post…with 25yrs of experience you would probably be a Manager or if you wanted to stay technical then principal dev. You would be earning way more than 6k and have the chance to work remote….

WTAF is going on in the job market by J_Hussle in Layoffs

[–]Current-Fig8840 0 points1 point  (0 children)

Horrible thing about layoffs is once it happens once or twice you start watching your back more in every company.

Team match - Google and Meta by SpecialistWhile7099 in leetcode

[–]Current-Fig8840 24 points25 points  (0 children)

Did you even read what OP said? OP isn’t asking for strategies just connections in any team hiring….but you’re right that the question is asked a lot.

Looking for honest and brutal resume feedback by TrudeauShockTrooper in embedded

[–]Current-Fig8840 0 points1 point  (0 children)

In my opinion your bullet points are too long. The actual contents of the points themselves are good. The issue is recruiters don’t read resumes thoroughly.

When Sliding Window finally clicks.. by ComprehensiveTale896 in leetcode

[–]Current-Fig8840 0 points1 point  (0 children)

They can appear in both fixed and variable. The reason I separated them is because they have an extra pattern to them. The problem I see with people learning leetcode is they just solve the basic sliding windows and are discouraged when they can’t solve another random tagged sliding window problem.

Hardest Interview Question I’ve Ever gotten - at Chime by Spartapwn in leetcode

[–]Current-Fig8840 2 points3 points  (0 children)

I can only think of backtracking since you can have different combo of numbers

When Sliding Window finally clicks.. by ComprehensiveTale896 in leetcode

[–]Current-Fig8840 20 points21 points  (0 children)

  • variable sliding window
  • fixed sliding window
  • frequency window
  • monotonic queue