What do you know about us?
Web Applications Engineer Interview Questions
554 web applications engineer interview questions shared by candidates
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
What are different type of joins
Viewing 71 - 80 interview questions