If HR person asked tell me about yourself then what is the sequence points to tell him the answer
33 96525Post New Yash Technologies HR Questions Interview Questions
Can you give me some DBCC command options?(Database consistency check) - DBCC CHECKDB - Ensures that tables in the db and the indexes are correctly linked.and DBCC CHECKALLOC - To check that all pages in a db are correctly allocated. DBCC SQLPERF - It gives report on current usage of transaction log in percentage. DBCC CHECKFILEGROUP - Checks all tables file group for any damage.
What are the Hadoop features extended to its eco-system components ?
Define outer join in sql server joins?
What is typescript definition manager and why do we need it?
What does a decompiler do?
What is difference between mysql_fetch_array and mysql_fetch_assoc?
What are the two main types of files?
Explain HCatInputFormat and HCatOutputFormat?
What is ipc message?
What is difference between field and property in c#?
How do you handle exceptions with try/except/finally in python?
What's the difference between unit test and integration test?
Can you explain what a statistical condition is? Give an example for a statistical condition?
How to add and remove css classes to an element using ?
What is typedef struct in c?