Salary.sg Forums - View Single Post - Need a reality check: CS-related
View Single Post
  #17 (permalink)  
Old 19-07-2021, 12:21 AM
Unregistered
Guest
 
Posts: n/a
Default

First off, the education is just a means for you to get your foot through the resuming screening

Of course make sure your GPA or school doesn't suck too bad so it looks like a red flag. Obviously SIM ain't gonna cut it if you are looking to go into Apple, Google etc.

Probably u can be considered as QA but fat hope for SWE.

In fact some local tech firms like Shopee have accelerated interview processes for ppl that are local grads that are first class from CS. Just a 1 round process. These engineers after grad easily make more than 100k a year.

So if anyone tells u that education doesn't matter, they are lying

Then the 2nd step is to practice coding questions. I recommend "Cracking the coding interview" book

master your basic time complexity analysis, and Algo and data structures (trees graphs queues arrays linkedlists)

Make sure u know DFS, BFS, Kadanes algorithm, sliding window, various sorting algos like merge sort (just all these basics to name a few)

Also step up your DP (dynamic programming) skills, you can start with simple Fibonacci/grid travellers problem to understand DP concepts

If you master these well you can make big bucks.

source: 2 YOE engineer working as L4 in Google SG. I make around 8k a month (160k per year with stocks and bonus)
Reply With Quote