Anda di halaman 1dari 6

Here are the details of 2011 Aricent Placement Paper - II job in Aricent Welcome to Aricent Placement Paper 2011.

Here you will find Aricent Placement Paper Pattern and Download questions of Aricent Placement Paper 2011 with Answers & Solutions. 2011 Aricent Placement Paper:1. void main() { int i,j,k; for(i=0;i<3;i++) k=sum(i,i); printf("\n%d",k); getch(); } sum(s,t) { static int m; m+=s+t; return m; } Ans: 6

2. What is the output of the program void main() { int i,j,k,n=5; clrscr(); for(i=5;i>0;i--) { j=1<i; k=n&j; k==0?printf("0"):printf("1"); } getch(); } // A. 00011 // B. 11110 // c. 11001 // D. 11100 Ans: B. 11110

3. What is the output of the program void main() { int i,j,k; i=2; j=4;

k=i++>j&2; printf("%d\n",k); if(++k && ++i<--j|| i++) { j=++k; } printf(" %d %d %d",i,-j--,k); getch(); } // A. 4,-3,2 // B. 5,-3,2 // c. 4,-2,2 // D. 5,-2,2 Ans: D 4. what is the final value of x when the code for(int x=0;x<10;x++) is run? a. 10 b. 9 c. 0 d. 1 5. what is the data type of FILE? a. integer b. union c. pointer d. structure 6. if "a" is an array of 5*5 dimension, a[2][4] is same as a. **(a+2+4) b. *(a+2) + *(a+4) c. **(a+2)+4 d. *(*a+2)+4) 7.In simple interest what sum amounts of Rs.1120/- in 4 years and Rs.1200/- in 5 years ? (A) Rs. 500 (B) Rs. 600 (C) Rs. 800 (D) Rs. 900 8. If a sum of money compound annually amounts of thrice itself in 3 years. In how many years will it become 9 times itself. (A) 6 (B) 8 (C) 10 (D) 12 9. Two trains move in the same direction at 50 kmph and 32 kmph respectively. A man in the slower train observes the 15 seconds elapse before the faster train completely passes by him.

What is the length of faster train ? (A) 100m (B) 75m (C) 120m (D) 50m 10. How many mashes are there in 1 square meter of wire gauge if each mesh is 8mm long and 5mm wide ? (A) 2500 (B) 25000 (C) 250 (D) 250000 11. What is the Result of the following 'VIK'||NULL||'RAM' ? a] Error b] VIK RAM c] VIKRAM d] NULL Ans : C

12. What SYSTEM VARIABLE is used to refer DATABASE TIME ? a] $$dbtime$$ b] $$time$$ c] $$datetime$$ d] None of the above Ans : A 13. If m:n = 2:3,the value of 3m+5n/6m-n is (A) 7/3 (B) 3/7 (C) 5/3 (D) 3/5 14. A dog taken four leaps for every five leaps of hare but three leaps of the dog is equal to four leaps of the hare. Compare speed? (A) 12:16 (B) 19:20 (C) 16:15 (D) 10:12 15. What is true about the following C functions? (A) Need not return any value. (B) Should always return an integer. (C) Should always return a float. (D) Should always return more than one value. 16. enum number { a=-1, b=4, c,d,e,} what is the value of e? (A) 7 (B) 4 (C) 5 (D) 3

17. which of the following correctly declares My_var as a pointer to a function that returns an integer a. int*My_Var(); b. int*(My_Var()); c. int(*)My_Var(); d. int(*My_Var)(); 18. There are 76 persons. 53 can read hindu,46 can read times,39 can read deccan and 15 can read all.if 22 can read hindu and deccan and 23 can read deccan and times then what is the number of persons who read only times and hindu??? Ans 18 19. in pure milk if 20% replaced by water and in this again 20% is replaced by water and again 20% is replaced by water then what is the praportion of milk in that mixture 20. after 10 years A will be twice the age of B before 10 years.and now if the difference is 9 years between them then what is the age of B after 10 years Ans 49

Category SubCategory Location Company About Aricent:-

IT Placement Papers Gurgaon - Delhi/NCR Aricent

Apply Now

Aricent is a global innovation, technology and services company focused exclusively on communications. Aricents unique engagement model blends strategy, design, technology and engineering services, delivering exceptional value across each phase of the product and service lifecycle Aricent is the first company purposely constructed to work closely with CSPs and TEMs to solve the emerging and complex innovation, R&D and SI challenges these organizations now face, in what some analysts estimate to be a $150B market. Complementary to traditional outsourcing and consulting, Aricent is a fundamentally new breed of strategic supplier architected to co-create, together with our customers, the worlds most innovative communications products and services. Why Aricent - Why Should i join Aricent?:-

Aricent, a global innovation, technology and services company focused exclusively on communications, offers you excellent career opportunities.It has an unmatched team of designers, consultants and engineers - the best talent, resources, and infrastructure to solve the most complex and challenging problems of our clients the worlds leading communications equipment manufacturers, device manufacturers and service providers. Aricent is an equal opportunity employer and provides employees with an environment that allows them to learn and grow. It open work culture promotes creativity, inclusiveness, and teamwork, and encourages employees to maintain a healthy work/life balance. Contact Details Address of Aricent:Bangalore:4th Floor, Gamma Block Sigma Soft-tech Park 7 Whitefield Main Road Bangalore 560 066 Karnataka India Tel: +91 080 41069000

what is use of governer in diesle engine 1 489

How to check whether string is a how you believe that you

palindrome, WITHOUT USING STRING FUNCTIONS? 2 1079

have team leading capability??? Core Company 17 5141 Can Area no 0 and area no 1 communicate by default in ospf router without ASBR or ABR routing protocol Ibm Hcl Sylvester Stallion 7 1811 example of linear and non-linear data structures? Infosis 4 5716

what is the criteria for choosing test cases for automation? Ex: if you have some 300 test cases, then how many you choose for automation. what is criteria of selecting? Habedi@sharif.ce.ir DELHI

UNIVERSITY 3 1627 flow in gsm 1 989 linked list Tcs Ibm 1 1694

Code for 1>"ascii to string" 2>"string to ascii" 1 858 What is DNS server and resolver 1 921

call

How to reverse a

when 200 testcases are to be written in a single day, then what

will you do? 8 2698 What is meant by benchmark testing? 2 2198 I have a Arraylist object, it has duplecate values also. Now question is i want delete duplecate data in that objet with out using Set? Hi Ramesh Your Answer Is Super. 8 2888 Q) I have a ArrayList object, in that object i have added 5 integer values, 5 float values, 5 string values. Now question is how can delete particular type of data ( i.e all int values or all float values or string values) in that list object at a time? 3 1631 In these days, is it better to learn Telecom Protocol Testing ?

and whether there demand for jobs in the same background ??? 0 632

Anda mungkin juga menyukai