Sunday 7 February 2016

Some technical interview questions

Here are some technical interview questions asked now day's.

1.  Which is faster, heap or stack?
Solution : The stack is faster because the access pattern makes it trivial to allocate and deallocate memory from it (a pointer/integer is simply incremented or decremented), while the heap has much more complex bookkeeping involved in an allocation or free. Also, each byte in the stack tends to be reused very frequently which means it tends to be mapped to the processor's cache, making it very fast. Another performance hit for the heap is that the heap, being mostly a global resource, typically has to be multi-threading safe, i.e. each allocation and deallocation needs to be - typically - synchronized with "all" other heap accesses in the program.


2. Which data structure is used in recursion calls? And why?
Solution : Well if you think about it, then you might be wondering that there should be some place where those function calls are stored. And there is some order in which they are called, right...
Yes, the answer is stack data structure. Now think why not queue.


Tuesday 5 August 2014

What Founders & Companies says about different programming languages

Let us overview about what founders of different companies says about different programming languages.

Monday 21 July 2014

Reminder service on Google Now

Google recently added a reminder service on google now , by just typing - add/create reminder  "to buy fruits" , a setting box will open with more options for reminder . This is indeed a very easy & useful feature.

Wednesday 9 July 2014

Tips & Tricks for Everday Life

Recently , i got the chance to read an amazing post on quora which tells about tips & tricks which we can learn in 10 minutes that could be useful for rest of our life.


Sunday 8 December 2013

Turning Every webpage into PDF

Now you can turn every web page into PDF format using a simple chrome app Save as pdf.

Friday 1 November 2013

Making your T.V Smart with $35 using Chromecast

Chromecast is a digital media streaming adapter developed by Google & available for just $35 at leading ecommerce sites . You just need to plug it in HDMI port of your T.V & you can easily stream videos/photos/surf internet from your laptop or any android device right in your T.V via Wifi from internet or local network .

Saturday 26 October 2013

Chrome apps to access from your windows desktop

Google chrome apps now can work in a similar way as other desktop based apps by just pinning the chrome web store link to your windows taskbar.

For this you need to update your chrome browser & install any new offline app from chrome store.Chrome browser will automatically add a link to your taskbar to access your app.



Tuesday 10 September 2013

Google search tips & tricks

Here are some google search tips & tricks which we can use to make our search more relevant & powerful.

Wednesday 4 September 2013

Amazing use of skydrive and PPT for online teaching

It is very common that when we try to learn something from web , we mostly visit google with relevant search or youtube to get some more moving/realistic picture with sound so that learning becomes more understandable & interesting. 

Saturday 31 August 2013

Turn your Google Chrome Browser into an amazing notification bar

You can now turn your chrome browser into an amazing notification bar by just installing this extension ( Knew Tab ) from chrome store .