What’s the differences between hashing and ecryption?
Senior Full Stack Engineer Interview Questions
1,780 senior full stack engineer interview questions shared by candidates
Solve a problem using HashMap
Coding exercise by sharing the screen: Problem: Given a non-empty array of integers, return the k most frequent elements. // Example: Input: [4,1,1,1,2,2,3], k = 2 Output: [1, 2] // Example: Input: [5,5,5,1,1,1,1,2,2,3], k = 3 Output: [1, 5, 2] Technical Questions: Angular: What are routes and how does routing work? How to manage state? C#/.Net: Dependency Injection, Extension methods, Async and Await and some behavioral questions.
Building a fullstack app in a live coding round with focus on both frontend (UI) and backend (REST API design, SQL and interacting with the database for a CRUD operation) followed by general SQL based questions for ranking and optimised updates to a large dataset.
Video call technical interview, 45 minutes. Given a JSON file, perform multiple operations on the data,
briefly describe your professional experience
Me perguntou pra falar sobre eu, e a partir disso faria perguntas. Acabou que eu respondi a maioria das perguntas enquanto estava falando sobre eu.
DIfficult Seo Based React js Promises Setimeout React helmet
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"
Viewing 351 - 360 interview questions