What are MFA and SSO? How does Single Sign-On work?
Golang
Implement a generic Filter function that takes a slice and a predicate function and returns a filtered slice.
// 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") }
Tell us about the search problem in the application — did you move the search to a separate component with Elasticsearch?
What is the difference between services and microservices?
// 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 }
What programming language do you use?
Tell us about the SAML protocol.
Have you ever had to program in C?
What is the difference between pointer receiver and value receiver when implementing an interface? When should each approach be used?
How to add asynchronous predicate execution in the Filter function while maintaining backward compatibility for existing package users?
What do you write in Go — microservices or services?