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

Tell me about yourself?

229 487946

How to create DSN..Explain?

2 21769

What is your career goal and career plans ?

55 374602

Say about your strengths and weaknesses ?

59 260254

What is endurance testing?

16 64858

what is verification and validation?

34 94123

What is automation Framework?

3 45023

What is meant by Resonance what are the different types of resonance and what are uses of them?

14 44643

Whats meant by trivector meter where it is connected at the substation?

20 105401

What is OOPS and How it is different from Procedural Programming ?

23 65652

Difference between Top down and bottom up approaches for a given project ?

14 105090

What is difference between initialization and assignment?

12 59557

How to analyze the design patterns ?

1 4675

Using only five 3's (can use any operators)how do you get the value as 31.

7 14185

what is the difference between test case and test scenario.Explain with example?

19 52077

Post New Infosys Interview Questions


Infosys Interview Questions


Un-Answered Questions

We need to know is their any govt notification for VAT & Service both applicable for one item or single invoices

1725


What is the objective of regression testing?

592


Why do you want job in a government institution when you can get better salary in private jobs?

665


What are the ways to handle multi-threading in servlets?

583


#include #include #include #include void select(char *items, int count); int main(void) { char s[255]; printf("Enter a string:"); gets(s); select(s, strlen(s)); printf("The sorted string is: %s.\n", s); getch(); return 0; } void select(char *items, int count) { register int a, b, c; int exchange; char t; for(a = 0; a < count-1; ++a) { exchange = 0; c = a; t = items[ a ]; for(b = a + 1; b < count; ++b) { if(items[ b ] < t) { c = b; t = items[ b ]; exchange = 1; } } if(exchange) { items[ c ] = items[ a ]; items[ a ] = t; } } } design an algorithm for Selection Sort

2054






What is a form used for in a database?

494


How do I open my desktop from command prompt?

487


what is the techanical difference between german standard & japanese standard.

1590


What is the scope of a function that is declared as static?

445


Why would you use bootstrap?

5


What are the advantages of NodeJS?

248


What is the difference between condition & filter?

593


Explain how do populations of predators and preys vary in predatism?

97


How do I override a method in android?

481


What are the two ways for restricting the value range for a domain ?

697