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 )

1602

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.

1541

Post New Amazon PHP Interview Questions


Amazon PHP Interview Questions


Un-Answered Questions

What is the role of follower in wordpress?

116


What is purpose of applet programming?

679


While reading data from hbase, from which three places data will be reconciled before returning the value?

158


Which function in excel checks whether a condition is true or not?

396


What is mockito in junit?

190






Optimized production technology (opt) is a computer-based technique and tool, which helps to schedule production systems. Which are not principles of opt?

507


What is the difference between Discriminating media and DPDM(Dissolution Profile with Different Media)

6988


What are the data types supported by java? What is autoboxing and unboxing?

583


what is meant by k-rating in isolation transformer?what is k9, k14 stands for?

2281


How to handle event handlers?

522


How can you overcome the diamond problem in inheritance?

809


How do you calculate cooling energy?

665


How do you tackle a customer ? Explain from your experience and what have learnt from that ?

2698


What is dependency? How it is used into ant?

59


What is the difference between application level events and component level events in lightning ?

225