Value Labs Preparation Material
Value Labs Preparation Material
Value Labs
Preparation Material
The pattern :
1.Written
2.GD
3.Tech-Interview
Quetions may consist of Vocabulay, Analytical, Genaral Knowledge, Simple Logical and
Some C technical Quetions.
Total of 25 Quetions
1.In a class 70% passed in mathematics and 80 % passed in English. Together 40% failed in
maths and English in a class of 133 members. How many students passed in both the subjects?
14
2. There are seven stations between Chennai and howrah.How many type of second class tickets
should be printed so as to serve all type of passengers?
a. 20 b. 8 c. 4 d. 7
Ans: b
4. During the past year, Josh saw more movies than Stephen.
Stephen saw fewer movies than Darren.
8. 58,52,46,40,34,……
a)26 b)28 c)32 d)43
9. a boy walks 90m towards east in search of his father and turns to his right,walks straight for 20
m and again turns to his right. he walks 30 m to reach his uncle's place where he doesn't find his
father and hence moves 100m north where he finds his father. find the distance from the point he
started.(this ques got repeated)
Ans:100m
10.Two trains 225 km apart are traveling toward each other along the same track. Two trains
have the same speed 75kmph. A bee is hovering just above the nose of the first train. It buzzes
from the first train to the second train, turns around immediately, flies back to the first train, and
turns around again. It goes on flying back and forth between the two trains until they collide. If
the bee's speed is twice the speed of two trains, how far will it travel?
ANS: 450 km
11. A husband, wife and child can do a peace of work in 6 days. Wife alone can do the work in
16 days, child alone can do the work in 24 days then husband alone can do the work in how
many days?
ANS:16
12. If $ means three times and % means negative then what is the value of $%$6-%$%6?
ans:-72
13. There are two poles of equal height 15mts. One cable with length 16mts is hanging between
that two poles. The height from center of the cable to earth is 7mts then what is the distance
between that two poles?
ANS:16M
14.Two trains 200 miles apart are traveling toward each other along the same track. Two trains
have the same speed 100MPH. A bee is hovering just above the nose of the first train. It buzzes
from the first train to the second train, turns around immediately, flies back to the first train, and
turns around again. It goes on flying back and forth between the two trains until they collide. If
the bee's speed is twice the speed of two trains, how far will it travel?
ANS:400 MILES
15. One person went for shopping spent 1/3rd of the amount to buy cloths and 1/4th of remaining
amount to buy shoes and 1/5th of remaining amount on food. After all, he left with Rs.100/-.
How much amount he had initially?
Ans:250
16. In a Bus there are 7 people.Each one carry 7 bags. Each bag contains 7 cats.Each cat carry 7
small cats. How many legs are there in the bus?
ANS:10990
17. A bus run at 100 km/hr top speed. It can carry a maximum of 6 persons. If speed of bus
decreases in fixed proportion with increase in number of person, find speed when three person
are traveling in bus?
ANS: 200 KM/HR
18. Three people picked 65 apples altogether. At the first tree they have picked the same number
of apples. At the second tree they each picked 3 times as many as they picked at the first tree.
When they finished at the third tree, the group had 5 times as many apples as they had when they
started at that tree. At the fourth tree the group picked just 5 apples. How many apples did each
person pick at the first tree?
ANS: each person picks 1 apple at the first tree.
C-language Questions:
1.int main()
{
Extern int i;
i=4;
printf(“%d”,i);
return 0;
}
a)0 b) 4 c) error d)1
Ans: c
2. what is diff b/w arrays and pointers? (should write answer,they will provide white sheets)
Arrays are homogeneous in nature and stores the element continuously where as pointers
hold the address.
Array concept is internally converted into pointer.
3.Should we have to free the memory compulsory when we use malloc() in a c program
ans: yes
5.int main()
{
Int n=20,i;
For(i=0;i<=n;i--)
{
Printf(“-“);
Return 0;
}
It will pring only one –(dash)
{
i+=2;
j+=3;
}
Ans:13 15
9. Is there any difference between arr and &arr where arr is the name of an array of 10 integers.
Explain?
Both are different.
Arr contains first element address.
&Arr contains complete array address
10. What are the uses of bit fields in structures?
Memory is used effectively.
11. Is it neccessary to have same size for all members in an union. Explain?
NO. But union size will be longest member inside union.
18.main()
{
char *p="ValueLabs";
char p[]="ValueLabs";
}
A)Both are same. B)It is necessary to put a value in the square
brackets.
C)We can be able to alter any of the value of *p. D)It requires \0 at the end of each string.
E)______ F)______
(For the above type of question, put tick for all options which are correct)
19. How many number of characters are available including the space between two words?
A)128 B)256 C)64 D)512 E)30
1. write a c program to take a set of characters as input in 'text' and store it in another array
of characters 'backtext'.
2. write a c program to open a file and write "valuelabs,hyderabad" and save it before
closing.
FILE *fp;
fp = fopne(“Abct.txt”,”r);
if(fp == NULL) return;
fprintf(fp,”%s”, "valuelabs,hyderabad");
fclose(fp);
7) Connectionless protocol is
UDP
10) When a process waits for an i/o operation to complete then it is called
synchronous I/O or blocking I/O
11) Router works which layer of OSI
NETWORK LAYER
12) What is interupt latency
interrupt latency is the time that elapses from when an interrupt is generated to when the
source of the interrupt is serviced
Packet switching is the approach used by some computer network protocols to deliver data
across a local or long distance connection
18) You want download a file modem spead (isp speed)56kbps. File downloaded with in 2 min,
so how much data downloaded
19) 2 * *X 3* *
----------------
005 **
a*6 *
**3
-----------------
*****
-------------------- find out stars
20) Six people are ther they went see the film, they want sit following order
Suzzy, miley, stella, rachel, raghu, geetha
Suzzy will sit either side of milay
Stell will sit eiher sit of suzzy, miley
Rachel will sit either side of suzzy stell
Like this what is prob of siting students
a) 40 b) 60 c) 54
A. IIS
B,C,D I don’t remember.
10.Write code to display the data from database in the gridview whose id is “Gridview1”
13.Write code in html to display data table with 1 row and 2 columns n row n columns
Aptitude Training
(Arithmetic & Reasoning)
SAILENT FEATURES:
Topic wise HAND OUTS & EXAMS on each and every topic with 50
problems.
Previous solved papers of different GOVT & NON GOVT exam papers…
(Bank’s, RRB, SSC, S/W companies placement papers…etc).
By Expert Faculties
Syllabus:
19. Races
Arithmetic
20. Partnership
1. Number System
Reasoning
2. L.C.M & H.C.F
1. Blood Relations
3. Problems On Ages
2. Directions
4. Averages
3. Coding And Decoding
5. Percentages
4. Series
6. Ratios And Proportion
5. Analogy
7. Profit And Loss
6. Odd Man Out
8. S.I And C.I
7. Ranking
9. Time And Work
8. Cubes
10. Time And Distance
9. Problem Solving
11. Permutations And Combinations
10. Syllogism
12. Probability
11. Logical Venn Diagrams
13. Clocks And Calendar
12. Data Sufficiency
14. Menstruation
13. Data Interpretations
15. Trains
14. Figure Series
16. Boats And Streams
15. Critical Reasoning
17. Pipes And Cisterns
16. Logical Deduction
18. Mixtures And Allegations