Cluster computing

Sunday, May 22, 2016

›
Backup and Recovery – why existing products ?   Introduction : Digital Data can get erased, lost or corrupted. Virtual Machines are n...
Saturday, May 21, 2016

›
Today we discover backup and recovery products for datacenters. Cloud providers like VMWare have their own backup products such as Veeam an...
Friday, May 20, 2016

›
This is an analysis of integrating an Order Management System with a third party older system that does not meet current requirements such ...
Thursday, May 19, 2016

›
#codingexercise Find minimum number of coins to make a sum int GetMin(List<int> coins, int sum) // sorted coins { if (sum == 0) r...
Wednesday, May 18, 2016

›
Given arrival and departure times, find the maximum overlap   Int maxOverlap (List<Tuple< int,int >> timings, int n )   ...
Tuesday, May 17, 2016

›
#codingexercise find the least common ancestor of two nodes Node GetLCA (Node root, int n1, int n2) { if (root == null) return null; i...
Monday, May 16, 2016

›
#codingexercise Given n non-negative integers in array representing an elevation map where the width of each bar is 1, compute how much w...
‹
›
Home
View web version

About Me

My photo
Ravi Rajamani
View my complete profile
Powered by Blogger.