You are on page 1of 1

1. What is the most challenging problem you solved at your company?

2. How did you go above and beyond your role to keep the customers or business
owners of your project happy?
3. What was a way you found a really innovative solution to a problem?
A situation where I took risk in a project and delivered.
Database tuning / SQL / Design tables for a scenario
What difference have you made in current team apart from regular work ?
2. What are the steps you follow to rebuild a table in database ?
3. How did you do performance tuning ?
4. How do you find the skewness of data in table ?
5. Difference between RDBMS and Dimensional Modeling
Questions on Databases
Questions on Datawarehouse concepts
Questions on Performance Tuning
After that asked SQL technical questions
The interview was highly focused SQL questions such as finding the third high,
finding the newest one.
SQL query to calculate orders for last week when the date when it was ordered is
given.
. Data Modeling: Design data model in order to track product from Vendor =>
Amazon warehouse => delivery to customer?
2. Multiple ways to generate running totals using select query?
3. Approaches on performance tuning ?
4. How to insert data in DWH tables for early arriving facts?

Questions asked about what you can contribute to amazon if you are hired for the
position. what is your future goals. What are the challenges faced. weakness,
strengths, positives and favorite programming language
what is OLAP , OLTP , questions on data warehousing , SQL
1. given a specific year, you can find top 5 grossing films 2. given an actor, return all
his costars 3. all movies with more than 3 cast members

empid sal
a 100 100 <= b.sal 4 100>= 1
b 200 200 <= b.sal 3 200>= 2
c 300 300 <= b.sal 2 300>=3
d 200
e 400 400 <= b.sal 1

You might also like