Q11. How does an orchestration tool like Airflow schedule data pipelines?
Airflow models a workflow as a DAG: a directed acyclic graph of tasks with dependencies. A scheduler parses DAG files, creates DAG runs per schedule interval, and queues ...
Technical Question Bank · Peer-Reviewed
Search and filter frequently asked interview questions across technical, programming, and behavioral domains. Tailor your interview preparation by difficulty for freshers or experienced developers (23 available).
Airflow models a workflow as a DAG: a directed acyclic graph of tasks with dependencies. A scheduler parses DAG files, creates DAG runs per schedule interval, and queues ...
@apply inlines utility classes into a CSS rule, letting you write component classes while reusing Tailwind's design tokens. ```css .btn { @apply inline-flex items-center ...
Traditional Angular organises components, directives and pipes into NgModules that declare what belongs together and import other modules. Standalone components skip that...
The lifecycle block controls how Terraform creates, updates, and destroys a resource. - create_before_destroy: create the replacement before destroying the old one, reduc...
A circuit breaker stops a caller from hammering a failing dependency. It tracks failures and moves between three states: - Closed: calls pass through while failures stay ...
Averages hide the shape of a distribution. Percentiles describe typical and extreme behaviour, which matters for user experience and capacity planning. For example, avera...
Both create multiple instances of a resource, but they track them differently. - count takes a number and identifies instances by index, such as resource[0] and resource[...
The control plane maintains desired state and schedules workloads. - kube-apiserver: the front door. It validates and persists objects to etcd, and all components talk to...
Design around an RTO and RPO first; they determine active-active versus active-passive. - DNS and traffic: Route 53 health checks with failover or latency routing, plus G...
Ownership allows one owner, but graphs and shared state need more. Rust pushes the choice into types. - `Rc`: single-threaded reference counting. `clone` increments a cou...
HireXTech uses essential storage to remember your study preferences and third-party advertising cookies via Google AdSense in compliance with GDPR. You can choose to enable essential cookies only or accept all cookies. Read our Privacy Policy.