
Linux & Shell - Fundamentals
Essential commands, navigation, permissions, pipes, redirections, bash scripting, cron jobs
1Which command displays the current working directory in a Linux terminal?
Which command displays the current working directory in a Linux terminal?
Answer
The pwd (print working directory) command displays the absolute path of the current directory. It is essential for locating oneself in the file tree, especially when navigating between multiple folders or in bash scripts.
2How to go back to the parent directory of the current directory?
How to go back to the parent directory of the current directory?
Answer
The cd .. command allows moving up one level in the file tree. The double dots (..) represent the parent directory, while a single dot (.) represents the current directory. This notation is universal in Unix/Linux systems.
3Which command lists directory files including hidden files?
Which command lists directory files including hidden files?
Answer
The -a (all) option of the ls command displays all files, including hidden files that start with a dot. Without this option, files like .bashrc, .gitignore or .env are not visible in the listing.
What does the notation 755 represent in Linux permissions?
Which command changes the owner of a file or directory?
+17 interview questions
Other Data Engineering interview topics
Git & GitHub - Fundamentals
Advanced Python for Data Engineering
Docker - Fundamentals
Google Cloud Platform - Fundamentals
CI/CD and Code Quality
Docker Compose
FastAPI - Data APIs
Advanced SQL for Data Engineering
Data Lake - Architecture and Ingestion
BigQuery for Data Engineering
PostgreSQL - Administration
Data Modeling for Data Engineering
Fivetran & Airbyte - Data Ingestion
dbt - Fundamentals
Apache Airflow - Fundamentals
Kubernetes - Fundamentals
dbt - Advanced Features
ETL / ELT / ETLT Patterns
Apache Airflow - Advanced
Airflow + dbt - Pipeline Orchestration
PySpark - Large-Scale Processing
Google Pub/Sub - Data Streaming
Apache Beam & Dataflow
Kubernetes - Production and Scaling
Terraform - Infrastructure as Code
NoSQL Databases
Modern Data Architecture
Monitoring and Observability
IAM and Data Security
Master Data Engineering for your next interview
Access all questions, flashcards, technical tests, code review exercises and interview simulators.
Start for free