Aditi
aditi technologies paper(computer awareness )
COMPUTER AWARENESS :
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 [...]
aditi tech.placement paper
VENUE: Future Institute of Engg. (Sonarpur)
1. 12 + 22 - 32 + 42 - 52 + 62 - ……
Using C prog. implement the above equation. You can’t use for loop.
2. Convert infix to postfix using C.
3. What is life cycle model in soft engg. What are the difference between Waterfall Model and Spiral [...]
Aditi Placement Paper 5
What would be the output of the following program.
#include<stdio.h>
main()
{
extern int a;
printf(”%d”,a);;
}
int a=20;
(a) 20 (b) 0 (c) garbage value (d) error!!
What would be the output of the following program.
main()
{
int a[5]={2,3};
printf(”\n %d %d %d”,a[2],a[3],a[4]);
}
(a) garbage value (b) 2 3 3 (c) 3 2 2 (d) 0 0 0
What would be the output of the following program.
main()
{
inti=-3,j=2,k=0,m;
m=++i&&++j||++k;
printf(”\n %d [...]
ADITI PATTERN & INTERVIEW
I attended ADITI on 15th June
No. of students app.=400+
No. of stu selected =5
Presentation session were interesting they gave T-shirts for those who told correct ans for their queries.
There were two section in the written test
1. Analyical+Non-verbal
Mostly realtions in non-verbal quantitative were so easy first concentrate on that…
2. Technical for me it was from C/C++ [...]
Aditi Technologies Paper
Logical Reasoning :
1. The gap between the average starting salaries of teachers and those of other professionals has shrunk in recent years.
(b) The average age of first year teachers is same as it was in 1975.
(c) Starting teachers are no longer underpaid.
(d) The extent of a persons formal education is a measure by which to [...]
Aditi Technologies
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.
Aditi Technologies Interview Procedure
ADITI TECHNOLOGIES
Interview Procedure:
The Aditi Technology Interview consists of two parts. One for Technical Interview and Another one for HR interview.
Aditi Technologies Placement Paper
1.What would be the output of the following program.
#include<stdio.h>
main()
{
extern int a;
printf(”%d”,a);;
}
int a=20;
(a) 20 (b) 0 [...]
