250x250
Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | ||||
4 | 5 | 6 | 7 | 8 | 9 | 10 |
11 | 12 | 13 | 14 | 15 | 16 | 17 |
18 | 19 | 20 | 21 | 22 | 23 | 24 |
25 | 26 | 27 | 28 | 29 | 30 | 31 |
Tags
- JavaScript
- Props
- node.js
- useState
- typeScript
- CSS
- API
- 삶
- blockchain
- CLASS
- concept
- middleware
- Interface
- Redux
- REACT
- solidity
- graphQL
- HTML
- bitcoin
- error
- 기준
- tailwindcss
- hardhat
- express.js
- SSR
- evm
- Ethereum
- nextJS
- built in object
- web
Archives
- Today
- Total
ReasonJun
What is coding test? 본문
728x90
Algorithm Coding Test
- Several algorithmic problems are presented within a set period of time (usually within 5 hours).
- Evaluate the ability to solve problems using appropriate algorithms.
Development assignment coding test
- A test aimed at developing a complete program.
- The duration can range from as short as a few hours to as long as two weeks or more.
- It requires the use of a language or framework that is actually used by a specific company
Online coding test
- A coding test that requires you to read questions from a specific website and submit the correct code.
- Plagiarism check in progress.
- Internet search allowed, but simple search does not yield solutions.
Offline coding test
- This is a coding test that is taken by visiting the testing center of a specific company/institution.
- Whether or not Internet searches are permitted varies from institution to institution.
Latest trends in coding test questions
- Implementation, DFS / BFS (search), and greedy algorithm types are frequently asked questions.
How to prepare
- Choosing a programming language.
- Solve at least 10 theoretical and core problem for each type of algorithm. (sorting, DFS/BFS, implementation, exhaustive search, greedy algorithm)
- Solve past exam questions for the company you want.
728x90
'Frontend > Javascript Coding Test' 카테고리의 다른 글
Coding test basic theory (0) | 2023.09.14 |
---|
Comments