Novell Placement Question Papers




Novell Placement Question Papers

Filed under:

Novell Placement Question Papers

Aptitude

1. A problem on time and work ,A and b takes 15 days to completer the work,A takes 30 days so how many days B take?

2. A question on compound interest with 5 sub questions,simple if u know the concept.

3. A question on finding the speed of boat given the speed of upstream and downstream.
System Concept ( mainly questions from OS,data structures,networks)

4. Berkeley sockets-ans :connection oreiented.

5. A question on bankers algorithm

6. Complexity of hastable

7. What is Cpu timeslice?

8. Aquestion on DMA
C programming

9. One pointer diff is given like this:
int *(*p[10])(char *)
Explain the variable assignment

10. For the following C program
void fn(int *a, int *b)
{
int *t;
t=a;
a=b;
b=t;
}
main()
{
int a=2;
int b=3;
fn(&a,&b);
printf("%d,%d", a,b);
}
What is the output?
a) Error at runtime
b) Compilation error
c) 2 3
d) 3 2

11. main()
{
printf("hello"):
main();
}
what is the output?
ans :stack overflow

Related Plament Papers and Companies

Novell

Novell Placement Question Paper 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

  • Resources













  • Placement Papers Archives