- calculator with a string as input such as "5 * 3 -2 *4" and returning the result - validation of a json like data structure describing a state machine with some consistency rules such as "each terminal state in the terminal key/value pair must exist in the states array, terminal states cannot have associated mappings to other states, non terminal states must have mappings to next states with transition names as key and next state as value, ..." - the system design question was about designing an anomaly or fraud detection service working with rules. The rules of the service apply to either one record or to a set of records.
Senior Backend Developer Interview Questions
1,045 senior backend developer interview questions shared by candidates
What is a race condition and how do you handle it?
Stack over flow vs. infinite loop question
One question concerned the details of OAuth2 protocol.
I was asked questions about my experience
- Design question - Connecting to an external API to manipulate DATA
SQL selects, joins, max value. Given a user table, find the oldest user named 'tom'.
Implementación del juego "Piedra, Papel o Tijeras" en Golang.
1. The screening interview: a JS code with recursion to calculate the mean of an array. They asked about the code output and its BigO notation. 2. Virtual test: three code challenges in JS. a) Create 3 endpoints using Node.js, Express.js, and Sequelize.js. b) Use Node.js to read a file, check if it exists, and read it asynchronously. c) An algorithm using JS to find if a number was in a Singly Linked List. If the number existed, remove it and rearrange the Linked List. 3. Technical interview: JS questions, Node.js questions, SQL questions, and live coding. In the live coding, the questions were an algorithm to check if a number existed in an unsorted binary tree.
All questions was all related to java, spring boot, hibernate, micro-services, kafka and docker.
Viewing 591 - 600 interview questions