Follow Our FB Page << CircleMedia.in >> for Daily Laughter. We Post Funny, Viral, Comedy Videos, Memes, Vines...

Company Name Starts with ...
#  A  B  C  D  E   F  G  H  I  J   K  L  M  N  O   P  Q  R  S  T   U  V  W  X  Y  Z

Amazon PHP Interview Questions
Questions Answers Views Company eMail

Write a function that takes "depth" as argument and return sum of node's data of that depth. For instance, (0) depth 0 / \ (10) (20) depth 1 / \ (40) (50) depth2 If I pass get_sum_by_depth(2) , it would return 90 (i.e. 40 + 50 )

1439

Binary tree question - Node has numeric data (int) The function takes depth as argument and sum all the value of the node of the depth. For instance, (0) depth 0 / \ 10 20 depth 1 / \ / \ 40 50 60 70 depth 2 so if you pass get_sum(2), you would return 220 which is 40+50+60+70 (sum of depth2) write the function.

1389

Post New Amazon PHP Interview Questions


Amazon PHP Interview Questions


Un-Answered Questions

What are the three ways to skin a component?

3


Define 'retain' keyword?

345


What is the difference between windows server 2012 and 2016?

41


Explain the microsoft sql server delete command? : SQL Server Architecture

443


What is methods in oop?

405






What is the web.config file in asp?

441


Where we can display lightning component ? : salesforce lightning component

94


What is whois command?

403


How do I setup a local sql server database?

387


What is the difference between equality of operations or conditions?

1


Explain what is the difference between functions abs() and fabs()?

481


What are the facts that can compromise data integrity?

471


What is the formula for power gain when input gain & output gain is given?

3018


What is openquery?

379


Describe datareader object of ado.net with example.

384