Backend Developer Interview Questions

9,192 backend developer interview questions shared by candidates

https://test-algobalanz.herokuapp.com/ se encuentra la consigna del challenge: Requerimientos técnicos Consumir la API https://test-algobalanz.herokuapp.com/ en sus diferentes endpoints para realizar las diferentes operaciones. Para realizar peticiones a la misma, no será necesario autenticarte. Detalles de la API En https://test-algobalanz.herokuapp.com/api/v1/prices/security_id se encuentra el listado de todos los SecurityIDs disponibles en la API. En https://test-algobalanz.herokuapp.com/api/v1/prices se encuentra el detalle de todos los SecurityIDs disponibles en la API al momento de la consulta. En https://test-algobalanz.herokuapp.com/api/v1/prices/security_id/{security_id} se encuentra el detalle del SecurityID seleccionado al momento de la consulta (reemplazar {security_id} por alguno de los disponibles en el listado) Detalles del Websocket Para recibir las actualizaciones de todos los SecurityIDs disponibles en el listado es necesario conectarse a través de wss://test-algobalanz.herokuapp.com/ws/{cliente}, reemplazando {cliente} pór un str. Objetivo Desarrollar una aplicación para crear un cotizador de dólar MEP y dolar Cable. La misma consumirá la API y el Websocket, y deberá mostrar las diferentes cotizaciones de MEP/Cable para distintos instrumentos y plazos. La aplicación imprimirá por consola las cotizaciones del dólar MEP y Cable para los siguientes instrumentos y plazos: ¿Cómo calcular el dólar MEP? Es necesario dividir el precio del instrumento en PESOS por el precio del instrumento en DÓLARES. XXX en ARS / XXX en D Por ejemplo: AL30-0003-C-CT-ARS / AL30-0003-C-CT-USD (Donde 0003 es T+2 y ARS / USD es la moneda) ¿Cómo calcular el dólar CABLE? Es necesario dividir el precio del instrumento en PESOS por el precio del instrumento en CABLE. XXX en ARS / XXX en C Por ejemplo: AL30-0003-C-CT-ARS / AL30-0003-C-CT-EXT (Donde 0003 es T+2 y ARS / EXT es la moneda) Tabla de SecurityIDs La siguiente tabla está compuesta por el Symbol, el Settlement Type y Currency, obteniendo como resultado el SecurityID correspondiente.

Backend Developer

Interviewed at Balanz Capital

3.7
Jun 13, 2022

https://test-algobalanz.herokuapp.com/ se encuentra la consigna del challenge: Requerimientos técnicos Consumir la API https://test-algobalanz.herokuapp.com/ en sus diferentes endpoints para realizar las diferentes operaciones. Para realizar peticiones a la misma, no será necesario autenticarte. Detalles de la API En https://test-algobalanz.herokuapp.com/api/v1/prices/security_id se encuentra el listado de todos los SecurityIDs disponibles en la API. En https://test-algobalanz.herokuapp.com/api/v1/prices se encuentra el detalle de todos los SecurityIDs disponibles en la API al momento de la consulta. En https://test-algobalanz.herokuapp.com/api/v1/prices/security_id/{security_id} se encuentra el detalle del SecurityID seleccionado al momento de la consulta (reemplazar {security_id} por alguno de los disponibles en el listado) Detalles del Websocket Para recibir las actualizaciones de todos los SecurityIDs disponibles en el listado es necesario conectarse a través de wss://test-algobalanz.herokuapp.com/ws/{cliente}, reemplazando {cliente} pór un str. Objetivo Desarrollar una aplicación para crear un cotizador de dólar MEP y dolar Cable. La misma consumirá la API y el Websocket, y deberá mostrar las diferentes cotizaciones de MEP/Cable para distintos instrumentos y plazos. La aplicación imprimirá por consola las cotizaciones del dólar MEP y Cable para los siguientes instrumentos y plazos: ¿Cómo calcular el dólar MEP? Es necesario dividir el precio del instrumento en PESOS por el precio del instrumento en DÓLARES. XXX en ARS / XXX en D Por ejemplo: AL30-0003-C-CT-ARS / AL30-0003-C-CT-USD (Donde 0003 es T+2 y ARS / USD es la moneda) ¿Cómo calcular el dólar CABLE? Es necesario dividir el precio del instrumento en PESOS por el precio del instrumento en CABLE. XXX en ARS / XXX en C Por ejemplo: AL30-0003-C-CT-ARS / AL30-0003-C-CT-EXT (Donde 0003 es T+2 y ARS / EXT es la moneda) Tabla de SecurityIDs La siguiente tabla está compuesta por el Symbol, el Settlement Type y Currency, obteniendo como resultado el SecurityID correspondiente.

Round L1: ( Virtual ) 1. Introduction 2. Python Basic Question like List, Tuple , Encapsulation , Polymorphism , Decorator , Generator , Iterator , Set , mutable vs immutable , memory management , how list are store in memory , how string are get store , Super keyword , constructor , 3. Five DSA Question 1. Remove Duplicate from Array 2. Second maximum record from array 3. Parking System Problem 4. Hashing Probleam 5. basic String Probleam Fact to Face Interview ( go approximately 2 hour ) Backend question on Django 1. Introduction 2. What is Middleware and their example 3. Structure of Django 4. how to create Django project 5. Difference between Migrate and Migrations , example of it 6. WSGI in Django 7. Type of View in Rest Framework 8. Difference between put and patch 9. Session and Cookie , how to store server Cookies, 10. DSA three Question on Array and String 11. One System design Question 12. Two Sql Queries on Join 13. Question on Redis and how to access redis data into Django 14. Microservices architecture and ask one question that Is you have two application running of two different server which A and B , A send request to B and B take time to execute that request after completing the request how B send data to A , how he knows about the A application Request 15. How to call api in JavaScript 16. Asynchronous vs synchronous 17. Async and await 18. How to call api in React 19. what is github, use of rebase , how to create branch , what is checkout
avatar

Backend Developer

Interviewed at Advarisk

4
Jul 12, 2025

Round L1: ( Virtual ) 1. Introduction 2. Python Basic Question like List, Tuple , Encapsulation , Polymorphism , Decorator , Generator , Iterator , Set , mutable vs immutable , memory management , how list are store in memory , how string are get store , Super keyword , constructor , 3. Five DSA Question 1. Remove Duplicate from Array 2. Second maximum record from array 3. Parking System Problem 4. Hashing Probleam 5. basic String Probleam Fact to Face Interview ( go approximately 2 hour ) Backend question on Django 1. Introduction 2. What is Middleware and their example 3. Structure of Django 4. how to create Django project 5. Difference between Migrate and Migrations , example of it 6. WSGI in Django 7. Type of View in Rest Framework 8. Difference between put and patch 9. Session and Cookie , how to store server Cookies, 10. DSA three Question on Array and String 11. One System design Question 12. Two Sql Queries on Join 13. Question on Redis and how to access redis data into Django 14. Microservices architecture and ask one question that Is you have two application running of two different server which A and B , A send request to B and B take time to execute that request after completing the request how B send data to A , how he knows about the A application Request 15. How to call api in JavaScript 16. Asynchronous vs synchronous 17. Async and await 18. How to call api in React 19. what is github, use of rebase , how to create branch , what is checkout

Viewing 8281 - 8290 interview questions

Glassdoor has 9,192 interview questions and reports from Backend developer interviews. Prepare for your interview. Get hired. Love your job.