Sobes.tech

Company overview

Mayflower

Neueste Stelle: 6. August 2026

Stellen
13
Interviews
12
Fragen
176
Aufgaben
0

Published in the selected period

Stellen · 6

All company vacancies

Salary ranges

Currencies are not converted. Lower and upper bounds are calculated independently and show their own sample sizes.

EUR

Nicht genügend Daten · n=1

Published records

Interviews · 12

All company interviews

Grouped by direction

Fragen und Aufgaben · 176

Frontend

Fragen · 100

QA / QA Automation

Fragen · 64

Welche Tests werden ausgeführt, wenn Sie den Befehl 'pytest' aus dem Projektstammverzeichnis ausführen? project/ ├── conftest.py ├── tests/ │ ├── check_api.py │ │ └── def test_get_users(): pass # (A) │ ├── test_ui_login.py │ │ ├── def test_button(): pass # (B) │ │ └── def check_label(): pass # (C) │ ├── web_test.py │ │ ├── def test_login_flow(): pass # (D) │ │ └── def logout_test(): pass # (E) │ └── integration/ │ └── test_db.py │ ├── class TestDatabase: │ │ └── def test_connect(): pass # (F) │ └── class DB_Helper: │ └── def test_ping(): pass # (G) ├── scripts/ │ └── test_cleaner.py │ └── def test_wipe_cache(): pass # (H) └── my_test_file.py └── def test_is_valid(): pass # (I)

middle+

Golang

Fragen · 12