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

Contata Interview Questions
Questions Answers Views Company eMail

How do you test cases for mobile handsets ?

2 19808

what do you mean by 90 percentile in the Lr report

12 58029

One of the following is my secret word: AIM DUE MOD OAT TIE. With the list in front of you, if I were to tell you any one of secret word, then you would be able to tell the number of my secret word. Which is my secret word?

8 38211

Post New Contata Interview Questions




Un-Answered Questions

Mention what is the role of the persistence layer in sap hana?

60


Give any 6 data types of MongoDB?

5


How would you achieve web scraping in python?

460


Can you please explain are you a team player? : insurance cold calling

336


Is there any way to remove residual product left in pipes after a batch operation?

630






What is immutability?

568


What do you understand by the term Normal Distribution?

568


what is data modeling?

1461


#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

2061


What do you mean by cascading style sheet?

283


Why c is a procedural language?

578


What is lifting state up in react?

181


How do I setup mysql?

488


How can I tell what .net framework is installed?

505


What is the purpose of on error resume next statement?

575