Sobes.tech

Company overview

01.tech

Latest vacancy: August 4, 2026

Vacancies
3
Interviews
11
Questions
130
Tasks
0

Published in the selected period

Vacancies · 3

All company vacancies

Published records

Interviews · 11

All company interviews

Grouped by direction

Questions and tasks · 130

Data Engineer

Questions · 44

Analysis of fitness club attendance You work as an analyst in a chain of fitness clubs. You have information about user visits and the memberships they purchase. It is necessary to analyze the effectiveness of membership usage. Calculate for each type of membership: • the total number of users who used this type of membership. Consider only unique user_id; • the total number of visits for this membership. Consider all visits of users with this membership; • the share of users of this membership in percentage of the total number of all users (rounded to one decimal place). To calculate the share, use the ratio of the number of users with this membership to the total number of all unique users. Each user can have only one membership. Sort the result by membership type in alphabetical order. Input format Memberships table: • membership_id (int) — unique membership identifier • user_id (int) — unique user identifier • membership_type (text) — type of membership Visits table: • visit_id (int) — unique visit identifier • user_id (int) — user identifier • visit_date (timestamp) — date and time of visit Data does not contain missing or incorrect values. Output format The query should return a table with fields in this order: • membership_type (text) — type of membership • users_count (int) — number of unique users with this type of membership • total_visits (int) — total number of visits of users with this membership • user_share (numeric) — share of users of this membership in percentage of the total number (rounded to 1 decimal place) The result is sorted by membership type in alphabetical order.

Junior

Java

Questions · 39

QA / QA Automation

Questions · 12

Golang

Questions · 10

BI / Tableau / PowerBI

Questions · 7

Frontend

Questions · 7

System Analyst

Questions · 7

C#

Questions · 3

Product Manager

Questions · 1