In Pandas, there is an integer type column, but in one row the value is missing (NULL). What data type will this column have?
Python
Have you used MyPy for type checking?
Which is faster: read_sql in Pandas or direct database connection?
Who switches context in an asynchronous approach?
What frameworks did you use for writing Python code?
There are 5 instances of a service with a cron job. How to ensure that the task is executed only once, not five times?
What is the purpose of database normalization? How to determine how normalized the schema should be?
Can you describe the steps of the deployment pipeline? Starting from the code commit — what happens next?
How to validate an incoming CSV/Parquet file in FastAPI (presence of required columns, value ranges)?
How does a Python list differ from a NumPy array?
What is the difference between synchronous and asynchronous inter-service communication? How are they implemented?
Briefly tell about yourself: who are you, what is your experience, why did you come?
There are 5 million rows of data in Pandas — what to do if 100 thousand worked fine, but 5 million did not?
System design: three calculation services, each calls a data service, results need to be saved and quickly displayed in a web interface. How to build such a system with guaranteed calculation execution?
What are indexes used for in relational databases (PostgreSQL)? When do they help, and when do they hinder?
Can a loop be made in an Airflow DAG: task 3 returns to execute task 1 when there is insufficient data?
Why did GetPositive educational company need to write a data bank storage?
How does functional programming differ from object-oriented programming? What approach do you use?
Which package manager do you use?
How to transfer large volumes of data (millions of rows) between tasks in Airflow?