Questions based Databases, NodeJs, Message Queue
Senior Backend Engineer Interview Questions
2,040 senior backend engineer interview questions shared by candidates
Explain the challenge of multithreading in Python.
Draw a process that reacts to webhooks and asynchronically handle the data in the body of the webhook.
requested HOURS worth of code "homework" assignments BEFORE reviewing my resume and deciding it wasn't a fit.
Fibonacci algorithm. write a method which will return the result by given index. for example : index- value 0-0 1-1 2-1 3-2 4-3 5-5 6-8 7-13 ... for example: when the method receives the index 6 it'll return the value: 8 the second step was to complete it by recursion. also, describe each solution complexity and running time.
Write an algorithm to find the fewest number of substitutions a string requires to make it a palindrome.
Do my core values align with the values of the SaaS group - courage, accountability, independence, and honesty?
Can you describe your availability for relocation to Barcelona?
HR asked a general interview. Take home test was a simple application to crawl websites and generate an md5 checksum for the content
The interview was all about implementing a Snake Game (LeetCode question 353), give or take, Food location randomness will be talked about in the ending part of the interview. 1) Write (and talk about) a technical design of the game, the data, members, overall functionality. 2) Implement the code over IDE (screen share, not using the internet or AI tools). Food location is a STUB. 3) Draw a design of the food location randomness. Architecture interview: 1) Tell us about a project you implemented in details, prefer something complex that you know all the details about (deep dive). 2) Design in high level (no code) a db like a Redis Cluster, in memory, with persistence, high response time, fault tolerance, etc..
Viewing 251 - 260 interview questions