Sobes.tech

Have you created asynchronous functions when working with Python, for example in Django or with asyncio?

Middle
188

What benefit does async/await provide when making a database query?

Middle
140

Tell us about your recent project and the tasks you worked on.

Middle
135

Which cloud platforms have you worked with before?

Middle
131

Where is asynchronous programming used in Python and in what scenarios is it useful?

Middle
120

What approaches and techniques do you know for speeding up and increasing the efficiency of SQL queries?

Middle
120

What AWS services have you worked with?

Middle
119

Recently, you worked on a project with geospatial data. Tell us about it: what data did you use, how did you process it, where did you store it, and what was your contribution?

Middle
113

Have you worked with shell scripts in the past?

Middle
103

Table Customers: customer_id (INT), customer_name (VARCHAR), country (VARCHAR), signup_date (DATE) Table Orders: order_id (INT), customer_id (INT), order_date (DATE), order_amount (DECIMAL), status (VARCHAR) Task: Write a query to find the total order amount and the total count of orders for each customer from the 'USA' who has spent a total of more than 500 on 'Completed' orders. Sort the results by total order amount in descending order. Expected Output: customer_name (VARCHAR), total_spent (DECIMAL), total_orders (INT)

Middle
99

Briefly introduce yourself and tell about yourself.

Middle
96