Coder Social home page Coder Social logo

lutece / interview_question_for_beginner Goto Github PK

View Code? Open in Web Editor NEW

This project forked from jaeyeophan/interview_question_for_beginner

0.0 2.0 0.0 151 KB

예비 개발자들의 기술 면접 준비를 위한 자료를 정리해놓은 Repository 입니다.

License: MIT License

interview_question_for_beginner's Introduction

Technical Interview Guidelines for beginners

예비 개발자들의 기술 면접 준비를 위한 자료를 정리해놓은 Repository입니다. 개발이라는 분야를 모두 담지는 못했습니다. 그저 가이드라인으로 참고해주시면 감사하겠습니다. 또한 제가 개인적으로 면접을 준비하면서 정리한 내용이라 잘못된 부분이 있을 수 있습니다. 이런 부분들에 대해서는 Pull Request or Issue로 참여해주시면 정말 감사하겠습니다. 주제와 관련된 좋은 참고 자료를 추가하는 것도 가능합니다. 해당 Repository에서 학습을 하시다가 생기는 질문은 Issue에 올려주세요.

취준생 여러분의 건승을 기원합니다 :)


Content




Part 1. 전산 기초

개발상식 Link

  • 객체 지향 프로그래밍이란 무엇인가?
  • RESTFul API란?
  • TDD란 무엇이며 어떠한 장점이 있는가?
  • 함수형 프로그래밍이란?
  • MVC 패턴이란 무엇인가?

자료구조 Link

  • Array vs LinkedList
  • Stack and Queue
  • Tree
    • Binary Tree
    • Full Binary Tree
    • Complete Binary Tree
    • BST(Binary Search Tree)
  • Binary Heap
  • Red-Black Tree
    • 정의
    • 특징
    • 삽입
    • 삭제
  • HashTable
    • hash function
    • Resolve Collision
      • Open Addressing
      • Separate Chaining
    • Resize
  • Graph
    • Graph 용어 정리
    • Graph 구현
    • Graph 탐색
    • Minimum Spanning Tree
      • Kruskal algorithm
      • Prim algorithm

네트워크 Link

  • GET, POST 방식의 차이점
  • TCP 3-way-handshake
  • TCP와 UDP의 차이점
  • HTTP와 HTTPS의 차이점
    • HTTP의 문제점들
  • DNS round robin 방식
  • 웹 통신의 큰 흐름

운영체제 Link

  • 프로세스와 스레드의 차이
  • 스케줄러의 종류
    • 장기 스케줄러
    • 단기 스케줄러
    • 중기 스케줄러
  • CPU 스케줄러
    • FCFS
    • SJF
    • SRT
    • Priority scheduling
    • RR
  • 동기와 비동기의 차이
  • 멀티스레드
    • 장점과 단점
  • 캐시의 지역성
    • Locality
    • Caching line

데이터베이스 Link

  • 데이터베이스
    • 데이터베이스를 사용하는 이유
    • 데이터베이스 성능
  • Index
    • Index란 무엇인가
    • Index의 자료구조
    • Primary index vs Secondary index
    • Composite index
    • Index의 성능과 고려해야할 사항
  • 정규화에 대해서
    • 정규화 탄생 배경
    • 정규화란 무엇인가
    • 정규화의 종류
    • 정규화의 장단점
  • Transaction
    • 트랜잭션(Transaction)이란 무엇인가?
    • 트랜잭션과 Lock
    • 트랜잭션의 특성
    • 트랜잭션을 사용할 때 주의할 점
  • Statement vs PrepareStatement
  • NoSQL
    • 정의
    • CAP 이론
      • 일관성
      • 가용성
      • 네트워크 분할 허용성
    • 저장방식에 따른 분류
      • Key-Value Model
      • Document Model
      • Column Model

Design Pattern Link

  • Singleton

Algorithm (알고리즘) Link

  • 손코딩 및 코딩 테스트 대비
    => 대부분의 내용이 코드이기 때문에 별도의 Repository에 저장합니다.
  • 코딩 테스트를 위한 Tip
  • 문제 해결을 위한 전략적 접근
  • Sorting Algorithm



Part 2. Language

Java Link

  • JVM에 대해서 / GC의 원리
  • Collection
  • Annotation
  • Generic
  • final
  • Overriding vs Overloading
  • Access Modifier
  • Wrapper class
  • Multi-Thread 환경에서의 개발

추가 자료


JavaScript Link

  • JavaScript Event Loop
  • Hoisting
  • Closure
  • this에 대해서
  • Promise

추가 자료




Part 3. 분야별

Front-End Link

  • 브라우저의 작동 원리
  • Document Object Model
    • Event bubbling and Capturing
    • Event delegation
  • CORS
  • 크로스 브라우징
  • 웹 성능과 관련된 Issues
  • CSS Methodology
  • normalize.css vs reset.css

추가 자료




그 외 좋은 자료




Contributor


HOW TO CONTRIBUTE


interview_question_for_beginner's People

Contributors

jaeyeophan avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.