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"
Senior Full Stack Engineer Interview Questions
813 senior full stack engineer interview questions shared by candidates
Design models and interfaces for a chess program.
I did a live coding exercise where I had to build a React component.
Overall Experience in Java, Angular and related databases. Basic AWS cloud questions.
Make a calendar app with user authentication
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.
Experience in relevant field for job
Many of their questions were non-technical and involved how you would approach issues, interact with product owners, etc.
Walk through an example of a previous project.
Viewing 161 - 170 interview questions