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 6740you are testing with daily builds,you installed the latest build today and what will you do if the application shortcut is not launching?
2 8779I'm an MBA student. I need guidance to prepare for AMAZON COMPANY. can u pls post papers to ammuprathyu@ymail.com
60141)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?
3142Write 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 )
2148Binary 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.
1994Write 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 17084A 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 11234Post New Amazon Interview Questions
How do I reboot ubuntu?
Is namenode also a commodity?
How do I change from c drive to d drive?
How many types of variables are there in automation anywhere?
Explain neo4j vs. Oriented?
If you see contention for library caches how you can fix it?
How we can create a table in pl/sql block. Insert records into it? Is it possible by some procedure or function? Please give example?
How do you go about testing a project?
what is mammal?
write a program to enter a string like"sunil is a good boy and seeking for a job" not more than 10 characters including space in one line,rest characters should b in other line.if the next line starts from in between the previous word,then print whole word to next line.
What is the difference between remove() function and del statement?
The key components of AWS are as follows?
How can a user be able to access only for Customizing requests even if assigned se01 and se10?.
What is the enterprise class platform architecture of cognos 8?
Explain about Virtual Function in C++?