Click Here to Get Worlds Smallest Email Id (Better than Gmail & Yahoo!)

JobsAssist.com - Jobs Resources & Placement Papers
Get Vyom Interview Success Kit Now!
» Now 9,000 Questions & Answers !!
» 10,000+ Pages | Written by 58 Subject Experts | 81 Question Categories
» Every Successful Candidate has this!
Special

Get Salary before getting a Job!
Click here


Main Menu

JobsAssist.com Home Home
 Freshers Jobs Freshers Jobs
Latest Freshers Jobs Latest Jobs
Add Freshers Jobs to My Yahoo My Yahoo!
Free Vyom Career Magazine Free Career Mag
 IT Companies Placement Papers IT Placement Papers
 Govt. Sector Companies Placement Papers Govt. Sector Papers
 5000 IT Companies Directory IT Directory
 Free Magazines Free Magazines
 Consultants Directory Consultants
 Training Institutes Directory Training Inst.
 Interview Questions Interview Questions
 Motivational Quotes Motivational Quotes
 Call Center Information Call Center Info
 Final Year Projects Final Year Projects
 Jobs Discussion Forums Jobs Forum
 Vyom Resume Submitter Resume Submitter
 Free Resume Builder Downloads Free Resume Builders
 Contact Us Contact Us


Resume Submitter

Vyom Network
    Vyom Resources
    Source Codes
    Online Exams
    Discussions World
    Free eBooks
    20,000 Downloads

HOT Resources
Free Career eMagazine

  Advertise for FREE!

HOT eBook

Search JobsAssist.com
Google



Your Ad Here

Welcome to JobsAssist.com - Single Stop for Complete Career Resources
Home » Placement Papers » Novell Placement Papers » Novell Palcement Paper 8
Join VYOM-JOBS and receive latest 2008 Placement Papers for FREE

 

Novell Placement Paper 8


Error icon Receive Genuine Job Information & latest Walk-in details in your mailbox everyday! Join our Yahoo! Group by entering your email in the form below:


Search Jobs:
(For Example: Software Testing Jobs, BPO Jobs, J2EE Jobs, etc.)
Click here to register on India's Fastest growing Job site.

 
  Novell Sample Test paper

  Paper consist of 

  • OS : 10 Q 
  • C  : 10 Q
  • C++:10 Q
  • Java : 10 Q

  OS is  compulsory and you can choose any one of these three language

 C++ Questions

  1. If there is one class template which has one static member variable  that static variable will belong to 
    a) Every instance of class template will share the same copy of static variable
    b) Every instance of class template will have its own copy of static variable.
    c) Compilation error
    d) Don't remember.

  2. What is template specialization ???
    a) define a new template class for a specific data type.
    b)c)d) 

  3. How we will overload operator *+= such that
    obj1 *+= obj2;  
      implies that 
    obj1=obj1*(obj1+obj2);
    four choice were there last option was d) it is not possible I checked that option.

  4. In C++ what does the operator overloading means.
      a) Giving new meaning to existing C++ operators
      b) defining functionality of existing C++ operator for user define objects.
      c) defining new operators.
      d) don't remember.

  5.  what is '>>' in C++
      a) right shift operator and insertion operator depend upon the use
      b) right shift operator and extraction operator depend upon the context use
      c) right shift operator and insertion/extraction operator depend upon the use

  6. class A
      {
      int a ,b;
      A() : a(0)
      {
        b=0;}
       };
      if you create obj of this class as A obj;
    a) b will be initialized before a 
    b) a will be initialized before b
    c) both will be initialized together
    d) none of these.

OS Question  (All OS questions were based on basics of UNIX all small -2 commands.)

  1. How image of one process can be replaced by other process 
     a) exec

  2. How image of one process can be copied to new born process
     a) fork

  3. How can you list all the files used by a particular process 

  4. How do u create a link of file 

C Questions 

  1. int main()
      {
      char *a= "Novell";
      char *b;
      b=malloc(10*sizeof(char));
      memset(b,0,10);
      while(*b++=*a++);
      printf("%s",b);
      return 0;
    }

  2.  int main() 
    {
     printf("Hello");
     fork();
     printf("World");
    }







Join VYOM-JOBS and receive latest 2008 Placement Papers for FREE
Click here to register on India's Fastest growing Job site

Vyom Network     Privacy Policy

JobsAssist.com is a part of Vyom Network.

Vyom Network : Free SMS, GRE, GMAT, MBA | Online Exams | Freshers Jobs | Software Downloads | Programming & Source Codes | Delhi Info | Jobs, Discussions | Placement Papers | Free eBooks | Free eBooks | Free Business Info | Interview Questions | Free Tutorials | Arabic, French, German | IAS Preparation | Jokes, Songs, Fun | Free Classifieds | Free Recipes | Free Downloads | Bangalore Info | Tech Solutions | Project Outsourcing, Web Hosting | GATE Preparation | MBA Preparation | SAP Info | Software Testing


Placement Papers
Copyright ©2003-2010 Vyom Technologies, All Rights Reserved.
Page URL: http://www.jobsassist.com/placementpapers/novell-placement-paper-8.asp

Download Yahoo Messenger | Job Interview Questions | Software Testing Tutorials | Winrunner Tutorial | Test Director Tutorial | C++ Projects