What programming standards you are following?
Web Applications Engineer Interview Questions
701 web applications engineer interview questions shared by candidates
Here's an example of something I've been working on. How would you go about solving it?
Read this LINQ statement and explain what it does, and what you expect the output to be
Their questions are 1)Which RDBMS you will choose for large dataset and why 2)Version controlling(Git command to ignore particular file.I mentioned .gitignore that he not considered) 3)Architecture i)API ii)Application 4)Automation of deployment 5)Caching 6)Redis vs memcache 7)How to switch from RDBMS to NoSQL and vice versa etc.
// flatten([1, [2], [3, [[4]]]]); // [1, 2, 3, 4]; // flatten([1, [2], [3, [[4]]]], true); // [1, 2, 3, [[4]]];
Build a RESTful API using Java or C# to determine rates given an input
Design a database based on a situation
C# Questions Testing questions Questions about their product
What are different type of joins
Difference between array and dictionary.
Viewing 91 - 100 interview questions