Explain different types of objects present in R?
What are the different types of source system?
How much does msdn cost?
What is typescript and why one should use it?
Given only putchar (no sprintf, itoa, etc.) write a routine putlong that prints out an unsigned long in decimal. [ I gave the obvious solution of taking % 10 and / 10, which gives us the decimal value in reverse order. This requires an array since we need to print it out in the correct order. The interviewer wasn't too pleased and asked me to give a solution which didn't need the array ].
Describe tree database.
how we calculate the dick for a pole?
In India Localization how are generating Excise and VAT Invoice number both shippable and non-shippable Sales Orders/Transactions.
List down some advantages of sql stored procedure?
How do I create an xml file on a mac?
You have two tables-the first table has data about the users and their friends, the second table has data about the users and the pages they have liked. Write an SQL query to make recommendations using pages that your friends liked. The query result should not recommend the pages that have already been liked by a user.
How do I search for text in vi?
The in operator may be used if you know the exact value you want to return for at least one of the columns.
What do you understand by the terminology robotic automation?
How to define a procedure inside another procedure?