For More Questions In E&Y,Earnest and Young, Banglore Mail TO "tvsethu@gmail.com". i can Guid u.
4175Post New Ernst Young Interview Questions
What is module and package in Python?
Explain about contracts?
What is the use of zookeeper in storm?
What is the default value of boolean variable?
Is swift faster than go?
How many bytes is an int?
How do you kill program using one port in Linux?
What do you use php for?
Is there a application program coding difference between local and central version mode in idms?
What is a reference type c#?
What is the number of graphs you can monitor using controller at a time? What is the max of them?
What type of ip is required for apache web server to host our website?
In 4+ experience of sap basis administrator (in support side) in any company, what is roles and responsibilities in company and what he can do and what he should do in company? Please tell me because i want to apply with 4+exp. in sap basis and also pls tell me how to move further steps to get with these exp.Thank you.......
find the output? void r(int a[],int c, int n) { if(c>n) { a[c]=a[c]+c; r(a,++c,n); r(a,++c,n); } } int main() { int i,a[5]={0}; r(a,0,5); for(i=0;i<5;i++) printf("\n %d",a[i]); getch(); }
IN SQL SERVER 2005, With out using Query, hw can u break down USER NAME & PASSWORD to enter the software.