HOME

PORT FOLIO

SERVICES

SITE MAP

DOWNLOADS

CONTACT US

Alcatel |  TCS Paper |  Wipro Paper

Wipro - Sample Technical Question Paper* #WTS104

1. Full form of URL ?
a) universal resource locator b) uniform resource locator c)none of these d) unidentified random locator.

2. What is the function of shell?
a) Interpreter b) command interpreter c) interface d) compiler

3. Which is a command interpreter ?
a) Shell b) Kernel c)compiler d)None of these

4. main()
{
printf("%c","abcdef"[4]);
}
what is the output ?
a) abcdef b) d c) e d) ERROR.

5. How are objects in cpp passed ?
a) By value b) By reference C)None Of These

6. If the ethernet card is removed .
a) IP address will change b) MAC address will change C)None Of These

7. Operation of queue a) FIFO b) LIFO c) FILO d) None of these

8. Static member of a class is
a) class specific b) Object specific
c) Referenced by using the scope resolution operator d) a & c

9. TCP is
a) connection oriented b) connection less c) None of these¼

10. How is data send by IP layer?
a) as frames b) as packets c) as datagrams d) None of these

*Memory Based

wipro - new technical series

1) Which of the following operators cannot be overloaded in C++?
A) ?: B)[] C) - D) None of These

2) Which constructor is invalid for class cat?
A) void cat :: cat() { feet=4;} B)cat::cat(int f){feet=f;}
C) cat::cat(void){feet=8;} D) cat::cat(int f){this->feet=f;}

3) Typical user defined signal handler functions perform actions such as
A) abort process immediately without further ado
B) Perform minor house keeping prior to resumption
C) Roll back process state to last checkpoint
D) Tidy up to process abortion
A) 1&2 B) 2 & 4 C) 3 D) 4

4) What is the name given to the process initizlizing a microcomputer with its OS?
A) Cold Booting B) Booting C) Warm Booting D) None of these

5) Desirable attributes for memory management include
A) Protection- such memory should be protected against being written on by other processes
B) Encryption- ability to encrypt data with a randomly selected key that is discarded after use without being disclosed so that data can never read again.
C)Uniform access rates-ability to retard faster data fetch rates so that all data fetches are uniformly performed at the least fast data fetch rate D)none of these

6)Major expressions used with find command to select file is it has been accessed in more than 375 days,is
A)-a time +365 B) -m time +365 C)-a time -365 D) -m time -365

7)Which of the following is not a basic computer network topology?
A)Train topology B)Bus topology C)star topology D)ring topology
which file contains all permanent information and is updated during processing by transactions of data?

A) Master File B) Local File C) Parent File D) Primary File

9) Which set option is used with vi editor to display line numbers on screen?
A) nm B) nu C)ic D)li

10) Assuming you have the environment variable ENV=.kshrc set, what is the entry in ur .kshrc or .profile that will save up to ur last 200 commands in a history list?
A) HISTSIZE=200 B) set history 200 C) HISTORY=200 D) setenv history 200

11) You have 1MB of memory left on the HDD and when booting the system crashes. What is the reason?
A) Not enough synchronous buffer
B) Not enough contiguous memory in virtual memory
C) Not enough space on the hard drive for the swap file.
D) Not enough space on the hard drive for working memory.

12) How do I remove a file with the name '-something' ?
A) use the "--" flag to rm B) Use "##" flag to rm
C) Use the "-" flag to rm D) Use the "!" flag to rm.

13) The customer is an internet search engine with hits from global customers exceeding 10 million per day. You identify Knowledge Management as the driving business issue. Which feature is most imp to this customer solution?
A) Single system image B) Speed and performance
C) Very large memory, very large database D) H/W Partitioning

14) Unlike function templates, when instantiating a class template, you must explicitly instantiate the class by giving?
A) The parameters for the class templates B) The arguments for the class templates C) The variables for the class templates D) None

15) In private inheritance derived class members can access base class members that are
1) Public 2) Private 3) Protected


A) 1 & 2 B) 1 & 3 C) 2 & 3 D) 1,2 & 3

16) The output of an OR Gate is LOW when
A) All inputs are LOW B) Any Input is LOW C)Any input is high

D) All inputs are HIGH

wipro - sample technical questions


1. what is the most commonly used display device in monitors. (CRT).

2. main()
{
int i=6720,j=4;
while(i%j= =0)
{
i=i/j;
j=j+1;
}
}
What is the value of j at the end of the loop. (9);
3. What is the output of the program
4. # define Max( if (x main()
{
int x,y;
if (x Max(x,y);
else
printf( "x is not greater than y");
}
( Iam not sure about the Q, but the ans is compile time error);

5. 1Q on pointers like a[2][2] then how can u represent the valu of a[2][1] by using pointers. ( *((a+2)+1) . Iam not sure about the ans).

6. what is wrong about stacks ( Ans is " Stack is referred to as fifo");


wipro - sample verbal section


1. convert the following sentence into indirect speech
She said, "I lived here for many years".
Ans: She said that she had been living there for many years.
2. convert the following sentence into passive voice
Will the postman post the letters?
Ans: Will the letters be posted by the postman.
3. what is the meaning of the phrase " Stuck between the two guns"
Ans: firm with the attitude and don't bent your attitude.

4. In the following options what is the best phrase which replaces the underlind phrase in the given sentence. Children must have to be take care while crossing the roads
A) should have to be B) must be C) have to be D)should be

5. What we call the person who " chatter continuously and unintelligently" (Ans:Jabber)

6. In a sentence the word known as stumbling is underlined and asked what is similar word (lurching)
7. A jumbled word known as L O R F S H U I If the word is arranged in correct
1 2 3 4 5 6 7 8

order then what will be the order of number ( Flourish - 4 1 2 7 3 8 5 6)

8. Question about Punctuation mark.

wipro - sample writeen test model #NW1


WRITTEN TEST



Questions were divided into 3 sections-VERBAL(15 ques.),ANALYTICAL(15 ques.) & TECHNICAL (20 ques.).No negative marking.Guess as much as you can as there is no accuracy rate.

Verbal questions(Cut off-6 to 7 max.) were basically from Analogy,Jumbled sentences,Fill in the blanks.Also go through Antonyms n Synonyms.
Books I followed-BARONS,Word power made easy.
Analytical section(Cut off-6 to 7 max.) was completely filled with long reasoning questions(with simple answers).No questions came from Aptitude chapters like pecentage,profit n loss,time n distance etc.BEWARE, questions patterns can change inadvertently.So you never know.

Technical Section(Cut off-9 to 10 max.) was a part which was challenging because in WIPRO questions come from different areas of computers NOT ONLY C, C++,Data structure n RDBMS.There was only 5 to 6 questions from C and C++ out of 20 ques(structure,postfix-prefix,virtual function,file handling etc.).So study different previous year question papers to understand from which areas questions are coming.

wipro - sample 6 verbal questions



In the following sentence one important punctuation-mark is missing select the suitable signs from the given alternatives. what a pity

a)"" b)? **c)! d):
2.Select the option that gives the correct meaning of the given idiomatic expression or phase.To put up with

a)to stay with b)to tolerate **c)to deal with people d)to keep things up m

3.For the following sentence,choose the most suitable word from the given options.In England an Indian _____ does not actually enjoy the same rights as an Englishman.

a)emigrant b)emigrent c)immigrant d)immegrant

4.Select the word among the given choices that is most nearly opposite in meaning to the word RABID
a)Decent b)fair **c)rational d)pure

5.Given below are words three of which belong to the same category.Find the word which does not belong to that category
a)danger b)peril c)jeopardy **d)innocuous

6.Select among the given choices the word or phrase for each blank that best fits the meaning of the sentence as a whole though business is in a ______ Indian corporates see it as a "learn and innovate" period
a) Slump b)low c)lean d)soup

SOFTWARE COMPANIES

Banglore companies
View All

RESUME PREPRATION

prepration tips
View All

INTERVIEW TIPS

First Step
Second Step
Third Step
fourth step

View All

C QUESTIONS

chapter 1
chapter 2
chapter 3
chapter 4
chapter 5
chapter 6
chapter 7
chapter 8
chapter 9
chapter 10
View All

DATA STRUCTURE

Technical questions
View All

TECHNICAL QUESTIONS

CTS Papers
TCS Papers
Alcatel
Wipro Papers
collections

JAVA

First chapter
Second chapter
Third chapter
Fourth chapter
Fifth chapter
Sixth chapter
Seventh chapter
Eight chapter
ninth chapter
Tenth chapter
eleventh chapter
Twevelth chapter

View All

FILE EXTENSION

A Category
B Category
C Category
D Category
E Category
F Category
G Category
H Category
I Category
J Category
K Category
L Category
M Category
N Category
O Category
P Category
Q Category
R Category
S Category
T Category
U Category
V Category
W Category
X Category
Y Category
Z Category

View All

Home:: port folio:: Services:: downloads:: Contact US © copyrights Impulse. All rights reserved