Hi Today I want to share my Microsoft’s Interview Experience with BING Team, Hyderabd India.
Round 1 : Written Test
HackerEarth 2 Questions, Simple algorithm but complex to handle input, conversion etc, better to practice … Read More
Interview Questions asked in Google, Microsoft, Amazon
by Dhaval Dave
Hi Today I want to share my Microsoft’s Interview Experience with BING Team, Hyderabd India.
HackerEarth 2 Questions, Simple algorithm but complex to handle input, conversion etc, better to practice … Read More
by Dhaval Dave
by Dhaval Dave
(Below is the table of price rule) Come up with data structure you can store these price rules
by Dhaval Dave
Apriori Algorithm is an algorithm for data mining of frequent data set and association rule learning over transactional databases. It identifies the frequent individual items in the database for example, collections of items bought by … Read More
by Dhaval Dave
Today we are going to show you to write simple C level Client – Server Networking & Communication program. This Program and methods are base to create any communication software like whatsapp, fb chat or … Read More
by Dhaval Dave
In recent interviews Walmart has comeup with a good questions which are being asked for Online coding on hacker rank.
We have come up with coding algorithm & logic, so that it can be easy … Read More
by Dhaval Dave
I have given Urban Ladder Online Test and my experience and questions are as below.
Q1) An implementation of a queue Q, using two stacks S1 and S2, is given below:… Read More
by Dhaval Dave
Write a code to Convert number to words . example ip 15 op : fifteen
ip : 1234 op : one thousand and thirty four
Algorithm : When we detect a number at any place … Read More
by Dhaval Dave
Write a program that prints the numbers from 1 to 100. But for multiples of three print “Fizz” instead of the number and for the multiples of five print “Buzz”. For numbers which are multiples … Read More
by Dhaval Dave
If a binary tree is given, how to find Maximum path sum between two leaves of binary tree.
All should be numbers The maximum sum path may or may not go through root. For example, |