I had to create a directive that would show the mouse position once the mouse stoped moving.
Senior Full Stack Engineer Interview Questions
829 senior full stack engineer interview questions shared by candidates
no call, no questions, no info
The CEO asked if I would be able to work late night or weekend since they are a small team with a big project.
Across multiple interviews, questions from different areas were asked. Cultural - how do I manage conflicts ? How would I work in an environment of a burning deadline ? What happens when your team-mate doesn't accept your opinion, or is diagonally opposing it, but you feel it's right ? Technical - What is TypeScript ? What is your experience with Ruby on Rails ? What is an EC2 in AWS ? What about RDS ?
Solve a problem using HashMap
Video call technical interview, 45 minutes. Given a JSON file, perform multiple operations on the data,
briefly describe your professional experience
Coding question, system design question, culture questions.
Leetcode style…Swap the first n letters of s with the rest of the string. 1. In O(N) time and space 2. In O(N) time, O(1) space Swap the first n letters of s with the rest of the string. Args: s: Input string n: Length of the prefix to swap Returns: Modified string with the first n letters swapped with the rest s = "abcdefgh" n = 3 result = swap_prefix_suffix(s, n) print(result) # Output: "defghabc"
Design models and interfaces for a chess program.
Viewing 161 - 170 interview questions