Forums.Sureshkumar.net : A Perfect Place to Share Knowledge         Blogs     Games    Magazines    

"Sharing knowledge does not lessen your store, often it gets you more. Sharing plays a key role in relationships and bonding, happens in small steps and is assisted through community membership."

Go Back   SURESHKUMAR.NET FORUMS > FRESH JOB SEEKERS > Fresher Resources > Companies Info & Recruitment Process
Register FAQ Members List Calendar Games Blogs Search Today's Posts Mark Forums Read

   

Reply
 
LinkBack Thread Tools Rate Thread Display Modes
Old 04-05-06, 09:47 AM   #1 (permalink)
Junior Member
 
Join Date: Apr 2006
Location:
Posts: 5
Thanks: 0
Thanked 0 Times in 0 Posts
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Power: 3 purav0071 has disabled reputation
hey anyone has appered for nuclues software interview,
if yes plz inform me cos i have to appera 2maro for the same,i need to know the process of the interview

plz .. help

purav0071 is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 05-05-06, 04:21 AM   #2 (permalink)
Senior Member
 
meenakshisekar's Avatar
 
Join Date: Feb 2006
Location: India
Posts: 546
Thanks: 7
Thanked 7 Times in 5 Posts
Thanks: 7
Thanked 7 Times in 5 Posts
Rep Power: 8 meenakshisekar has disabled reputation
hi

i'll post some que

stions that were asked......

Aptitude Section

Q. 5 men or 8 women do equal amount of work in a day. A job
requires 3 men and 5 women to finish the job in 10 days how many
woman are required to finish the job in 14 days.
a) 10
b) 7
c) 6
d) 12
Ans 7


Q. A simple interest amount of rs 5000 for six month is rs 200. what is
the annual rate of interest?
a) 10%
b) 6%
c) 8%
d) 9%
Ans 8%

Q. In objective test a correct ans score 4 marks and on a wrong ans
2 marks are ---. a student scores 480 marks from 150
question.how many ans were correct?
a) 120
b) 130
c) 110
d) 150
Ans130.

Q. An article sold at amount of 50% the net sale price is rs 425 .what
is the list price of the article?
A) 500
b) 488
c) 480
d) 510
Ans 500

Technical Section

Q. You are creating an Index on EMPNO column in the EMPLOYEE
table. Which statement will you use?
a) CREATE INDEX emp_empno_idx ON employee, empno;
b) CREATE INDEX emp_empno_idx FOR employee, empno;
c) CREATE INDEX emp_empno_idx ON employee(empno);
d) CREATE emp_empno_idx INDEX ON employee(empno);
Ans. c

Q. Which program construct must return a value?
a) Package
b) Function
c) Anonymous block
d) Stored Procedure
e) Application Procedure
Ans. b

Q. Which Statement would you use to remove E MPLOYEE_ID_PK
PRIMARY KEY constraint and all depending constraints from the
EMPLOYEE table?
a) ALTER TABLE employee DROP PRIMARY KEY CASCADE;
b) ALTER TABLE employee DELETE PRIMARY KEY CASCADE;
c) MODIFY TABLE employee DROP CONSTRAINT
employee_id_pk Cascaded) ALTER TABLE employee DROP
PRIMARY KEY employee_id_pk Cascade;
e) MODIFY TABLE employee DELETE PRIMARY KEY
employee_id_pk Cascade;
Ans. a

Q. Which three commands cause a transaction to end?
(Choose three)
a) ALTER
b) GRANT
c) DELETE
d) INSERT
e) UPDATE
f) ROLLBACK
Ans. a ,b ,f
__________________
try try try till u succeed
meenakshi
meenakshisekar is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 05-05-06, 04:22 AM   #3 (permalink)
Senior Member
 
meenakshisekar's Avatar
 
Join Date: Feb 2006
Location: India
Posts: 546
Thanks: 7
Thanked 7 Times in 5 Posts
Thanks: 7
Thanked 7 Times in 5 Posts
Rep Power: 8 meenakshisekar has disabled reputation
Q. Under which circumstance should you create an index on a table?
a) The table is small.
b) The table is updated frequently.
c) A columns values are static and contain a narrow range of values
d) Two columns are consistently used in the WHERE clause join
condition of SELECT statements.
Ans.d

Q. What is the common standard naming convention of checkbox
control?
a) CHB
b) CHK
c) CHX
d) CBX

Q. Which of the function returns a reference to an object provided by
an ActiveX component?
a) Create object
b) get object name
c) create object x
d) get object

Q. We have something like Global functions in JAVA, they are called
as.....
a) class
b) package
c) file
d) include

Q. Which all OS supports Networking?
a) Windows 95
b) Linux
c) Windows 3.0
d) Unix

Q. Which of the following is not an RDBMS?
a) Ingress
b) Oracle
c) Unify
d) Clipper

Q. Shell function in VB is used for calling
a) Another Function
b) Another Procedure
c) Another Application
d) None

Q. The RDBMS which satisfies the most number of its Principle
among the followings
a) MS Sql Server
b) Oracle 7.3
c) Informix
d) Sybase

Q. Normalization is considered to be complete when it is in
a) Second Form
b) Third Form
c) First Form
d) None

Q. Two databases can be connected with
a) Where Clause
b) creating link
c) using dbo.<database>
d) Both B & C

Q. C++ is similar to that of C in following ways
a) C++ has classes
b) Supports Inheritance
c) File Handling
d) None

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

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?
a) Oak - Java
b) Small Talk
c) Oak
d) None
Ans. a

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. Pseudo code 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

__________________
try try try till u succeed
meenakshi
meenakshisekar is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 05-05-06, 04:24 AM   #4 (permalink)
Senior Member
 
meenakshisekar's Avatar
 
Join Date: Feb 2006
Location: India
Posts: 546
Thanks: 7
Thanked 7 Times in 5 Posts
Thanks: 7
Thanked 7 Times in 5 Posts
Rep Power: 8 meenakshisekar has disabled reputation
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
__________________
try try try till u succeed
meenakshi
meenakshisekar is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 05-05-06, 04:24 AM   #5 (permalink)
Senior Member
 
meenakshisekar's Avatar
 
Join Date: Feb 2006
Location: India
Posts: 546
Thanks: 7
Thanked 7 Times in 5 Posts
Thanks: 7
Thanked 7 Times in 5 Posts
Rep Power: 8 meenakshisekar has disabled reputation
Nuclues Company Profile






Nucleus Software Offshore Ltd. (NUCLEUS) was incorporated as a separate entity in 1994, with an objective of extending dedicated IT support to Citibank in Mumbai and providing quality IT solutions to the Business world. Starting from a handful of professionals, NUCLEUS India now employs 150 trained professionals from the leading engineering colleges in India. Nucleus have established themselvse in the fields of Bespoke Software Development, Software Maintenance & Support, Software Implementation & Conversion, Product Development and Software Project Consulting. When the Reserve bank of India, India’s central bank wanted to develop software for its offshore surveillance of Non Banking Finance Companies, it chose NUCLEUS as its partner.NUCLEUS operates from its own premises in Mumbai. Nucleus has two development centres. One development centre is a dedicated unit for Citibank support. This centre is located next to Citibank premises in Parel, Mumbai. The other centre is located in the up coming suburb of Mumbai-Andheri. This site seats the RBI and other client teams. NUCLEUS undertakes assignments on Project Cost basis and Time and Material basis. Their major strength, however, lies in the area of Banking and Financial applications.

__________________
try try try till u succeed
meenakshi
meenakshisekar is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply



Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is On
Trackbacks are On
Pingbacks are On
Refbacks are On


All times are GMT +6.5. The time now is 10:47 PM.





Search Engine Optimization by vBSEO 3.1.0