Analyze the following TypeScript code. Describe what the code does. Tell me something good about how the code is managed and something that could be improved.
Backend Software Engineer Interview Questions
9,097 backend software engineer interview questions shared by candidates
Apart from the project demo, they asked a number of very specific questions of how I would deal with very particular scenarios when developing and deploying a new API. It seems like they were just looking for ideas on how to solve existing problems, without paying someone to do it.
Main difference between lists and arrays
Q: Given two strings, you have to write a function that returns a boolean value that returns true if two strings are Anagrams and return false if they are not Anagrams. Two parameters have been passed to the function i.e String 1 and String 2. He told me to write down the function in the Notepad and present my screen while writing the code. (He mentioned that Brute Force Approach is also allowed).
Q: What is Convex and Concave Polygon?
Q: Introduce yourself. Tell us something about your skills, hobbies, etc.
Q: Given an unsorted array with duplicate elements. You have to remove the duplicate elements without using a built-in data structure(Java Collection Framework or C++ STL Library). The interviewer mentioned that you can use the data structure that you can build on your own like Array, LinkedList, etc. Only the approach was asked not code.
Questions were about my background, technical & cultural fit
2 standard leetcode questions. nothing complicated
Use of interface in TypeScript
Viewing 9001 - 9010 interview questions