McAfee Interview Question
Questions:
1. He has given a scenario, like Say
there is a coffee vending machine, it has 3 buttons, one for coffee, one for
tea and one for milk.
and there is LCD display, and
a led light to show whether the power is on or not.
Tell me as many as scenarios to test
the functionality of the coffee machine.(both Functional and non functional).
2. Logic to find whether the number
is prime or not.
3. String comparison of two strings.
(==)
4. Defect life cycle.
5.Logical thinking question: two
trains are approaching each other, one is at 60kms/hr and another is 90kms/hr.
the distance b/n them is 1800kms.
What is the distance b/n them 20mns before they collide each other.
6. Selenium code to open some
browser and typing something in the text field.
7. Handling the Dynamic Check boxes
inside a table.
8.Selenium code to reboot the
system?
and
some other Testing basics.
1.tell me some of the tools name
which is used to store the script in common place?
2.how do you integrate selenium
webdriver and java?
3explain with example Verify and
Assert cammands?wher and when it s used?
4selenium IDE internally which
language it uses?
5.Selenium IDE will allow to convert
test written in java.c# when u switch over to selenium webdriver?
6.if you have 1000 test scripts
u want to execute it in 2 hrs?how you handle this environment ?is it
possible you to handle in webdriver?
7.how
to get a multiple data's from excel file?example list of 10 firstname and
Lastname?where and how you wil pass the values?explain with logic nd code?
.how to get delimiters(@,":&#)
from text file?
(ABK SOFTWARE SOLUTION’QUESTION)
Q-1 What’s
testing?
Q-2 what is need of automation
Q3-what is your
daily work in your project?
Q4- what is traceability matrix
Q5- how many time you have review test cases?
Q-6 what is build verification testing?
Q7- how initializing object and variable?
Q8- how get the actual Page Title?
Q-9How you will
configure your project?
Q10- Which type of test cases should convert in
Automation test cases?
Ques11-which version of selenium you have used in your
project?
Quest-12 what is your responsibilities describe in
test plan ?
CUSAT
TECHNOLOGIES pvt lmt?
Q- what is testing ?
Q-after over all testing activity you can say your
application bug free?
Q13- when testing stop?
Q14-what is name of bug tracker which is used in your
company?
Q15-when u will find a bug what will be state of bug
at reporting time in your bug tracker?
Q16= when you will change the state of bug as
‘reopen’?
---------------Zalony
technology pvt limited--------------------
Q-what is testing ?what are need of need of testing ….
Q-What is the smoke testing?
Q=what is bang big method.?
Q= what is benefit to writing the test cases?
Q- what is differences between retesting and
regression testing?
Q- what’s differences between findElement() and
findElements()?
Q-write the code to get URL of link in selenium?
Q-write a code get the page title..?
Genpact
1.what is get() & navigate()?
2.how can u right click?
3.How can u refresh?
4.how can u send a screen shot
through selenium?
5.gave a expression & asked me
finding the xpath?
6.How can u implement frame work in
ur project?
7.What is the scope of implicitly
wait?
8. How can u
find rows from a webpage? what is the method you used?
int
rows=driver.findElements(By.xpath("//tr")).size();
s.o.p(rows);
1. What is method overloading?
2. What is method overriding?
3.what is polymorphism?
4.what is the difference between
array & arrayList?
5.What do u mean by mutable &
string is mutable or not?
6.difference between stringbuffer
& strringbuilder
7.what is Interface & abstract
class. Difference between them?
8.What is Type Casting? Give
example?
9.Which collections are u used in ur
project?
10.Write a program for string
reverse?
1.what is design pattern used for
the Framework based
Singleton
Singleton
2.How to take screen Shot in selenium code for failed Test Case.
FileUtils.copyFile(((TakesScreenshot)driver).getScreenshotAs(OutputType.FILE),new
File("d:/abcd.png"));
3.How do u configure only Required Testcases for running the TestNG suit in XML..
add only required testng classes or
create a Group and specify it
Nous interview Questions
1)Mouse Hover
2)Selenium Framework
3)Launching Browser
4)Difference between Alert and Pop
up
5)Web Table
6)Clicking on a link and performing
the action
7)IExcel sheet contains 5 rows with
id name and attribute delete the first row which
contains previous data
how do u know that a webpage is fully
loaded in the java code?
WebDriver driver = new
FirefoxDriver();
driver.manage().timeouts().implicitlyWait(10,
TimeUnit.SECONDS);
driver.get("http://www.fatcow.com/");
JavascriptExecutor
js=(JavascriptExecutor)driver;
String state = (String) js.executeScript("return
document.readyState");
System.out.println(state);
mobisy
Technologies
prototype model, V model
acceptance testing
useability testing
write test cases for any application
you are familiar with
what is defect report
why automation
different locators
program to login to any webpage
web element methods
BOB technologies
1. tell me about ur roles and
responsibilities in ur current automation project
2. how many locators r there wat r
they?
3. how u will identify the locators
in web page?
4. how u will find out the colour of
the text?
5. If parent browser having one
field and child browser having one field how u will compare and check
6. if i have a web page called espn
in that i have the name and ranking of cricketers how u will check the ranking
and name of cricketers in database are same or not.
7. inheritance topics
8. diff btwn testng and junit.
Bob
tech
1. wat is diff btwn testng and
junit?
2. wat r the challenges u faced in
ur project?
3. is framework needed? y? can we
run scripts with out using frame work yes or no?
4. wat is assertion? wat is the
drawback? instead of that wat we use to overcome?
5 wat is globalization testing?
localization testing?
6 wat is stlc?
7 bug life cycle? xplain hierarchy?
8 whch tool u used for defect
tracking?
9 wat is nested class? enum?
10 wat is implicitly wait()?
explicitly wait()? difference? where we use it?
11 how u traverse from child browser
to parent browser?
12 if parent browser have 4
child browsers how u will get the order which 1 is first?
13 how u will handle window popups?
14 wat is polymorphism? method
overloading and method over riding?
15 how many test cases u wrote?
16 y u want to switch to other
company?
17 how many employes r there?
18 wat is hybrid frame work? explain
hybrid frame work?
Tavant
write automation code for
Frame?
driver.switch to(). frame(Element);
define keyword rewan framework?
define hybrid rewan framework?
define SDLC ?
write SQL query foe inner join.outer
join.left join?
expian about your project?
1) Where we can store xpath or other
locator value , (like object repository in qtp)
2) why we can not use CSS selector
instead of xpath.
3)
what is difference between @Before Method and @before Test
4) what is diffrence between @After Method and @After Test
4) what is diffrence between @After Method and @After Test
TY
manual testing:
1) Explain about Defect life cycle.
Core java;
1) Diff b/w Static and Non static
Members
2)Explain about Diamond problem in
Java.
3)Explain about Ploymorphism.
Selenium:
1)Explain about framework?
2)How do you handle File down
popup,File upload popup.and alert and confirmation popup.
3)write a code to read data from
excel sheet.
Questions asked at AMADEUS labs
manual
1)Defect life cycle and defect
tracking tool.
2)Severity and priority examples.
3)basic sql queris.
4)Architecture diagram for the
project.
5)Requirement traceability matrix
6)Diffrent ways for storeing test
data
7) Different testing techniques.
One simple puzzle
Questions on selenium:
1)How do you do mouse over action.
2)How do you read data from
excel sheet and notepad
Ans:i have said reading data from
excel sheet so he said ok
3)Automation framework
Mphasis and AllianceGlobal Sevices
1) Where we can store xpath or other
locator value , (like object repository in qtp)
2) why we can not use CSS selector
instead of xpath.
3)
what is difference between @Before Method and @before Test
4) what is diffrence between @After Method and @After Test
4) what is diffrence between @After Method and @After Test
SAP Labs
1ST ROUND( lead)
tell about ur self.
about recent(automation) project
& roles nd responsibilities,
about 2nd (manual) project &
roles nd responsibilities,
where is ur development team is it
client location or along with u?
tell me the test case template
(header, footer, body)
explain defect life cycle?
where u stay? whr is ur company
located?
rate ue self on java?
explain testing environment
any questions to ask me?
2ND ROUND (project manager)
tell me about ur self?
what is white box testing?
what is black box testing?
should severity & priority
mention in testing?
tell me challanges faced in ur
project?
does manual bring more ROI or
automation brngs more ROI?
automation uses : where is used y it
should used?
what r the languages does selenium
supports?
what is smoke testing? where u will
do smoke testing? when u wil do accetence testing?
which technology u used?
do ur project related to mobility?
which one you feel comfort manual or
automation ? reason?
tell me the three important things
which r mandatory while doing testing in automation ?
explain defect life cycle?
how u will handle if image is
scripted and executed in two different resolutions sysytems?
how u will review? wat is the
process?
which tool u used for defect
tracking?
will u join immediately if offer
released? how u will manage in ur company?
how many test case u wrote per day?
how many of ur team?
tell me the three important things
which r mandatory while doing testing in manual?
do u have any offers in ur hand?
y r u looking for change?
which process u follow? explain it
who will expain the requirment?
product owner or scrum master?
explain any of the sdlc process u
feel free?
what is web server?
3RD ROUND (qa manager)
tell about about test ng
about annotation
explain in detail about 3 tire
architecture on board ?
have u involved in any installation?
explain about 2 tire architecture?
what is diff btwn 3 tier nd 2 tier?
any 4 tire architecture?
explain white box testing?
explain which tool u used in W.B.T?
y r u looking for change?
have u done WHITE BOX TESTING?
how build comes can u tell me wat
process how developers and testers communicate?
how build comes? wat does it
contains?
xplained about company rules and
regulations & about their project out line.
ther hired me for their project as
automation engg
written test:
1. manual testing :
1. manual testing :
match following with definition --
test plan, test case, test procedure, test objective,requirement
--testing multiple choice more than
1 answer
2. aptitude (10 ques): area between
2 parabola.
-- probability
-- speed and time
-- work and time
3. java
-- collection: which is
sinchonized-- list, set, queue
--
4. reasoning
Technical interview: core java
1. how many primitive data type
2. why string is not primitive
3. access specifier
4. difference between default and
protected
5. formatters sop("%d
%f",3545,546.45)
6. can we store object
7. how to avoid any variable to
serialize
manager interview(25 mins)
1. where is your comp.
2. what is your work
3. Why you want to join this or why
you want to leave
4. how much comfortable in selenium
5. how much you rate yourself in
java.
Director interview (90 min 2 person)
0.1) tell me about yourself
0.2) tell me % in 10th 12th btech
0.3) why they consistently decreasing
1. where do you work
0.2) tell me % in 10th 12th btech
0.3) why they consistently decreasing
1. where do you work
2. tell me about your project
3. Big client like HP having CRM on
windows??
4. i m client i gives you product
what question you will ask so that at end you deliver me better product.
5. what is setup of your automation
project
Now problem starts---
6. how ur setup manage your test
script fail-- which tool you use
7. how you store test script in
server (check in , checkout ???) commit
More questions on real time
environment on manual and automation testing
Ariba Technologies Bangalore
1-Which browsers are supported by
selenium RC?
2-How do you identify the automation
test cases?
3-How test cases you developed per
day and till now??
4-Diff b/w Selenium RC and Web
driver?
Company: Manhattan
Associates
job: 2-yrs exp in manual and Selenium Automation
job: 2-yrs exp in manual and Selenium Automation
-------------------------------------------------------------------------------------------
1st round:
written test:
1. manual testing objective questions:
1. manual testing objective questions:
match following with definition --
test plan, test case, test procedure, test objective,requirement
--testing multiple choice more than
1 answer
2. aptitude (10 ques):
-- area between 2 parabola.
-- area between 2 parabola.
-- probability
-- speed and time
-- work and time
3. java
-- collection: which is
sinchonized-- list, set, queue
--
--
4. reasoning
-------------------------------------------------------------------------------------------
-------------------------------------------------------------------------------------------
2nd round:
Technical interview: core java, database
1. how many primitive data type
2. why string is not primitive
3. access specifier
4. difference between default and
protected
5. what is formatters sop("%d
%f",3545,546.45)
6. can we store object
7. how to avoid any variable to
serialize
-------------------------------------------------------------------------------------------
-------------------------------------------------------------------------------------------
3rd round:
manager interview(25 mins)
1. where is your comp.
2. what is your work
3. Why you want to join this or why
you want to leave
4. how much comfortable in selenium
5. how much you rate yourself in
java.
-------------------------------------------------------------------------------------------
4th round:
Director interview (90 min 2 person)
0.1) tell me about yourself
0.2) tell me % in 10th 12th btech
0.3) why they are consistently decreasing
1. where do you work
0.2) tell me % in 10th 12th btech
0.3) why they are consistently decreasing
1. where do you work
2. tell me about your project
3. Big client like HP having CRM on
windows??(my mistake in resume)
4. i m client i gives you product
what question you will ask so that at end you deliver me better product.
5. what is setup of your automation
project
Now problem starts---
6. how ur setup manage your test script
fail-- which tool you use
7. how you store test script in
server (check in , checkout ???) commit
More qu