Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

Please can anybody inform me the exam questions of
NIC(National Informatics Center).

Answer Posted / maragatham

National Informatics Center (NIC) exam 22 Feb 2009
• It was a 2 hours paper.
• The paper was divided into two parts – Part A, Part B.
• The whole paper was objective type.
• Total number of questions-100.
• Part A – 75 questions.
• Part B – 25 questions.
• Total marks of the paper – 150 marks.
• Part A – 1 mark for one question.
• Part B – 3 marks for one question.
• All questions had negative marking on wrong answer.
• Negative marking -1/3 mark of the total mark(s) allotted
for the a particular question.
• The whole paper had only technical questions. No
quantitative, No reasoning, No verbal or non-verbal
questions were asked. It was a fully technical paper.


This time it is completely objective type

One of my friends has written this exam last year and he
told me that we can except questions from

the following subjects

* Java
* C++
* Database
* Linux
* Unix

As far as I know NIC Does lot of Maintenance/Creating Govt.
Websites . So we can except questions in Web technologies
and Databases.

I also Took syllabus from another link . Which might be
helpul too

Data structures:

Notion of abstract data types, Stack, Queue, List, Set,
String, Tree, Binary search tree, Heap, Graph;

Programming Methodology:

C programming, Program control (iteration, recursion,
Functions), Scope, Binding, Parameter passing, Elementary
concepts of Object oriented, Functional and Logic Programming;

Algorithms for problem solving:

Tree and graph traversals, Connected components, Spanning
trees, Shortest paths; Hashing, Sorting, Searching; Design
techniques (Greedy, Dynamic Programming, Divide-and-conquer);

Compiler Design:

Lexical analysis, Parsing, Syntax directed translation
, Runtime environment, Code generation, Linking (static and
dynamic); Operating Systems
: Classical concepts (concurrency, synchronization,
deadlock), Processes, threads and Inter-process
communication, CPU scheduling, Memory management, File
systems, I/O systems, Protection and security.

Databases:

Relational model (ER-model, relational algebra, tuple
calculus), Database design (integrity constraints, normal
forms), Query languages (SQL), File structures (sequential
files, indexing, B+ trees), Transactions and concurrency
control;

Computer Networks:

ISO/OSI stack, sliding window protocol, LAN Technologies
(Ethernet, Token ring), TCP/UDP, IP, Basic concepts of
switches, gateways, and routers
COMPUTER HARDWARE

Digital Logic:

Logic functions, Minimization, Design and synthesis of
Combinational and Sequential circuits; Number representation
and Computer Arithmetic (fixed and floating point);

Computer Organization:

Machine instructions and addressing modes, ALU and
Data-path, hardwired and micro-programmed control, Memory
interface, I/O interface (Interrupt and DMA mode), Serial
communication interface, Instruction pipelining, Cache, main
and secondary storage.

Data structures:

Notion of abstract data types, Stack, Queue, List, Set,
String, Tree, Binary search tree, Heap, Graph;

Programming Methodology:

C programming, Program control (iteration, recursion,
Functions), Scope, Binding, Parameter passing, Elementary
concepts of Object oriented, Functional and Logic Programming;

Algorithms for problem solving:

Tree and graph traversals, Connected components, Spanning
trees, Shortest paths; Hashing, Sorting, Searching; Design
techniques (Greedy, Dynamic Programming, Divide-and-conquer);

Compiler Design:

Lexical analysis, Parsing, Syntax directed translation
, Runtime environment, Code generation, Linking (static and
dynamic); Operating Systems
: Classical concepts (concurrency, synchronization,
deadlock), Processes, threads and Inter-process
communication, CPU scheduling, Memory management, File
systems, I/O systems, Protection and security.

Databases:

Relational model (ER-model, relational algebra, tuple
calculus), Database design (integrity constraints, normal
forms), Query languages (SQL), File structures (sequential
files, indexing, B+ trees), Transactions and concurrency
control;

Computer Networks:

ISO/OSI stack, sliding window protocol, LAN Technologies
(Ethernet, Token ring), TCP/UDP, IP, Basic concepts of
switches, gateways, and routers
COMPUTER HARDWARE

Digital Logic:

Logic functions, Minimization, Design and synthesis of
Combinational and Sequential circuits; Number representation
and Computer Arithmetic (fixed and floating point);

Computer Organization:

Machine instructions and addressing modes, ALU and
Data-path, hardwired and micro-programmed control, Memory
interface, I/O interface (Interrupt and DMA mode), Serial
communication interface, Instruction pipelining, Cache, main
and secondary storage.


Questions I remember.

1) class test
{


public static void main(String args[]){

short s=0x00FE;
byte b=(byte)s;

System.out.println("b is" +b);


}


} Answer is -2 I have executed this.

2) Average waiting time question from Operating systems.

3) Select * FROM customers where customer_name like '_%cal'

4 options to choose what exactly the meaning of the above
statement.

4) for(i=0;i<=32767;i++)

options
a)Infinite loop b)compiler error some other options

5) One question From DBMS to find whether

read(a,t)
t=t+100;
write t;
read(b,t)
.........

and some thing like this and asked to find whether
serializable or nonserializable or non-serializable like
that. I think this is from Elmasri navathe DBMS text

6) Data link layer a) routing

Network layer b) Finding errors
physical layer

We have to match the layer and its corresponding matching
functionality

75 questions for 1 mark, 25 questions * 3 = question paper
pattern

7) Software engineering question

what is the important quality in spiral model
Efficiency or perfomance increase or quality management are
options I remember

8) what is the role of database administrator
a) daily maintenance b) writing application software and 2
more options



Question I could remember are :

Q1. How many maximum number of node a Binary tree can have ?

Q2. FDDI ring topology.

Q3. Hit ratio for cache memory.

Q4. Time complexity of B+ search.

Q5. Detail knowledge of all seven layers in networking.

Q6. If we are having 56kbps net connection and downloading a
file which takes X(not remember) time to download then what
is the maximum size of the file may be ?

Q7. CPU time scheduling algorithms (FCFS- primitive,
non-primitive....)

Q8. Calculating “page fault” by the given string of page
numbers.

Q9. Paging, swapping and virtual memory.

Q10. CPU burst time numerical.

Q11. Which is latest smallest processor developed by Intel ?
( a. Dual core b. Core 2 Dual c. Atom)

Q12. Give the out of programs in C, C++, Java.

Q13. Numerical of Shift Operator. There were 3 questions on
right shift operator.
Specially numbers given were negative decimal. So we must
know how to represent a negative decimal number in binary
format.

Q14. If you have to upgrade a clients PC from Windows 2000
to XP. But want to convert the file system from FAT to NTFC
then what you will do. (a.
Choose the file system during installation. b. Reformat the
hard disk and convert it to NTFS).

Q15. How you we can access the global member of one file
within another file of a same program.Ans External specifies
(a. Using global declaration. b. using External specifies.
c. using Auto specifies.)

Q16. Breath first search.

Q17. Which network can provide constant bandwidth during
message delivery between transmitter and receiver. ( a.
packet switched n/w b. circuit switched n/w )

Q18. Convert the given infix notation in to postfix notation.

Q19. int x = 0x00fd; byte y = byte(x); println(y); (Java)

Q20. C nested Structure, pointer to structure, inner
structure creating instance of outer structure.

Q21. Full form of ACID property of a dbms.

Q22. All Normal Forms of DBMS (First normal form, Second,
Third, Biscode, Forth, Fifth).

Q23. Find the Canonical cover for the given fictional
dependencies – A->BC, A->C, B->C, AB->C.

Q24. To remove a node from a Binary tree, which order would
be fallowed to place the children’s of this of this node.

Q25. What software testing exactly means ? (a. Measure the
performance the software b. Find the errors in the software
c. To insure that the software does what it is developed to do.)

Q26. Some sort form were give and we have to give it’s exact
full form.

Q27. Algo:
Start
Read p;
Read q;
if(p+q >100)
Print “Too big”;
Else
if(p>50)
Print “P is big”
End
How many test are required to test all conditions of the
program?

Q28. A Static Class can override –Ans. A static class only
(a. non-static class b. a static class c. a final class d.
an abstract class).

Q29. Question related to subclass and super class.

Q24. A sub class can access the members of the super class
which are – (a. public b. private c. private and protected
d. public and protected).

Q25. void *ptr;
Struct mystruct{
int x;
float y;
};
Struct mystruct ms;
ptr = ms;
To increment in ptr we use ?

Q26. Link list reversal algorithm. An algorithm was given
and we are asked to choose what is the purpose of this
algorithm. It was Link list reversal algorithm.

Q27.For entering password before reading or writing on a MS
Word file which is the right path for encryption . (a. menu
bar -> tools -> option -> security b. menu bar -> option ->
tools -> security c. menu bar -> edit -> security -> option).

Q28. Which one is a spooling device. Ans: printer (a. mouse
b. keyboard c. printer .monitor) [Spooling :Process of
storing computer output before sending it to the printer,
permitting the computer to be used for other purposes. In
the absence of an adequate buffer or spooling device, the
computer user will experience delays in other functions
while the printer is operating.]

Q29. There were two transactions given vis. T1 and T2. And
we are ask –
a. T1 and T2 are not serialized b. Both are not serialized
c. Both are serializable d. Both are not serializable.
Q30. There were about three questions on IEEE 802.3
(Ethernet). Specially on IEEE 802.3 Wireless LAN.

Q31. CSMA/CD.

Q32. What is the maximum data transfer speed of a pen drive.
(a. 420mbps b. 520mbps c. 260mbps d.1024mbps).
Q33. storage area network (SAN) and Network-attached storage
(NAS).
Q34. OSI model 7 layers – table matching on the basis of
what functions each layer performs.
Q35. Sliding window protocol.
Q36. Which is not an IDE (Integrated Development
Environment)? (a. Eclips b. Netbeans c. Visual Studio d. GNOME)
Q37. Calculate a processors data transfer rate on the give
valus and conditions.

Q38. Which is not an OOPs language ? (a. .NET b. Java c. C++
d. Smart Talk)

Q39. How many hosts can be configured with mask address
255.255.255.0.
Q40. Which is loopback address ? (a. 255.255.255.0 b.
127.0.0.1 c. 0.0.0.1 d. 255.255.255.255)

Is This Answer Correct ?    1 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

how a postal assistance grade increases and up to how much salary he can get at maximum

1918


what is in hand salary of assistant grade 3 food corp. of india technical cadre?

5007


Hi i am going to attend PNB IT Domain Officer interview.But i worked in IT industry, will they consider this experience. Plz do reply.

1988


I have been selected ine written test of LIC ADO please tell me what type of questions will be asked in LIC ADO interview please email me

2988


can you please any one tell about exam pattern of nic.

1991


why larkana development athourity does not issue service books and the outstanding salaries of its Employees? what The Ministry is doing?

1842


what do you know about the census 2011?

1773


Iam recently selected for a central govt job. I dont have valid 12th std mark sheet certificate and individual college semester marksheets. However, i have 10th certificate, 12th attested copy marksheet from govt school HOD, college degree, overall marksheet.Can I join without any issue? If not what should I do to join?

1403


how much total salary i will get if i am selected in TNPSC Group -4?

3558


May I know where I can get all the entrance exam papers for the AP Transco and GENCO examination? I want the Entrance examination papers and the Interview question papers. Also please let me know the process of recruitment.. Please please..Help me finding the papers.. Please write to me at k.ch.kumar.bharadwaj@gmail.com or unleashedlearning@gmail.com

2017


what are the promotions after selection of acio in ib

2945


I am Durai and have applied for PO for INDIAN BANK. And I am preparing. Kindly send me the Model question papers, ideas for the same. With regards, S.Durai

1770


whot is pf

2111


Hi guys can an ACIO grade II officer join territorial army? If yes, is there any special terms of appointment??

1946


when will ssa data entry test result will be announced????

1933