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
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?
speak 1min on topic Travelling,memorable moment ,memorable day?
email me previous question papers of bob bank for po exams
Do we have vacancy for HR RECRUITER ?
HI SIR I WANT PREVIOUS QUESTION PAPER OF HPCL I M CHEMICAL ENGG.
aptitude
Danlaw placement questions and answers
What were the occupations of the people who lived within the Mauryan Empire?
what is bidirectional?
what you will do when you struck in traffic ?
what is difference between uv and visible spectroscopy and how to differentiate the drug compounds in uv visible region
Recently conducted Apptitude test
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.
how did you celebrate your last birthday?
printf("%d",printf("%d",printf("%d",printf("%s","ILOVECPROGRAM")))); whats the output