What is the #1 thing you want us to know about you?
Senior Full Stack Developer Interview Questions
966 senior full stack developer interview questions shared by candidates
Terrible experience. Every time I was being encouraged to continue for next step and hearing they loved my skills and after 2 months of interview, 7 rounds of interview and home work assignment no offer. Terrible. AVOID
OOPs concept, programming questions, angular concepts
Why I didn't use Nginx and I created a proxy gateway microservice that was receiving all the calls and was responsible to speak with the other microservices
Design and implement a file system, with fs manager that implements: AddFile(string parentDirName, string fileName, int fileSize) AddDirectory(string parentDirName, string name) Delete(string fileName) Print the tree structure - Use a dictionary to retrieve/add the file/directory in o(1) - Use the Composite Pattern in your implementation: the file and directory inherit from a common base like node, and the dictionary holds items of type node
Describe how would you build a search endpoint.
Given two functions with same and parameters but different return types. is this acceptable in c#?
What are generations of garbage collector in c#?
What is dependency injection and how do you achieve it?
There is a table with duplicate records, how do you delete duplicates. Write a query
Viewing 731 - 740 interview questions