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 )

1800

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.

1707

Post New Amazon PHP Interview Questions


Amazon PHP Interview Questions


Un-Answered Questions

How can you access memory located at a certain address?

843


Explain different recorders in automation anywhere?

35


Which built-in method removes the last element from an array and returns that element?

660


How to assign colors in a chart based on field names in splunk ui?

166


explain how you can pass parameters to silver light controls from asp.net pages?

5


What are zones? What is ngzone? What is change detection? What is ngzone run outside?

625


What is a Processing Instruction in XML?

658


What is SQL Tuning Advisor in Oracle?

846


Which elements of HTML 4.01 are no more a part of HTML5?

661


Can you define each of these layers of protocol stack?

439


Is spring aop used?

244


If you see statistics that deal with "undo" what are they really talking about?

474


what is meant by flywheel and its role in retardation test

2187


Which key used for menu active in excel?

389


Define brouter?

280