tell me something about yourself but something more eloborate what is bpo? what u did after passing ur graduation in july2009?
7 13739enum DAY { sunday, monday, tuesday }; enum EDAYS { friday, saturday, sunday }; void main() { int i =0; if( i == sunday) { printf("%d",i); } } what would be the output?
4 8152WRITE A C PROGRAM FOR PRINT "RHOMBUS" STRUCTURE . Example: Enter the numbers :3 * * * * * * * *
3 16288A flat file contains 200 records. I want to load first 50 records at first time running the job, second 50 records at second time running and so on, how u can develop this job?
1 8317I am having two tables called MASTER and DETAIL. I want to insert records to both tables. But one condition is that whenever the insert for MASTER table is success then only the records will inserted into the DETAIL table, otherwise abort the job. How can u design this job?
1 6575Star Schema vs. Snow Flake Schema. What is the best model for DW? Give example for both the models performance wise?
3 13798Post New TCS Interview Questions
How to do authentication in wcf?
Is primary key always clustered index?
What do you understand by controllers in angular?
What are the operation of igbt?
How to decide cable tray size?
What is difference between abstraction and encapsulation?
What is the difference between xsl and css?
why would you like to opt nbp
What are the similarities and difference between class and structure in .net?
What are the three main aims of html5?
Is c# substring zero based?
what are some of the other roles that a server running windows server 2008 could fill on the network? : Windows server 2008
What is the use of organizational key?
what are the importance of weeds ?
What do you mean by stack and heap in c#?