What is the difference between Temporary table variable and a Table variable? Or Which Table variable I should use inside Stored procedure?
3 8259Write Test cases for the below scenario? scenario 1: Replace the current CSS software with TML software. Scenario 2: Provide the same reports for business as currently provided by CSS software. Not: CSS and TML are customized software.
28541) You have 8 coins. 3 of them weigh x units, 3 y units, 1 a units and 1 b units. They are all mixed and look identical. You have to find the lightest coin in minimum number of weighing .
9 18276draw the sfd and bmd of catilever beam subjected to point load and udl. plot graphically the difference in deflection pattern of simply supported and cantilever beam subjected to point load.
2 12530All of the tickets for 2 music concerts, X and Y, were either purchased or given away, and the ratio of X tickets to Y was 2 to 1. Of the total number of X tickets and Y tickets, what percentage was purchased? 1) The total number of X tickets and Y tickets, is 240. 2) Of the X tickets, exactly 60% were purchased, and of the Y tickets, exactly 80% were purchased. a) if statement (1) ALONE is sufficient, but statement (2) alone is not sufficient to answer the question. b) if statement (2) ALONE is sufficient, but statement (1) alone is not sufficient to answer the question. c) if BOTH statements (1) and (2) TOGETHER are sufficient to answer the question asked, but NEITHER statement ALONE is sufficient. d) if EACH statement ALONE is sufficient to answer the question asked. e) if statements (1) and (2) TOGETHER are NOT sufficient to answer the question asked, and additional data specific to the problem are needed.
4 10774Write a function for Instr(). We need to write a function that works as same as Instr(). Code or Even pseudo code is good enough for me.?
2446Can any one provide code for Mid(string,start[,length]). I have been asked to write code for Mid(). i.e We need to define our own function say MyMid() which should behave same like built-in Mid function
2382how to print the character with maximum occurence and print that number of occurence too in a string given ?
2419what will be the output of this program? void main() { int a[]={5,10,15}; int i=0,num; num=a[++i] + ++i +(++i); printf("%d",num); }
6 8314Post New Microsoft Interview Questions
When will you use array over arraylist?
Can main method be final?
What is duckering?
What are some structures that may be subjected to fatigue?
How to backup active directory?
How to test the search functionality.For example in naukri advance search is there.how ca i test that page.
Can you edit an apex trigger/ apex class in production environment? Can you edit a visualforce page in production environment?
What is list function with their uses.
You are designing a database for your human resources department in the employee table, there is a field for social security number, which cannot contain null values if no value is given, you want a value of unknown to be inserted in this field what is the best approach?
How to download images in ios?
How mongodb works? Explain
what is scupper?
How does java pattern compile work?
what are open source RFID middleware?
Rewrite the command to print the sentence and convert the variable to plural: echo “i like $variable”.