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

Vector India Interview Questions
Questions Answers Views Company eMail

what are the various methods to overcome it?

2 9346

main() { int a=4,b=2; a=b<>2; printf("%d", a); }

11 58179

Pipes support half duplex communication. But if we want full-duplex communications we should use two pipes between two processes. Is such situation can leads to deadlock? Write two scenarios that could leads to deadlock in such situations?

1 4120

main() { struct test { char c; int i; char m; } t1; printf("%d %d\n", sizeof(t1), sizeof(t1.c)); }

1 8805

main() { char as[] = "\\0\0"; int i = 0; do{ switch( as[i++]) {case '\\' : printf("A"); break; case 0 : printf("B"); break; default : printf("C"); break; }} while(i<3); }

4 9667

#define MAX 3 main() { printf("MAX = %d ",MAX ); #undef MAX #ifdef MAX printf("Vector Institute”); #endif }

1 3752

main() { char p[] = "hello world!"; p = "vector"; printf("%s",p); }

2 11286

Post New Vector India Interview Questions




Un-Answered Questions

Detail about the architecture of the web sphere?

462


Will react hooks replace redux?

509


Which are the ways of achieving concurrency in ios?

450


After running a BDC program in background, next day morning when you see the results, few records are not updated(error records). What will you do then ?

1452


What all things can you automate?

579






when should one generally use the post method instead of the get method? : Adobe flash

499


Why are there so many genera in the family Compositae (Asteraceae)?

1441


Define rip?

712


What’s the major difference between a restart and a graceful restart of a web server such as apache?

489


Explain the difference between load-time dynamic linking and run-time dynamic linking?

552


what is difference between class template and template class?

2157


How to split cell in excel shortcut?

335


What applications use python?

418


1. Tell us about a specific time when you became frustrated in an administrative role and how you resolved your frustration. 2.How do you envision your role in relation to the role of your principal? Describe your vision of a functional administrative team.

1534


What are the business benefits involved in cloud architecture?

729