Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

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

Symphony Interview Questions
Questions Answers Views Company eMail

what is symbolic link in unix ???

5 17564

what is mount ,tell me about mount ,how can u use in real time project??

12 18982

what r the different type of function in perl ???

1 7069

how did u debugging in unix/ linux platform ??( project Related)

2 7003

what are bootlevel in linux?which level is booting by default.

5 8396

Hi all, In Monitoring, if u want to know0 how much disk space the app has taken to deploy? Plz help me.

2349

Hi, How can we know that the app deployed in Weblogic Server in percentage?

2183

If you find bottleneck what is your next step?

3 7988

in general best o/s should posses max CPU utilization.but in loadrunner we consider CPU utilization exceed 70% it is a bottleneck in CPU.explain why?

4 10750

what r DLL functions in loadrunner?where these present?when &why we use these?

1 3849

The response time of an application was 2.5 seconds.After a minor hotfix,the response time increased to 5 seconds.What analysis can you make out. What are all the things u check in the server side in such a scenario?

4 10043

What r the arguments in lr_set_debug function

3 8754

What's r client side authentications in loadreunner?

4 9296

Differ GetMessage, PostMessage & PeakMessage?

4 16382

What is the differances between a abstract calss and interface

5 11028

Post New Symphony Interview Questions


Symphony Interview Questions


Un-Answered Questions

What is the difference between developer and enterprise developer accounts?

721


#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

2554


Which of the Clients is accessible to a user with Admin role/rights?

118


In India the supply voltage is 230 volt A.C. During the negative half cycle phase becomes neutral and neutral become phase? or what will happen during negative half cycle? how the electrons flow during positive and negative half cycle?

2016


Write about the use of the virtual destructor?

1009


Can we rollback after truncate?

1031


What is pir planned independent requirement? : supply chain management

5


What types of object can I throw as exceptions?

934


how to get client port number in server socket programming??

2378


How you show to co-workers the importance of co-operation?

1165


What do you mean by % and _ in the LIKE statement?

985


What do you see are the principal risks to the business? - Venture Capitalists

1188


Which is better session or viewstate?

950


Hi friends ineed finacial analyst interview question Pls share it

2043


#include main() { int *p, *c, i; i = 5; p = (int*) (malloc(sizeof(i))); printf(" %d",*p); *p = 10; printf(" %d %d",i,*p); c = (int*) calloc(2); printf(" %d ",*c); }

1060