Nucleus Software Interview Experience-1

Nucleus Placement Pattern - Mumbai, June 22, 2015

Aptitude test:

It consisted of two sections: 1st was general aptitude, 2nd was Technical aptitude which was based on JAVA and .Net.

The questions of general aptitude were mostly verbal and quant was from RS and were simple.
The technical aptitude had questions where we were supposed to find the error in programs and some other questions were:

1. Which of the following class defines format (//args) method?

    a. FileWriter
    b. PrintWriter
    c. PrintStream
    d. None of the above

2. Method syntax valid in BufferedWriter class?

    a. public void write (char cbuf[], int off, int len)
    b. public void write (int c)
    c. public void flush (int i)
    d. public void newLineChar()

3. classes cat and dog in packages com.pet.cat and com.pet.dog simultaneously are bundles as jars by name cat.jar and dog.jar are placed in folder animals in c drive. To access class during compile time select classpath option as javac- classpath

    a. C:\animals\cat.jar
    b. C:\animals\cat.jar
    c. C:\animals\com\pet\cat\cat

4. which one is correct?

    a. Basketb=new Basket ();//1
    b. Basket<Apple>bA=b;//2
    c. Basket<Orange>bO=b;//3
    d. bA.setElement

5. Methods syntax valid in BufferedWriter class?

    a. public void write(char cbuf[], int off, int len)
    b. public void write(int c)
    c. public void flush(int i)
    d. publc void newLineChar()

Some of the General aptitude questions are:

1. if m+n=24 and m-n+p=15. Then what is the value of 4m+2p?
   Ans:78.

2.Which of the following is equal to 3a^2-3a-30?
  a. (3a-5)(a+6)
  b. (3a+5)(a-6)
  c. 6a^2-30

3. If diameter of a circle is 49(pi), then its area is?

4. Sides of two triangles are: 1. (m+3) & (m+3)   2. (m+2) & (m+4)
then, the are of the two triangles are,

   a. equal
   b. area of 1st is more than 2nd
   c. area of 2nd is more than 1st
   d. cannot be determined.
------------------------------------------------------------------------------------------------------------------------------------------------------
Nucleus software Interview Experience - HBTI Kanpur, Nov 8, 2013

Hi I attended nucleus placement process. Its a leading global banking software powerhouse providing innovative and pioneering products and software solutions for many years. Its process consisted of 5 rounds:

1. Aptitude.
2. Coding.
3. Technical interview.
4. MR.
5. HR.

Aptitude round consisted of 20 questions :

English - find correct sentence.
LR.
Quant.
Test was online conducted by cocubes.
Time given was 1 hr.
Questions was a bit tough.

About 120 students were appeared in 1st round, result was released after one week of test, 45 got qualified for next round.

Company visited campus on 12 dec to complete the process.

2nd round was the coding round.

Only one question. Print the pattern using one loop.
1
1
2
3
5
8
13
21
34
55
89
144
233
377
610
987
1597
2584
987
610
377
233
144
89
55
34
21
13
8
5
3
2
1. Sequence was something like this.(increasing-decreasing fibonacci).

- This round was not the elimination round.

- 15min were given to write both algo and code using any lang.

After this round a form was given to us to fill containing question regarding personal details. And some managerial questions like.

- Hardest decision taken in last 6 months.

- Have you ever worked in team. What was your role.

- Have you ever came conflicts during work in team. If then. Then explain situation, conflict, your stand and solution.

- Have you ever contributed to others success. When n how.

- Have you ever prioritised things. Explain priority order.

And many others.

Next round was Technical round.

Consist of topics.

- DS (programs and concepts of bubble sort. Types of linked list. Binary search. Height of tree, etc).

- DBMS (sql queries. Normalisation. Row num. Row id. Constraints. If there are 3 redundant rows in record how to remove it ? Indexes. Refrential integrity. Effects of not having constraints in table. Having clause. Difference between group by and order by. Etc).

- C (output questions based on const keyword. Static. Pointers. Recursion. Etc).

- oops (difference between malloc n new. Abstract classes. Virtual fn. Pure virtual fn. Interfaces. Etc).

- OS (paging. Fragmentation. Virtual memory. , etc).

- Asked to explain code made in coding round.

- Coding round wasn't eliminating but marks of code was considered.

- You need to be quick.

- Try to give short and exact answer. You would not get the tym to explain to much.

- About 20 students was qualified for next round.

MR.

Question was why this career. Why nucleus. What career at nucleus. Same question that was asked in form. Some business situation to solve like if there is some bugs in in your product that you have made and sell to banks and due to that product clients had to bear heavy losses. When what would you do then. ?

HR.

- Very stressful.

- They will give you different situations to deal. And make the situation more and more stressful and made you to react. Be calm.

- Stick on your words.

After whole process 10 (5 from CSE. 3 from IT. 2 from ET) were finally selected. And. One of them was me. It was really very very great to hear my name in the list of selected candidates.
------------------------------------------------------------------------------------------------------------------------------------------------------
NUCLEUS PLACEMENT PAPER (ENGLISH & REASONING)

PAPER: NUCLEUS  PLACEMENT PAPER (ENGLISH & REASONING)

English Section:

  1.gruesome=? (4 choces were given)
ans: frightful

2.barbarian=?
ans: uncivilized

3. serene=?
ans: calm

4. 4 sentences were given, they asked u to choose right senctence.

5. Mirror on the wall. They asked to replace on word with meaningful option.
ans: mirror at the wall. (Plz check.)

6.He sometimes works________night.
a)all
b)at
c)all of the above
d)none of above
ans: c(check)

7. The document______delivered.
ans: has been(plz check)

8. ____ is it from manchaster to london.
ans: How far

9. I have______my car.
ans: driven

10. Correct the sentence....
They have been doing it since 12 months.
ans: replace 'since' with 'for'

Logical reasoning:

  1.if 1234567573 is coded as xxxxxxxxxx and 563423is coded like xxxxxx the 3512 will be coded as? (only format of question, i m mentioning, question is very easy..even a class 3 student will answer)
ans: RATION

2. Same as previous question with different data.
ans: MEAT

Some analogy questions were given....

3. dawn:twilight::day:evening/night
4. Mosquito:maleria::infection:deasease
5. Writer:book::composer:song
6. Cloth:scissor::wood:axe
7. Friend:good::enemy:bad
------------------------------------------------------------------------------------------------------------------------------------------------------------
Nucleus Software Placement Paper (Technical & Aptitude)

Paper: Nucleus Software Placement Paper (Technical & Aptitude)

Technical Section:

1.In the command scanf, h is used for

Ans. Short int

2.A process is defined as

Ans.  Program in execution

3.A thread is

Ans. Detachable unit of executable code)

4.What is the advantage of Win NT over Win 95

Ans. Robust and secure

5.How is memory management done in Win95

Ans.  Through paging and segmentation

6.What is meant by polymorphism

Ans. Redfinition of a base class method in a derived class


7.What is the essential feature of inheritance

Ans. All properties of existing class are derived


8.What does the protocol FTP do

Ans. Transfer a file b/w stations with user authentification


9.In the transport layer ,TCP is what type of protocol

Ans. Connection oriented


10.Why is a gateway used

Ans. To connect incompatible networks


11.How is linked list implemented

Ans. By referential structures


12.What method is used in Win95 in multitasking

Ans. Non preemptive check


13.What is meant by functional dependency


14.What is a semaphore

Ans. A method synchronization of multiple processes


15.What is the precedence order from high to low ,of the symbols ( ) ++ /

Ans.( ) , ++, /


16.Preorder of A*(B+C)/D-G

Ans.*+ABC/-DG

18. B-tree (failure nodes at same level)


19. Dense index (index record appers for every search -key in file)


20.What is the efficiency of merge sort

Ans. O(n log n)


21.A program on swaping ( 10,5 )was given (candidate cannot recollect)


22.In which layer are routers used

Ans. In network layer


23.In which layer are packets formed ( in network layer )


24.heap ( priority queue )


25.copy constructor ( constant reference )


26.Which of the following sorting algorithm has average sorting behavior -- Bubble sort, merge sort, heap sort, exchange sort

Ans.  Heap sort


27.In binary search tree which traversal is used for getting ascending order values--Inorder ,post order,preorder

Ans. Inorder


28.What are device drivers used for

Ans. To provide software for enabling the hardware


29. Irrevalent to unix command ( getty)


30.What is fork command in unix

Ans.  System call used to create process


31.What is make command in unix

Ans.  Used for creation of more than one file


32.In unix .profile contains

Ans. Start up program


33.In unix echo is used for ( answer C)


34.In unix 'ls 'stores contents in

Ans.inode block


QUANTITATIVE SECTION


1.In a class composed of x girls and y boys what part of the class is composed of girls

A.y/(x + y)
B.x/xy
C.x/(x + y)
D.y/xy

Ans.C


2.What is the maximum number of half-pint bottles of cream that can be filled with a 4-gallon can of cream(2 pt.=1 qt. and 4 qt.=1 gal)

A.16
B.24
C.30
D.64

Ans.D


3.If the operation,^ is defined by the equation x ^ y = 2x + y,what is the value of a in 2 ^ a = a ^ 3

A.0
B.1
C.-1
D.4

Ans.B


4.A coffee shop blends 2 kinds of coffee,putting in 2 parts of a 33p. a gm. grade to 1 part of a 24p. a gm.If the mixture is changed to 1 part of the 33p. a gm. to 2 parts of the less expensive grade,how much will the shop save in blending 100 gms.

A.Rs.90
B.Rs.1.00
C.Rs.3.00
D.Rs.8.00

Ans.C


5.There are 200 questions on a 3 hr examination.Among these questions are 50 mathematics problems.It is suggested that twice as much time be spent on each maths problem as for each other question.How many minutes should be spent on mathematics problems

A.36
B.72
C.60
D.100

Ans.B


6.In a group of 15,7 have studied Latin, 8 have studied Greek, and 3 have not studied either.How many of these studied both Latin and Greek

A.0
B.3
C.4
D.5

Ans.B


7.If 13 = 13w/(1-w) ,then (2w)2 =

A.1/4
B.1/2
C.1
D.2

Ans.C


8. If a and b are positive integers and (a-b)/3.5 = 4/7, then

(A) b < a
(B) b > a
(C) b = a
(D) b >= a

Ans. A


9. In june a baseball team that played 60 games had won 30% of its game played. After a phenomenal winning streak this team raised its average to 50% .How many games must the team have won in a row to attain this average?

A. 12
B. 20
C. 24
D. 30

Ans. C


10. M men agree to purchase a gift for Rs. D. If three men drop out how much more will each have to contribute towards the purchase of the gift/

A. D/(M-3)
B. MD/3
C. M/(D-3)
D. 3D/(M2-3M)

Ans. D


11. A company contracts to paint 3 houses. Mr.Brown can paint a house in 6 days while Mr.Black would take 8 days and Mr.Blue 12 days. After 8 days Mr. Brown goes on vacation and Mr. Black begins to work for a period of 6 days. How many days will it take Mr.Blue to complete the contract?

A. 7
B. 8
C. 11
D. 12

Ans.C


12. 2 hours after a freight train leaves Delhi a passenger train leaves the same station travelling in the same direction at an average speed of 16 km/hr. After traveling 4 hrs the passenger train overtakes the freight train. The average speed of the freight train was?

A. 30
B. 40
C.58
D. 60

Ans. B


13. If 9x-3y=12 and 3x-5y=7 then 6x-2y = ?

A.-5
B. 4
C. 2
D. 8

Ans. D
--------------------------------------------------------------------------------------------------------------------------------------------------------
Nucleus Placement Paper Technical Aptitude Questions

Paper :  Nucleus Placement Paper Technical Aptitude Questions



Technical Aptitude Questions:
sample multiple choice questions from Nucleus software india placement test paper held at HBTI Institute Kanpur, UP (Uttar Pradesh)

Technical Test Questions: (Written test multiple choice questions - mcq type)
What is the common standard naming convention of checkbox
control?
a) CHB
b) CHK
c) CHX
d) CBX
ans: a (may be different..plz check)

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

Which OS does not supports Networking?
a) Windows 95
b) Linux
c) Windows 3.0
d) Unix
ans: c

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

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



C++ / C language test question:

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

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
ans: d

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

What is the function of assembler?
a) To convert assembly language to machine language.
b) To convert machine language to assembly language.
c) To convert high level language to?
d)?
ans: a

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
ans: b(plz check)

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.
ans: c

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

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
ans: d


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.
ans: a

if f(n)=n+ f(n-1) and f(0)=1 then f(5)=?
a)14
b)15
c)16
d)none
ans: c
--------------------------------------------------------------------------------------------------------------------------------------------------
Nucleus Software Placement Paper - Written and Technical

Paper : Nucleus Software Placement Paper - Written and Technical



There were 2 section Aptitude and Technical. There were 75 questions in the aptitude part and 45 minutes for it. The technical part is theory type and there are 5 questions in it. Q1 is compulsory and you have to do 3 out of the remaining 4. Time allowed is 1 hour and Total marks are 40.

There is negative marking. All questions are RS Aggarwal type.

Nucleus Aptitude Questions:

1. The least number which when divided?. (RS Aggarwal Page 31, Q45).
2. 1 Q on the formula hcf*lcm = product of numbers.
3. 2 Q on the formula (a+b)2,(a-b)2.
4. Find the smallest among fractions..
5. Simple interest question.
6. Compound interest
7. Venn diagrams given, find the correct diagram for the relation brinjal, cabbage, vegetable.
8. odd man out
a) A b)F c)N d)H
answer(a)
9. One english question on fill in the blank, passage given. It was on Democracy.
10. Boats and stream problem.
11. Rahul and Radhika age problem
12. Avg of 5 no.s is given, average of four nos is given. Find fifth no. Ans 50
13. Cost price of 2 television = c.p. of 2 Wash machine. cost of t.v given. Find cost of 4 wash machine and 3 t.v.
14. LIST PRICE GIVEN , dis given,find s.p
15. 1/z=1/x+1/y.Find z.
16. one q similar to (r.s.a page 55 ex.11 solved).
17. A man buys 2 articles at some amount. One gives 15% discount and other 15% more than price. What is his profit or loss%.
18. A man can do work at same rate of his 2 sons. 1 son take, other 2 days. How many days man takes?
19. r.s.agg Average solved prob 11.

Nucleus Technical Questions Part -II(cse)
There is no negative marking for this.
Q1 is compulsory. Solve any 3 from remaining ones. 1 hour.

1A) Write full form of
DLL, ODBC, TCP/IP, UDP, OLE AND ONE MORE (6 Marks)
1B) Difference between Call by Reference and Call by Value method. (C++ / C language question)
Explain dynamic memory allocation. (4 Marks)

Q2A) Program given on string. Find O/P. (6M)
Q2B) What is an object file. 4M
Q3A) Program on doubly linked list. Give the output. 6M
3B) Write a program on concatenation of strings 4 Marks
Q4-A Write a program to find prime numbers between 1 to 1000 8M
4B Write a program which contains 2 inline commands 2M
Q5A What are IPCS in Unix OS. Give name of 3, explain them
What is the difference between TCP and IP
5B. Difference between MALLOC(), CALLOC()
--------------------------------------------------------------------------------------------------------------------------------------------------------------
Nucleus Software Interview Questions (Technical & Aptitude)

Question Paper: Nucleus Software Interview Questions (Technical & Aptitude)

Technical Section:

1.In the command scanf, h is used for

Ans. Short int

2.A process is defined as

Ans. Program in execution

3.A thread is

Ans. Detachable unit of executable code)

4.What is the advantage of Win NT over Win 95

Ans. Robust and secure

5.How is memory management done in Win95

Ans. Through paging and segmentation

6.What is meant by polymorphism

Ans. Redfinition of a base class method in a derived class


7.What is the essential feature of inheritance

Ans. All properties of existing class are derived


8.What does the protocol FTP do

Ans. Transfer a file b/w stations with user authentification


9.In the transport layer ,TCP is what type of protocol

Ans. Connection oriented


10.Why is a gateway used

Ans. To connect incompatible networks


11.How is linked list implemented

Ans. By referential structures


12.What method is used in Win95 in multitasking

Ans. Non preemptive check


13.What is meant by functional dependency


14.What is a semaphore

Ans. A method synchronization of multiple processes


15.What is the precedence order from high to low ,of the symbols ( ) ++ /

Ans.( ) , ++, /


16.Preorder of A*(B+C)/D-G

Ans.*+ABC/-DG

18. B-tree (failure nodes at same level)


19. Dense index (index record appers for every search -key in file)


20.What is the efficiency of merge sort

Ans. O(n log n)


21.A program on swaping ( 10,5 )was given (candidate cannot recollect)


22.In which layer are routers used

Ans. In network layer


23.In which layer are packets formed ( in network layer )


24.heap ( priority queue )


25.copy constructor ( constant reference )


26.Which of the following sorting algorithm has average sorting behavior -- Bubble sort, merge sort, heap sort, exchange sort

Ans. Heap sort


27.In binary search tree which traversal is used for getting ascending order values--Inorder ,post order,preorder

Ans. Inorder


28.What are device drivers used for

Ans. To provide software for enabling the hardware


29. Irrevalent to unix command ( getty)


30.What is fork command in unix

Ans. System call used to create process


31.What is make command in unix

Ans. Used for creation of more than one file


32.In unix .profile contains

Ans. Start up program


33.In unix echo is used for ( answer C)


34.In unix 'ls 'stores contents in

Ans.inode block


QUANTITATIVE SECTION


1.In a class composed of x girls and y boys what part of the class is composed of girls

A.y/(x + y)
B.x/xy
C.x/(x + y)
D.y/xy

Ans.C


2.What is the maximum number of half-pint bottles of cream that can be filled with a 4-gallon can of cream(2 pt.=1 qt. and 4 qt.=1 gal)

A.16
B.24
C.30
D.64

Ans.D


3.If the operation,^ is defined by the equation x ^ y = 2x + y,what is the value of a in 2 ^ a = a ^ 3

A.0
B.1
C.-1
D.4

Ans.B


4.A coffee shop blends 2 kinds of coffee,putting in 2 parts of a 33p. a gm. grade to 1 part of a 24p. a gm.If the mixture is changed to 1 part of the 33p. a gm. to 2 parts of the less expensive grade,how much will the shop save in blending 100 gms.

A.Rs.90
B.Rs.1.00
C.Rs.3.00
D.Rs.8.00

Ans.C


5.There are 200 questions on a 3 hr examination.Among these questions are 50 mathematics problems.It is suggested that twice as much time be spent on each maths problem as for each other question.How many minutes should be spent on mathematics problems

A.36
B.72
C.60
D.100

Ans.B


6.In a group of 15,7 have studied Latin, 8 have studied Greek, and 3 have not studied either.How many of these studied both Latin and Greek

A.0
B.3
C.4
D.5

Ans.B


7.If 13 = 13w/(1-w) ,then (2w)2 =

A.1/4
B.1/2
C.1
D.2

Ans.C


8. If a and b are positive integers and (a-b)/3.5 = 4/7, then

(A) b < a
(B) b > a
(C) b = a
(D) b >= a

Ans. A


9. In june a baseball team that played 60 games had won 30% of its game played. After a phenomenal winning streak this team raised its average to 50% .How many games must the team have won in a row to attain this average?

A. 12
B. 20
C. 24
D. 30

Ans. C


10. M men agree to purchase a gift for Rs. D. If three men drop out how much more will each have to contribute towards the purchase of the gift/

A. D/(M-3)
B. MD/3
C. M/(D-3)
D. 3D/(M2-3M)

Ans. D


11. A company contracts to paint 3 houses. Mr.Brown can paint a house in 6 days while Mr.Black would take 8 days and Mr.Blue 12 days. After 8 days Mr. Brown goes on vacation and Mr. Black begins to work for a period of 6 days. How many days will it take Mr.Blue to complete the contract?

A. 7
B. 8
C. 11
D. 12

Ans.C


12. 2 hours after a freight train leaves Delhi a passenger train leaves the same station travelling in the same direction at an average speed of 16 km/hr. After traveling 4 hrs the passenger train overtakes the freight train. The average speed of the freight train was?

A. 30
B. 40
C.58
D. 60

Ans. B


13. If 9x-3y=12 and 3x-5y=7 then 6x-2y = ?

A.-5
B. 4
C. 2
D. 8

Ans. D
------------------------------------------------------------------------------------------------------------------------------------------------------

1 comment:

  1. Hi There,


    Brilliant article, glad I slogged through the Nucleus Software Interview Experience-1 it seems that a whole lot of the details really come back to from my past project.

    I need a Program In C or either Pascal, including 2 conditions of (if-else) + loops (fixed and non fixed both) in Modular Programming Perspective?

    what I tried as I don't know c very well but some how what I did is
    By the way do you have any YouTube videos, would love to watch it. I would like to connect you on LinkedIn, great to have experts like you in my connection (In case, if you don’t have any issues).


    Grazie,
    Peter

    ReplyDelete