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 8287

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 9000

What are the qualities if the tester ?

9 9994

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?

1557

plz send me hpcl placement papers in electrical stream

1 3581

what is meant by boiler

18 21286

Who fixes the bug as Severity and priority ?

12 14732

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

24 192495

what is difference between colection and collections?

25 65398

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

8 12367

What is MVC?

6 7968

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 15197

What are the types of tables in Teradata

22 70227

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 6505

what are the disadvantages of C++?

25 88684

Post New Infosys Interview Questions


Infosys Interview Questions


Un-Answered Questions

Is pega rpa scalable?

181


What is the name of the plugin that is used to integrate eclipse with cucumber?

227


do you have idea about exchange, tdp oracle, tdp sql?

496


Is it possible to activate split valuation after posting several transaction for materials?

692


what is the difference between the below two statements:- (1) var myname = "akiii"; (2) myname = "akiii";

533






what is installation and commissioning of (fat & sat) of power plant dcs ? this question keeps in desirable conditions of one company .

4402


SQL is not case sensitive. DELETE is the same as delete. State Whether True or False?

573


Name and explain the service that is used to manage resources in Azure?

273


diff b/w dwh & data mart diff b/w star schema & snow flake schema diff b/w fact table & dimension table what are the contents in requirement specification what are the docs needed for testing draw ur proj architecture

2091


What is the use of vacuum in postgresql?

440


What are de-saturators?

733


Why front mounted CT polarities are always towards breaker?

1521


How do you clear the contents of a textbox in selenium?

459


Please explain compound trigger in oracle?

594


In sap script how to print bar code in vertical manner

3439