What made you apply to this specific position? Do you have any knowledge or experience of what we do at Tensar? The manager was really friendly and invited me to the office to meet his team. I felt very happy to talk to him. I am looking forward to work with him.
Staff Engineer Interview Questions
5,880 staff engineer interview questions shared by candidates
Variant of LeetCode 1169. Invalid Transactions and then write a Unit Test to verify the solution. /* Fraud Detection: Find Suspicious Transactions A bank wants to detect fraudulent transactions. A transaction is suspicious if: - The same user makes two transactions within 100 seconds of each other. - A single transaction amount exceeds $10,000. Return a list of users who have made fraudulent transactions. Example Input: transactions = [ { "userId": "Alice", "amount": 5000, "timestamp": 10050 }, { "userId": "Alice", "amount": 2000, "timestamp": 10200 }, { "userId": "Bob", "amount": 12000, "timestamp": 10400 }, { "userId": "Alice", "amount": 6000, "timestamp": 10700 } ] Output: ["Alice", "Bob"] */
Karat interview: Questions regarding quality engineer testing such as fuzzing, CICD processes, would you test given x, y, z constraints and would it be beneficial, etc.
Where do you see yourself in 5 years?
A problem to solve and code : A pagination problem having an array of a given length and a page size and page number will be provided you. You are required to fetch that page array elements from the array
Tell me about a time when you led a project with several unknowns
1. What J2EE patterns do you know?
Background, Specific questions related to the domain expertise, a few questions on the design side, Failures; Reliability; Testing and Validation. Growth Plan
We spent 1 hour going into the details of my pas projects.
None if you are well prepared
Viewing 1011 - 1020 interview questions