You are on page 1of 16

Section:1

General Studies - Quantitative Aptitude

1.Today it is Thursday. After 132 days, it will be

a. Monday
b. Sunday
c. Wednesday
d. Thursday

2. What is the value of c , If 8 is 4% of a, and 4 is 8% of b. c equals b/a.

a. 12
b. 1/4
c. 0.155
d. None of these

3. A father said to his son, "I was as old as you are at the present at the time of your birth". If the father's age is
38 years now, the son's age five years back was:
A. 14 years
B. 19 years
C. 33 years
D. 38 years

4. Ayesha's father was 38 years of age when she was born while her mother was 36 years old when her
brother four years younger to her was born. What is the difference between the ages of her parents?
A. 2 years
B. 4 years
C. 6 years
D. 8 years

5. A grocer has a sale of Rs. 6435, Rs. 6927, Rs. 6855, Rs. 7230 and Rs. 6562 for 5 consecutive months. How
much sale must he have in the sixth month so that he gets an average sale of Rs. 6500?

A. Rs. 4991
B. Rs. 5991
C. Rs. 6001
D. Rs. 6991

6. The average monthly income of P and Q is Rs. 5050. The average monthly income of Q and R is Rs. 6250 and
the average monthly income of P and R is Rs. 5200. The monthly income of P is:

A. 3500
B. 4000
C. 4050
D. 5000

7 Look at this series: 36, 34, 30, 28, 24, ... What number should come next?
.
A. 20
B. 22
C. 23
D. 26

8. Look at this series: 3, 4, 7, 8, 11, 12, ... What number should come next?
A. 7
B. 10
C. 14
D. 15

9. Look at this series: 5.2, 4.8, 4.4, 4, ... What number should come next?
A. 3
B. 3.3
C. 3.5
D. 3.6

10. Tanya is older than Eric.


Cliff is older than Tanya.
Eric is older than Cliff.
If the first two statements are true, the third statement is
A. true
B. false
C. uncertain

11. Mara runs faster than Gail.


Lily runs faster than Mara.
Gail runs faster than Lily.
If the first two statements are true, the third statement is
A. true
B. false
C. uncertain

12. Which word does NOT belong with the others?


A. inch
B. ounce
C. centimeter
D. yard

13. Which word does NOT belong with the others?


A. street
B. freeway
C. interstate
D. expressway

14. A fruit seller had some apples. He sells 40% apples and still has 420 apples. Originally, he had:
A. 588 apples
B. 600 apples
C. 672 apples
D. 700 apples
15. In an election between two candidates, one got 55% of the total valid votes, 20% of the votes were invalid.
If the total number of votes was 7500, the number of valid votes that the other candidate got, was:
A. 2700
B. 2900
C. 3000
D. 3100

Section:2

General English

1. Choose the correctly spelt word?


(A) Foreign
(B) Fariegn
(C) Forein
(D) Foriegn

2. The income tax raid was too sudden _____


(A) so that the man escaped

(B) for the man escape

(C) then the man escaped

(D) for the man to escaping

3. Get me a glass of cold water, _____


(A) Won’t you?

(B) Shall you?

(C) Would you?

(D) Will you?

4. Select the combination of numbers so that letters arranged accordingly will form a meaningful word.
I N E T O C
1 2 3 4 5 6
(A) 2 5 4 1 6 3

(B) 3 6 4 1 2 5

(C) 4 3 6 5 2 1

(D) 6 5 2 3 4 1

5. Choose the correct synonym of the given word: Domain


(A) Fielding

(B) Marketing

(C) Main
(D) Area

6. A statement that is absolutely clear


(A) Unequivocal

(B) Ambiguous

(C) Confused

(D) Clean

7. A speech without any previous preparation


(A) Premeditated

(B) Deliberately

(C) Extempore

(D) Rehearsed

8. I am working on this job since last Monday.


(A) were to have worked

(B) being worked

(C) have been working

(D) was working

9. One of my drawbacks is that I did not have tolerance of ambiguity.


(A) am not

(B) did not had

(C) do not have

(D) No improvement

10. I ate mangoes.


(A) Mangoes were eaten by me.

(B) Mangoes are eaten by me.

(C) Mangoes were eat by me.

(D) None of these


11. The shopkeepers closed the shops. They feared arson and looting.
(A) With the apphrehension of arson ______

(B) Apprehending the closure of the ______

(C) Fearing the arson and looting by the shopkeeper ______

(A) Only A

(B) Only B

(C) Only C

(D) Ony A, B and C

12. Play all one’s cards


(A) A game of cards

(B) Use every means in one’s power

(C) An ineffective card game

(D) Losing the last penny in gambling

13. Truly he is a chip of the old block.


(A) A good actor

(B) Outdated in his mannerisms

(C) Very similar to his father

(D) An honorable man

14. Seeing that the child was ill, the _____


(A) bottle of medicine was found empty

(B) mother sent for the doctor

(C) doctor was sent for

(D) windows of the room were closed

15. The cashier wiped the nose of his employer by presenting false bills.
(A) doomed

(B) abused

(C) cheated

(D) slapped
Section:3

General Software Testing – Functional

1. Which of the following is not a valid phase of SDLC (Software Development Life Cycle)?
a) Testing Phase
b) Requirement Phase
c) Deployment phase
d) Testing closure
2. Which of the following is test automation tool?
a) Filezilla
b) Bugzilla
c) Selenium
d) jira
3. With SQL, how do you select all the records from a table named "Persons" where the value of the
column "FirstName" is "Peter"?
a) SELECT * FROM Persons WHERE FirstName='Peter'
b) SELECT [all] FROM Persons WHERE FirstName='Peter'
c) SELECT [all] FROM Persons WHERE FirstName LIKE 'Peter'
d) SELECT * FROM Persons WHERE FirstName<>'Peter'
4. What are the different levels of Testing?
a) Integration testing
b) Unit testing
c) System testing
d) All of the above
5. A quantitative measurement used to determine the test completion is
a. Defect measurement
b. Requirements coverage
c. Statistical Analysis
6. Which of the following testing is also called Acceptance testing?
a) Beta testing
b) White-box testing
c) Grey box testing
d) Alpha testing
7. Define the term verification in V and V model?
a) Checking that we are building the system right
b) Making sure that it is what the user wants
c) Performed by an independent test team
d) Checking that we are building the right system
8. Select whether the given statement is true or false:

"Requirement specification, design, coding, testing, installation and maintenance is the various
phases of SDLC (software development life cycle)."

1. True
2. False

9. Notifying the developers which bugs need to be fixed first is known as------.

a) Fixability
b) Traceability
c) Priority
d) Severity
10. The Switch is switched off once the temperature falls below 18 and then it is turned on when the
temperature is more than 21. Identify the Equivalence values which belong to the same class.

a) 22,23,24
b) 14,15,19
c) 24,27,17
d) 12,16,22

11. Beta testing will be done at


A. User place
B. Developers place
12. -------- is not used in evaluating the size of the software?
a. Function points
b. KLOC
c. Size of module
d. None of the above
13. How can you change "Thomas" into "Michel" in the "LastName" column in the Users table?
a. UPDATE User SET LastName = 'Thomas' INTO LastName = 'Michel'
b. MODIFY Users SET LastName = 'Michel' WHERE LastName = 'Thomas'
c. MODIFY Users SET LastName = 'Thomas' INTO LastName = 'Michel'
d. UPDATE Users SET LastName = 'Michel' WHERE LastName = 'Thomas'
14. With SQL, how do you select all the records from a table named "Persons" where the value of the
column "company" starts with an "a"?
a. SELECT * FROM Persons WHERE company LIKE 'a%'
b. SELECT * FROM Persons WHERE company LIKE '%a'
c. SELECT * FROM Persons WHERE company ='%a%'
d. SELECT * FROM Persons WHERE company ='a'
15. How can you change "Hansen" into "Nilsen" in the "LastName" column in the Persons table?
a. MODIFY Persons SET LastName='Nilsen' WHERE LastName='Hansen'
b. MODIFY Persons SET LastName='Hansen' INTO LastName='Nilsen
c. UPDATE Persons SET LastName='Hansen' INTO LastName='Nilsen'
d. UPDATE Persons SET LastName='Nilsen' WHERE LastName='Hansen
16. What is not the primary data given by the tester in test execution
a. Total number of tests
b. Number of test cases written for change request
c. Number of test executed to date
d. Number of tests executed successfully to date
17. Do the current project results meet the performance requirements? Which
section of Project Status Report I should look for:
a. Vital Project Information
b. General Project Information
c. Project Activities Information
d. Essential Elements Information
18. Which is a section of Summary status report
a. Vital project information
b. Essential elements information
c. Project activities information
d. .Time Line Information
19. Test Result data is
a. Test Transactions
b. Test events
c. Business objectives
d. Reviews
20. What are expected production costs?
a. labor, materials, and equipment
b. personnel, training, and rollout
c. training, testing, user-acceptance

Section:4

Basic Cloud and Networking

1. Which command is used to display the unix version


a. uname -r
b. uname -n
c. uname -t
d. kernel
2. “dmesg” command
a. Displays user logout and login attempts
b. Display the syslog file for information messages
c. Displays kernel log messages
d. Displays the daemon’s log messages
3. What command is used to bring the background process to the foreground?
a. bg
b. fg
c. background
d. forground
4. We can change the priority of a running process using?
a. nice
b. renice
c. the priority cannot be changed for a running process
d. only the superuser can change the priority
5. Which of the following is used for the packaging and distribution of one or more virtual appliances?
a. OVF
b. SMTP
c. Ajax
d. LAMP
6. What is the core of the Linux operating system?
a. Terminal
b. kernal
c. command
d. cmd
7. In which of the following directory does the configuration files are present?
a. /dev
b. /bin
c. /root
d. /etc
8. Which of the following commands is used to display and create files?
a. catfile
b. vi
c. less
d. edit
9. Choose the correct IaaS provider among the following.
a. EC2
b. EC1
c. EC10
d. Hybrid
10. What does the term “elasticity” in cloud computing refer to?
a. Ability to scale up
b. Parallel
c. Ability to scale down
d. Both a and c
11. Identify among the following, which are examples of PaaS cloud computing
a. Heroku
b. Google App Engine
c. AWS Elastic Beanstalk
d. All of above
12. What is the most important concern of cloud computing?
a. cost
b. space
c. Security
d. Platform
13. OVF Stands for
a. Open Virtualization Format
b. Open Virualization File
c. Over Virtualization Format
d. Over Virtualization File
14. Amazon S3 is which type of storage service?
a. Block
b. Object
c. Simple
d. Secure
15. Amazon Web Services falls into which of the following cloud-computing category?
a. Platform as a Service
b. Software as a Service
c. Infrastructure as a Service
d. Back-end as a Service

Section:5

Programming Skills – Java/Python (Student need to Choose one from these 2)

Java

1. How to compile an empty .java filename


//save by .java only
class A{
public static void main(String args[]){
System.out.println("Hello java");
}
}
 javac .java
 javac A.java
 java .java
 java A
---------------------------------------------------------------------------------------------------------------------------------------------------
---
2. Is null a Java keyword
 Yes
 No
---------------------------------------------------------------------------------------------------------------------------------------------------
---
3. What is the correct syntax for the main class in Java ?
 public static void main(String args[]){}
 static public void main(String args[]){}
 Both
---------------------------------------------------------------------------------------------------------------------------------------------------
---
4. What is the output of the following Java program?
class Test {
public static void main (String args[]) {
for(int i=0; 0; i++)
{ System.out.println("Hello Javatpoint");
}
}
}
 Hello Javatpoint
 Hello Javatpoint - 10 times
 compile-time error
---------------------------------------------------------------------------------------------------------------------------------------------------
---
5. What is the output of the following Java program?
class Test {
int i;
}
public class Main
{ public static void main (String args[])
{ Test test = new Test();
System.out.println(test.i);
}
}
 0
 Exception
 compile-time error
---------------------------------------------------------------------------------------------------------------------------------------------------
---
6. Can you declare the main method as final?
 Yes
 No
 Sometimes
---------------------------------------------------------------------------------------------------------------------------------------------------
---
7. How to check that a file is present in Java?
 file.exists()
 file.isexists()
 file.present()
---------------------------------------------------------------------------------------------------------------------------------------------------
---
8. Fill the missing code
class Checking
{ public static void main(String args[]) {
String original = “ABCDCBA, reverse = "";
int length = original.length();
for ( int i = length - 1; i >= 0; i-- )
_____________________________
if (original.equals(reverse))
System.out.println("Entered string/number is a palindrome.");
else
System.out.println("Entered string/number isn't a palindrome.");
}
}
 reverse = reverse + original.charAt(i);
 reverse = reverse + original. substring(i);
 reverse = reverse + original[i];
---------------------------------------------------------------------------------------------------------------------------------------------------
--------
9. “Size may not be required. It changes the size dynamically.” This statement is true for which of the
following
 Array
 ArrayList
 String
---------------------------------------------------------------------------------------------------------------------------------------------------
---
10. What should to be format to get the result in 24 hours format?
public class Main {
public static void main(String [] args) throws Exception {
SimpleDateFormat displayFormat = new SimpleDateFormat(---------);
SimpleDateFormat parseFormat = new SimpleDateFormat("hh:mm a");
Date date = parseFormat.parse("10:30 PM");
System.out.println(parseFormat.format(date) + " = " + displayFormat.format(date));
}
}
 "HH:mm"
 "hh:mm"
 “HH:MM”
---------------------------------------------------------------------------------------------------------------------------------------------------
---
11. How to remove leading and trailing whitespaces from a string?
String s = " abc def\t";
 s = s.strip();
 s = s.trim();
 s = remove(s);
---------------------------------------------------------------------------------------------------------------------------------------------------
---
12. How to perform Sorting an array in Java?
int[] array = {1, 2, 3, -1, -2, 4};
 array=sort(array);
 Arrays.sort(array);
 array.sort();
---------------------------------------------------------------------------------------------------------------------------------------------------
---
13. What is an exception in java?
 An abnormal condition which occurs during the execution of a program and disrupts normal
flow of the program
 It is mainly caused by the environment in which an application is running
 Exceptions are mainly caused by the application itself.
---------------------------------------------------------------------------------------------------------------------------------------------------
---
14. Does finally block get executed If either try or catch blocks are returning the control?
 Yes
 No
 Depends on requirements
---------------------------------------------------------------------------------------------------------------------------------------------------
---
15. List some important methods of Java Exception class?
a. printStackTrace()
b. getClass()
c. getMessage()
d. getLocalizedMessage()

 a and c
 b and d
 All of the above
 None of the above

PYTHON

1. All keywords in Python are in


a. UPPER CASE
b. lower case
c. Capitalized
d. None of the mentioned
2. What is the output of the following? print("Hello {0!r} and {0!s}".format('foo', 'bin'))
a. Hello ‘foo’ and foo
b. Hello foo and foo
c. Hello foo and ‘bin’
d. Error
3. Which of the following data types is not supported in python ?
a. String
b. Numbers
c. Slice
d. List
4. What is the maximum possible length of an identifier
a. 32 characters
b. 63 characters
c. 79 characters
d. 31 Characters
5. What will be the output of 7^10 in python
a. 13
b. 15
c. 2
d. None of these
6. Which of the following is a Python tuple?
a. [3]
b. {1, 2, 3}
c. (1, 2, 3, 4)
d. None of the Above
7. What will be the output of the following Python code?

#!/usr/bin/python

def cube(x):

return x * x * x

x = cube(5)

print x

a. 26
b. 125
c. 525
d. None of above
8. The ABC company is creating a program that allows customers to log the number of miles biked. The
program will send messages based on how many miles the customer logs.

You create the following Python code. Line numbers are included for reference only.

You need to define the two required functions.

name = input("what is your name")

return name

calories = miles * calories_per_mile

return calories

distance = int(input("How many miles did you bike this week?"))

burn_rate = 50

biker = get_name()

calories_burned = calc_calories(distance, burn_rate)

print(biker, ", you burned about", calories_burned, "calories.")

Which code segments should you use for line 01 and line 04? Each correct answer presents part of the
solution? (Choose two.)

a. 01 def get_name():
b. 01 def get_name(biker):
c. 01 def get_name(name):
d. 04 def calc_calories():
e. 04 def calc_calories(miles, burn_rate):
f. 04 def calc_calories(miles, calories_per_mile):

9. output of

txt = "Hello World"[::-1]

print(txt)

10. output of

txt = "Hello World"[::-2]

print(txt)
11. output of

>>> for i in range(20,5,-5):

... print(i)

...

12. output of program

>>> numbers = range(10)

>>> new_dict_comp = {n:n**2 for n in numbers if n%2 == 0}

>>> print(new_dict_comp)

13. output of program

dict1 = {'a': 1, 'b': 2, 'c': 3, 'd': 4, 'e': 5}

# Check for items greater than 2

dict1_cond = {k:v for (k,v) in dict1.items() if v>2}

print(dict1_cond)

14. output of program

dict1 = {'a': 1, 'b': 2, 'c': 3, 'd': 4, 'e': 5}

dict1_doubleCond = {k:v for (k,v) in dict1.items() if v>2 if v%2 == 0}

print(dict1_doubleCond)

15. output of program

dict1 = {'a': 1, 'b': 2, 'c': 3, 'd': 4, 'e': 5, 'f':6}

dict1_tripleCond = {k:v for (k,v) in dict1.items() if v>2 if v%2 == 0 if v%3 == 0}

print(dict1_tripleCond)

You might also like