Design an events storage system
Staff Software Engineer Interview Questions
2,548 staff software engineer interview questions shared by candidates
How would you investigate an api which is slow?
Can't disclose questions but please see interview process,
Given the rules for a flag-gathering game and skeleton code, implement a game scoring algorithm. The game had Scottish and Welsh rules, minor variations on scoring. You'll be asked to complete both variations. I was dinged during the technical interview for not listening to the engineers when they offered guidance and a sub-par solution. All tests for both variations passed with plenty of time to spare.
Implement the Luhn algorithm, by taking each digit of a number, from right to left, and doubling every other digit starting with the second digit from the right. If doubling a digit results in a number greater than 9, then the digits of that number are summed together (or equivalently, 9 is subtracted from the result). After this process, all the digits (those doubled and those not) are summed together. If the total sum is a multiple of 10, the number is considered to be valid.
Why do you want to work at Bazaarvoice?
Two simple HackerRank algorithm questions
Updating a booking system - a real challenge the team recently had.
Create a class to implement Promises in JavaScript
Write a Node.js script that prompts the user to ask a question about one of the CSV files, then uses that question to call the OpenAI API and return a response, while also sending the CSV file in the API request.
Viewing 2231 - 2240 interview questions