July 2017 - All About Testing July 2017

What is the recipe for successful achievement?

To my mind there are just four essential ingredients: Choose a career you love, give it the best there is in you, seize your opportunities, and be a member of the team.

Monday, 10 July 2017

Cognizant Interview Questions

1. What is the difference between list and set? 2. How will you switch to another window? 3. What is the return type of driver.findelement / driver.getwindowhandles()? 4. What is the difference between Private and Protected?  5. How will you achieve dynamic polymorphism? 6. What are inheritance and encapsulation?  7. Can you override static methods? 8. Can the main method be overloaded? 9. What is Singleton? 10. What is collections in Java? 11. What is nested class? 12. How will you call a protected method in a nested class? 13....

Greeksoft Technologies Private Limited Interview Questions

1. Define Defect life cycle. 2. Consider you log a defect and it went to retest and then passed. When you will generate a report of defects logged end of the month, it will show passed or failed result. How will you know, the specific defect went to retest. Hint - Audit History Flag 3. How will you execute multiple Regression suites and design strategies for sam...

Quality Kiosk Technologies Pvt. Ltd. Interview Questions

-----------------------------Round-1  ----------------------------- 1. Define STLC 2. Define Defect 3. How Testing was done in your project 4. Have you done database Testing ever -----------------------------Round-2 ----------------------------- 1. How you execute test cases 2. Bug tracking tool you used 3. How your framework adapts your Test case creatio...

Delliot Interview Questions

1. Do you aware of any bug tracking tool, if yes, how to upload defect in same. 2. Define Defect Priority and severity, give example of each combination 3. Define bug life cycle 4. What are different types of test cases 5. Define different test case column and their significance 6. You are given a water bottle, design priority and severity defect for it. 7. If work on the Agile model, define and tell more about it. 8. What are different types of testing 9. Define Test Model in your Project. 10. How you will execute 1000 Regression suite...

Nvidia Pune Testing Interview Questions

-----------------------------Round-1 Telephonic ----------------------------- 1. Defect life cycle 2. How to Execute Test from QC on remote machine 3. How to log defect in QC 4. Define Software Testing life cycle 5. How will you test mobile application 6. What are parameters you will measure while testing Chrome browser for mobile? 7. Tell me more about SeeTest Manual 8. If you open multiple Chrome browsers, what will you do to reduce slowdown of Mobile 9. How you will start Automation Testing. 10. Define testing strategies for...

BNP Paribas Interview Questions

----------------------------Round-1 ---------------------------- 1. What is the difference between product and sprint backlog? 2. Tell more about Agile Methodology 3. Execution of Test case from a remote system.Tell Exact Steps 4. Tell more about test case management tool you have used and how Automation execution maps to it 5. Why BNP ----------------------------Round-2 ---------------------------- 1. Define STLC 2. Steps to log effect in QC 3. VBA questions - Basic Mathematics Question ----------------------------Round-3 ---------------------------- 1....

TCS Interview Questions

---------------------------- Round-1 ---------------------------- All Manual Questions ----------------------------- Round-2 ----------------------------- 1. How testing is done in your project, tell more about the Testing model? 2. Tell more about STLC and Estimation-Costing for Testing of an application. 3. What first thing you do when you need to test an application? 4. Consider a scenario where the product is being deployed well before the schedule due to clientrequirement. The product is yet to develop and Developer only performed unit...

JP Morgan Chase Interview Questions

1. Tell me more about your project 2. How will your client earns profit 3. Tell more about your client business 4. How Testing was done in your project. 5. How will you perform UAT? 6. How will you accommodate changes in Regression suite if they are not automated? 7. Define Regression suite execution strategie...

Majasco Mumbai Interview Questions

-------------------------------  Round-1 ------------------------- 1. Tell me about your project 2. How you test application and more about the process you follow. 3. Different application you worked on 4. Have you done database Testing ever? 5. Tell more about Agile Methodology and Automation approach. ------------------------------ R-2 Managerial ------------------------ 1. Why are you switching the job? 2. What differs here and other organization? 3. Which is yours best and worst situation during the project? 4. Have you ever faced any...

Very Important Questions To Ask To HR

1. Let me know about Client Interaction process 2. What is appraisal procedure? 3. Tell me more about Medical Insurance facility 4. What is basic code of conduct? 5. How is a culture in your organization? 6. How project management hierarchy is Structured in your firm? 7. Who is more in control here, Client or Offshore team? 8. How much a junior level person opinion matters in the team, tell me more about openness? 9. What are Learning and Development facilities we have? 10. What facilities we have for internal mobility? 11. Do we have the opportunity...

Bristlecone Pune Interview Questions

Total Rounds: 1st Technical 2nd Technical 3rd Manager 4th HR 1st Round 1.Tell me about your project in details. 2. What is e-commerce to you? 3. What is integration testing? Explain what integration testing you have done in your project. 4. Do you have knowledge about Java? Explain features of Java. 5. What is abstraction? Explain. 6. What is STLC? 7. Write a factorial programme 2nd Technical 1.How will you convince the client if the module has the bug but you have to prove that it is not a bug? 2.Explain about negative test cases...

Sunday, 9 July 2017

Infostrech Hinjewadi Testing Interview Questions

1. What is verbose? 2. What is thread count? 3. How do you handle the exception? 4. A common method in two interfaces implements one class which interface method will class implement. 5. The flow of try, catch, finally. 6. What is finally? 7. How many values will a method return? 8. What is abstract? 9. What is the difference between implicit wait and explicit wait? 10. Which design patterns have you used to develop the framework? 11. What is Maven? 12. Have you used to list what is it? 13. Tell me the difference between list and set in the collection? 14.Try...

Oracle Hyderabad Interview Questions

1. Write a program for clicking element which presents in the frame. 2. Write a program for clicking element which presents in child window. 3. Write a program which should validate calendar table.   scenario: suppose march calendar table consists of all dates 1 to 31        check whether empty boxes exist in table or not.  4. What is TestNG and how it differs from JUnit? what tests can be done with TestNG ? 5. Write syntax of the opening browser in selenium.    me: webdriver...

Capgemini Experience interview Questions

-----------------------------------------------------------------         Technical Round Interview Questions ----------------------------------------------------------------- 1. What are your Roles & Responsibilities?2. Explain your Framework 3. What is an interface? where you have used in Framework?4.What is inheritance? where you have used5. How to achieve multiple inheritance?6. Write program to reverse a given number7. How you select an option in list box8. What is iframe?9. How to handle file downloading &...

Infosys Interview Questions Asked For 3 Years Experience For Selenium Testing Position

From Java --------------- 1. What is the difference between final, finally, finalize? 2. What is the difference between Call by value and call by reference? 3. How to find out the length of the string without using length function? 4. How to find out the part of the string from a string? 5. What is the difference between throw & throws? 6. What is binding(Early and Late Binding) 7. What is exception types of exception He gives Programmes 1.Reverse a number 2.1,2,3,4,5,65,76,5,,4,33,4,34,232,3,2323, find the biggest number among...