cover-img

Technical Question

How to prepare, what you need to know, walking through a problem

28 August, 2022

0

0

0

Technical Question

How To Prepare

lakukan hal-hal berikut:

  1. try to solve the problem on your own
  2. write the code on paper
  3. test your code - on paper
  4. type your code as-is into a computer. kamu mungkin akan menemukan kesalahan, catat kesalahan tersebut jadi kamu bisa menyimpannya di memeori selama interview berlangsung
  5. do as many mock interview

what you need to know

core data structure, algorithms, and concept

  • know the basic of data structure
  • know the basic of algorithm
  • must have knowledge
data structurealgorithmconcept
linked listbreadth-first searchbit manipulation
tree, tries & graphdepth-first searchmemory (stack vs heap)
stack & queuesbinary searchrecursion
heapmerge sortdynamic programming
vector / arrayListquick sortbig o time & space
hash table

noted: make sure understand how to use and implementing them, and where applicable, the space and time complexity

powers of 2 table

  • berguna untuk pertanyaan tentang "scalability" atau "sort of memory limitation"
power of 2exact value (x)appox. valuex bytes int MB, GB, etc
7128
8256
1010241 thousand1 KB
1665.53664 KB
201.048.5761 million1 MB
301.073.741.8241 billion1 GB
324.294.967.2964 GB
401.099.511.627.7761 trillion1 TB

walking through a problem

Problem Solving Flowchart

interview

algorithms

data structures

concept

power

0

0

0

interview

algorithms

data structures

concept

power

More Articles

Showwcase is a professional tech network with over 0 users from over 150 countries. We assist tech professionals in showcasing their unique skills through dedicated profiles and connect them with top global companies for career opportunities.

© Copyright 2025. Showcase Creators Inc. All rights reserved.