Sobes.tech

What are MFA and SSO? How does Single Sign-On work?

Senior
220

Implement a generic Filter function that takes a slice and a predicate function and returns a filtered slice.

Senior
176

// It is necessary to implement a function for compressing a string using the run-length encoding algorithm. // If a series of identical values is encountered, it is replaced by the length of the series and the value. func Encode(s string) string { panic("not implemented") }

Senior
172

Tell us about the search problem in the application — did you move the search to a separate component with Elasticsearch?

Senior
159

What is the difference between services and microservices?

Senior
151

// It is necessary to implement a function, // which would return an error without importing packages from the standard library or third-party packages. func Handle() (err error) { return }

Senior
142

What programming language do you use?

Senior
140

Tell us about the SAML protocol.

Senior
137

Have you ever had to program in C?

Senior
136

What is the difference between pointer receiver and value receiver when implementing an interface? When should each approach be used?

Senior
120

How to add asynchronous predicate execution in the Filter function while maintaining backward compatibility for existing package users?

Senior
112

What do you write in Go — microservices or services?

Senior
110