1)Tell me about myself 2) How did i perfom tdd with my web forms app 3) What are latest features used from c#/.net & javascript 4) Is javascript pass by value or pass by reference using swap function 5) equality in javascript == and === 6)async & await vs promises 7) observables 8) closures & bind function (how do we persist values on callback of async function)
Senior Full Stack Developer Interview Questions
1,159 senior full stack developer interview questions shared by candidates
Cual es tu experiencia previa en relacion al puesto?
Give me an example of situation when you had a conflict with a coworker and how did you managed this situation?
What is the #1 thing you want us to know about you?
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
What do you look for when interviewing new team members?
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
differences between function declarations and arrow functions
Viewing 881 - 890 interview questions