Question 26
Question text
Go-Will department store wants to automate few of its functionalities.From the below options identify the functional requirements of Go-Will department store
Feedback
Question 27
Question text
A website for Flight Booking was developed and given to the testing team for testing. It has various fields to enter the data, out of which one of the input field will take the birth year from the user ranging from 1980 to 2060. The boundary values for testing this field are?
Feedback
Question 28
Question text
After the development of online website for global pharmacy , it was found that there were interface errors in few of the modules. In which level of testing these errors would be identified.
Feedback
Question 29
Question text
In Oracle “Salary number(8,2)” can store which format of data?
Feedback
Question 30
Question text
Predict the output of the below SQL Statement
SELECT branch_name, COUNT(DISTINCT customer_name) FROM Account GROUP BY branch_id;
Feedback
Question 31
Question text
In traditional approach the information was stored in ____________
Feedback
Question 32
Question text
Which of the following keywords is used with Data Control Language statements?
Feedback
Question 33
Question text
Which values are ignored by count(*) function?
Feedback
Question 34
Question text
What options can be avoided by storing data in centralized repository?
Feedback
Question 35
Question text
which of the following option can be used ,in order to quit vi editor without saving the work done ?
Feedback
Question 36
Question text
Which command in UNIX displays the list of all the users who have logged into the Unix server?
Feedback
Question 37
Question text
Unix Terminals are called Dummy terminals as they do not have _____________ capability.
Feedback
Question 38
Question text
What does the below Unix command accomplish?
$ vi sample
Feedback
Question 39
Question text
What does the below Unix command accomplish?
$ sed 's/ABC/ZYX/' file.txt
Feedback
Question 40
Question text
Which of the following layer acts as an interface between user and kernel ?
Feedback
Question 41
Question text
If you have to prevent the code from running before the document has finished loading then what Jquery function needs to be used?
Feedback
Question 42
Question text
What is used in an HTML page to give instruction to the web browser about the version of HTML being used?
Feedback
Question 43
Question text
Which tag in html is used to display a horizontal line (rule) in the document ?
Feedback
Question 44
Question text
What would be the code to set all elements under the
tag to green
Feedback
Question 45
Question text
What would be the code to set all elements under the tag to green
Feedback
Question 46
Question text
What is the output of the following code?
<script type="text/javascript">
x=4+"4";
document.write(x);
</script>
Feedback
Question 47
Question text
Find out the well-formed xml file
Feedback
<bname>XML Tutorials</bname>
<pages>100</pages>
<price>$300.00</price>
</book>
Question 48
Question text
Comment in XML document is given by
Feedback
Question 49
Question text
Which of the following fragments of XML are well-formed
Feedback
Question 50
Question text
What is the correct XPATH that selects all the state elements that have a "speak" attribute with a value of "HIN"
Comments
Post a Comment