By admin on August 13, 2016
Here, we will display useful websites that will help you in coding interview preparation. We are also providing material, but there are few better sites out there. So we want you to refer to them as well and not just limit yourself to this website. However, you can still ask us doubts about any of the materials in any of these materials through this website and we would be more than happy to help you.
Stanford CS Education Library
This online library collects education CS material from Stanford courses and distributes them for free. Read more about List of Useful Websites for Coding Interview Preparation
By admin_raj on May 06, 2020
By admin on August 13, 2016
By cicadmin5 on June 11, 2016
Though it says interview questions, this page list down questions that can be also used to test your understanding of BigData and Hadoop’s basics and about Hadoop’s component technologies that make up the Hadoop technology stack. This doesn’t go deeper into any of the technology stack component. Having a bigger picture and knowing how the components fit together will help you make decisions in using the right component in the right way. Read more about Hadoop Interview Questions On The Basics Of Hadoop And Hadoop Component Technologies
By cicadmin5 on June 11, 2016
-
What are the differences between SOAP web services and REST web services?
-
If REST can support multiple MIME types such as XML, Text, JSON, user-defined etc. then how do server and client know about what the other is sending?
By cicadmin5 on June 11, 2016
By cicadmin5 on June 11, 2016
By cicadmin5 on June 11, 2016
By cicadmin5 on June 11, 2016
By cicadmin5 on June 11, 2016
Hashing is a tehcnique for storing and retriving information faster.
Hashing can give a complexity of O(1); however the worst case is O(n).
Components of hashing
Important components of hashing are:
-
Hash buckets
-
Hashing functions
Basic hashing operation Read more about Hashing Basics
Pages