What is Amazon Redshift?
Answer: Redshift is AWS's managed data warehouse: a columnar, massively parallel processing database where data is distributed across compute nodes and queries run in parallel across slices. It is optimised for analytical queries scanning large volumes rather than for transactional workloads.
Why interviewers ask this: The columnar plus MPP combination is what makes it fast for aggregation over billions of rows and poor for single-row lookups. Naming RA3 nodes with managed storage, which separates compute from storage, is the detail that shows current knowledge.
