you will be given a program and asked to write the Test Data and expected output for the same. for eg: there is a program which returns the sum of largest two numbers in an integer array.
1 6632you are testing with daily builds,you installed the latest build today and what will you do if the application shortcut is not launching?
2 8575I'm an MBA student. I need guidance to prepare for AMAZON COMPANY. can u pls post papers to ammuprathyu@ymail.com
59221)What are the QA procedures followed 2) Write test cases on a weatherreport.com web page that has only two dropdown and a submit button, Fist drop down is a countries and second is metros in the selcted countries.When proper selection si doen and submitted it shows weather report of that metro.? 3)Write test cases on Mobile Alarm Module? 4)Write test cases on Company Water Bottle?
3078Write 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 )
2096Binary 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.
1924Write a program that takes a 3 digit number n and finds out whether the number 2^n + 1 is prime, or if it is not prime find out its factors.
5 16846A remote island contains a tribe whose members have either blue or brown eyes. Tribe members do not know the color of their eyes and if they learn it, they must kill themselves the same night. Every member of the tribe always behaves logically...
2 11076Post New Amazon Interview Questions
What is application object and its reponsiblity?
Is angularjs a framework, library or a plugin?
How do I enable java in safari?
How to analyze results after playback?
What do you mean by templateref and viewcontainerref?
What is the use of logical database pnp?
What is null in database?
Give an example of how the repository is polled when a new commit is detected.
mention the no of characters required for creating names of the mq objects?
Shall we use abstract classes or interfaces in policy / strategy design pattern?
Discuss row chaining, how does it happen? How do you correct it?
How do I put 2 pages on one sheet in word?
Can you run iis on linux?
What is the difference between namenode and datanode in hadoop?
What is order of execution in decision table and decision tree?