Subscribe:Posts Comments | Read Articles on Various Topics - Pro Articles

By PDMACpayday loans

You Are Here: Home » Nucleus Software Test Papers, Sample Placement Papers » Nucleus Software Sample Technical Test Questions

Here are the sample placement paper questions of Nucleus Software India previous test Technical / Programming part for freshers / engineers of B.tech CSE, IT, ECe branches (computer science engineering, electronics and communication)

The Questions are:
Q. Which of the following is not system file
a) .ini
b) .sys
c) .com
d) None

Q. Following command is used to register any dll or ocx in registry of the system
a) regserver32
b) registersvr
c) regsrv32
d) regsvr32

Q. Which keyword is used to unregister any dll or ocx in registry of the system
a) -u
b) -r
c) -d
d) -x

Aptitude Section Q Page 5 of 8

Q. Which is not the most important & widely used form of Normalization ?
a) Boyce-Codd Normal Form
b) Second Form
c) Third Form
d) Royce-Codd Normal Form

Q. How can the word YES be stored in any array.

a)array[1] = ‘Y’
array[2] = ‘E’
array[3] = ‘S’
array[4] = ‘\0′
b) array[0] = “Y”
array[1] = “E”
array[2] = “S”
array[3] = “\0″

c)
array[1] = “Y”
array[2] = “E”
array[3] = “S”

d)array[0] = ‘Y’
array[1] = ‘E’
array[2] = ‘S’
array[3] = ‘\0′

Q. Which of the following keyword is used to exit unconditionally from the batch?
a) go
b) return
c) Begin & End
d) Commit Tran

Q. != is a ———- operator.
a) relational
b) logical
c) String
d) arithmetic

Q. What was the first name given to Java Programming Language. Aptitude Section Q Page 6 of 8
a) Oak – Java
b) Small Talk
c) Oak
d) None
Ans.a
Java language, C , C++ language technical / tech written multiple choice questions – MCQ
Q. The syntax of Java is similar to that of
a) C
b) Small Talk
c) FORTRAN
d) C++

Q. Which of the following statement is true Table in a database can have
a) One Non-Clustered Index and Many Clustered Indexes.
b) One Clustered Index and Many Non-Clustered Indexes.
c) One Index each of Clustered and Non-Clustered Index.
d) None

Q. Check the error in the following statement Country[7] = ‘CANADA’
a) A string terminator is not added to the string, when declared.
b) Country array should be of six
c) Canada should be specified in double quotes.
d) Country array should have the keyword char to ensure array type.

Q. An application updates table “A”,which causes trigger T1 to fire. T1 updates table “B”, which in turns fires trigger T2. T2 updates table “A”, which causes trigger T1 to fire again. This is an example of
a) Indirect Recursive Trigger
b) direct Recursive Trigger
c) Multiple Trigger
d) Non Recursive Trigger

Q. Linda wants to obtain the nearest integer of a numeric expression for some calculation purpose.
Which mathematical function will she use:
a) Round
b) ABS
c) About
d) None

Q. Alphanumeric constants are
a) used for arithmetic calculations
b) Used with double quotas
c) Of integer type or float type
d) Not used for arithmetic calculations

Q. Pseudocode is a
a) set of Instructions to perform a particular task
b) is a formalized graphic representation of program logic.
c) is a algorithm expressed in a simple language
d) Both A & C

Q. A company has closed down its advertisement dept and is now getting all advertisement done by an Ad-Agency. All 20 people working in the dept has quit the job. The dept to which an employee belonged was stored in the “cdept” attribute of “emp” table. Which of the following statement would be used to do the changes in the “emp” table
a) Alter Table
b) Drop Table
c) Delete Table
d) Truncate Table
Q. John wants to retrieve all records from students table who live in any city beginning with WAS . Which of the following statement is to be executed by him
a) Select * from students where city = ‘WAS’
b) Select * from students where city = ‘WAS%’
c) Select * from students where city in ‘WAS’
d) Select * from students where city like ‘WAS%’
Q. Why is a Modulo operator used?
a) It is used to determined the remainder, when an integer is divided by another.
b) It is used to calculate the percentage
c) It is used to determine the factorial of a number.
d) It is used as a relational operator.

Q. Consider the following program:
character cName[5] = ‘great’
Numeric nNum1,nNum2 =0
For (nNum1 = 0;nNum1=>5;nNum1++)
{
if(cName[nNum1] == ‘a’| cName[nNum1] != ‘e’| cName[nNum1] = = ‘i’| cName[nNum1] != ‘o’|
cName[nNum1] == ‘u’|)
{
nNum2 ++
display nNum2
What does nNum2 display.
a) 2
b) 1
c) 5
d) 3

See more related Nucleus Software Placement Papers and sample technical interview questions

Leave a Reply

© Copyright 2010 Latestexams. All Rights Reserved | Privacy Policy | Terms & Conditions