Sunday, July 25, 2010

Birlasoft EXAM PAPERS



Birlasoft EXAM PAPERS




A1. What is the function of the modulus operator in most languages ?
a) Sets a system environmental value to either base 10 ,base 8 or base 16
b) Returns the remainder after dividing one number by another
c) Returns the first argument raised to the second argument power
d) Prints out the actual code written to standard output rather than executing the
code
2. class professor{}
class teacher: public virtual professor{};
class researcher: public virtual professor {}
class myprofessor :public teacher,public researcher {};
Referring to the sample code above ,if an object of class “myprofessor” were created
,how many instances
of professor will it contain?
a) 0
b) 1
c) 2
d) 3
3. Modern RDBMS’s perfom the following the following functionc except
______________.
a) Force column values in one table to match any of the values in a column of
another table
b) Automatically replicate data on another server
c) Automatically create new indexes based on query history
d) Prevent unauthorized users from accessing data at the firls level
4. Which is not the characteristics of a view ?
a) Consumes Disk space for data
b) Multiple tables
c) Multiple rows
d) Updateable
5. RDBMS triggers are typically bound to a _____________and one or more
_____________
a) Table,SQL statement types
b) SQL statement type,user
c) Column,rows
d) User, tables
6. What relationship is resolved by an “intersecting” or “associative” entity ?
a) Recursive
b) Mandatory one to one
c) Many to Many
d) One to One
7. Make a copy of file “upper” in the directory two levels up .
a) jump -2 upper
b) cp upper ../..
c) cp upper -2/
d) None of the above
=====================================
1. Which of the following best explains life cycle of Defect ?
a) Defect Found -> Defect Logged -> Defect Debugged -> Defect Closed -> Defect
Rechecked
b) Defect Found -> Defect Debugged -> Defect Reported -> Defect Rechecked ->
Defect Closed
c) Defect Debugged -> Defect Found -> Defect Closed -> Defect Reported -> Defect
Rechecked
d) Defect Found -> Defect Logged -> Defect Debugged -> Defect Rechecked ->
Defect Closed
2. Which group does Winrunner ,Load Runner ,SQA Suite fall under ?
a) Databases
b) Automated Test Tools
c) Operating Systems
d) Rapid Application Development Tool
3. i = 0;
j = 0;
for(j=1;j<10 br="" j="">i=i+1;
In the (generic) code segment above what will be the value of the variable i at
completion ?
a) 0
b) 1
c) 3
d) 9
4. Which of the following statements is true when a derivation inherits both a virtual
and non-virtual
instance of a base class ?
a) Each derived class object has base objects only from the non virtual instance
b) Each base class object has derived objects only from the non-virtual instance
c) Each derived class object has base objects only from the virtual instance
d) Each derived class object has a base object from the virtual instance and a base
object from non-virtual
instance.
5. class Word
{
public:
Word(const char*,int = 0);
};
Referring to the sample code above what is the minimum number of arguments
required to call the
constructor ?
a) 0
b) 1
c) 2
d) 3
6. Which one of the following represents a correct and safe declaration of NULL ?
a) typedef((void *)0) NULL;
b) typedef NULL(char *)0;
c) #define NULL((void *)0)
d) #define NULL((char*)0)
7. #include
Referring to the sample code above ,which of the following could you use to make
the standars I/O
Stream classes accessible without requiring the scope resolution operator ?
a) using namespace std::iostream
b) using namespace std;
c) using namespace iostream ;
d) using iostream;
8. Which one of the following statements allocates enough space to hold an array of
10 integers that are
initialized to 0 ?
a) int *ptr = (int *) calloc(10,sizeof(int));
b) int *ptr = (int *) alloc( 10*sizeof(int));
c) int *ptr = (int *) malloc( 10*sizeof(int));
d) int *ptr = (int *)calloc(10*sizeof(int));
9. What function will read a specified number of elements from a file ?
a) fread()
b) readfile()
c) fileread()
d) gets()
10. What is the largest value an integer can hold in a Standard C compiler ?
a) 32767
b) 65536
c) 2147483647
d) INT_MAX
11. With every use of memory allocation function should be used to release allocated
memory which is no
longer needed ?
a) dropmem()
b) dealloc()
c) release()
d) free()
12. int a=1;
int ab=4;
int main()
{
int b=3,a=2;
printf("%i*/%i*/%*/i",a,b,ab);
}
13 kernal execute the first process when system is start---
ans :- init();
14 process id of kernal
(a) 1
(b) 0
(c) 2
(d) none
15. Which one of the following represents a correct and safe declaration of NULL ?
a) typedef((void *)0) NULL;
b) typedef NULL(char *)0;
c) #define NULL((void *)0)
d) #define NULL((char*)0)
16. Which one of the following statements allocates enough space to hold an array of
10 integers that
are initialized to 0 ?
a) int *ptr = (int *) calloc(10,sizeof(int));
b) int *ptr = (int *) alloc( 10*sizeof(int));
c) int *ptr = (int *) malloc( 10*sizeof(int));
d) int *ptr = (int *)calloc(10*sizeof(int));
======================GD TOPICS=====================
1- indian cricket team is consistent or not;
2- IT shoud be necessary in rural area or not;
3- sourav ganguli should be caption or not;
4- advantage & disadvantages of Outsoursing;
5- india & pakistan matches are pation (josh) or not;

AXES TECHNOLIGIES EXAM PAPERS



AXES TECHNOLIGIES EXAM PAPERS



1. A 2MB PCM(pulse code modulation) has
a) 32 channels
b) 30 voice channels & 1 signalling channel.
c) 31 voice channels & 1 signalling channel.
d) 32 channels out of which 30 voice channels, 1 signalling channel, & 1
Synchronizatio channel.
Ans: (c)
2. Time taken for 1 satellite hop in voice communication is
a) 1/2 second
b) 1 seconds
c) 4 seconds
d) 2 seconds
Ans: (a)
3. Max number of satellite hops allowed in voice communication is :
a) only one
b) more han one
c) two hops
d) four hops
Ans: (c)
4. What is the max. decimal number that can be accomodated in a byte.
a) 128
b) 256
c) 255
d) 512
Ans: (c)
5. Conditional results after execution of an instruction in a micro processor is stored
in
a) register
b) accumulator
c) flag register
d) flag register part of PSW(Program Status Word)
Ans: (d)
6. Frequency at which VOICE is sampled is
a) 4 Khz
b) 8 Khz
c) 16 Khz
d) 64 Khz
Ans: (a)
7. Line of Sight is
a) Straight Line
b) Parabolic
c) Tx & Rx should be visible to each other
d) none
Ans: (c)
8. Purpose of PC(Program Counter) in a MicroProcessor is
a) To store address of TOS(Top Of Stack)
b) To store address of next instruction to be executed.
c) count the number of instructions.
d) to store base address of the stack.
Ans: (b)
9. What action is taken when the processor under execution is interrupted by a nonmaskable
interrupt?
a) Processor serves the interrupt request after completing the execution of the
current instruction.
b) Processor serves the interupt request after completing the current task.
c) Processor serves the interupt request immediately.
d) Processor serving the interrupt request depends upon the priority of the current
task under execution.
Ans: (a)
10. The status of the Kernel is
a) task
b) process
c) not defined.
d) none of the above.
Ans: (b)
11 What is the nominal voltage required in subscriber loop connected to local
exchange?
a) +48 volts
b) -48 volts
c) 230 volts
d) 110 volts
12. To send a data packet using datagram , connection will be established
a) before data transmission.
b) connection is not established before data transmission.
c) no connection is required.
d) none of the above.
Ans: (c)
13. Word allignment is
a) alligning the address to the next word boundary of the machine.
b) alligning to even boundary.
c) alligning to word boundary.
d) none of the above.
Ans: (a)
14. When a 'C' function call is made, the order in which parameters passed to the
function are pushed into the stack is
a) left to right
b) right to left
c) bigger variables are moved first than the smaller variales.
d) smaller variables are moved first than the bigger ones.
e) none of the above.
Ans: (b)
15. What is the type of signalling used between two exchanges?
a) inband
b) common channel signalling
c) any of the above
d) none of the above.
Ans: (a)
16. Buffering is
a) the process of temporarily storing the data to allow for small variation in device
speeds
b) a method to reduce cross talks
c) storage of data within transmitting medium until the receiver is ready to receive.
d) a method to reduce routing overhead.
Ans: (a)
17. A protocol is a set of rules governing a time sequence of events that must take
place between
a) peers
b) non-peers
c) allocated on stack
d) assigned to registers.
18. Memory allocation of variables declared in a program is
a) allocated in RAM.
b) allocated in ROM.
c) allocated on stack.
d) assigned to registers.
Ans: (c)
19. A software that allows a personal computer to pretend as a computer terminal is
a) terminal adapter
b) bulletin board
c) modem
d) terminal emulation
Ans: (d)
--------------------------------------------------------------------------------
The following questions (Q20-Q33) are of a slightly different pattern than those
above and may also be asked:
20. Find the output of the following program
int *p,*q;
p=(int *)1000;
q=(int *)2000;
printf("%d",(q-p));
Ans: 500
21. What does the statement int(*x[])() indicate?
22. Which addressing mode is used in the following statements:
(a) MVI B,55
(b) MOV B,A
(c) MOV M,A
Ans:
(a) Immediate addressing mode.
(b) Register Addressing Mode
(c) Direct addressing mode
23. RS-232C standard is used in _____________.
Ans. Serial I/O
24. How are parameters passed to the main function?
25. What does the file stdio.h contain?
a) functin definition
b) function decleration
c) both func. defn & func. decleration.
26. sscanf() is used for ?
27. Memory-Management in Operating Systems is done by
a) Memory Management Unit
b) Memory management software of the Operating System
c) Kernel
Ans: (b)
28. What does the statement strcat(S2,S1) do?
29. TCP(Transmission Control Protocol) is Connection Oriented and used in
______________ layer?
30. IP(Internet Protocol) is connectionless and used in _________________ layer?
31. For LAN Netwrok layer is not required. Why?
32. What is done for a Push opertion?
Ans: SP is decremented and then the value is stored.
33. Describe the following structures as LIFO/FILO/FIFO/LILO
(a) Stack
(b) Queue

ADITI TECHNOLOGIES :exam papers



ADITI TECHNOLOGIES exam papers




SECTION 1-APTITUDE

Directions for question 1-10: Each question comprises four scattered segments of a sentence. Identify from among the four choices the sequences that correctly assembles the segments and completes the sentence.


1. A. Anniversaries can be dicey things.
B. As long as the dead are being commemorated on a particular day, it is fine.
C. The opposition could keep its gun powder dry and ready as well.
D. But when it comes to a government celebrating a year or two in office, there can be trouble.
(a) DACB
(b) CADB
(c) ABDC
(d) BCDA
2. A. It is less concerned with telling a tale.
B. As with so much Huxley's later fiction, one is not sure whether or not to call this book a true novel.
C. It is also weak on characterization but strong on talk.
D. Than with presenting an attitude of life.
(a) CBDA
(b) BADC
(c) ABDC
(d) DCBA
3. A. While the above is true for private sector companies, it is not so in the public limited companies.
B. But with the removal of control over premia, the premia at which issues are marked has gone up quite sharply.
C. So the cost of capital at even a lower debt equity ratio comes out lower.
D. Traditionally, the cost of equity is higher than the cost of debt.
(a) DBCA
(b) BADC
(c) ACDB
(d) CDAB
4. A. Compiling and debugging.
B. Testing.
C. Writing the code.
D. Thinking of the algorithm.
E. Understanding the problem
(a) DBECA
(b) CDABE
(c) ACDBE
(d) EDCAB
5. A. Such alliances are shaky from the start.
B. In this manner parties which are not able to get a mandate from the electorate are able to come to power.
C. We have seen the unique spectacle of political forming alliance just to form a
government.
D. Indian democracy continues to amaze.
(a) ADBC
(b) BADC
(c) DCBA
(d) BDCA
6. A. They are the three faces of dysphoria - bad feeling.
B. Anxiety, Depression and Anger.
C. When the three combine and get out of control, we get what is called mental illness.
D. All of us experience three emotions almost daily.
(a) ACDB
(b) CBDA
(c) CADB
(d) DBAC
7. A. This is the key to tap the creative power inside us.
B. It is difficult to control our thinking and feelings.
C . That is, unless we work at it conciously and persistently.
D. We are influenced and limited by attitudes, prejudices by other individuals and by external conditions to such an extent that few can control mental and emotional processes.
(a) ACDB
(b) BDCA
(c) CADB
(d) DBAC
8. A. Two vital facts must be understood.
B. The subconscious mind has the power to create.
C. The second is that it obeys the orders given to it by the conscious mind.
D. Its function is to bring to full expression whatever is desired by the conscious mind.
(a)ABCD
(b) CBDA
(c) ADBC
(d) DBAC
9. A. But what is not often understood is that this flash is outcome of long periods of incubation.
B. The layman thinks that it is a spell of divine flash which illuminates the dark and the hidden.
C. True, it does.
D. Inspiration is much misunderstood term.
(a) DBAC
(b) ACBD
(c) DBCA
(d) CADB
10. A. As a result, the world has undergone a transformation.
B. Science and civilization have made rapid strides especially in recent times.
C. This constitutes the basic factor in the use of productive resources.
D. But behind all the progress of mankind is the human factor which is invaluable
and irreplaceable.
(a) ABDC
(b) BADC
(c) DCAB
(d) CBDA
Directions for questions 11-20: Each problem contains a question and two statements giving certain data. You have to select the correct answer from (a) to (d) depending on the sufficiency of the data given in the statements to answer the question. Mark your answer as
(a) If statement (I) alone is sufficient.
(b) If statement (II) alone is sufficient.
(c) If both (I) and (II) together are sufficient but neither of statements alone is sufficient.
(d) Either of the statements (I) and (II) is sufficient.
(e) If statements (I) and (II) together are not sufficient.
11. What is the distance from City A to City C in kms?
(I) City A is 90 kms from City B.
(II) City B is 30 kms from City C.
12. Is z less than w? z and w are real numbers.
(I) z2 = 25
(II) w = 9
13. The value of an estate in January 1905 started gradually declining in such a way that at the end of each year it was worth only x times its value at the beginning of the year.
What was its worth in end December 1910 ?
(I) It was worth Rs.10,109 in the end of December 1906.
(II)It was worth Rs.12,345 in the beginning of January 1905.
14. In an election, 3 candidates A,B and C were representing for a membership of parliament. How many votes did each receive?
(I) A received 1006 votes more than B and 1213 more votes than C.
(II) Total votes cast were 15,414.
15. John studies Chinese in a school. Which school does he attend?
(I) All students in Jefferson High school take French.
(II) Maysville High School offers only Chinese.
16. How many girls passed the entrance exam this year?
(I) Last year 560 girls passed
(II) This year there was a 10% decrease over last year in the number of failures.
17. What is Raju's age?
(I) Raju, Vimala and Kishore are all of the same age.
(II) Total age of Vimala, Kishore and Abishek is 32 and Abishek is as old as Viala and Kishore together.
18. Is Sreedhar eligible for an entry pass to the company premisers?
(I) The company does not allow strangers to enter the company.
(II)All employees are elgible to get a pass.
19. Among five friends who is the tallest?
(I) D is taller than A and C.
(II)B is shorter than E but taller than D.
20. Can a democratic system operate without effective opposition?
(I) The opposition is indispensable.
(II) A good statesman always learns more from his opponents than from
his fervent supporters.
Directions for question 1-2 : Answer the questions based on the passage above them
A temple has 3 gateways, each of them is leading you into the temple, and at the end of each gateway there is an idol and as a devotee passes through the gateway with some flowers the number of flowers double. Ram enters the 1st gateway with some flowers and he puts same number of flowers at each idol and the end he is left with none.
21. How many flowers did Ram start with?
(a) 4
(b) 5
(c) 3
(d) 7
22. How many flowers does he put at each idol?
(a) 10
(b) 8
(c) 6
(d) 5
Directions for question 3-5 : Answer the questions based on the passage above them
Liz, Jenni, Jolie and Rick have an English final on Friday and they all would like to study together at least once before the test. Liz can study only on Monday, Tuesday and Wednesday nights and Thursday afternoon and night.Jenni can study only on Monday, Wednesday and Thursday nights and Tuesday afternoon and night. Jolie can study only on Wednesday and Thursday nights, Tuesday afternoon and Monday afternoon and night. Rick can study the afternoons and nights of Tuesday, Wednesday and Thursday, and on Monday afternoon.
23. If the group is to study twice, then the days could be
(a) Monday and Wednesday
(b) Tuesday and Thursday
(c) Wednesday and Thursday
(d) Monday and Friday
(e) Tuesday and Wednesday
24. If three of them tried to study together when all four couldn't
(a) this would be possible twice
(b) it would have to be on Wednesday night
(c) Rick could not attend the three person groups
(d) This could be accomplised on Monday and Tuesday only
(e) This would not be possible
25. If Liz decided to study every night,
(a) she would never be able to study with Rick
(b) she would never be able to study with Jolie
(c) she would have at least two study partners each night
(d) she would have to study alone on Monday night
(e) she would study with only Jenni on Thursday night
SECTION 2-COMPUTER AWARENESS (15 questions)
NOTE: The questions are of multiple choice format in the paper
1. What is the number of functions of a three variable boolean function?
2. Which is the most commonly used replacement algorithm?
Ans. LRU
3. Which memory management technique involves dividing the memory into fixed sized
blocks?
Ans. Paging
4. What is video resolution ?
5. The processing speed of a microprocessor depends on _____?
Ans. data bus width
SECTION 3: C TEST
NOTE: The questions are of multiple choice format in the paper
1. What is the output of the program given below
#include
main()
{
char i=0;
for(;i>=0;i++) ;
printf("%d\n",i);
}
2. What is the output of the following program
#include
main()
{
int i=0;
fork();
printf("%d",i++);
fork();
printf("%d",i++);
fork();
wait();
}
3. What is the memory allocated by the following definition ?
int (*x)[10];
4. What is the memory allocated by the following definition ?
int (*x)();
5. In the following program segment
#include
main()
{
int a=2;
int b=9;
int c=1;
while(b)
{
if(odd(b))
c=c*a;
a=a*a;
b=b/2;
}
printf("%d\n",c);
}
How many times is c=c*a calculated?
6. In the program segment in question 5 what is the value of a at the end of the while
loop?
7. What is the output for the program given below
typedef enum grade{GOOD,BAD,WORST,}BAD;
main()
{
BAD g1;
g1=1;
printf("%d",g1);
}
8. Give the output for the following program.
#define STYLE1 char
main()
{
typedef char STYLE2;
STYLE1 x;
STYLE2 y;
clrscr();
x=255;
y=255;
printf("%d %d\n",x,y);
}
9. Give the output for the following program segment.
#ifdef TRUE
int I=0;
#endif
main()
{
int j=0;
printf("%d %d\n",i,j);
}
10. In the following program
#include
main()
{
char *pDestn,*pSource="I Love You Daddy";
pDestn=malloc(strlen(pSource));
strcpy(pDestn,pSource);
printf("%s",pDestn);
free(pDestn);
}
(a)Free() fails
(b)Strcpy() fails
(c)prints I love You Daddy
(d)error
11. What is the output for the following program
#include
main()
{
char a[5][5],flag;
a[0][0]='A';
flag=((a==*a)&&(*a==a[0]));
printf("%d\n",flag);
}



EXAMPAPERS123.BLOGSPOT.COM