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

Yahoo Interview Questions
Questions Answers Views Company eMail

How the memory management in vectors are being done. What happens when the heap memory is full, and how do you handle it ?

1839

What is the best sorting algorithm, when there is a large amount of data, that cannot be fit in the main memory. ?

1 6196

Hello friends, I got I20 for professional masters in food safety and technology at IIT Chicago.I have already done my Master's in microbiology from Nepal.I got rejected in my interview on Friday 8th of July.so I have next interview on 13th July 2011.I get denied because they think my tuition fee $35,000 per annual is outrageously expensive and I could not afford.But my family is capable to pay my financial expenses.

1 4989

what's the activities of reactor in Buchholz relay?

1 3779

what is plunger and what's the use of it in motor alignment?

2015

List 5 major test cases for Lift

4 6863

weight of 1 cft 10mm, 20mm, 40mm aggregate weight of 1cft course sand

4584

How to call a C++ function which is compiled with C++ compiler in C code?

792

When you deliver your C++ headers and C++ library of a class (what all can you change in the class so that application using your class does not need to recompile the code)

727

How do you initialize a static member of a class with return value of some function?

670

What is the difference between COM and CORBA?

730

When will you use shell script/Perl ahead of C/C++?

657

How does yahoo handles billions of requests, does it create a thread per request or a process?

620

If you are given the name of the function at run time how will you invoke the function?

684

Post New Yahoo Interview Questions


Yahoo Interview Questions


Un-Answered Questions

What is package in db2 mainframe?

559


What is sap grc audit management?

370


How to use to backbone.ajax function?

5


Is it possible to overwrite Hadoop MapReduce configuration in Hive?

452


What is a production rule set ?

184






Explain why does data not from related child tables not get exported when data is exported using an interface table?

509


If you are selected after this interview then what will be your strategy for next 30 days?

628


Hi, Below is the code that i ran on selenium RC using eclipse IDE and java coding.: package source; import org.testng.annotations.BeforeSuite; import org.testng.annotations.Test; import com.thoughtworks.selenium.*; public class parameterized extends SeleneseTestCase { private Selenium browser; public static void main(String []args) { String arr[] = new String[5]; arr[0]= "bert"; arr[1]= "regular"; arr[2]= "copyonly"; arr[3]= "doert"; arr[4]= "inter"; parameterized obj = new parameterized(); obj.setUp(); obj.login_parameterize(arr); } @BeforeSuite public void setUp() { browser = new DefaultSelenium("localhost",4444, "*chrome", "http://goolge.com"); browser.start(); browser.open("http://goolge.com"); browser.waitForPageToLoad("30000"); browser.windowMaximize(); browser.open("/"); browser.click("gb_23"); } @Test public void login_parameterize(String[] arr ) { for(int i=0;i<=5;i++) { for(int j=0;j<=2; j++) { browser.type("//input[@id='Email']", arr[i]); browser.type("//input[@id='Passwd']", arr[i]); browser.click("//input[@id='signIn']"); browser.waitForPageToLoad("30000"); } } } public void EnterValuesIntoTextField_CheckWithGetValue() throws Exception { selenium.open("http://www.essaywriter.co.uk"); assertEquals("", selenium.getValue("id=textInput")); selenium.type("id=textInput", "Text In The Field"); assertEquals("Text In The Field", selenium.getValue("id=textInput")); } } When i ran this test i got an error which says: "Method login_parameterize requires 1 parameters but 0 were supplied in the @Test annotation." Any help is much appreciated. thank Gab

2153


Explain the difference between close and quit command?

555


how you can include condition type in the pricing procedure?

661


How many users can I emulate with loadrunner on a pc?

666


What is php static function?

539


Explain the menu system in drupal? Purpose of menus?

98


Why is rundll32 exe running?

487


How do I set up iis?

507