Senior Full Stack Engineer Interview Questions

813 senior full stack engineer interview questions shared by candidates

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"

Tell me about your experience. Coding question was merge two carts, objects and arrays, interesting question, solve problems on the go. Question was related to one of the issues they faced. Questions in the other 3 rounds were based on my experience around architecture, Storybook, CI/CD, backend services, questions on end points set up.
avatar

Senior Full Stack Engineer

Interviewed at Nuts.com

4
Apr 13, 2023

Tell me about your experience. Coding question was merge two carts, objects and arrays, interesting question, solve problems on the go. Question was related to one of the issues they faced. Questions in the other 3 rounds were based on my experience around architecture, Storybook, CI/CD, backend services, questions on end points set up.

Viewing 161 - 170 interview questions

See Interview Questions for Similar Jobs

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