You are on page 1of 11

Building Standards in Educational and Professional Testing

SAMPLE PAPER
SOFTWARE
DEVELOPERS

SAMPLE PAPER Software Developers 1


Building Standards in Educational and Professional Testing

ENGLISH

Complete the sentences by choosing the most appropriate


option, from the given lettered choices (A to D) below each.
1. Sara _________ the smell of gas in the kitchen.

A. developed
B. saw
C. determined
D. detected

Five lettered pairs (A to D) follow a related pair of words given in


capitals. Select the lettered pair that best expresses a
relationship similar to that expressed in the original pair in
capitals.
2. REFURBISH: WORN:

A. revive: exhausted
B. reward: outstanding
C. resume: interrupted
D. replace: stolen

Choose the lettered word or phrase that is most nearly opposite


in meaning to the word in capital letters.
3. ABOLISH:

A. exterminate
B. cancel
C. continue
D. hide

Questions 4-5 are based on the following passage.


The supervisor would have to change his attitude towards people first. The
staff under him must be perceived as human beings with feelings and
needs. They are not autonomous within a complex work machinery. One of
the greatest needs of today's worker is to have a feeling that he is in control
of his workplace and not vice versa. The best way is to satisfy this need as
far as possible. He must feel firstly, that his work is meaningful. To do this
the supervisor must delegate responsibility and give limited authority for
the man to execute his job well. The subordinate must be properly trained
to assume responsibility and authority. Once he is ready to assume these he

SAMPLE PAPER Software Developers 2


Building Standards in Educational and Professional Testing

can be made accountable for his job. Very often supervisors assume all
responsibility and accountability for fear of losing control of the workplace.
This makes workers under him pawns in a vast chessboard. Delegating
accountability gives the worker a purpose in life and the need to do a job
well. Most important is to sit with each worker and chalk out common
objectives and agreed norms to achieve them. This gives workers a security
as to what is expected of them. When he has met his objectives he certainly
has a feeling of achievement. This feeling of achievement is the greatest
motivator.

4. Responsibility and accountability make a worker

A. tense and frightened


B. shirk his duties
C. vulnerable before his supervisor
D. do his job properly

5. Supervisors do not delegate responsibility and authority to their


subordinates because

A. final responsibility is theirs


B. subordinates are not capable enough
C. they can't trust their subordinates
D. they are apprehensive of losing their hold on the work place

SAMPLE PAPER Software Developers 3


Building Standards in Educational and Professional Testing

ANALYTICAL QUANTITATIVE SKILLS &


GENERAL INTELLIGENCE
Questions 6-9
Four men (A, B, C, D) and four women (W, X, Y, Z) are going in two
chairlifts. Each lift holds exactly four people, and the groups of people in the
two lifts follow these conditions:

There are exactly two men and two women in each lift. Either A or B, but not
both, must be in the first lift.
If W is in the first lift, then C must also be in the first lift. If Y is in the first
lift, then B cannot be in the first lift.

6. If W is in the first lift, which of the following must be in the second lift?

A. C
B. X
C. Y
D. D

7. If B is in the first lift, which of the following can be the other three
people in the first lift?

A. A, X, Z
B. C, D, W
C. C, X, Y
D. C, W, X

8. If B, D and X are in the first lift, which of the following CANNOT be in the
second lift?

A. Z
B. A
C. C
D. W

9. If X and Z are in the second lift, which of the following men must be in
the first lift?

A. Band C
B. A and D
C. Band D
D. A and B

SAMPLE PAPER Software Developers 4


Building Standards in Educational and Professional Testing

10.The number missing in the series 2, 6, 12, 20, ?, 42, 56, 72 is:

A. 24
B. 30
C. 36
D. 38

SAMPLE PAPER Software Developers 5


Building Standards in Educational and Professional Testing

SUBJECT

11.The following program


Void main ()
{ int i , s = 0;
For (i = 10 ; i > 0 ; i -=1)
S + = 1;
Print f (“\n sum is = %d” ,s);
}
What is its sum?

A. 65
B. 55
C. 85
D. 45

12.The output for the following code segment


int a = 3 ;
int b = 6 ;
if ( a + b < 9 )
print f ( “ % d “,a ) ;
else
print f ( “ % d “,b ) ;
print f ( “ % d”, a + b ) ;

A. 69
B. 66
C. 39
D. 99

13. Which statement pinpoints the best possible error in the following code?
public class A{
public A( )
{
System.out.println(“A”);
}
}
public class B extends A {
public B( )
{
System.out.println(“B+A”);
super( );
}
}
A. No return type of method A( ) and B( )
B. Class B cannot be inherited from class A
C. Super() should also be included in the constructor of class A
D. Super() should be the first statement in constructor of class B

SAMPLE PAPER Software Developers 6


Building Standards in Educational and Professional Testing

14.In many projects, requirements specifications and design documents can


go out of date, but the ___________ is always up to date.

A. Analysis
B. Testing
C. Object Code
D. Source code

15.The __________ protocol is defined in transport layer.

A. FTP
B. TCP and UDP
C. HTTP and FTP
D. FTP and TCP

16.The objective of cyber Security is to respond ____________ to an


organization’s digital assets.
A. Guidelines
B. Patches
C. Risk
D. Vulnerability

17.Which of the following statements is NOT true about PL/SQL?

A. PL/SQL is a robust tool with many options.


B. PL/SQL is a case-insensitive programming language like SQL.
C. The features of PL/SQL programming are fetched from the Ada
programming.
D. The PL/SQL run-time engine exists as a resource inside the SQL
environment.

18.Which option in the following best explains Message Non-repudiation?

A. A user is verified prior to access to the system resources.


B. A sender must not be able to deny sending a message that he
or she sent that message.
C. All users are given free access.
D. Message arrives at destination without corruption.

19.Data link layer performs:

A. Framing
B. Flow control
C. Error control
D. Channel coding

SAMPLE PAPER Software Developers 7


Building Standards in Educational and Professional Testing

20.A(n) ________________ is anything capable of acting against an asset


in a manner that can cause harm.

A. Attack vector
B. Threat
C. Vulnerability
D. Payload

21.Which of the following is NOT the basic coding structure?

A. sequence
B. if statement
C. variable
D. case statement

22.Database systems involves four major components:

A. data, hardware, software and user


B. data, operating systems, RDBM and user
C. software, computer, database and administrator and data entry
operator
D. none of the above

23.MYSQL displays query output in ________________.

A. Tabular form
B. Linear form
C. Column form
D. Row form

24.Which of the following SQL operator is used to combine queries to return


all distinct rows returned by the first query, but not the second?

A. Except
B. Union
C. Intersect
D. CASE
25.Instead of focusing on development, IT service management focuses on:

A. IT definitions
B. IT operations
C. IT convergence
D. IT virtualization

26.The multimedia message sent by the SMTP is encoded through:


A. Signal
B. Binary
C. ASCII
D. Peer

SAMPLE PAPER Software Developers 8


Building Standards in Educational and Professional Testing

27.TCP port used from SMTP is:


A. 35
B. 25
C. 15
D. 10

28.Synchronization is a process in which media stream is done through:


A. RTP
B. RPC
C. RTCP
D. FTP

29.In which form of function there is no partial functional dependencies.


A. BCNF
B. 2NF
C. 3NF
D. 4NF
30.In which normal foam conversion of composite attribute to individual
attribute happens,
A. First
B. Second
C. Third
D. four
31.The index which has an entry for some of the key value is classified as:
A. Linear index
B. Dense index
C. Non dense index
D. Cluster index

32.SQL server 2014 supports up to ____________ partitions by default


A. 20000
B. 2000
C. 1000
D. 15000

33.Which of the following results are true, when a ROLLBACK statement is


issued to the database, the transaction has ended?
A. All work done by the transaction is undone, as if it had nOt been
issued.
B. Any locks acquired by the transaction are released.
C. Both A & B
D. None of the above

SAMPLE PAPER Software Developers 9


Building Standards in Educational and Professional Testing

34.PL/SQL Procedure consists of –

A. Header and Footer


B. Body and Footer
C. Header and Body
D. None of the above

35.What is the difference between PL/SQL Function and PL/SQL Procedure?

A. PL/SQL function may or may not return the value whereas PL/SQL
Procedure must have to return the value.
B. PL/SQL Procedure may or may not return the value whereas PL/SQL
Function must have to return the value.
C. PL/SQL Function may or may not return the function whereas PL/SQL
Procedure must have to return the function.
D. None of the above

36.Oracle creates ___________ when SQL statements are processed.

A. Content Areas
B. Context Areas
C. Context Ids
D. Content Ids

37.Create function dept count(dept_name varchar(20))


begin
declare d count integer;
select count(*) into d count
from instructor
where instructor.dept_name= dept_name
return d count;
end

Find the error in the above statement.


A. Return type missing
B. Dept_name is mismatched
C. Reference relation is not mentioned
D. All of the above

38.Which statement is correct to remove an Index from MySQL Database?

A. DROP INDEX Index_Name;


B. ALTER TABLE Table_Name DROP INDEX Index_Name;
C. DROP INDEX Index_Name ON Table_Name;
D. DROP INDEX Table_Name.Index_Name;

SAMPLE PAPER Software Developers 10


Building Standards in Educational and Professional Testing

ANSWER KEY

Q #. Right Choice
1 D
2 A
3 C
4 D
5 D
6 D
7 D
8 A
9 B
10 B
11 B
12 A
13 D
14 D
15 B
16 C
17 D
18 B
19 D
20 B
21 C
22 A
23 A
24 A
25 B
26 C
27 B
28 C
29 B
30 A
31 C
32 D
33 C
34 C
35 B
36 B
37 A
38 B

SAMPLE PAPER Software Developers 11

You might also like