I applied through other source. I interviewed at Real Soft in Aug 2024
Interview
Recruiter Screening (30 min)
Behavioral questions (Leadership Principles).
Overview of your experience with data pipelines, SQL, and AWS.
Technical Phone Screen (45-60 min)
SQL/Python Coding: Live coding on platforms like Codility.
Data Modeling: Design a schema for a given use case.
Example: "Design a fact table for an e-commerce order tracking system."
On-Site/Virtual Loop (4-5 Rounds)
Data Pipeline Design: Scalable ETL/ELT systems (e.g., "How would you process 1TB of clickstream data daily?").
Coding: Python/Scala for data transformations (Spark preferred).
System Design: AWS services (Redshift, Glue, Kinesis) + trade-offs.
Behavioral: STAR-method responses to Leadership Principles.
Interview questions [1]
Question 1
Given tables orders (order_id, customer_id, order_date, amount) and customers (customer_id, signup_date), write a query to find the average order amount for customers who signed up in the last 30 days.