Q341. What is statistical power and how does it affect sample size?
Power is the probability of detecting a real effect of a given size, that is, correctly rejecting a false null hypothesis. The conventional target is 0.8, meaning an 80 p...
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 (2,728 available).
Power is the probability of detecting a real effect of a given size, that is, correctly rejecting a false null hypothesis. The conventional target is 0.8, meaning an 80 p...
Cross-validation repeatedly splits data into training and validation folds to estimate how well a model generalizes. In k-fold, the data is split into k parts; the model ...
Batch processing handles bounded datasets on a schedule. It is simple, high-throughput and easy to reprocess, but results are delayed by the batch interval. Examples incl...
Pub/Sub is fire-and-forget messaging. Publishers send to a channel and subscribers receive in real time, but messages are not stored. An offline subscriber misses them, a...
Sharding horizontally partitions a collection across mongos routers and shards. You choose a shard key, and MongoDB splits the key space into chunks distributed and balan...
The boot sequence moves from firmware to the kernel and then to userspace. 1. Firmware, BIOS or UEFI, runs POST and then loads the bootloader from disk or network. 2. GRU...
Make rollback a first-class, automated, and tested operation. - Immutable artefacts: deploy versioned images or packages so you can redeploy the previous one exactly. - D...
Drift is a difference between real infrastructure and Terraform state, usually caused by manual changes. Detect: - terraform plan refreshes state and shows differences. -...
The Horizontal Pod Autoscaler, or HPA, scales the number of Pod replicas based on observed metrics. - The metrics-server, or a custom or external adapter, supplies metric...
Attack the layers, base image, and build context. - Use a minimal base: alpine, distroless, or scratch for static binaries. - Use multi-stage builds: compile in one stage...
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.