Round 1: Online Test
Questions:
- Multiple choice questions: 10
- SQL Question:
- Find the total number of unique students and total number of students scored full marks by age.
- Python Question:
- Find if the given list contains odd pairs or not, with length n (where n is always an even number).
Candidate's Approach
No approach provided.
Interviewer's Feedback
No feedback provided.
Round 2: Technical Round
Questions:
- Discussed technical skills.
- How to submit a Spark job and the configurations used.
- Spark optimization techniques.
- Explanation of the Catalyst optimizer.
- Handling small files in Spark.
- Comparison between EMR and Glue.
- Discussion on Athena.
- Partition pruning.
- Predicate pushdown.
- Write SQL program to find each person with total sales amount and include the highest sales city name.
- Write the same code in PySpark.
- Python code to find the longest consecutive sequence in the given list.
Candidate's Approach
No approach provided.
Interviewer's Feedback
No feedback provided.