Follow Our FB Page << CircleMedia.in >> for Daily Laughter. We Post Funny, Viral, Comedy Videos, Memes, Vines...

Company Name Starts with ...
#  A  B  C  D  E   F  G  H  I  J   K  L  M  N  O   P  Q  R  S  T   U  V  W  X  Y  Z

Infosys Interview Questions
Questions Answers Views Company eMail

What is function pointer and where we will use it

2 7899

What is the time complexity T(n) of the following program? a) int n, d, i, j; cin >> n; for (d=1; d<=n; d++) for (i=1; i<=d; i++) for (j=1; j<=n; j += n/10) cout << d << " " << i << " " << j << endl; b) void main() { int n, s, t; cin >> n; for (s = 1; s <= n/4; s++) {t = s; while (t >= 1) { cout << s << " " << t << endl; t--; } } } c) void main() { int n, r, s, t; cin >> n; for (r = 2; r <= n; r = r * 2) for (s = 1; s <= n/4; s++) { t = s; while (t >= 1) { cout << s << " " << t << endl; t--; } } }

3 8508

What are the qualities if the tester ?

9 9219

What are all the points to keep in consideration, while we are migrating the Universes,Reports from BO5.1.6 to BO 6.5? Is is compatible to migrate like this? Does it effect the filters in Reports and Join in the Universe?

1410

plz send me hpcl placement papers in electrical stream

1 3251

what is meant by boiler

18 19887

Who fixes the bug as Severity and priority ?

12 13640

what are the oops concept in java explain with real time examples

24 190435

what is difference between colection and collections?

25 63531

Can we display only integers / numbers through the message box? Is there any constraint to do so?

8 11675

What is MVC?

6 7446

what could be the problem if invoice_id is same in ap_invoices_all and ap_invoices_interface. while the Ord_id , invoice_num, and other things is diffrent .

3 14348

What are the types of tables in Teradata

22 67969

How do you test pop up with LR? My whole application running on pop up. Its a JSP page written on pop up window.

1 6181

what are the disadvantages of C++?

25 86686

Post New Infosys Interview Questions


Infosys Interview Questions


Un-Answered Questions

Write a program to implement a round robin scheduler and calculate the average waiting time.Arrival time, burst time, time quantum, and no. of processes should be the inputs.

488


What is the difference between jsp and asp?

384


why we are using Load factor?

1093


What is pointer to member?

485


Who does the memory management in operating system?

413






Why do we use trees in data structures?

382


What is head in HTML document?

395


What does replace the files in the destination mean?

422


Why linux is more secure than windows?

334


What is dom in angular?

334


Explain internal routers components?

382


What is a zombie process?

370


What is csrf example?

140


What are the different modules where you can use gpa?

1


What are the components of a jms messaging application?

324