Subscribe RSS

Archive for the ‘Aditi Test Papers’ Category

About Aditi Technologies – Company Profile

July 25th, 2008 by Admin | No Comments | Filed in Aditi Test Papers, Sample Placement Papers

Aditi was founded in the year 1994. Its headquartered in Bangalore – India’s IT capital city. It has international offices in Seattle, Mountain View, New York, Boston and London.
Aditi Technologies provides various innovative services to global organisations in product conceptualization, design, development, and leverage of emerging technologies in the Microsoft and Web 2.0 space.
Aditi provided services [...]

Aditi Placement Paper at Coimbatore on 15th June

July 25th, 2008 by Admin | No Comments | Filed in Aditi Test Papers, Sample Placement Papers

Aditi MNC Test For freshers / final year students – campus placement paper. In the presentation session they gave company T shirts to those who gave correct answers.
There were two sections in the written test – Analytical and Technical.
1. Analyical + Non-verbal
Non verbal, quantitative and aptitude questions were there. From rs aggarwal.
 
      2. Technical Questions: Mainly from [...]

Aditi Placement Paper Written Test

July 25th, 2008 by Admin | No Comments | Filed in Aditi Test Papers, Sample Placement Papers

Aditi Technologies IT Company Aptitude Questions, English Language Sentence sequence finding questions, Passage Multiple Choice Questions and more.
Directions for question 1-10: Here you are given four choices and you have to tick the option with the correct sequence of the sentences.
A. Anniversaries can be dicey things.
B. As long as the dead are being commemorated on a particular [...]

Aditi Placement Test C Language multiple choice questions

July 25th, 2008 by Admin | No Comments | Filed in Aditi Test Papers, Sample Placement Papers

 C Language Multiple Choice Questions from Aditi Technical Questions Part:
  NOTE: All questions are multiple choice / objective type from c programming language.

What is the output of the program given below
#include<stdio.h>
     main()
    {
       char i=0;
       for(;i>=0;i++) ;
       printf(”%d\n”,i);
    }

What is the output of the following program
#include<stdio.h>
   main()
     {
       int i=0;
       fork();
       printf(”%d”,i++);
       fork();
      printf(”%d”,i++);
      fork();
      [...]

Aditi Paper Computer Awareness Questions

July 25th, 2008 by Admin | No Comments | Filed in Aditi Test Papers, Sample Placement Papers

Aditi Placement Paper Technical part questions
SECTION 2 – Computer Awareness (15 questions)
NOTE: All questions are multiple choice having 4 options.

What is the number of functions of a three variable boolean function?

Which is the most commonly used replacement algorithm?
Ans. LRU

Which memory management technique involves dividing the memory into fixed sized blocks?
Ans. Paging

What is video resolution ?

The [...]

Data Sufficiency Questions from Aditi Placement Paper

July 25th, 2008 by Admin | No Comments | Filed in Aditi Test Papers, Sample Placement Papers

Here are the Aditi IT company data suffiency sample questions – mutiple choice

SECTION 2 – DATA SUFFICIENCY

Each item has a question followed by two statements :
Mark a: If the question can be answered with the help of statement “1″ alone
Mark b: If the question can be answered with the help of statement “2″ alone
Mark [...]

Aditi Aptitude and English Analogy Questions

July 25th, 2008 by Admin | No Comments | Filed in Aditi Test Papers, Sample Placement Papers

Aditi Placement Paper Sample Questions:

Water and wine are in ratio 1:4. how much of water should be added to make it half-half.

A man gets 20 oranges for re.1 .and 25 oranges for re.1. He mixes them and sells 45 oranges for Re.2..Find his gain or
 loss %

A square of size 40 by 40..There are 4 circles [...]

Aditi Objective Type C Programming Questions

July 25th, 2008 by Admin | No Comments | Filed in Aditi Test Papers, Sample Placement Papers

Here are the sample technical Aditi placement papers questions from the objective type / multiple choice technical questions part:

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

Aditi Placement Paper written part

July 25th, 2008 by Admin | No Comments | Filed in Aditi Test Papers, Sample Placement Papers

Aditi Sample Placement Paper Written Test Questions:
There are 50 questions and time allowed is 1 hour. There are 2 sets of the question paper A and B. Next is the Aditi Interview round. Objective / multiple choice questions:
Aditi Technologies says – Think Product
 Aditi Aptitude / Mathematics questions:

 In a party 48 person r there,2/3 r men, [...]

Aditi Sample Placement Test Paper

July 25th, 2008 by Admin | No Comments | Filed in Aditi Test Papers, Sample Placement Papers

Here are some sample questions from aditi written test part. It was held at Future Institute of Engineering Sonarpur on 19 August 2006
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 [...]