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...


NOVELL PLACEMENT PAPERS -------- Placement Paper 3



NOVELL PLACEMENT PAPERS -------- Placement Paper 3..

Answer / guest



Novell Placement Papers | Novell Interview Procedure |
Novell Aptitude Questions | Novell TechniNovelll Questions
| Novell Interview Questions



The paper consists os three sections.
1. aptitude 15 questions 20 min.
2. system concepts 20 questions 20 min.
3. 'c' 15 questions 20 min.

NOTE:::::

I'm sendin the questions, many of them have no answers. U
do check the
answers for all the given questions also.

All questions are MULTIPLE CHOICES ONLY.

U do try to cover the related topics to get some
understanding.
In interview They are asking C C++ Operating system concepts
and Networks.
They will ask about Ur interesting subjects, U try to have
good
grip on those intresting subjects.

They asked about c c++ project work and operating systems.
Don't worry, prepare well, get it, All the best.



Novell Placement Papers | Novell Interview Procedure |
Novell Aptitude Questions | Novell TechniNovelll Questions
| Novell Interview Questions



section 1::::;

*. GRE book test paper 3 section 5
question no. 8 to 12 (ships WXYZ starting on dec.
23rd..........)


* 5 programs are sheduled from monday to saterday, monday
is not holiday,
PQRST are the programs. Theday before P is holiday, and
some other clues are
given, we have to find the sequence (4 questions)

ANS: tuesday is the holiday
P comes on wednesday ,
U can do the remaining very easily.
* Suppose U R the presoner, There are two guards Who will
tell truth or
one will tell truth. There is a gate for liberty and
another foe hell.

Some questions are given, like
i. are U tell truth?
ii. another tell truth or not??
iii. both of U R telling truth??
iV. both of U lieing??
V. --------------


they gave a. b. c. d. and asking about which
sequencing is sufficient to
find the gate for liberty??
( I can't give exact thing)

* There are WIFE and HUSBAND at one side of river. They
have one child,
They want to cross the river. The child can't be lonly. The
boat boy won't
permit morethan one to cross the river, what is the correct
way to
cross the river??

* There are 7 targets, A B and C has to shoot them. All
should be shooted
consicutively.
1. The no. of chances for A and B are not less thn 2,
2. for C there is only one chance.
3. A can't shot 3 times consicutively.
4. B is permited to shoot in even chances only.

They have given some 3or 4 questions on this

*

------------------------------------------------------------
-----------------


Novell Placement Papers | Novell Interview Procedure |
Novell Aptitude Questions | Novell TechniNovelll Questions
| Novell Interview Questions



section 2:

This part is System concepts(25 Q in 20 min).We haven't
remember exactly, but it
will help alot if u spend some time to revise these
concepts.

1.encription and decription is done in the following
layer.
a) DLL b) Networklayer c)Transport d)
presentation Ans:d
2.floating point has different formats on two different
machines.This modifi-
cations are taken care by which layer?
a) DLL b)Network layer c)Transpor layer d)
Presentation Ans:d
But check whether is it DLL dealing with frame formats.
3.Time complexity of Quick sort algo
a)N*N b)log(N) c)N*log(N) d)
N Ans:c
4.Time complexity of AVL tree is .
a) --- do---
Ans:b
5.Cycle steling is used in which concept?
a)Programmed I/O b)DMA c) (see Goankar
book) Ans:a or b
* two questins on IP addressing format.
6.Howmany octets are there in IP address
a)6 b)8 c)10 d)12 maybe
(b) Ans:find
7.What are the max number of hosts that can be served by
IP
a)254 b) 256 c)pow(2,24) d) -- maybe
(c) Ans:find
8.which of the following is model representation of life
cycle software
a) Water fall model b)spiral c).. (enquire with CS
students)
9.review of code is for the purpose of
a)to find syntax error b)tocheck for the proper
design ..
10.Semaphores are used for the resolution of
a)contention b)accessing of same resources by more
than one
11.In threading of processes when the race condition
will happen
a)low priority process b) higher priority process ...
See O.S. by peterson
12.Which of the following function is not performed by
O.S.
a)CPU sheduling b)Memory management c)Transaction
d).. Ans:c
13.If two appl. programmes uses same libraries which of
following are shared
a)lib code b)code and stack c) data d)data,code and
stack Ans:a(check for b)
14.which is the 16 bit max singned int.
a)66337 b)66338 c)257 d)258 a,b are not exact
ans:a
15.When will interrupt occurs?
a)devide by zero b)DMA completed c)no more
memory ans:may be c
16.which of the following has low power cosumption
a) EIL b)CMOS c) Totempole ...... Ans:b
or the question is for fastest gate (EIL)
17.which of the following is the wrong statement
a)Cominational circuits has memory
b)seqquential circuits has memory
c)sequential ckts is a function of
time ans:a
18.Virtual address is
a) more than physical address
b)lesstthan phy mem
c)equal to phy mem
d)none
ans : a
19.Which of the following reduces CPU burden
a)DMA b)............
ans :a
20.malloc function allocates memory at
a) compilation time b)link c)load d)running
ans: d

------------------------------------------------------------
------------------
section 3::


Novell Placement Papers | Novell Interview Procedure |
Novell Aptitude Questions | Novell TechniNovelll Questions
| Novell Interview Questions



1.Max value of SIGNED int
a. b. c. d.
2.One questin is given, long one, to find the answer U
should be
femiliar
with the operation as follows

int *num={10,1,5,22,90};
main()
{
int *p,*q;
int i;
p=num;
q=num+2;
i=*p++;
print the value of i, and q-p, and some other operations
are there.
}
how the values will change??
3. One pointer diff is given like this:
int *(*p[10])(char *, char*)
asked to find the meaning.
4. char *a[4]={"jaya","mahe","chandra","buchi"};
what is the value of sizeof(a)/sizeof(char *)
a. 4 b.bytes for char c-- d.--
( we don't know the answer)

5. void fn(int *a, int *b)
{
int *t;
t=a;
a=b;
b=t;
}
main()
{
int a=2;
int b=3;
fn(&a,&b);
print the values os a and b;
}
what is the output--- out put won't swap, the same
values remain.

a. error at runtime
b. compilation error
c.2 3
d. 3 2
6.
#define scanf "%s is a string"
main()
{
printf(scanf,scanf);
}
what is the output.

ANS : %s is string is string

7. i=2+3,4>3,1;
printf("%d"i);

ans is 5 only.
8. char *p="abc";
char *q="abc123";

while(*p=*q)
{
print("%c %c",*p,*q);
}

a. aabbcc
b. aabbcc123
c. abcabc123
d. infinate loop ( this may be correct)
9. printf("%u",-1)
what is the value?
a. -1 b. 1 c. 65336 d. --


(maxint value-1 I think, check for the answer)

10. #define void int
int i=300;
void main(void)
{
int i=200;
{
int i=100;
print the value of i;
}
print the value of i
}
what is the output?


may be 100 200
11.

int x=2;
x=x<<2;
printf("%d ",x);


ANS=8;
12.

int a[]={0,0X4,4,9}; /*some values are given*/

int i=2;

printf("%d %d",a[i],i[a]);

what is the value??? (may be error)

13.
some other program is given , I can't remember it
U can get it afterwads,

the answer is 3 3, so U can check this in the exam.
itself.




Novell Placement Papers | Novell Interview Procedure |
Novell Aptitude Questions | Novell TechniNovelll Questions
| Novell Interview Questions


Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Placement Papers Interview Questions

27/05/07 Manipal Tcs Interview With Placement Paper

3 Answers   TCS,


Bank recruitment papers

0 Answers  


RAMCO PLACEMENT PAPERS ---- Placement Paper 4

1 Answers   Ramco,


Hi.. Guys Im pranitha, presently im working in a organisation & im look for job at MNC's like DELL, Delloitte, Bank of America, Genpect, etc., I have completed B.com . Pls help me...

0 Answers  


Hi there, few days back i had an interview with OPI Global(Outsource Partner International). The first round was suppose to be written Test. I wasnt sure about what kind of questions will be asked, so i just googled for the same but did not find any appropriate results or may be i was not able to find it. So basically I am gonna write about the questions and their level of difficulties with a few sample questions. basically there are 5 sections and total 40 Questions: 1. General English 2. Computer Skills (Mostly Excel) 3. Analytical 4. Aptitude 5. Finance & Accounts Sample Question Section 1 Ques - I stay ___ the city center Option - a. by b. near c. nearby d. Ques - I ___ television this evening Option - a. saw b. view c. watched Section 3 The question was too long so i just cant write here but can tell you the level of difficulty. It was pretty simple but you just need to read it care fully and you would be able to solve it easily. Section 4 I am not very good at aptitude so found this section little tough for me. Question - If 10 ppl can finish a work in 10 days then how long 8 ppl will take to finish the 3/4 of that work Option - I dont remember. Question - Car A runs at a speed of 40 miles and leaves the city at 3.20 PM, Car B runs at a speed of 50 miles and leaves the city at 4.40 PM. At what time Car B will catch Car A? Option - I dont remember the options Section 5 I just cant remember the questions but would suggest you to read abt personal, real and nominal accounts. Read little bit abt depreciation and basic stuffs.

0 Answers   OPI Global, Outsource Partners International,


THE GPS Technology

1 Answers  


Aditi placement paper

2 Answers   ADITI,


apptitue and technical

2 Answers   CSC, Saint Gobain, Tata Chemicals,


SNAPDEAL QUESTIONS 1. A train is going at a speed of 60kmph towards Delhi and returned back at a speed of 30kmph. What is its average speed? ANS : (2*30*60)/(30+60) = 40kmph 2. How many different 4 letter words can be framed that have at least one vowel? ANS : 264 - 214 (total no of 4 digits words – no of words with no vowels) 3. Write an algorithm to find out a number from an array of numbers where only one number occurs once and rest all occurs twice. ANS : XOR all the numbers ,you will get the number with single occurrences . 4. Which among the following have the product of the distance between opposite sides of a regular polygon and it side equals one fourth of the area. A. hexagon B. octagon C. n=16 D. n=18 ANS : n=16.(area of regular polygon = apothem*perimeter/2 Apothem = distance between opposite sides/2 Area = (opp_side_dist * n * a )/4 Product of opp_side_dist and side of reg. polygon = opp_side_dist * a For n= 16 the ration becomes 1:4 5. Which of the following cannot be a relation between two variables? ANS = 4th diagram. 6.what will be the output of this program Void print (int n) { If (n>0) { printf(“hello”); print(n-1); } printf(“world”); } ANS : N times hello followed by N+1 times world. 7. Which among the following cannot be used for future prediction? ANS : 4th Diagram. 8. There are 25 horses. We have to find out the fastest 3 horses In one race maximum 5 horses can run. How many such races are required in minimum to get the result. ANS : 7 races (A. first run all horses = 5 races, eliminate 4th 5th of all races. B. Run horses who came 1st in those 5 races = 1 race , the horse coming first is the fastest Run horses a. 2nd and 3rd with the fastest horse (in first time race A) b. 2nd and 3rd coming horse in B. c. The horse who came 2nd with the horse(who came 2nd in race B) in race A You will have the fastest 3 horses.) 9. In a game of rolling dice you are given 2 dice and you have to roll them. Whatever is the outcome the player will win that many dollars. What should the game owner charge each player (optimum) so that he doesn’t have to bear any loss? ANS : $7 10. We have a function REV(“string”,m,n).This function is capable of reversing the caharacters in the string from mth location to nth location. e.g. REV(“abcd”,2,3) &#61672; the output will be acbd We need to swap a string from a position,e.g. SWAP(“abcdefg”,4) &#61672; output needs to be efgabcd. How can the REV function used do this. ANS : L = string length,N= position given in SWAP function. SWAP(“abcdefg”,4) = REV(REV(REV(“abcdefg”,N+1,L),1,N),1,L).

1 Answers   SnapDeal,


swiss computer solution

1 Answers  


placement paper

1 Answers  


placement paper Wipro writtentest, technical, Hr Interview Rounds--- Oct 2006

4 Answers   TCS, Wipro,


Categories