NIC Placement Papers

Answer Posted / 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



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What kind of Issues/bugs arise in ETL projects? I would like to know few issues (critical to somewhat bugs ) normally occur in ETL process especially when testing? Domains can be banking, retail or any.

1424


A frog wants to climb a pole which is 15 feet in height, frog can jump 3 feet every minute after which he rests for a minute where he slips down 2 feet. How much time will the frog take to reach the top of the pole?

599


what is bidirectional?

1390


how did you celebrate your last birthday?

1275


aptitude

697






why didn't get placed so far?

1192


email me previous question papers of bob bank for po exams

2060


Do we have vacancy for HR RECRUITER ?

1377


Sks Microfinance

979


Recently conducted Apptitude test

1409


printf("%d",printf("%d",printf("%d",printf("%s","ILOVECPROGRAM")))); whats the output

1394


speak 1min on topic Travelling,memorable moment ,memorable day?

1738


If anybody knows the recruitment procedure of IOTL & POWER MECHANICAL. send me the placement papers if u hav... very urgent ...

3894


my question is : reverse a string in COBOL program (please write a code asap) input file: 1234abcdef abc*$#1___ cdef____ghi a_z_k_h___ 4_3_2_1___ ______5678 output file: 8765_____ 1_2_3_4__ h_k_z_a__ ihg____ghi 1#$*cba__ fedcb4321

1194


what you will do when you struck in traffic ?

1049