They asked questions related to Database, Javascript. Firstly starts from basics and then deep dive into the topics.
Lead Backend Developer Interview Questions
9,386 lead backend developer interview questions shared by candidates
Javascript question basic of it which gives confusing output.
A. Puzzles: 1. Implement normal coin (50% H, 50% T) using biased coin (60%H, 40% T) 2. top 3 fastest horses from 25 Horses. 3. find the faulty ball from 12 balls using a minimum number of comparisons.
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
SQL Queries
They mainly asked about my salary expectations and overall availability, with limited focus on in-depth technical or problem-solving questions.
1) Given an array of words, write a function that returns an array whose elements are the length of words in the given array. 2) Implement an expressJS server that returns "Hello World!" in the browser
js, jest, y codear en mi lenguaje.
Make a Stopwatch using just backend or both frontend and backend.
Design snake and ladder using python
Viewing 8471 - 8480 interview questions