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

BirlaSoft Everything Else AllOther Interview Questions
Questions Answers Views Company eMail

If You join the company then what is the first thing you want to do , which you were not able to do in ur previous company ?

14 36623

what is cross selling skill? how to answer ti this question

2326

pls tell me how to introduce my self in a perfect way if the interviewr ask question tell something about ur self pls post answer with example as early as possible. about my self i completed my b.com.degree in the year 1999 afer that i joined in bdps computer inst i learned c,cpp,oracle,java,vb,ms office after completion of that i joined as a lab assistant in the same institute i worked there for 2 years after that i joined as a back end executive in a mnc general ins company for 2 years,about my family i have 3 brothers well setteld in the business my mother is house wife my father expired in a road accident this is my job,study and my family back ground now u pls tell me how tell this in interview in a perfect way.u pls post answer.

3826

Post New BirlaSoft Everything Else AllOther Interview Questions


BirlaSoft Everything Else AllOther Interview Questions


Un-Answered Questions

Can you explain the importance of finalize method in .net?

1046


Explain the purpose of expressjs package?

542


What is the formula to find out two phase active & reactive power

2202


can i connect REF and Differencial relay in 1 CT core for transformer protection?

1968


When dealing with property declarations, what is the difference between atomic and non-atomic?

1506


What are the different types of commonly used shells on a typical linux system?

1107


Which is the most commonly used replacement algorithm?

1249


What is excel used for?

627


Which Angular Directive Would You Use To Hide An Element From The DOM Without Modifying Its Style?

870


What are the options we can’t rollback if we enable them while creating custom entity?

1102


I need testPalindrome and removeSpace #include #define SIZE 256 /* function prototype */ /* test if the chars in the range of [left, right] of array is a palindrome */ int testPalindrome( char array[], int left, int right ); /* remove the space in the src array and copy it over to the "copy" array */ /* set the number of chars in the "copy" array to the location that cnt points t */ void removeSpace(char src[], char copy[], int *cnt); int main( void ) { char c; /* temporarily holds keyboard input */ char string[ SIZE ]; /* original string */ char copy[ SIZE ]; /* copy of string without spaces */ int count = 0; /* length of string */ int copyCount; /* length of copy */ printf( "Enter a sentence:\n" ); /* get sentence to test from user */ while ( ( c = getchar() ) != '\n' && count < SIZE ) { string[ count++ ] = c; } /* end while */ string[ count ] = '\0'; /* terminate string */ /* make a copy of string without spaces */ removeSpace(string, copy, ©Count); /* print whether or not the sentence is a palindrome */ if ( testPalindrome( copy, 0, copyCount - 1 ) ) { printf( "\"%s\" is a palindrome\n", string ); } /* end if */ else { printf( "\"%s\" is not a palindrome\n", string ); } /* end else */ return 0; /* indicate successful termination */ } /* end main */ void removeSpace(char src[], char copy[], int *cnt) { } int testPalindrome( char array[], int left, int right ) { }

2698


What is erlangs in gsm technology?

990


What are the fictitious assets?

1109


Do we need to give a password, even if the key is added in ssh?

732


Mention the types of call center and what is the difference between them?

1258