What type of development process do you use?
Web Applications Interview Questions
631 web applications interview questions shared by candidates
What do you know about us?
What issue did you notice about our website?
What programming standards you are following?
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
Viewing 81 - 90 interview questions