Skip to main content

How Whatsapp Earns

Whatsapp!!! Such a thing that it has added to the list of our day to day need. It's been a long time Whatsapp has been in the market and it's still FREE. So, ever thought how does Whatsapp earn money, it has no adds, nothing, but still earns a lot. The answer lies in the word "DATA".

Yes, it's only our data that gets Whatsapp earning so much. You may have seen that Whatsapp says that you need to pay $0.99 after a year of free usage, but have you or anyone you know have paid it ? Nah, even I haven't paid it, so this is surely not the option of earning revenue for such a big company.

The other way apps make money is the Ad way, but Whatsapp founder already stated that No adds, No games, No gimmicks. So Ad way isn't the way through which whatsapp earn.

As said, it's our data that makes Whatsapp wealthy. Yes, you read it right, even after not paying a single Penny, we are helping Whatsapp to grow millions of it. This concept is called Big Data or Data management.

We chat, send pics or videos that clearly depict our views likes dislikes. This whole conversation is stored in the Whatsapp server as it is in our local storage. Even a  DBMS expert can tell what a person likes and dislikes with such huge amount of amount, so imagine what Big Firms might get when so much info is in their hand? A lot !!!

This is how Whatsapp earns, it sells the backup data to big firms at a great value. This data helps firms in targeting people with same interest and field. That's the simple reason why, Face Book purchased whatsapp!!

Not only data, but the Geo location details that we send via Whatsapp is also of great use. Ever thought, on Face Book why we get offers, hotel ads, etc.. Of only places near our home location? This is cause the data whatsapp is giving to Face Book that reveals our information.

Don't worry your data might be exposed but it's still with the genuine guys, so sit back and enjoy What-sapping !! :)

Comments

Popular posts from this blog

Microsoft BizTalk Server | Interview Questions | Set 1

Hi Folks, Below is list of Some important questions that you may want to go through for a Biztalk developer role opening. Sharing the set 1 now just with questions. Will be sharing more soon. What is BizTalk Server? List down components of Biztalk server Biztalk architecture how is it? Types of schemas Document schema vs Envelope schema How to create envelope schema and its properties What is Property schema , how to create and its basic properties Purpose of using Flat file schema How to create a Flat file schema What do you mean by Canonical Schema What's is a message type Can a schema be without namespace What is min max and group min max property in a schema Explain Block default property Property promotion and types Distinguished field vs Promoted field Is it possible to promote XML record of complex content What is <Any> element in a schema Max length Promoted field and distinguished field What's Auto mapping and Default mapping  Can w

Microsoft BizTalk Server| Interview Questions| Set 2

Hi folks, We are back with set 2 of Biztalk server developer Interview Questions. Let's have a look then. State and explain stages of receive and send pipeline. Difference Between XML receive pipeline and passThru pipeline. State minimum components required in a pipeline. State maximum components used in a pipeline. Which property is required using Flat file dissambler and what happens if it is not set. What are the base types of pipeline components. What Interfaces are used for developing a general custom component pipeline. What Interfaces are used for implementing a dissambler custom pipeline component. How to execute a pipeline in an Orchestration. How to set properties of an adaptor dynamically in an Orchestration. What is message box and its purpose in Biztalk server. Types of subscription in Biztalk. Is it possible to have more than one port with same name. In which state can a send port do not subscribe to a message. Why multiple receive locations can

Microsoft C# - Basics

What is C#? We'll Take this definition from Wiki: Basic Points we should cover up: We would be learning following points in this Post: Writing and Reading from Console Variables, Data Types and Conversions Operators Conditions Passing Values to methods Handling Nullables Arrays, String, Struct and Enums Let's Code: The below Program will help you understand the basics of the above points listed. Go through each region separately and get to know the syntax of C#. We Believe, it's always better to Code and Learn than Read and Learn! If you want theoretical help related the basics, please visit here: C# Basics   Hope this helps to get you to start off with C# Coding! We would be adding more to this soon! And don't forget to visit  Joodle  to compile your codes online. Thanks! 😀