# ETL / ELT / ETLT 패턴 (Data Engineering) > ETL vs ELT vs ETLT, batch vs micro-batch vs streaming, 멱등성, 에러 처리, dead letter queue, 데이터 품질, lineage - 20 면접 질문 - Senior - [면접 질문: Data Engineering](https://sharpskill.dev/ko/technologies/data-engineering/interview-questions.md) ## 1. ETL과 ELT의 주요 차이점은 무엇입니까? **답변** ETL(Extract-Transform-Load)에서는 데이터가 대상에 로드되기 전에 중간 서버에서 변환됩니다. ELT(Extract-Load-Transform)에서는 원시 데이터가 먼저 대상(일반적으로 클라우드 데이터 웨어하우스)에 로드된 후 컴퓨팅 파워를 사용하여 그 안에서 직접 변환됩니다. ELT는 탄력적인 컴퓨팅 파워를 제공하는 BigQuery, Snowflake 또는 Redshift와 같은 클라우드 데이터 웨어하우스와 함께 인기를 얻었습니다. ## 2. 전통적인 ETL과 비교했을 때 ELT 접근 방식의 주요 이점은 무엇입니까? **답변** ELT 접근 방식은 최신 클라우드 데이터 웨어하우스(BigQuery, Snowflake, Redshift)의 탄력적인 컴퓨팅 파워를 활용합니다. 병목 현상이 될 수 있는 별도의 변환 인프라를 유지하는 대신, 변환은 데이터 웨어하우스의 스케일링 기능을 직접 사용합니다. 이는 운영 복잡성을 줄이고 수동 리소스 프로비저닝 없이 훨씬 더 많은 데이터 볼륨을 처리할 수 있게 합니다. ## 3. ETLT 패턴이란 무엇이며 언제 관련이 있습니까? **답변** ETLT는 두 가지 접근 방식을 결합합니다: 추출 중에 첫 번째 가벼운 변환(정제, 필터링, 익명화)이 수행된 다음, 데이터가 로드되고 데이터 웨어하우스에서 더 복잡한 변환이 적용됩니다. 이 패턴은 컴플라이언스 이유(로드 전 민감한 데이터 마스킹), 볼륨 감소(조기 필터링) 또는 이기종 소스 형식 정규화를 위해 특정 변환을 업스트림에서 수행해야 할 때 유용합니다. ## 17개 추가 질문 이용 가능 - 데이터 파이프라인의 맥락에서 멱등성이란 무엇입니까? - 테이블에 데이터를 로드할 때 멱등성을 어떻게 구현합니까? 무료로 가입하기: https://sharpskill.dev/ko/login ## 기타 Data Engineering 면접 주제 - [Linux & Shell - 기초](https://sharpskill.dev/ko/technologies/data-engineering/interview-questions/linux-shell-basics.md): 20개 질문, Junior - [Git & GitHub - 기초](https://sharpskill.dev/ko/technologies/data-engineering/interview-questions/git-github-fundamentals.md): 20개 질문, Junior - [데이터 엔지니어링을 위한 고급 Python](https://sharpskill.dev/ko/technologies/data-engineering/interview-questions/python-advanced-de.md): 25개 질문, Junior - [Docker - 기초](https://sharpskill.dev/ko/technologies/data-engineering/interview-questions/docker-fundamentals.md): 25개 질문, Junior - [Google Cloud Platform - 기초](https://sharpskill.dev/ko/technologies/data-engineering/interview-questions/gcp-fundamentals.md): 20개 질문, Junior - [CI/CD 및 코드 품질](https://sharpskill.dev/ko/technologies/data-engineering/interview-questions/ci-cd-code-quality.md): 20개 질문, Mid-Level - [Docker Compose](https://sharpskill.dev/ko/technologies/data-engineering/interview-questions/docker-compose.md): 20개 질문, Mid-Level - [FastAPI - 데이터 API](https://sharpskill.dev/ko/technologies/data-engineering/interview-questions/fastapi.md): 20개 질문, Mid-Level - [Data Engineering을 위한 고급 SQL](https://sharpskill.dev/ko/technologies/data-engineering/interview-questions/sql-advanced-de.md): 20개 질문, Mid-Level - [Data Lake - 아키텍처 및 수집](https://sharpskill.dev/ko/technologies/data-engineering/interview-questions/data-lake.md): 20개 질문, Mid-Level - [데이터 엔지니어링을 위한 BigQuery](https://sharpskill.dev/ko/technologies/data-engineering/interview-questions/bigquery-de.md): 20개 질문, Mid-Level - [PostgreSQL - 관리](https://sharpskill.dev/ko/technologies/data-engineering/interview-questions/postgresql-admin.md): 20개 질문, Mid-Level - [Data Engineering을 위한 Data Modeling](https://sharpskill.dev/ko/technologies/data-engineering/interview-questions/data-modeling-de.md): 20개 질문, Mid-Level - [Fivetran & Airbyte - 데이터 수집](https://sharpskill.dev/ko/technologies/data-engineering/interview-questions/fivetran-airbyte.md): 20개 질문, Mid-Level - [dbt - 기초](https://sharpskill.dev/ko/technologies/data-engineering/interview-questions/dbt-fundamentals-de.md): 20개 질문, Mid-Level - [Apache Airflow - 기초](https://sharpskill.dev/ko/technologies/data-engineering/interview-questions/airflow-fundamentals.md): 20개 질문, Mid-Level - [Kubernetes - 기초](https://sharpskill.dev/ko/technologies/data-engineering/interview-questions/kubernetes-fundamentals.md): 20개 질문, Mid-Level - [dbt - 고급 기능](https://sharpskill.dev/ko/technologies/data-engineering/interview-questions/dbt-advanced-de.md): 20개 질문, Senior - [Apache Airflow - 고급](https://sharpskill.dev/ko/technologies/data-engineering/interview-questions/airflow-advanced.md): 20개 질문, Senior - [Airflow + dbt - 파이프라인 오케스트레이션](https://sharpskill.dev/ko/technologies/data-engineering/interview-questions/airflow-dbt-integration.md): 20개 질문, Senior - [PySpark - 대규모 처리](https://sharpskill.dev/ko/technologies/data-engineering/interview-questions/pyspark.md): 20개 질문, Senior - [Google Pub/Sub - 데이터 스트리밍](https://sharpskill.dev/ko/technologies/data-engineering/interview-questions/pubsub-streaming.md): 20개 질문, Senior - [Apache Beam & Dataflow](https://sharpskill.dev/ko/technologies/data-engineering/interview-questions/apache-beam-dataflow.md): 20개 질문, Senior - [Kubernetes - 프로덕션 및 스케일링](https://sharpskill.dev/ko/technologies/data-engineering/interview-questions/kubernetes-advanced.md): 20개 질문, Senior - [Terraform - Infrastructure as Code](https://sharpskill.dev/ko/technologies/data-engineering/interview-questions/terraform.md): 20개 질문, Senior - [NoSQL 데이터베이스](https://sharpskill.dev/ko/technologies/data-engineering/interview-questions/nosql-databases.md): 20개 질문, Senior - [모던 Data Architecture](https://sharpskill.dev/ko/technologies/data-engineering/interview-questions/data-architecture.md): 20개 질문, Senior - [모니터링 및 관찰 가능성](https://sharpskill.dev/ko/technologies/data-engineering/interview-questions/monitoring-observability.md): 20개 질문, Senior - [IAM 및 데이터 보안](https://sharpskill.dev/ko/technologies/data-engineering/interview-questions/iam-security-de.md): 20개 질문, Senior --- Source: SharpSkill (https://sharpskill.dev), tech interview preparation for your real stack. HTML version of this page: https://sharpskill.dev/ko/technologies/data-engineering/interview-questions/etl-elt-patterns