NIC Placement Papers

Answers were Sorted based on User's Feedback



NIC Placement Papers..

Answer / sarat

Please post the sample papers in this site . It would be
helpful for the aspirants.

Thanks,
Sarat

Is This Answer Correct ?    22 Yes 7 No

NIC Placement Papers..

Answer / arun

/
Question Paper for the post of
Scientific OfficerlEngineer"SB"(ProgrammerfDistrict
Informatics Officer)-2008
( N/{'- 0 76bb/S'8
There are TWO PARTS in this paper. PART ONE contains THREE
questions and PART
TWO contains SIX questions.
2 PART ONE is to be answered in the SPECIAL ANSWER SHEET
only, attached to the
ANSWER BOOK, as per the instructions contained therein.
TOTAL MARKS: 100
(PART ONE - 30, PART TWO - 70)
PART 1
(Answer all the questions)
1 Each question below gives multiple choices of answers.
Choose the most appropriate
one and enter in the "SPECIAL ANSWER SHEET" attached to the
ANSWER
BOOK, following instructions therein.
(1 X 10)
1.1 A list of items, in which additions and deletions may be
made at either end is known as
a
jy Queue.
B. Push-down stack
C. Deque
D. None of the above
1.2 Reentrant code provides for
A. Execution of object program instruction segments by more
than one process at the
same time.
J1. Improved console operations.
C. Multiprocessing
D. Contiguous areas of memory for storage of program,
variables, data, reference,
and dynamic process history.
1.3 Which is not a debugging technique
A. Core dumps
B. Traces -e: Print Statements
D. Regression Testing
1.4 The process of transforming a model into source code is
A. Reverse Engineering
B. Forward Engineering
C. Re-engineering
.p. Re-structuring
1.5 The process by which existing processes and methods are
replaced by new processes
and techniques is
A. Reverse Engineering
B. Business Process Re-engineering
C. Software Process Management ». Forward Engineering
1.6 init and cron are:
ft.. linux processes
B. DOS processes
C. Windows processes
D. None of the above.
1.7 The differences between constructors and destructor in
C++ are
A. constructors can take arguments but destructor can't
B. constructors can be overloaded but destructor can't be
overloaded
.AJ. both A & B
D. none of these
1.8 Use Case is a:
A. case in case/switch statement in a programming language .
..E. a part of use case diagram, a modeling element.
C. special case in legal cases in computer industry.
D. None of the above.
1.9 PATH
A. is a system variable naming the list of directories
required to be searched for
finding the commands to be executed.
vi3. is a path to be followed in finding Critical Path
Method in Pert/CPM techniques
C. is a system variable naming the list of directories
required to be searched for
finding a class.
D. None of the above.
1.10 When a language has the capability to prod\lce new
datatype, it is called
~ Extensible
B. Overloaded
C. Encapsulated
D. Reprehensible
2 Each statement below is either TRUE or FALSE. Choose the
most appropriate one
and ENTER in the "SPECIAL ANSWER SHEET" attached to the ANSWER
BOOK, following instructions therein.
2.1 JavaScript is an old version of Java Language. 'I (j)
2.2 Maintenance stage in SDLS precedes Implementation . ../'
2.3 Symbian is an operating system. X- (j)
2.4 Hotswappable hard disks requires systems to be closed
and cooled before they can be
removed. ~
2.5 PHP and Perl are examples of spreadsheet packages . .:x! (!)
2.7 The fields in a C++ program are by default private. vi' (j)
2.9 A return code of 0 from a function is interpreted that
there are errors during its
execution. 'I
2.10 When a variable is passed by reference to a procedure,
the changes made to the
variable are passed back to the calling procedure. ;/'
3 Each statement below has a blank space to be filled. Enter
your choice in the
"SPECIAL ANSWER SHEET" attached to the ANSWER BOOK, following
instructions therein.
(1 X 10)
interface.
3.2 The time required by a sector to reach below the
read/write head I~ 7'
3.3 What will be the output of the following code snippet r
/. Ie ~ J)v I" c
try {
int x = 0;
int y = SO/x;
System.out.println("Division by Zero is an error");
}
catch(ArithmeticException e) {
System.out.print1n("catch block");
}
In a select statement /ul1f\1' 11; clause restricts the
grouped rows that appear in
the result.
3.5 The process of mapping/initialising a disk is called
/,"zl,£ '1
3.6 A popular open source DBMS J'&l J2 2=)!~;4""
3.7 An image scanner with tit YCbtvf software can translate
a scanned text into text that
can be edited.
3.8 A BIOS routine called , that run~ whenever the system l~
started to
determine the functioning of various parts of the computer
system.
PART 2
(Answer any five questions)
4 Write short note on
4. De-fragmentation, compression and encryption
.-b. Open Source, Commercial Software and Freeware
c. Paging and Segmentation
d. SDLC and its stages
fl What do you understand by Complexity of Sorting
Algorithms? Explain in the
context of various sorting techniques.
b. Write Quick Sort Algorithm using pseudocode and verify
your code by tracing an
example.
~. Explain final, finally, finalise, this and super in Java
Context
b. Consider the following stack, where stack is allocated N
= 6 memory cells
STACK: AAA, DDD, EEE, FFF, GGG, _
Describe the stack as the following operations take place:
(i) PUSH(ST ACK,KKK),
(ii) POP(ST ACK,ITEM),
(iii) PUSH(STACK,LLL),
(iv) PUSH(STACK,SSS),
(v) POP(ST ACK,ITEM),
(vi) PUSH(STACK,TTT)
c. What does chmod, vi and grep do in linux system?
a. What is Object Oriented Programming? Why is Java called
portable or platform
independent language
b.Write a program(in Java or C++) to produce fibonacci numbers
FO, Fl given below. Should one use recursion or iteration
for the above
program and why?
Fn = {~
Fn-l + Fn-2
n=O,
n=l,
n>=2
a. Let a and b denote positive integers. Suppose a function
Q is defined recursively
as follows
Q(a,b) = { 0
Q(a-b,b) + I
ifa<b
ifb<=a
(i) Find the value ofQ(2,3) and Q(l4,3)
(ii) What does this function do? Find Q(5861,7).
c-b. Describe Method Overloading and Method Overriding.
c. Let LIST be a linked list in memory. v\7ritea procedure
which finds the number
NUM of times a given ITEM occurs in LIST
a. Based on type of organization ,< of data what are
different types of DBMS? Oive
examples of commercially available DBMS's today.
b. An organization conducts training programmes (courses)
for its own employees.
'" These employees are recognized in the organization by an
~mployee code and are
placed in different specialized groups called Divisions
headed by HODs (who are
also employees). Design a fully normalized database, clearly
indicating primary
key and foreign key constraints, to store following information:
Employee Name, Employee Code, Designation, Division Name,
HOD Name,
Course Title (Training Programme Title), Course Start Date,
Course Duration etc
Write SQL statementto generate
(i)Division wise (List of all employees in a division) with
the HOD Name
(ii)List of courses attended by a particular employee
(iii)List of employees who have attended a particular
training programme
c. Describe ACID in the context of DBMS.


Above questions from NIC 2008

Is This Answer Correct ?    11 Yes 0 No

NIC Placement Papers..

Answer / shadow

Hi everyone,
when i gave the exam last year i didn't get any help on net
regarding this NIC exam and performed badly. as i didn't had
anything to kill time i noted down the questions for all u
people's help.
the paper was objective and i have noted down the area from
which questions were asked
sorry but it is random order, but they are always asked from
these areas as these are all the areas available in computer
stream haha.
here it is
-van neuman archi.
-addressing of 8085
-spool device
-concurrency control protocol
-normal form
-transitive dependency
-FDDI
-topology
-Metadata
-ethernet
-multiplexing
-quadrature
-loop back address
-encryption
-OFDM
-integration testing
-3,4-D array in assembly
-B-tree
-paging
-functional cohesion
-standalone in LAN
-LAN intrinsic
-LAN aware
-LAN ignorant
-WEP
-algo---> RC4, RSA, DES
-boundary value analysis
-IDE
-infix and all
-vocabulary of program
-RAID
-high speed USB
-shareware
-processes--> kill, children, identity
- masking - subnet
-segmentation
-Semaphore- wait and signal
-priority scheduling
-binary tree
-hash function
-BFS, traversal, DFS
-signal handler
-merge sort
-spiral model
-COCOMO model
-RSA algorithm
-buffer overflow
-hit ratio
-SQL queries
-dependencies and canonical cover
-relational algebra
-serial and serializability
-SNR
-sampling rate, quantization
-DTE
-routing---> random, directory
-packet flooding
-message switching
-bit error rate
-size of data download, test cases
-Mc Cabe's cyclomatic complexity
-Non-preemptive scheduling
-synchronizing processors
-page replacement algo
-layers
-back up types--> LAN SAN NDMP
----------------------------------
believe me, there were no subjective questions, this was the
almost sequence of questions, and if there is overlapping it
is because repetition of topic.
i assure u prepare this and u'll be through
get in NIC and go make some good govt. sites man
Best of luck

Is This Answer Correct ?    7 Yes 3 No

NIC Placement Papers..

Answer / nidhi agrawal

Hi Everyone,

I am Nidhi Agrawal. I have appeared for the NIC written Test
today- 14th Nov, 2010. So, I am sharing my memory of
questions, their options and their probable answers with
you.

The paper was quite simple and basic. I did MCA, and its
been around 2 years. So, I do not really remember what I
studied. But, if I could have given this paper just after
completion of MCA, so could have performed better.

Now, let me come to the point.

The paper was completely Objective.
Part-A: 75 Qs- 1 mark each
Part-B: 25 QS- 3 mark each
Negative Marking- 1/3 of the marks allotted to each Q for
every wrong answer.

- Only Qs from computer science subjects were there.
- The Subjects from which Qs were asked:
- Software Engineering
- COCOMO Model Practical Qs (2-3 Qs)
(KLOC, Person Year, Effort Estimation)
- What is done, after coming in Implementation phase:
a) Declare Implementation
b) Implementation Planning
c) Select Tools
d) ...
I chose c option.

- DBMS
- Which of the following SQL statement is correct?
a) SQL query automatically eliminates duplicate
b) …

- C++
- Output Q
class A {
public:
int i;
void run() {
cout<<”run of A”;
}
void fun(){
run();
}
}

class B {
void run() {
cout<< “run of B”;
}
}

main()
{
B b;
b.fun();
}
what will be the output?
1) run of A
2) run of B
3) run of A run of B
4) run of B run of A

- If classA is friend of classB, classsB is friend of
classC, then-
a) classA and classC are friends
b) classA and classC are not friends
c) …

- C language
- Output Qs ( a ++ + b--) (2-3 Qs)

- Data Structures
- Graphs, trees, sorting complexity
- Prepare B tree of order 3
- Cyclomatic complexity

- TOC

Q. Which of these is a object based language?
a)Visual Basic
b)C
c)C++
d)Java
Ans- Visual Basic

Q. If (123)5 = (A3)B, what is A?
a) 4
b) 3
c) 2
d) 1

Q. Related to AES- Encryption algorithm

This is all what I can recall.

Best of LUCK to all of you for the written Test and
Interview !!!



Is This Answer Correct ?    2 Yes 0 No

NIC Placement Papers..

Answer / alpana negi

Hi aspirants,
Gave NIC paper yesterday on 14th Nov 2010. D paper was quite
tough. It seems dat dey expect u to be an expert in CS. The
paper was completely objective containing 100 questions. In
2008, it was both objective n subjective but changed d
pattern dis year. The pattern was:

Part-A: 75 Ques- 1 mark each
Part-B: 25 Ques- 3 marks each
Negative Marking- 1/3 of the marks allotted.

The questions were from these subjects:
-Cryptography
-Networking
-Software Engineering
-Linux
-DSA
-Operating System

Don't rely on C, C++, java. There weren't even 7-8 questions
from these 3 languages.

The questions were related to following topics:

--AES
--Stegnography
--RSA(calculate Private key while Public key is given)
--Semaphore, deadlock
--Linux Commands(Differ b/w pwd n PWD, how to remove a
non-empty directory, what is use of cd../..)
--topology
--multiplexing
--B-tree n B+ tree
--infix, prefix, postfix
--RAID
--binary tree
--best sorting algo( options were merge sort, selection
sort, insertion sort...)
--virtual keyword in C++
--friend keyword in C++
--pre increment n post increment in C
--Software cost estimation
--ROI in s/w development
--Vertices in Graphs
--SQL statement(Select True statement, no query related
question)
--JPEG image format
--COCOMO model

Thats all what i can recall. Posted this coz while preparing
for dis exam itself, didn't find any help from anywhere.

Anyways Good luck for ur exam.

Is This Answer Correct ?    2 Yes 0 No

NIC Placement Papers..

Answer / pradeep kumar maurya

plz tell me how can say i got nic interview paper and
solution

Is This Answer Correct ?    7 Yes 6 No

NIC Placement Papers..

Answer / arun

http://www.itucu.com/wp-content/uploads/2010/09/RealPaper-NICTest2008.pdf

Is This Answer Correct ?    3 Yes 2 No

NIC Placement Papers..

Answer / subbulakshmi

I need Nic palcement Papers

Is This Answer Correct ?    1 Yes 0 No

NIC Placement Papers..

Answer / debashis

plz send me question and answer paper for NIC exam in
deb_tubs@rediffmail.com

Is This Answer Correct ?    1 Yes 0 No

NIC Placement Papers..

Answer / ankit mittal

Please Send me the paper pattern and sample paper of Nic
...........on er.ankitmittal2009@gmail.com

thanks

Is This Answer Correct ?    1 Yes 1 No

Post New Answer

More Placement Papers Interview Questions

Wanted Mechanical Eng

1 Answers  


Tcs Freshers Interview On 27 jan 2007 In Hyderabad.

1 Answers   TCS,


Infosys interview experience at hyderabad

1 Answers   HCL, Infosys,


MASCOT PLACEMENT PAPERS ---- Placement Paper 2

1 Answers   Mascot,


HUGHES PLACEMENT PAPERS ------ Placement Paper 2

1 Answers   Hughes,






isro papers

2 Answers   Raj Construction, RBS,


tta original question paper held at 2008

1 Answers  


Recent Value Labs Pattern And Interview I Faced

2 Answers   Value Labs,


TATA ELXSI

2 Answers   TATA,


Caritor placement papers ----------- placement paper 1

2 Answers   Caritor,


INAUTIX PLACEMENT PAPERS -------- placement paper-1

2 Answers   i2, iNautix,


DRDO 2006 Interview Questions & Placement Paper & My Experience

14 Answers   Bajaj, DRDO, Global Design and Development, Infosys, NHPC, STO,


Categories