Just search P2P distributed exchange using Grenache framework, bitfinex grenache task, bitfinex p2p exchange, you will find plenty of implementations of their task assignment.
Senior Backend Developer Interview Questions
741 senior backend developer interview questions shared by candidates
Create a simplified P2P distributed exchange using Grenache framework .
Q: What is your expected monthly gross salary?
1- Concept POO 2- Principe SOLID
How do you work best? What do you need to thrive here?
HR just ask me to justify my expected CTC and based on that they rejected my profile stating that they do not have a budget. At least take one Technical round. I feel grateful I didn't waste my time here.
Q: Build a full rails app handling 2 types of data. And import huge CSV files and generate a report.
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
Perguntas relacionadas a cloud como num geral, escalabilidade, estrutura de dados (Árvore, Lista, etc), Java (Map, FlatMap, etc), além de arquitetura, mensageria, stream de dados, etc.
Questions about past experience etc
Viewing 461 - 470 interview questions