Sobes.tech

Machine Learning / AI

What are the main parameters we usually set for DAG tasks, and why should the graph be structured this way (top-level DAG logic)?

203

Have you worked with Spark? What is your general understanding of what it is?

175

When we talk about metrics in class imbalance — which are appropriate and which are not?

169

Given a string containing letters and digits. Find the maximum number that appears in the string (considering consecutive digits as a single number).

166

What happens in Python during string concatenation (e.g., current += char)? Why might this approach be bad in this task, and how to optimize code to avoid frequent string concatenation?

163

How would you solve the same last click search problem without using JOIN?

159

Have you encountered Random Forest in work or study? What are the main differences between Random Forest and Boosting?

158

Have you worked with Airflow or Spark? Can you explain what a DAG is in Airflow, and can you give an example from your experience? Have you written DAGs yourself or only used/runned them?

158

Why does accuracy show an inadequate quality measure when there is class imbalance?

153

Have you worked with time series? What metrics are used to evaluate the quality of time series forecasting models?

151

Given a logs table with user events (user_id, item_id, action_type, timestamp). Write an SQL query to find the ID of the last item each user clicked on.

146

Есть 100 монеток, одна из них фальшивая — с двумя орлами с обеих сторон. Мы выбираем случайную монетку, подбрасываем её, и выпадает орёл. Какова вероятность, что монетка фальшивая? Распишите решение (по формуле Байеса).

144

If the optimal number of trees for a model is 500, but we accidentally trained both a random forest and boosting with 1000 trees, which model is more likely to overfit and why?

137

Why can a task get stuck and run very long in Spark?

135

Have you ever worked with binary classification? Have you encountered class imbalance in such tasks, and what can be done about it?

106