can anyone please tell me the procedure for the NIC
personal interview as i have been selected for the post of
scientist/technical assistant B
Answers were Sorted based on User's Feedback
Answer / vinothkumar
hi i too fresher ,, i asked many ,, they telling if we have skill we`ll proceed..
| Is This Answer Correct ? | 1 Yes | 1 No |
Answer / anoop
HI i also got sellected for th same post.. i'm a fresher 2010 passed out B.E computer science.. do i eligible to attend th interview..?
| Is This Answer Correct ? | 2 Yes | 5 No |
differences between qtp10.0 and 11.0 ?
What is nocopy in plsql?
Can any one give an example (Source Code) on virtual function implemetation in Java?
I've an application where i need to give access to all the features only to admin and only few features to normal users. Say Menu...i dont want all my menu items to be accessible to all the users only the admin people can see few all the features where as normal users can have access to limited menu items...how can i achieve this. Please note that my menu is not a database driven menu.
Write a program to create a process in UNIX
how will you do destructive read and non destructive read in data queue.....
through which algorithm does the garbage collector works? how the garbage collector will understand that the object will going to be deleted?
Given an array of size n. It contains numbers in the range 1 to n. Each number is present at least once except for 2 numbers. Find the missing numbers.
what is the difference between uservariables and systemvariables (in Environmental variables)???
SAS question: I have 50 fils a1,a2,...,a50. the primary key is upc. then if i want to merge all 50 files, the code is as follows, data test; merge a1 ... a50; by upc; run; we know that writing all 50 files name is time consuming, is there any standard format of this code?
What is algorithm in SCD Type2(SAS DI Studio Transformaton)?
How to convert numeric value into words in c#????plz suggest me the coding of this question???