Senior Full Stack Engineer Interview Questions

829 senior full stack engineer interview questions shared by candidates

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 ?
avatar

Senior Full Stack Engineer

Interviewed at Mixbook

3.8
Jun 5, 2023

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 ?

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"
avatar

Senior Full Stack Engineer

Interviewed at Fiverr Inc.

4.1
Mar 16, 2025

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"

Viewing 161 - 170 interview questions

See Interview Questions for Similar Jobs

Glassdoor has 829 interview questions and reports from Senior full stack engineer interviews. Prepare for your interview. Get hired. Love your job.