What programming standards you are following?
Web Applications Interview Questions
701 web applications 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
Difference between array and dictionary.
Difference between relational and non relational db?
How to found first unrepeated character in the string. “abca” return “b”
16 bit number: how to change the bits 0 with 1, 2 with 3 etc..
Viewing 91 - 100 interview questions