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
Answer Posted / 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 |
Post New Answer View All Answers
If u need any fake experience certificate in software side, contact me at: vikramyadhav@gmail.com
what do u mean by tagging
What is the difference between DECISION COVERAGE(DC) and MODIFIED CONDITION/DECISION COVERAGE(MCDC)?
A good website has the following conditions It should be interactive. It should contain at least 20 images. Title cannot be null and should contain at least 10 letters other than spaces and hyphen (-). The keywords should contain atleast three among the following list : "design", "Graphics", "lovely", "beautiful", "amazing" and "mesmerising" Write a method: boolean isGoodWebsite(boolean isInteractive, int numOfImages, String title,String keywords[]) isInteractive whether the site is interactive or not numOfImages Number of images on the website title Title of the website keywords Array of keywords in the website.
Write a program to show polymorphism.
in a VB application, where the data will be stored after manipulation? what is the syntax for that?
Diff between IF and where ?
How many forms can you create in a Visual Basic 6 Standard EXE project? Is there any limit on that?
What are two of your strengths that you will bring to our QA/testing team?
public static void main(String args[]) describe it
When we use Windows authentication mode
what is the use MDM(Master Data Management)and meaning
What is the first message line that any language learning prints on the screen? and why?
What is the use of sas software? Is sas and sap are different?
Busy waiting is a method whereas a taskwaits for a given event by continiously checking for an event to occur. What is the main problem with this approach