How do you work best? What do you need to thrive here?
Senior Backend Developer Interview Questions
741 senior backend developer interview questions shared by candidates
Interview Question You’re a software engineer, you’re tasked with implementing a service registry and a load-balancer. We provide the interfaces below. Write in your preferred JVM language that implements the following: Interfaces interface LoadBalancer { fun selectServer(): Server? } interface ServiceRegistry { fun registerServer(server: Server): Boolean fun deregisterServer(server: Server): Boolean fun getServers(): List } data class Server(val id: String, val address: String) Load balancer and service registry should be implemented as two HTTP REST servers while calls from one to another should be done via HTTP. Tasks: Implement the ServiceRegistry and LoadBalancer interfaces. The load-balancer should have two flavors of balancing algorithm: One is round-robin and the other is random selection. Prepare a demo with curl / postman / other http tool to demonstrate the flow. Notes: You can use whatever library that you want. You are allowed to use any external tool that might help you, including Google / Stackoverflow / ChatGPT etc.. Time limits: 1h 30m
Solid principles Automated testing System design
Just a TestGorilla assessment including personality test and abstract reasoning test where this abstract reasoning tests are scientifically has no value. No human connection, just automated steps, very time consuming considering its uselessness.
Reasons for some of your comments on the Merge request
Have you worked remotely before?
1.) Coding question on Bit Logic 2.) List Inheritance
Python word counting problem without using string methods
Design RBAC system
How to sort a list
Viewing 471 - 480 interview questions