Sobes.tech

Company overview

Бюро 1440

Najnovšia pozícia: 3. augusta 2026

Pozície
19
Pohovory
9
Otázky
117
Úlohy
0

Published in the selected period

Pozície · 6

All company vacancies

Published records

Pohovory · 9

All company interviews

Grouped by direction

Otázky a úlohy · 117

Golang

Otázky · 50

func Copy(src io.Reader, dst io.Writer) error { //... } import gocopy s := file.Open() err := gocopy.Copy(s, d) func Copy(src io.Reader, dst io.Writer) (statusCh, error) { //... go func() { statusCh }() } func Read() { select { case status := <-statusCh: } } type Stat struct { status string err error } func Copy(src io.Reader, dst io.Writer) chan Stat { //... statusCh := make(chan Stat{}) go func() { statusCh{ } } return statusCh } func Read() { select { case status := <-statusCh: } } import gocopy s := file.Open() err := gocopy.Copy(s, d) func Copy(src io.Reader, dst io.Writer) chan Stat { //... statusCh := make(chan Stat{}) buf := make([]byte, 1024) var total int64 go func() { for { n, err := src.Read(buf) if n > 0 { writen, err := dst.Write(buf[:n]) total += int64(writen) if err != nil { statusCh <- Stat{ status: "done with err", err: err, } return } } if err == io.EOF { statusCh <- Stat{ bCopy: total, status: "done", err: nil, } return } if err != nil { statusCh <- Stat{ status: "done with err", err: err, } return } } } return statusCh } func Read() { select { case status := <-statusCh: if status.err != nil { return } } }

Senior

Python

Otázky · 25

Frontend

Otázky · 24

DevOps

Otázky · 15

Product Manager

Otázky · 2

Project Manager

Otázky · 1

Бюро 1440 - company overview - sobes.tech