Sobes.tech

What is included in a set in set theory terms?

Junior — Middle
259

func getCarPrice() int64 { time.Sleep(1 * time.Second) return rand.Int63n(1000) } func main() { http.HandleFunc("/car/instant", func(resp http.ResponseWriter, req *http.Request) { fmt.Fprintf(resp, "%d", 0) }) http.ListenAndServe(":8080", nil) }

259

Who is the Router role intended for in the MVVM architecture?

Junior — Middle
259

What are the consequences if two objects in Java hold references to each other using strong references?

Junior — Middle
259

What types of constructors are implemented in a class and how do they differ?

Junior — Middle
259

What methods are used to find errors in synchronous tasks and how to implement them?

Junior — Middle
259

What parameters should be analyzed if there are delays or lags when scrolling a table?

Junior — Middle
259

What methods should be applied to prevent conflicts when there are multiple Gesture Recognizers on a single View?

Junior — Middle
259

Does the behavior of optional closures differ regarding their escape or non-escape nature?

Junior — Middle
259

What exactly is initialized in the main file when the application starts?

Junior — Middle
258

Have you had experience developing or working with real-time video streaming systems?

Junior — Middle
258

At which stage in the UIViewController lifecycle do you set the value for UILabel?

Junior — Middle
258

Is it possible to implement a weak reference to a data structure of type dictionary?

Junior — Middle
258

How is memory freed for objects with cyclic references in managed environments?

Junior — Middle
258

Which component of the system handles gesture events in the application?

Junior — Middle
258

Can you explain the concept of DataService and its role in application architecture?

Junior — Middle
258
/188