WWF Interview Questions

List of  WWF Interview Questions. To get the answers of these WWF Interview Questions. click here.
Protected by Copyscape Duplicate Content Protection Tool
  1. What is basic unit of WF ?
  2. What is Windows Workflow Foundation
  3. What are different types of Workflow in

    Windows Workflow foundation?
To get the answers of these WWF Interview Questions. click here.
Protected by Copyscape Duplicate Content Check

WPF Interview Questions

List of  WPF Interview Questions. To get the answers of these WPF Interview Questions. click here.
Protected by Copyscape Duplicate Content Protection Tool
  1. What is WPF?
  2. What is XAML?
  3. what are dependency properties?
  4. What is a Routed event?
  5. What are the core WPF assemblies?
  6. What is the use of System.Windows.Media namespace?
  7. What is WPF?
  8. How to define a button USING XAML?
  9. What is the use of "System.Windows.Markup" namespace in WPF?
  10. Which namespace provide classes for integration with WPF and Win32?
  11. Which class of the WPF is the base class of all the user-interactive elements?
  12. Which class is the base class of all the visual elements of WPF?
  13. Control class of WPF is derived from which class?
  14. The core classes for User Interface is located in which namespace?
  15. Which namespace provide classes to work with images, sound, video, etc?
  16. What is the use of System.Windows.Navigation namespace in WPF?
  17. What is 'One-way-to-Source ' binding property?
  18. Which namespace is used to work with 3D in WPF.
  19. Which of these is not a class defined by System.Windows.Shapes namespace?
  20. Consider this XAML snippet

    <Window.Resources>

    <Style x:Key="dd" TargetType="Button">

    <Setter Property="Background" Value="Pink"/>

    <Setter Property="Foreground" Value="Blue"/>



    </Style>



    </Window.Resources>



    <Grid>

    <Button Height="100" Width="100" Foreground="Yellow" Content="click here" Background="Yellow"/>

    </Grid>

    What is the Backcolor of the Button
  21. Which of the following is an event in WPF ?
  22. What are XBAP'S?
  23. Is it possible for a control to define a handler for an event, that the control can't itself raise?
  24. What is the difference between User Settings and Application Settings in WPF?
  25. which dll is also called as the engine of managed graphics?
  26. What is Style Inheritance?
  27. Difference between x:Key and x:Name
  28. How is mapping done between CLR namespaces and XAML namespaces?
  29. How many predefined classes are there in the WPF Command Library?
  30. Difference between MediaPlayer and MediaElement ?
  31. What is x:Code?
To get the answers of these WPF Interview Questions. click here.
Protected by Copyscape Duplicate Content Check

WCF Interview Questions

List of WCF Interview Questions. To get the answers of these WCF Interview Questions. click here.
Protected by Copyscape Duplicate Content Protection Tool
  1. What is WCF?
  2. What is service and client in perspective of data communication?
  3. What is address in WCF and how many types of transport schemas are there in WCF?
  4. What are contracts in WCF?
  5. Where we can host WCF services?
  6. What is binding and how many types of bindings are there in WCF?
  7. What is endpoint in WCF?
  8. How to define a service as REST based service in WCF?
  9. What is the address formats of the WCF transport schemas?
  10. What is Proxy and how to generate proxy for WCF Services?
  11. What are different elements of WCF Srevices Client configuration file?
  12. What is Transport and Message Reliability?
  13. How to configure Reliability while communicating with WCF Services?
  14. How to set the timeout property for the WCF Service client call?
  15. How to deal with operation overloading while exposing the WCF services?
  16. What was the code name for WCF?
  17. What are the main components of WCF?
  18. What are various ways of hosting WCF Services?
  19. What is the difference WCF and Web services?
  20. What is three major points in WCF?
  21. What are the various ways of hosting a WCF service?
  22. Difference between WCF and Web services?
  23. What is WCF?
  24. Which namespace is used to access WCF service?
  25. What is a SOA Service?
  26. What is the use of ServiceBehavior attribute in WCF ?
  27. Which namespace is required in a class to use DataContract or DataMember attribute for a class or properties?
  28. Difference between Web Services and WCF
  29. in WCF, Which contract is used to document the errors occurred in the service to client?
  30. Which is the default Message Exchange Pattern (MEP) ?
  31. What is the Messaging Pattern? Which Messaging Pattern WCF supports?
  32. What is .svc file in WCF?
  33. What is XML Infoset?
  34. What are the various ways of hosting a WCF Service?
  35. What is DataContractSerializer in WCF?
  36. What is Message Contract in WCF?
  37. What is Fault Contracts in WCF?
  38. What is the difference between XMLSerializer and the DataContractSerializer?
  39. What is the purpose of base address in WCF service? How it is specified?
  40. Which protocol is used for platform-independent communication?
  41. What is ABC of WCF?
  42. How the concurrency mode is specified in WCF service?
  43. Which are the 3 types of transactions manager WCF supports?
  44. Which bindings in WCF support the message streaming?
  45. Which is the default mode for Instancing in WCF?
  46. How to set the instancing mode in WCF service?
  47. What is Address Header in WCF?
  48. In WCF which bindings supports the reliable session?
  49. What are tha advantages of hosting WCF service in WAS?
  50. What is service host factory in WCF?
  51. What are the different platforms where we can host WCF service ?
  52. What are the different WCF binding available?
  53. Advantages of Hosting WCF in IIS
  54. Can we overload methods in WCF Service or Web Service?
  55. What does a Windows Communication Foundation, or WCF, service application use to present exception information to clients by default?
  56. What is the use of Is Required Property in Data Contracts?
To get the answers of these WCF Interview Questions. click here.
Protected by Copyscape Duplicate Content Check

VB.NET Interview Questions

List of VB.NET Interview Questions. To get the answers of these VB.NET Interview Questions. click here.
Protected by Copyscape Duplicate Content Protection Tool
  1. How to find data with generics list in VB.NET (Write code).
  2. How to deal with return value of stored procedure when you are using DataReader ?
  3. What is the default size of Integer data type in VB.NET as VB.NET has Int 16, Int 32 and Int 64 also?
  4. Which Keyword is used in VBScript to increase or decrease the counter variable by the value?
  5. How to assign font to label at run-time in vb.net ?
  6. How to assign width to label/button/textbox in vb.net ?
  7. Have you ever used IIF? Explain.
  8. DateTime variables can be null.
  9. _________ when turned on do not allow incompatible type conversion?
  10. ____________ when turned on do not allow to use any variable without proper declaration?
  11. What is “fix” ?
  12. Difference between Fix and Int.
  13. Write output:

    Dim testString = "TestingStringHere"

    Mid(testString, 5) = "..Bore.."
  14. What is difference between Mid function and Mid Statement ?
  15. What is difference between String.Substring and MID function?
  16. With Visual Basic Runtime, NOTHING gets evaluated as,
  17. What is VAL function?
  18. Name the method in VB.NET used to define a control's color?
  19. To reverse a string which function is used in VB.NET?
  20. Which method is used to delete a file in VB.NET?
  21. What is the keyword used in VB to carry out the work of virtual keyword of C#?
  22. Equivalent keyword of new in VB?
  23. To define abstract class in VB which keyword is used?
  24. To define abstract method which keyword is used in VB?
  25. Can we Add New Row into a Grid Using Binding Source?
  26. AddNew() method of BindingSource Class will add a blank row or with some data?
  27. How can we find the index of current selection in BindingSource Class?
  28. Can we insert a blank row using BindigSource Class?
  29. How can we Move to Next and Previous Record using BindingSource Class
  30. How to apply filter using BindingSouce?
  31. What are the new features in Visual Basic 10?
  32. Why Option Strict is used so far?
  33. What is Optional Explicit in VB.net ?
  34. What is the Important aspect before using Objects in VB.Net .
  35. What is the Syntax of get and set properties in VB.net?
  36. What for " MustInherit " keyword is used in VB.net ?
  37. Module Module1



    Sub Main()

    Dim arr(3, 3) As Integer

    End Sub



    End Module



    What is the total number of elements in this array?
  38. What is the use of Option Infer statement in VB?
  39. How do we read entire contents of a file named MsgSrikanth.txt(Text File Example) into a single string variable ?
To get the answers of these VB.NET Interview Questions. click here.
Protected by Copyscape Duplicate Content Check

SQL Server Interview Questions

List of SQL Server Interview Questions. To get the answers of these SQL Server Interview Questions. click here.
Protected by Copyscape Duplicate Content Protection Tool
  1. What is trigger?
  2. What is Clustered & Non-Clustered Index?
  3. How many types of triggers are there?
  4. What is constraints?
  5. What is the difference between Truncate and Delete?
  6. What Primary key and Unique key?
  7. How to join two tables in Sql Server?
  8. How do you implement one-to-one, one-to-many and many-to-many relationships while designing tables?
  9. What's the difference between a primary key and a unique key?
  10. What's the difference between DELETE TABLE and TRUNCATE TABLE commands?
  11. What is a transaction and what are ACID properties?
  12. What's the maximum size of a row?
  13. Difference Between Implict Transaction And Explict Transaction
  14. what is the diff between a HAVING CLAUSE and a WHERE CLAUSE?
  15. How to change Database name in SQL Server?
  16. Difference between Primary key Constraint and Unique key Constraint in SQL Server.
  17. What is cursor in SQL Server?
  18. What is #temp table and @table variable in SQL Server?
  19. How to return XML in SQL Server?
  20. What is OPENXML in SQL Server?
  21. What is the use of COALESCE in SQL Server?
  22. What are joins in SQL Server?
  23. which Caluse returns only one copy of each set of duplicate rows selected
  24. What are the types of triggers and how the sequence of firing in text item?
  25. What is the difference between DELETE and TRUNCATE?
  26. Some more differences related to Truncate and Delete
  27. An automatic commit ocurrs under the following circumstances
  28. What are the properties of the Relational tables?
  29. How do you optimize stored procedures in SQL Server 2005
  30. What is DESCRIBE command in SQL Server 2005? What is its purpose? How to use it?
  31. What is the Maximum number of input and output parameters in Stored procedure in SQL Server 2000 ?
  32. What are the limits of Sql Server 2000?
  33. How you can get the last identity value inserted in any table ?
  34. What is the maximum size of an SQL Server 2000 Database?
  35. how many database can be created on MSSQL Server 2000
  36. What are the extensions of these three type of file in above question.
  37. how you can rename a database ?
  38. What is the use of @@TRANCOUNT in SQL Server?
  39. What is the maximum limit for Primary Key?
  40. What is a Stored Procedure?
  41. What is an Index?
  42. What command do we use to rename a db?
  43. What do you mean by COLLATION?
  44. What are the OS services that the SQL Server installation adds?
  45. What is log shipping?
  46. Where do you think the users names and passwords will be stored in sql server?
  47. What is a deadlock?
  48. what is ACID?
  49. What Is DTS?
  50. What is Log Shipping?
  51. What are sequence diagrams? What you will get out of this sequence diagrams?
  52. What is a tuple?
  53. What is the purpose of UPDATE STATISTICS?
  54. What is RAID and what are different types of RAID configurations?
  55. What are three SQL keywords used to change or set someone’s permissions?
  56. What is DTC?
  57. How to get GUID in sql server?
  58. What is Check Constraint?
  59. Can we create a Foreign Key with out Primary Key?
  60. Difference between varchar and char:
  61. What is blocking in SQL Server?
  62. What is the use of bit data type and what kind of data is stored into it?
  63. What is user-defined data type in SQL Server?
  64. What is user-defined functions in SQL Server?
  65. What is the use of Keyword WITH ENCRYPTION keyword in SQL Server?
  66. What is Distributed Queries in SQL Server?
  67. What is Subquery in SQL Server?
  68. What are the restrictions of using Subquery in SQL Server?
  69. How many database(s) can have in an instance of SQL Server 2005 ?
  70. A fill factor of 0% and 100% means the same thing to SQL Server
  71. Root Cause for Increasing the Transaction Log.
  72. Default security model in Microsoft SQL Server ?
  73. Microsoft SQL Server's default protocol ?
  74. What is Two-Phase Commit ?
  75. What is Database snapshot ?
  76. What is Deferred transaction ?
  77. What is Dirty pages ?
  78. What is DRI ?
  79. What is ETL ?
  80. What is Fragmentation ?
  81. What is Lock escalation ?
  82. What is noise word ?
  83. What is point-in-time recovery ?
  84. What is Query binding ?
  85. What is Roll forward ?
  86. What is write-ahead log ?
  87. How do you Copy Databases to SQL SERVER 2005 from various versions (6.0/6.5/7.0/2000) ?
  88. Number of PRIMARY KEY/FOREIGN KEY Constraints in a Table in SQL Server 2005/2008 ?
  89. What is 'Self-referencing' tables in SQL Server ?
  90. To modify a DEFAULT definition, We must first DELETE the existing DEFAULT definition and then Re-CREATE it with the new definition.
  91. DEFAULT definitions cannot be created on columns defined with the following DATA TYPE ?
  92. What is Typed vs. Untyped XML in SQL Server ? Explain with an example
  93. What id the Max Length of nVarchar in SQL Server?
  94. What is the Max length of varchar variable in SQL Server?
  95. How to Get SQL Server Version ?
  96. What are the disadvantages/limitation of the cursor?
  97. Use of Bulk Copying ?
  98. The maximum number of columns a table can have in SQL Server?
  99. What’s the difference between a primary key and a unique key?
  100. Can UNIQUE KEY in SQL Server 2005 have two or more NULL?
  101. What is the page size in SQL Server?
  102. Will COUNT(column) include columns with null values in its count?
  103. How can we Rollback the Transaction in DataBase?
  104. How Can we Write the Transaction Block in SQL Server?
  105. Difference Between Truncate Table and Delete Table Command in SQL Server?
  106. Which is the best method to get the single value from Database?
  107. Unique Key is smilar to Priamary Key,except it
  108. What will be the output of the following code?

    Declare @Strings VARCHAR(20)

    Select @Strings ='Lakhan Pal Garg'

    Select SUBSTRING(@Strings,-9,16
  109. Which type of datatype is used to store IO Streams in Sql Server?
  110. Which Statement describe the COALESCE ?
  111. A table can have maximum of 1024 partitions.
  112. What is 'NEXT USED' in SQL Server ?
  113. How do you determine the maximum nested-level of Stored Procedure ?
  114. Which Function is used to count more than two billion rows in a table?
  115. Which of the following is a fixed length DataType?
  116. SQL Server allows for only _____ levels of nesting in CASE expressions.
  117. Is it possible to create Cluster Index on Unique Key Column?
  118. You cannot create an Index on a column of the following data type
  119. All indexes will automatically get deleted(dropped) if the table is deleted?
  120. How to get a row was inserted most recently in a table?
  121. How to Get nth Record in a Table?
  122. What is Row_Number()?
  123. What is the difference between a Local and a Global temporary table?
  124. How to get @@ERROR and @@ROWCOUNT at the same time?
  125. What is a table called, if it has no Cluster Index?
  126. What command do we use to rename a db, a table and a column?
  127. Can we use Truncate command on a table which is referenced by FOREIGN KEY?
  128. Can we use NEWID(), or RAND() in function?
  129. Can we use "Print" statement in function?
  130. Which of the following queries generates an error when executed?

    DECLARE @x VARCHAR(10), @y VARCHAR(10)

    SET @y = ''

    SELECT @x/0 -- query 1

    SELECT @x/2 -- query 2

    SELECT @y/0 -- query 3

    SELECT @y/2 -- query 4
  131. What type of language is the SELECT command in SQL Server?
  132. Is There any other Methods in SQL Server 2005 to Read XML Data?
  133. Name the method used in SQL Server to Read XML Data?
  134. How we can Modify XMl Data in SQL Server 2005?
  135. How to Insert XML Data into Existing XML Node?
  136. How we can generate Random number in SQL Server?
  137. How we can get the List of System Tables in DataBase?
  138. How we can get the list of user tables?
  139. How We can Get List of Store Procedures?
  140. How We Can Get List of Scalar Functions?
  141. Query to Get List of Table Valued Functions?
  142. How we can Get List of Triggers?
  143. Query To Get The Column Name,DataType, And Length of columns in a Tables?
  144. Query to Select n Rendom Records From a Table in the Database?
  145. Query to Get List of Views?
  146. Query to display List of All Databases in SQL Server 2005/2008?
  147. How to get values of identitycolumn when you are not sure about the column name which is identity column?
  148. What is the name of store procedure to send Email using SQL Server 2005/2008?
  149. I need to Add one column in a existing table and the max value of the column can be 10, which data type i need to use for that?
  150. How we can add Description to the Column using Sql Command?
  151. How To Update Description Value for a Column in Table using SQL Command?
  152. How To Delete Description Value for a Column in Table using SQL Command?
  153. How To Get Description Value for all Column in Table using SQL Command?
  154. How To Get Description Value for Single Column in Table using SQL Command?
  155. How we can Create a .SQL File for the Store Procedure in SQL Server 2005?
  156. How We can get the DB name using SQL Command?
  157. What is the use of Set NOCOUNT ON;?
  158. What is the system table that holds the Store Procedure Script?
  159. How we can implement Row lock explicitly in SQL Server?
  160. What is the name of the table from which we can get the Locking information in SQL Server?
  161. Can we use shared lock with Update Statement?
  162. What is the name of the System table from where we can read the Master Files (.mdf, .ldf) Path?
  163. Name of the table that contains the Configuration value of SQL Server ?
  164. What is the Name of table that contains available data type in SQL Server?
  165. What is the use of WAITFOR in SQL SERVER ?
  166. What is the name of the Store procedure to get the listing of current users?
  167. Maximum number of parameters you can pass in a Store procedure in SQL Server 2005?
  168. Are DDL Triggers available with SQL Server 2005 ?
  169. How to pass table name as stored procedure parameter in SQL Server 2005 (Write stored procedure) ?
  170. What is referential integrity in SQL Server ?
  171. What maximum size of row is allowed in SQL Server ?
  172. Write a SQL Statement to Get the Definition of the System Store Procedures?
  173. Write a Query in SQL Server to get the Parameter list of given Store Procedure.
  174. Which system procedure is used to find out lock details about the databases, it's table and procedures.
  175. Which system table holds the details of all the processes running on the Microsoft sql server?
  176. How can we find the open transactions details in sql server?
  177. What is the name of command in sql server 2005 which is used to kill any process?
  178. Name of the command to view the current amount of free (unallocated) space in the database in SQL Server?
  179. What is the command name to shrink the data file and log file size in SQL server 2005?
  180. What are magic tables?
  181. What is difference between RANK and DENSE_RANK.
  182. What will you do if you need to create clustered index on more than one field? Is it possible?
  183. Can you control concatenation of string values with null values? How ?
  184. This is used to terminate a query when an overflow or divide-by-zero error occurs during query execution…
  185. SET NOCOUNT specified settings are in effect at…
  186. SET OFFSETS specified settings are in effect at…
  187. To terminate SQL Server immediately, used is…
  188. Return type of RAND() is...
  189. Write and justify output of - select nullif('test','test')
  190. How to get date of 234 days back in SQL?
  191. What is SIGN() ?
  192. SQL_VARIEANT datatype column can be any datatype except?
  193. Which of the following is a Large object Binary Data Type?
  194. Which of the following is a Large object data type?
  195. INNER JOIN cannot be used without the
  196. select COUNT(column_name) from table_name counts only
  197. Which of the following is a Aggreate Function?
  198. What will be the OutPut of the following Query?

    Select CELING(7.69) as number
  199. How you will create a UNIQUE Constraint when the table is already created?
  200. what is CHECK Constraint?
  201. Write query with which you can achieve paging from SQL side.
  202. How can you insert multiple rows together in a single insert statement for a table?
  203. Tell name of the system procedure to create and drop linked server in SQL SERVER?
  204. How will you delete all records of table other then recently added 10 records?
  205. How can you declare and initialize variables in a single line with SQL Server ?
  206. Which are the five types of SQL table objects?
  207. What is XQuery?
  208. What is sp_XML_Preparedocument procedure?
  209. What is sp_XML_RemoveDocument procedure?
  210. What is FOR XML clause in SQL?
  211. In which table, SQL SERVER stores the user name and password used for connection?
  212. Does Views occupy memory?
  213. Clustered Index vs NonClustered Index.
  214. What is Index?
  215. Difference between DELETE and TRUNCATE commands ?
  216. What is the difference between a HAVING CLAUSE and a WHERE CLAUSE ?
  217. What is COMMIT and ROLLBACK statement in SQL
  218. What are the different types of Locks
  219. What is the difference between UNION ALL Statement and UNION
  220. How to get number of Maximum connection can be establish to SQL
  221. What is a Join in SQL Server?
  222. What is the Magic Tables in Sqlserver2000?
  223. What is the use of COALESCE function in SQL Server ?
  224. What type of Authentication does Microsoft SQL Server support?
  225. What is the difference between "dynamic SQL" and "stored procedure" ?
  226. How to determine the service pack currently installed on SQL Server?
  227. More than one IDENTITY column per table can be exist in SQL Server . (True /False)
  228. Is “FOR” available with SQL ?
  229. What is Wildcard character in SQL Server ?
  230. What are the major new features in SQL Server 2008 ?
  231. I have a table with 10 columns. I need to display name column as textfield and Id column as value field in the drop down.



    Write the best possible query to get the records.
  232. What is the use of COALESCE function in SQL Server ?
  233. How do you Change Stylesheet Dynamically using Javascript?
  234. I need to automate some works in SQL Server depending on the time. How can you do this
  235. Tell me some system defined procedures
  236. How do we list all Databases in a server using query?
  237. How do we List all table names?
  238. How do we list all column names of a table?
  239. What are the steps to create a stored procedure?
  240. What is ASCII method?
  241. How do we convert money to character?
  242. How do we find the duplicate records of a table?
  243. How do we find the last date of current month?
  244. What is a table variable in T-SQL?
  245. Tell me the difference between temporary table and table variable?

    Which is better?
  246. Write a sample syntax of table variable?
  247. How to execute the stored procedure?
  248. What is the use of Dense_Rank in Sqlserver?
  249. How to rename a database in SQLserver?
  250. How do we Unlock Particular User in Sql Server
  251. What is the purpose of DATENAME fucntion?
  252. What is BCP?
  253. What is DTS?
  254. Which one is faster? BCP or DTS?
  255. Which has more provisions for the export/import functionality? Whether we can customize the data through BCP?
  256. How do we get Current Months First Day?
  257. What is compute in sql server?
  258. What is a COMPUTE BY statement?
  259. What is the use of @@CONNECTIONS statement?
  260. What is the use of @@CPU_BUSY statement?
  261. What is the use of @@LANGID?
  262. What is the use of @@VERSION statement?
  263. What is the purpose of @@SERVERNAME statement in T-SQL?
  264. What is the purpose of @@FETCH_STATUS statement in T-SQL?
  265. What is Modulo EQUALS statement in SQL server?
  266. What is the use of @@ROWCOUNT?
  267. What is the maximum number rows can be returned in SqlServer by the @@ROWCOUNT?
  268. If the rows are more than 2 billion, how can I set the rowcount?
  269. How do we handle errors in SQL Server?
  270. How do we raise the error message?
  271. Can we have Try catch in Sqlserver?
  272. What is the syntax of try catch?
  273. How can we cancel a transaction?
  274. What is the purpose of @@LANGUAGE statement?
  275. What is the use of @@IDLE in Transact-SQL?
  276. What is Replication and Database Mirroring?
  277. What is OLTP (Online Transaction Processing)?
  278. When is the use of UPDATE_STATISTICS command?
  279. What is SQL Profiler?
  280. What is Log Shipping?
  281. How to get @@ERROR and @@ROWCOUNT at the same time?
  282. Can SQL Servers linked to other servers like Oracle?
  283. What is BCP? When does it used?
  284. What are sp_configure commands and set commands?
  285. How to implement one-to-one, one-to-many and many-to-many relationships while designing tables?
  286. What is an execution plan? When would you use it? How would you view the execution plan?
  287. What is ACID ??
  288. How can u pick random records from SQL table ?
  289. Efficiency comparison of EXISTS and IN
  290. Can you compare two SQL fields with datatype "text" by using equal "=" operator
  291. What are the three levels of data abstraction?
  292. What is the output of the following query?

    SELECT TRUNC(1234.5678,­2) FROM DUAL;
  293. What is the error in the following command?

    DROP TABLE &TABLE_NAME;
  294. What is the use of DATEDIFF function in SQL?
  295. What is the use of DATEPART function in SQL?
  296. Which function is used to find the largest integer less than or equal to a specific value?
  297. What is the use of DESC in SQL?
  298. Which option is used to drop constraints specified on the table?
  299. MONTHS_BETWEEN date function is used for what purpose?
  300. Which command is used to create a table by copying the structure of another table?
  301. What is the difference between TRUNCATE and DELETE commands?
  302. What are the privileges that can be granted on a table by a user to others?
  303. !=, <>, ^= all denote the same operation. It is True of False
  304. What are the wildcards used for pattern matching?
  305. Which command displays the SQL command in the SQL buffer, and then executes it?
  306. Which system table contains information on constraints on all the tables created?
  307. Which command executes the contents of a specified file?
  308. Which operator performs pattern matching?
  309. Is SQL case sensitive?
  310. What command is used to get back the privileges offered by the GRANT command?
  311. What is the default language of SSIS Script Task?
  312. How many maximum Clustered indexes on a table ??
  313. Is primary key Clustered or Non - Clustered Index in MS SQL
  314. What is fixed-length & variable-length characters? Tell me their differences??
  315. What is Powershell ?
  316. What is SqlBulkCopy in ADO.NET?
  317. How do you map a column in SqlBulkCopy?
  318. What is a cube?
  319. What is the full form of KPI?
  320. In Analysis service what is the technology used define the expressions?
  321. How To know your SQL Server Version in SQL command prompt ?
  322. What is the use of xml datatype in SQL Server?
  323. What is the maximum size of data we can store in the image type of SQL?
  324. What is the difference between .rdl and .rdlc report.
  325. Can we create DTS Package in DTS package in SQL Server 2005 or higher version?
  326. What is SSIS
  327. Can we write Scripting Language like VB Script and JavaScript in SSIS Package?
  328. Name of the containers in SSIS?
  329. Can we use Oracle Database as source or destination Database in SSIS?
  330. Adding months to a Date in SQL ??
  331. Adding minutes to a date ??
  332. Adding year to a date ??
  333. How to get the month value/month part from the given Date?
  334. How to get the Day part from the given Date?
  335. How to get the year part from the given Date?
  336. How to get the number of quarter from given date?
  337. Which function is used to convert the integer value into spaces?
  338. Which function performs the opposite function of CEILING function in SQL Server?
  339. Why FLOOR function is used?
  340. Which function is used to know the database name by giving the database ID?
  341. How to know the ID of a database?
  342. Which function is used to perform a full text search on a column?
  343. Which function is used to know the current active user within the host Operating System?
  344. What is the use of MOD function?
  345. Name the full-text predicates in SQL server
  346. Name the ROW-Valued-Functions in Full Text Search
  347. What are the various transaction isolation levels ?
  348. What are the variuos lock types ?
  349. How can we check the locks defined in a DB ?
  350. Which function is used to know the database property in SQL Server.
  351. What is the use of CHAR function?
  352. What is the use of APP_NAME()?
  353. Can we create Web service in SQL Server 2005?
  354. will the increase in the size of viewstate will affect the performance of the page?
  355. What is the page size of Index Page ?
  356. Name the table where the Index information is saved
  357. Which Editor we can use to create the SSIS Packages?
  358. How we can check the database permission for any user?
  359. How we can deploy SSIS?
  360. What the value of Identity_Insert to be set for letting the insertion in the identity column ?
  361. Can we have option to use configuration file in dts package?
  362. Can we use Configuration file in SSIS Packages?
  363. Name of the task that is used to execute batch file in SSIS package?
  364. Which Task in SSIS is used to perform operation on a file or directory?
  365. What is the result of "SELECT 2/2/4" in SQL ?
  366. Difference between Table Variable (@tbl) and temporary table (#temp or ##temp

    )
  367. Can we execute "BCP" command directly in the SQL Server Management studio?
  368. Can we restore the database forcefully when it is in use via SQL script?
  369. Is it possible to find out .mdf and .ldf file name from the backup(.bak) file? If yes, then how?
  370. Select * from table1,table2
  371. How we can specify the first day of the week?
  372. How to get the value of first day of the week?
  373. What is Tabular Value Function ?
  374. What is two-phase commit?
  375. How many Evaluation Modes are there in "SQL Server 2008 - Policy Based Management" ? Which mode is manual ?
  376. What is the Product code (Internal Code) for "SQL Server 2005", "SQL Server 2008" and "SQL Server 2008 R2" ?
  377. What is the difference between Host_Name() and ServerProperty('MachineName') Functions ?
  378. How will you Enable / Disable Resource Governor Using T-SQL in SQL Server 2008 ?
  379. What is the use of "SET NOCOUNT ON;" in SQL Server?
  380. How will you calculate maximum range of "INT" Data Type ?
  381. When will you go for SQL Server Authentication instead of Windows Authentication ?
  382. When will SQL Server throw an Error: "MSSQLSERVER ERROR 576" ?
  383. What is Instance-aware and Instance-unaware Services in SQL Server ?
  384. What is the difference between following two statements ?

    1. SELECT 'DotnetFunda' 'SQL Server'



    2. SELECT 'DotnetFunda' = 'SQL Server'
  385. What is "Locking" concept in DBMS?
  386. What is a "dead lock"?
  387. What is "Functional Dependency"?
  388. Difference between Database Migration and Upgradation ?
  389. How will you validate whether the linked server properly configured / not ?
  390. SQL Server connection is terminated after the query completes. Why ?
  391. What is constant folding ?
  392. What is Forced Service ?
  393. Which objects can not be specified "FORCESEEK" table hint from the following list ?
  394. A Foreign Key constraint can be defined to reference the columns of Non Primary key column ?
  395. What is Self-referencing table ?
  396. Can a FOREIGN KEY constraint reference the column in tables in the different database ?
  397. How to identify the "Full-Text search Installed or Not" on your current instance of SQL Server ?
  398. What are the key points to be followed when implementing Full-Text Search on View ?
  399. How to Enable / Disable the Full-Text Index created on a View / Table ?
  400. What is Delegation in SQL Server ?
  401. What is "Double Hop" in SQL Server ?
  402. How to respond to a Full Transaction Log Error in SQL Server ?
  403. Maximum How many Row(s) will be there in Sys.Indexes view for Each table in SQL Server 2008/2008 R2 ?
  404. What does the Group By clause mean when used in databases?
  405. What do these keywords mean with respect to Sql Server?

    a) @@Identity

    b) @@Rowcount

    c) @@Error
  406. What is Stored Procedure? What is the advantage of these?
  407. What is error handling in stored procedures of SQL Server 2008?
  408. Describe how you can optimize stored procedures in SQL Server?
  409. Describe what is trigger in SQL Server?
  410. How can you describe RDBMS?
  411. I could not see the Maintenance Plans when I login into my LoginID, But its showing in some other LoginId, Why ?
  412. How to run Maintenence Plan using script ?
  413. How to execute a SQL Job using script ?
  414. How to identify the SQL Server Start/Restart Date & Time ?
  415. How to identify the Total/Available/Used Physical Memory in database server using script ?
  416. Which SQL Server Profiler event enables to trace the users involved in Deadlock cycle ?
  417. How do you install SQL Server to take advantage of Microsoft Server Clustering ?
  418. What are the various options to move the data/databases ?
  419. What are the restrictions apply to compressed backups ?
  420. How to enable compressed backup ?
  421. What are the performance counters used to monitor the Backup I/O performance ?
  422. What is Network model?
  423. Explain about the hierarchical model of database?
  424. Explain what is object oriented databases?
  425. Explain about XML databases?
  426. Write disadvantage of File Processing System and what are the advantages of Database over File Processing System?
  427. Define Rollback and Rollforward?
  428. Define Concurrency and Concurrency control? Explain what are the different techniques?
  429. What is a Database Transaction?
  430. What is the difference between a Database Administrator and a Data Administrator?
  431. What is difference between SUBSTR and INSTR in the SQL?
  432. What is the difference between =, == and ===?
  433. What is a VIEW in Sql Server?
  434. How the SELECT statement parsed/executed by the SQL Server engine ?
  435. What is the purpose of Model database ?
  436. Can we work on both (After) and (InsteadOf) Triggers in SQL on a single table?
  437. How will you create a DML Trigger?
  438. Difference between Backup Dump and Backup Device ?
  439. To identify the Expiration date of database backup file
  440. What is the exact use of PIVOT in sql server ?
  441. What do you meant by an UnPivot element in sql server?
  442. Limitations of using AWE Memory in SQL Server
  443. Difference between PAD_Index and FillFactor ?
  444. What are the Advantages of using SQL Triggers ?
  445. What are the Disadvantages of using SQL Triggers ?
  446. What is UNIQUE KEY constraint
  447. What are cross joins?
  448. What is a view?
  449. What are the index combination's a table can have?
  450. What is an index?
  451. How the indexing is getting worked?
  452. Difference between VARCHAR and NVARCHAR
  453. What is normalization?
  454. What is the maximum number of parameters SQL Stored procedure can have?
  455. Difference between "RID" and "KEY" lock(s) in SQL Server
  456. Which recovery model is required for a replication in SQL Server ?
  457. What are the advantages of using Stored procedure
  458. Difference between char and varchar data types in Sql Server?
  459. Difference between Triggers and Stored procedures
  460. Whiach of these statements is not supported in Dynamic cursors?
  461. Can we reset the identity column?
  462. What are derived Tables?
  463. Which of these statements cannot be written inside the block



    Begin tran



    Commit Tran
  464. What is set_quoted_identifier?
  465. Difference between Identity column and Primary Key?
  466. What are the different authentications in sql server
  467. What are computed Columns?
  468. Difference between count(*), count_big(*) and count(<some columnname>
  469. Name the sql function that returns the sql object identification number?
  470. Difference between HAVING and WHERE Clause
  471. Difference Between Union and Union All
  472. What are all the SQL Server JOBs involved in LogShipping - SQL Server
  473. Can we use order by clause when defining a view?
  474. What is the difference between Stored Procedure and Function?
  475. Which of these must be there in the delete command?
  476. How to insert a single row only in a table
  477. Difference between local and global temporary tables:?
  478. What are the steps you will take to improve performance of a poor performing query?
  479. Can we use TOP with UPDATE and DELETE on partitioned views?
  480. What are SQL SERVER INTEGRATION SERVCIES(SSIS) ?
  481. How to find SQL SERVER SCRIPTING DUPLICATES ?
  482. what is Schemabinding View.
  483. How many Foreign key can i have in my MS sql table ?
  484. How many tables can be used in a single SELECT statement ? Have you tested that ?
  485. In MSSQL What is ISNULL() function? how do we use it?
  486. For execution of DML statement in a view, view need to contain ?
  487. sql statement which returns all columns of table with no row(assuming that table has more than 3000 row).
  488. What does this return ?

    declare @adress varchar = 'India'

    select @adress
  489. What are Deterministic and Non deterministic Functions?
  490. Can you set firing order in triggers and in instead of triggers?
  491. Can we alter the flow of the execution in SQL Server ?
  492. Reverse string with out using in build function
  493. What is the purpose of "sp_resetstatus" system stored procedure ?
  494. What are all the ways to connecting Locally on the Server ?
  495. How to force the protocol(NamedPipe or TCP/IP) connection when connect locally on Server ?
  496. In SQL Server, between Windows Authentication and SQL Server Authentication, which one is trusted and which one is untrusted?
  497. Once we switched from SIMPLE Recovery model to FULL or BULK_LOGGED recovery model, what are all the recommendations ?
  498. Difference between Composite , Candidate and alternate keys ?
  499. Delete duplicate rows on table with/without primary key in Sql Server 2005
  500. Which character is said to be WildCard Character in SQL ?
  501. When we are transferring records from one database to another database so now if we use SqlBulkCopy class to transfer the records then which scenario we need to handle ?
  502. What are CRUD operations in database?
To get the answers of these SQL Server Interview Questions. click here.
Protected by Copyscape Duplicate Content Check

Software Testing - Quality Assurance Interview Questions

List of Software Testing - Quality Assurance Interview Questions. To get the answers of these Software Testing - Quality Assurance Interview Questions. click here.
Protected by Copyscape Duplicate Content Protection Tool
  1. What is Penetration test?
  2. What is black box testing
  3. What isWhite box testing?
  4. Difference between blackbox testing and whitebox testing
  5. What is Gray-box testing?
  6. What is Acceptance Testing?
  7. What is Ad Hoc Testing?
  8. What is Application Binary Interface (ABI)?
  9. What is Bottom Up Testing?
  10. What is Boundary Testing?
  11. What is CMM?
  12. What is Cause Effect Graph?
  13. What is Integration Testing?
  14. What is Performance Testing?
  15. What is Defect Measurement?
  16. Through Defect Measurement what are all the factors are measured?
  17. What is MTBF?
  18. What is Alpha and Beta Testing ?
  19. What is STLC? Explain about the steps of STLC?
  20. What is Error, Bug and Defect?
  21. What is DEFFERED State in QA ?
  22. What are the main advantages of Manual Testing over Automation Testing ?
To get the answers of these Software Testing - Quality Assurance Interview Questions. click here.
Protected by Copyscape Duplicate Content Check

Silverlight Interview Questions

List of Silverlight Interview Questions. To get the answers of these Silverlight Interview Questions.click here.
Protected by Copyscape Duplicate Content Protection Tool
  1. Is ADO.NET objects supported in Silverlight Project?
  2. Can we add normal project reference (normal class library) to the Silverlight project?
  3. How can style elements be applied? (similar to a CSS file/skins)
  4. Can you provide a list of Layout Management Panels and when you will use them?
  5. How to set Silverlight contents width as 100%?
  6. Which language is used to design the layout in Silverlight?
  7. Which programming language can be used to write the backend of the Silverlight application?
  8. When you create a new project in Silverlight through Visual Studio, how many xaml files are created and what are the uses of those files?
  9. How to change the default page of the Silverlight application?
  10. What is the parent xaml tag of Silverlight page?
  11. What is the use of ClientBin folder?
  12. What is the .xap file inside ClientBin folder of consuming Silverlight application?
  13. What is Silverlight.js file?
  14. Can we add the reference of a Class library project in Silverlight application project?
  15. How to perform Event handling in silver light?.
  16. What is the difference between WPF and SilverLight?
  17. What is name of Linux version of silverlight ?
  18. What is RIA?
  19. What are the differences between WPF and SilverLight ?
  20. What is SilverlLight RunTime?
  21. What is App.xaml?
  22. What is the use of the ClientBin folder?
  23. How can you change the startup page of SilevrLight application?
To get the answers of these Silverlight Interview Questions.click here.
Protected by Copyscape Duplicate Content Check

SharePoint Interview Questions

List of SharePoint Interview Questions. To get the answers of these SharePoint Interview Questions.click here.
Protected by Copyscape Duplicate Content Protection Tool
  1. what is a web part?
  2. What are the advantages of SharePoint Portal Services (SPS) over SharePoint Team Services (STS)?
  3. what is CAML?
  4. What are the types of input forms that can be created for a workflow ?
  5. What are ways to create input forms for workflow ?
  6. what is MOSS ?
  7. what is web part?and type
  8. how can debugging share point application and timer jobs ? with steps?
  9. What is Sandbox solution?
  10. What is the difference between Sandbox solution & farm solution?
  11. Why we use the properties.current.web instead of SPContext.Current.web in event receiver?
  12. Which are default master pages in Sharepoint 2010?
  13. What is the difference between CustomMasterUrl & MasterUrl?
  14. What is SharePoint Delegate Control?
  15. What are the zones in SharePoint?
  16. What is the Farm in SharePoint?
  17. What is WebApplication in SharePoint?
  18. What is a Site Collection in SharePoint?
  19. How the WSS3.0 basic installation differs from the advanced installation?
  20. How many web applications we can create on WSS server?
  21. How WSS 3.0 differes from MOSS 2007?
  22. What is CAML?
  23. What is the difference between Site Definition and Site template?
  24. What is BDC and how it is differ from BCS?
  25. What is Web part life cycle?
  26. How to Create a custom feature?
  27. Explain the Share Point Architecture.
  28. How to deploy wsp ?
  29. How do you configure outgoing E-mail?
To get the answers of these SharePoint Interview Questions.click here.
Protected by Copyscape Duplicate Content Check

Remoting, Web Services, XML, XSLT Interview Questions

List of Remoting, Web Services, XML, XSLT Interview Questions. To get the answers of these Remoting, Web Services, XML, XSLT Interview Questions. click here.
Protected by Copyscape Duplicate Content Protection Tool
  1. What is XSLT?
  2. What is XSL?
  3. What is CDF?
  4. What is complex data types?
  5. What is Data Source Object?
  6. What is DOM?
  7. What is Document Type Definition (DTD)?
  8. What is XML?
  9. What is SOAP?
  10. What’s a proxy of the server object in .NET Remoting?
  11. What are remotable objects in .NET Remoting?
  12. What is a formatter?
  13. What’s SingleCall activation mode used for?
  14. What’s Singleton activation mode?
  15. What security measures exist for .NET Remoting in System.Runtime.Remoting?
  16. What are the consideration in deciding to use .NET Remoting or ASP.NET Web Services?
  17. What is DOM?
  18. What is UDDI?
  19. What is WSDL?
  20. Describe the term Channel in .Net Remoting
  21. Describe the type of remotable objects in .Net Remoting.
  22. What are the remotable and non-remotable objects in .Net Remoting.
  23. What is the difference between well-formed and valid XML document?
  24. Describe the term Channel in .Net Remoting
  25. When would you use .NET Remoting and when Web services?
  26. How to Create And Delploy A WebService Using C#
  27. What is Remoting?
  28. What is singleton?
  29. What is singlecall?
  30. What are the facilities available in .NET to deal with XML.
  31. Difference between XMLDoc and XMLReader?
  32. Can two different programming languages be mixed in a single ASMX file?
  33. Is overloading possible in web services?
  34. Webservices are created with the following two files
  35. What are the properties of a [WebMethod ] attribute?
  36. Name the layers of the WebServices protocol stack?
  37. In XML What is CDATA Attribute?
  38. What is UDDI?
  39. Define XSLT and XPATH?
  40. Define XMLReader Class and XMLValidatingReader class?
  41. What are the differences between HTML and XML?
  42. What are the types of XML parsers?
  43. What is a valid XML document?
  44. Who determines the validity of an XML document?
  45. What is Web service protocol stack?
  46. What is XML-RPC?
  47. What does XML used for ?
  48. Advantage of using a Remote WebService ?
  49. What is SOAP Protocol?
  50. What components will be published when deploy a webservice application?
  51. What is the difference between well formed and valid XML documents?
  52. Which class is inherited by remote objects?
  53. What are channels in remoting?
  54. Differences between DTD and XSD.
  55. What is CDATA section in an xml document?
  56. Difference between an Element and Node in XML .
  57. Which of these claases are used for type conversion betwen XSD Types and CLR Types?
  58. What is XML serialization?
  59. What is SAX ?
  60. What are VSDISCO files and what is the use of it ?
  61. What is the use of Diffgram ?
  62. Which is the most widely used web-server?
To get the answers of these Remoting, Web Services, XML, XSLT Interview Questions. click here.
Protected by Copyscape Duplicate Content Check

Project Management Interview Questions

List of Project Management Interview Questions. To get the answers of these Project Management Interview Questions.click here.
Protected by Copyscape Duplicate Content Protection Tool
  1. What is project management?
  2. Who is a stakeholder ?
  3. What is a project baselines ?
  4. What is effort variance?
  5. How do you handle change request?
  6. What is difference UTP in testing ?
  7. What is waterfall model?
  8. What is V-Model ?
  9. What is Dual Vee Model?
  10. Whic institute offers PMP Certification?
  11. What are the different phases of SDLC?
  12. You have been hired as a project manager for a bank. The banks wants you to design and develop custom online bill pay software so that its customers can pay their bills online.You are ready to begin the activity definition of your project. You have

    identifies the scope statement, the WBS, and talked with the SME’s. In addition, for security reason, you have been informed that project team members must NOT have criminal history. In addition you’ve requested that the bank purchase the necessary transaction processing software, although the software is not yet available. What else do you need before you begin activity definition?
To get the answers of these Project Management Interview Questions.click here.
Protected by Copyscape Duplicate Content Check

Pattern and Practices Interview Questions

List of Pattern and Practices Interview Questions. To get the answers of these Pattern and Practices Interview Questions.click here.
Protected by Copyscape Duplicate Content Protection Tool
  1. What is Prototyping?
  2. What is Test-Driven Development (TDD)?
  3. What is Domain-driven design(DDD)?
  4. What is SRP?
  5. The IHttpHandler and IHttpHandlerFactory interfaces ?
  6. What are design patterns
  7. What is Service Oriented architecture
  8. How to avoid adding "Smart Tags" to your page when displayed by XP server ?
  9. How many design patterns are there and what are they?
  10. What is MVC Pattern?
  11. Difference between a Layer and Tier?
  12. In what scenarios we should not use Design Patterns ?
To get the answers of these Pattern and Practices Interview Questions.click here.
Protected by Copyscape Duplicate Content Check

General .net Interview Questions

List of General .NET Interview Questions. To get the answers of these General .NET Interview Questions. click here.
Protected by Copyscape Duplicate Content Protection Tool
  1. What is agile software development?
  2. what is software development lifecycle
  3. what is 3-tier architecture
  4. What is UML?
  5. What’s the difference between // comments, /* */ comments and /// comments?
  6. What is the difference between scripting language and programming language?
  7. What is "M" language?
  8. Which is not the step to create custom SOAP (Simple Object Access Protocol) header class?
  9. 1.Tell me about yourself and other related questions
  10. Is it possible to hide or mask the extension with other extension of file in address bar in browser using coding?
  11. What result will you get from running the following script:



    [CODE]CREATE TABLE Patient

    (

    PatientId int IDENTITY(1,3) PRIMARY KEY,

    Name varchar(50)

    )



    INSERT Patient VALUES('Hollan Daise')

    INSERT Patient VALUES('Amy Dexterous')



    TRUNCATE TABLE Patient



    INSERT Patient VALUES('Hollan Daise')

    INSERT Patient VALUES('Amy Dexterous')



    DELETE FROM Patient



    INSERT Patient VALUES('Hollan Daise')

    INSERT Patient VALUES('Amy Dexterous')



    SELECT MAX(PatientId) FROM Patient



    DROP TABLE Patient

    [/CODE]
  12. What is Waterfall Model?
  13. VBScript variable names cannot exceed
  14. What is the abbrevation of SDLC?
  15. What are the phases in the Systems Development Life Cycle?
  16. What is Unified Process?
  17. Tell me an example for the Unified Software Development Process model?
  18. What is Work system framework?
  19. What's P-Modeling Framework?
  20. What is the abbrevation for RAD?
  21. Explain Rapid application development?
  22. What is the abbrevation for UML?
  23. What's the purpose of UML?
  24. What's the abbrevation of OOA & OOAD?
  25. What is Object-oriented analysis and design ?
  26. What is Agile software development methodology?
  27. List out some of the Agile methodologies?
  28. List out some of the Agile followed practises?
  29. What is Agile Modeling?
  30. What is Extreme Programming(XP)?
  31. What is Test-driven development method?
  32. What is Agile Unified Process model?
  33. What is Agile Data Method?
  34. What's the abbrevation of DSDM? Explain DSDM?
  35. What is Feature Driven Development model?
  36. What is the Scrum model?
  37. What is Lean software development method?
  38. In Microsoft Windows XP, XP stands for what?
  39. What is the type of the algorithm used in solving the 8 Queens problem?
  40. What is DirectX?
  41. Which is the suitable and efficient data structure to create a tree?
  42. What is the use of CEILING function in ORACLE?
  43. What is XSLT?
  44. URL is Composed of?
  45. Full form of URL ?
  46. Which is called as "Soroban"?
  47. How a pointer stores address?
  48. Give the Expansions of COM,IDL,GUID,DNA,MSMQ,MTS,UDA,IIS,ISA,NLB
  49. what you meant by COM?
  50. What is HRESULT?
  51. Which Command is used for viewing the windows registry contents? Mention some of the registry keys?
  52. What you mean by Presentation Logic, Business Logic, Data Tier?
  53. How do you set an example as a Team Leader to your Team Members?
  54. How do you plan and start your work day?
  55. Give the Expansion of WSDL, JSON, DSML, PNRP, WPF, WCF, WWF, LINQ
  56. What is Add-Ins?
  57. What is XCopy?
  58. What is the purpose of a bootstrapper application?
  59. A simple concatination example of string column with an arbiturary string in Oracle.

    Or

    Which operator in oracle is used to concatinate string column with an arbiturary string.
  60. Give the Expansions of CORBA,RMI,RPC,WSDL,SDL,IDL,NASSL,WDS ,UCS,UTF
  61. What is Cryptography?
  62. Differences between Window Services and Window Applications
  63. Differences between a GroupBox and a Panel.
  64. What is errorprovider?
  65. Which controls do not have events?
  66. Can we copy a COM dll to GAC Folder?
  67. How can we call unmanaged code through .NET?
  68. Difference between http and https
  69. Which property of a Windows Form TextBox cannot be changed dynamically?
  70. How controls are created and events fired on a Windows Form?
  71. Difference betweem MouseDown, Click,MouseClick events in Windows applications.
  72. How can we display the contents of an enum in a ComBoBox?
  73. How can we display WindowListing in .NET?
  74. How can we view the ColumnHeaders in a ListView Control?
  75. How can we display check boxes in a List View control?
  76. What is Code Instrumentation?
  77. What is BSON ?

  78. How can a function accepts variable mumber of arguments in C ?
To get the answers of these General .NET Interview Questions. click here.
Protected by Copyscape Duplicate Content Check

OOPS Interview Questions

List of OOPS Interview Questions. To get the answers of these OOPS Interview Questions.click here.
Protected by Copyscape Duplicate Content Protection Tool
  1. What is Polymorphisms?
  2. What is Abstract method?
  3. What is Virtual method?
  4. Can Struct be inherited?
  5. What is Object?
  6. What is Class?
  7. What is Static field?
  8. What is Static Method?
  9. What is Inheritance?
  10. What is Virtual keyword?
  11. What is New modifiers?
  12. What is Abstract Class?
  13. What is Sealed modifiers?
  14. What is an Interface?
  15. When to use Interface over abstract class?
  16. What is pure virtual function?
  17. Can we specify the access modifier for explicitly implemented interface method?
  18. What is Protected access modifier in C#?
  19. What is Public access modifier in C#?
  20. What is Private access modifier in C#?
  21. What is Internal access modifier in C#?
  22. What is Protected Internal access modifier in C#?
  23. Default Access modifiers in C#?
  24. What is method overloading?
  25. What is Overriding?
  26. What is Method overloading?
  27. What is Method Overriding? How to override a function in C#?
  28. Can we call a base class method without creating instance?
  29. In which cases you use override and new base?
  30. Difference between new and override keyword?
  31. What is a private constructor? Where will you use it?
  32. Can we declare private class in a Namespace?
  33. What is Polymorphism?
  34. What Are Attributes in DotNet?
  35. What can you do to make class available for inheritance but you need to prevent it's method to come in inheritance chain?
  36. What's the Difference between Interface and Abstract Class
  37. What are the various types of Constructors
  38. What are Constructors ?
  39. When to Use Abstract Classes and When Interfaces.
  40. Diversities between an abstract method & virtual method ?
  41. What is Early binding and late binding?
  42. Difference between ASP Session and ASP.NET Session?
  43. Illustrate Server.Transfer and Response.Redirect?
  44. How's method overriding different from overloading?
  45. What does the keyword virtual mean in the method definition?
  46. Can you declare the override method static while the original method is non-static?
  47. Can you override private virtual methods?
  48. Can you prevent your class from being inherited and becoming a base class for some other classes?
  49. Can you allow class to be inherited, but prevent the method from being over-ridden?
  50. Why can't you specify the accessibility modifier for methods inside the interface?
  51. Static datamembers should be initialized inside the constructor. True or False.
  52. Static methods can not use non static members. True or False.
  53. A constructor can be private. True or False
  54. What is the work of a constructor?
  55. Name the operators that cannot be overloaded.
  56. OOps Interview
  57. What is "this" pointer?
  58. public class Base

    {

    public virtual void foo(int x)

    {

    Console.WriteLine("Base foo(int)");

    }

    }



    public class Derived: Base

    {

    public void foo(int x)

    {

    Console.WriteLine("Derived foo(int)");

    }

    }



    class Program

    {

    static void Main(string[] args)

    {

    Derived d = new Derived();

    int i = 10;

    d.foo(i);

    }

    }
  59. Difference between sealed and static classes
  60. Differences between a structure and class
  61. What are the different ways a method can be overloaded?
  62. Difference between a Class and an object
  63. Define OOPS. What are its benefits?
  64. Can we have Sealed Method in abstarct class ?
  65. Can we have an Abstract class without having any abstract method ??
  66. Can we have Multiple Main Methods in one .cs file
  67. Which of these terms defines the hiding of an object's details from the other

    program?
  68. If the Function has same parameter but different return type (int and float), Is it a overloading?
To get the answers of these OOPS Interview Questions.click here.
Protected by Copyscape Duplicate Content Check

Networking Interview Questions

List of Networking Interview Questions. To get the answers of these Networking Interview Questions.click here
Protected by Copyscape Duplicate Content Protection Tool
  1. What is subnet?
  2. What is RIP (Routing Information Protocol)
  3. What is SLIP (Serial Line Interface Protocol)?
  4. What is logical link control?
  5. What is the range of IP address?
  6. What is Bandwidth?
  7. What is MAC address?
  8. What is RAID?
  9. What is point-to-point protocol?
  10. What is OSI reference model?
  11. What are the different layers of OSI model?
  12. What do you mean by network communication standards?
  13. What is difference between baseband and broadband transmission?
  14. What is Beaconing?
  15. What is attenuation?
  16. What is silly window syndrome?
  17. What is TCB(Transmission Control Block)?
  18. What is a routing table?
  19. What are the commonly used routing protocols?
  20. Internetworking Operating System(IOS) is used by which networking Device?
  21. What are the commonly used frequency bands for VSAT communication?
  22. What is an IP address?
  23. What is subnet mask?
  24. In an IP address can a network ID be 127?
  25. What are different switching methods used by a switch to send data?
  26. What is a Passive Hub?
  27. ST connectors or SMA connectors are used with which type of cable?
  28. What is datagram in a TCP/IP network?
  29. What are the factors that affect the performance of NIC?
  30. Synchronisation and Recovery in OSI model happens in which layer?
  31. How session layer in OSI model is responsible for Synchronisation and recovery?
  32. Which layer of OSI reference model is responsible for 'Encryption & Decryption' and 'Compression & Decompression'?
  33. By default, which TCP/IP port number do these applications run on?

    a) Sql Server

    b) HTTP

    c) HTTPS
  34. Generally IP addresses are converted into ?
  35. What is Synchronous Communication?
  36. What is Asynchronous Communication ?
  37. What is a Socket Class?
  38. What are the different metods present in Socket Class?
  39. How to get the IP address of the Client System ?
To get the answers of these Networking Interview Questions.click here
Protected by Copyscape Duplicate Content Check

LINQ Interview Questions

List of LINQ Interview Questions.To get the answers of these LINQ Interview Questions.click here.
Protected by Copyscape Duplicate Content Protection Tool
  1. What is a Lambda expression?
  2. What is LINQ?
  3. How LINQ is beneficial than Stored Procedures?
  4. Why Select clause comes after from clause in LINQ?
  5. What is the extension of the file, when LINQ to SQL is used?
  6. What is the LINQ file extension that interacts with Code Behind's objects.
  7. Why can't datareader by returned from a Web Service's Method
  8. What is the use of System.XML.XLinq.dll?
  9. What is the use of System.Data.DLinq.dll?
  10. Which assembly represents the core LINQ API?
  11. Which class's extension methods are used in LINQ to SQL?
  12. What is the benefit of using LINQ on Dataset?
  13. What are the advantages of LINQ over Stored Procedures?
  14. What is the disadvantage of LINQ over stored procedures?
  15. What are Quantifiers?
  16. Difference between XElement and XDocument
  17. When generating database mappings using LINQ to SQL, which tool allows you to create entity classes using a convenient graphical interface?
To get the answers of these LINQ Interview Questions.click here.
Protected by Copyscape Duplicate Content Check

jQuery Interview Questions

List of jQuery Interview Questions. To get the answer of these jQuery Interview Questions.click here.
Protected by Copyscape Duplicate Content Protection Tool
  1. What is Jquery?
  2. What does dollar Sign ($) means in JQuery?
  3. How is body onload() function is different from document.ready() function used in jQuery?
  4. What are the steps you need to follow to use jQuery in ASP.Net project?
  5. What is JQuery UI?
  6. What are features of JQuery or what can be done using JQuery?
  7. Name some of the methods of JQuery used to provide effects?
  8. JQuery is replacement of Java Script?
  9. What are the different type of selectors in Jquery?
  10. What are the advantages of JQuery ?
  11. How can you select all elements in a page using jQuery?
To get the answer of these jQuery Interview Questions.click here.
Protected by Copyscape Duplicate Content Check

JavaScript Interview Questions

List of JavaScript Interview Questions. To get the answers of these JavaScript Interview Questions.click here.
Protected by Copyscape Duplicate Content Protection Tool
  1. How to get value from a textbox?
  2. How to get value from dropdown (select) control?
  3. How to get value from RadioButtonList control?
  4. How to get CheckBox status whether it is checked or not?
  5. How to toggle display an HTML element?
  6. What Boolean operators are not supported by JavaScript?
  7. What does is Nan function do?
  8. Who Developed JavaScript?
  9. Which method is used to clear an Array in javascript?
  10. For generating random numbers we have to used the following function?
  11. JavaScript is interpreted by _________
  12. Which of the following is not considered a JavaScript keyword?
  13. What does the <noscript> tag do?
  14. What should appear at the very end of your JavaScript?



    The <script LANGUAGE="JavaScript">tag
  15. String Operations:

    What will be the Output of the Following Code

    var ContentURL="http://MySite1/online-tests/1111-First-questions";

    ContentURL= ContentURL.substring(ContentURL.lastIndexOf("/")+1,ContentURL.length);

    var LastIndex;

    if(ContentURL.indexOf('-')>-1)

    LastIndex=ContentURL.indexOf('-');

    else

    LastIndex=ContentURL.length;

    ContentURL= ContentURL.substring(ContentURL.lastIndexOf("/")+1,LastIndex);
  16. Name the DataTypes of JavaScript?
  17. Which method is used to convert a string to uppercase letters?
  18. What will be the Output of the following using JavaScript

    document.Write(Math.Round(6.7));
  19. Which method is used to Clear an array using JavaSctipt?
  20. Object can be assigned property by...
  21. I have regular expression for date: ^[0-1]{1,1}\d{1,1}/[0-3]{1,1}\d{1,1}/\d{4}$.

    what will be the correct output according to the above regular expression.



    suppose i want to print 20th of Oct , 2009
  22. What is the result of below given line of code in Java Script?

    5+4+'7'
  23. What is undefined value means in JavaScript?
  24. What is === operator in JavaScript and how it is different from == operator?
  25. Can Javascript code be broken in different lines?
  26. How to get the Scroll height and Width in JavaScript !!
  27. What is undefined variable?
  28. Is it possible make a call to server side event of any button using javascript?
  29. What is other equivalent option of document.getElementById() when you are working with Ajax?
  30. How can you set position of the page (Top and Left) to 0 using Javascript in one line code?
  31. Write a way by which you can do something on the close of the window ?
  32. How to create an Object in JavaScript ?
  33. Basic methods for opening a PopUp window using Javascript?
  34. What is JSON?
  35. Which object you would use for displaying the running text in the Statusbar?
  36. How can you detect the Client Operating System using Javascript?
  37. What is the data type of variables in JavaScript?
  38. What is negative infinity?
  39. if 2 methods have same name and same number of parameters, which one will

    be executed first?
  40. Difference between undefined and undeclared variables.
  41. Difference Json Arrary Vs Json Object ?
To get the answers of these JavaScript Interview Questions.click here.
Protected by Copyscape Duplicate Content Check

IIS Interview Questions

List of IIS Interview Questions.To get the answers of these IIS Interview Questions.click here.
Protected by Copyscape Duplicate Content Protection Tool
  1. What is the Role of IIS ?
  2. What are the different version on IIS that you have worked on ?
  3. What is Application Pool in IIS ?
  4. What is the Name of Default Application Pool in IIS ?
  5. What are the different types of Identity available in IIS 6.0 ?
  6. Name of default Identity of IIS6.0
  7. What is Recycling of Application Pool ?
  8. What are the main layers of IIS Architecture ?
  9. What is the Role of Http.Sys in IIS ?
  10. What are the different security settings available in IIS ?
  11. What is the default authentication settings for IIS ?
  12. What is web garden ?
  13. Where session data stores in case of "In-Proc" Session mode ?
  14. How we can create an web garden ?
  15. How we can debug a web application which is hosted on IIS ?
  16. How we can open IIS Configuration manager ?
  17. How we can create a Virtual Directory on IIS ?
  18. What are the permission settings are available for Virtual Directory ?
  19. What is the folder location for Virtual Directory ?
  20. What is the use of Enable Pinging Properties for Application Pool ?
  21. Does One Web Application can have multiple Application Pool ?
  22. Which version of IIS is available in Windows Server 2008 ?
  23. How we can save an Application Pool Settings?
  24. Which Tool is used for Remote IIS Debugging ?
  25. What are the different authentication mode available for IIS Remote Debugging ?
  26. How can we get the list of worker process running in IIS along with the Application pool name ?
  27. If there are multiple worker process running on IIS, then how can you attach a particular worker process for application ?
  28. Why do we need to IIS Remote Debugging ?
  29. Does IIS allows multiple user to Remote debug simultaneously ?
  30. What is the use of aspnet_regiis -i command ?
  31. Can we have multiple web sites on IIS ?
  32. Where is the default location for IIS Log files ?
  33. What is ISAPI Filter ?
  34. What are the major innovation in IIS 7.0 ?
  35. What is the Role of Windows Activation Process in IIS ?
  36. What are the different type of application pool available in IIS 7.0 ?
  37. Which is not an Identity of Application Pool ?
  38. Which application pool having maximum privilege on the server ?
  39. What is name of default application pool in IIS ?
  40. What are the worker process for IIS 5.1 and IIS 6.0 ?
  41. Name of the tool which is used for remote debugging of IIS
  42. What is Web Farm ?
  43. What is the default Identity of an Application Pool ?
  44. How can we set the default page for any web application ?
  45. How we can set the Idle Time out of an worker process ?
  46. Is there any alternative way to host site on IIS rather than opening IIS Manager ?
  47. Can we create one Application Pool From Another Application Pool ?
  48. What are the main components of SVCHost.exe ?
  49. What are the different way that we can hosted site on IIS ?
  50. How does IIS process an ASP.net request ?
  51. From where we can set the Session Time Out in IIS ?
  52. What are the different "Execution Permission" available for IIS for an virtual directory ?
  53. From where you can change the ASP.NET Version in IIS ?
  54. What is the latest version of IIS released with Windows 7
  55. What is the default user name of an anonymous login in IIS?
  56. How can we take back-ups in IIS Server?
  57. What is IIS metabase? And In which format IIS stors configurations?
  58. List of Error & Status codes in IIS 6.0?
  59. How to recycle application pool from the command prompt in IIS7?
  60. What are the Different steps to be followed to get SSL(Secure Sockets Layer) for our Web Application ?
  61. Which DLL is used to translate XML to SQL in Internet Information Services (IIS) ?
  62. What is the purpose of IIS application pools?
  63. what is Windows Process Activation Service ?
To get the answers of these IIS Interview Questions.click here.
Protected by Copyscape Duplicate Content Check

HTML, DHTML Interview Questions

List of HTML, DHTML Interview Questions. To get the answers of these HTML, DHTML Interview Questions. click here.

Protected by Copyscape Duplicate Content Protection Tool


  1. What is the full form of URI, URL, URN?
  2. Write code for a html table that will have one row and one column?
  3. Whys Html used extensively for creating websites
  4. Difference between GET and POST Metods
  5. Why to specify the alt value in the img tag?
  6. How to add javascript file reference in the web page?
  7. How to display the web page icon in the browser?
  8. How to refer the .css file in the web page?
  9. How to write bulleted point in HTML?
  10. How to display numbered list in HTML?
  11. How to create a DropDown list box?
  12. How to create a ListBox in HTML?
  13. Should we use table tag to design the layout of the webpage?
  14. What is the code to write bulleted and numbered list in HTML.
  15. What is <!DOCTYPE> defines in HTML?
  16. How FontSize and Font Size is differ in HTML?
  17. How to forbid autocomplete for a form ?
  18. What is the user of alt property in <img> tag?
  19. What is the use of title property of <img> tag?
  20. What should be the href property value of anchor tag in case we want to handle the click event
  21. What is the tag for moving text Up to down or left ot right or vise versa ?
  22. What is the marquee property for text to move from bottom to upside
  23. How do u manage the speed of <marquee> ??
  24. Which property will you use to restrict browser not to show the previous used values in the Textbox
  25. What's the AutoComplete property's value to Restrict the previous values used not to appear in the textbox in browser ?
  26. How can you restrict all the textbox's autocomplete to off in a form ?
  27. What is the use of page-break-after?
  28. What is the use of page-break-before
  29. what to do when my Flash Object or Flash Embed is coming over the other controls like drop down menus.
  30. What are differences between HTML and DHTML?
  31. A URL specifies which of the following functionalities ?



    (a) protocol used

    (d) domain name of server hosting web page

    (c) name of folder with required information

    (b) name of document formatted using HTML

    (e) the name of ISP
  32. Among all the services which are provided by World Wide Web which of the following comes under that ?

    (a)Encryption

    (b)HTTP

    (c)HTML

    (d)Firewalls
  33. What is the difference between <% %>, <%= %>, <%# %>?
  34. Can we have two body tags on a .html page?
  35. what are the different types of storage in HTML 5?
  36. Difference between XML and HTML.
To get the answers of these HTML, DHTML Interview Questions. click here.Protected by Copyscape Duplicate Content Check

CSS Interview Questions

List of CSS Interview Questions. To get the answers of these CSS Interview Questions, click here.

Protected by Copyscape Duplicate Content Protection Tool
  1. How to write conditional statement in CSS?
  2. How to write styles for all html elements of the same type?
  3. What are the possible values of the "Position" attributes?
  4. How to display a link without underline and display underline when mouseover on the link using CSS?
  5. How to float the image left side and let the page content fill right side and bottom in CSS?
  6. How to line break in CSS?
  7. How to page break after an html element in CSS?
  8. State some limitations of style sheets?
  9. How do I center block-elements with CSS1?
  10. What does CSS stand for?
  11. Explain inline, embedded and external style sheets .
  12. What are the values of "Position" attribute in CSS?
  13. What is the default value of "position" attribute in css?
  14. display and visibility properties are used to hide and show elements in any page. Then how they are different from each other?
  15. Can you specify more than one css class for any HTML element?
  16. What is the difference between specifying css class with # and .? i.e. #Class1 or .Class1?
  17. Is CSS case sensitive?
  18. What is embedded style? How to link?
  19. What is CSS rule 'ruleset'?
  20. What is ID selector?
  21. What is contextual selector?
  22. What are pseudo-elements?
  23. Is CSS case Sensitive?
  24. In HTML attributes, CSS properties which one take precedence over another?
  25. Which of these is a CSS pseudo class?

    A) .abc

    {

    color:green;

    }



    B) a:visited

    {

    color:green;

    }



    C) h1 h2

    {

    color:green;

    }
  26. Which HTML element is used to reference a style sheet on a.aspx page?
    To get the answers of these CSS Interview Questions, click here.


    Protected by Copyscape Duplicate Content Check

    C# Interview Questions

    List of C# Interview Questions. To get the answers of these C# Interview Questions, click here.
    Protected by Copyscape Duplicate Content Protection Tool
    1. What is static constructor?
    2. What is the use of Monitor in C#?
    3. What is lock statement in C#?
    4. Is overriding of a function possible in the same class?
    5. How to loop through all rows of the DataTable?
    6. What is an Array?
    7. What is an ArrayList?
    8. What is BitArray?
    9. What is HashTable?
    10. What is Queue?
    11. What is Stack?
    12. What is SortedList?
    13. What is Delegates?
    14. What is a collection?
    15. What is reflection?
    16. How is the DLL Hell problem solved in .NET?
    17. Are private class-level variables inherited?
    18. What’s the difference between the System.Array.CopyTo() and System.Array.Clone()?
    19. How can you sort the elements of the array in descending order?
    20. What class is underneath the SortedList class?
    21. Can you prevent your class from being inherited by another class?
    22. Can you allow a class to be inherited, but prevent the method from being over-ridden?
    23. What are the different ways a method can be overloaded?
    24. What is the use of CommandBehavior.CloseConnection?
    25. How to declare a property in a class?
    26. How to declare a property in an Interface?
    27. How to declare methods into an Interface
    28. How to load assembly from GAC?
    29. Difference Between dispose and finalize method?
    30. What does the term immutable mean?
    31. What’s the difference between System.String and System.Text.StringBuilder classes?
    32. Are private class-level variables inherited?
    33. What class is underneath the SortedList class?
    34. What happens if you inherit multiple interfaces and they have conflicting method names?
    35. Types of Errors ?
    36. Difference between classes and structures?
    37. How to convert a sentence into Title Case (Capitalize first character of every word)?
    38. How to sort an array into descending order?
    39. How to read entire stream contents?
    40. Write a single line of code to read the entire content of the text file.
    41. Write a single line of code to create a text file and write contents into it.
    42. What is the best way to add items from an Array into ArrayList?
    43. You pass a value-type variable into a procedure as an argument. The procedure changes the variable; however, when the procedure returns, the variable has not changed. What happened? (Choose one.)
    44. Which of the following is NOT Value type variable?
    45. You need to create a simple class or structure that contains only value types. You must create the class or structure so that it runs as efficiently as possible. You must be able to pass the class or structure to a procedure without concern that the procedure will modify it. Which of the following should you create?
    46. What is the correct order for Catch clauses when handling different exception types?
    47. Why should you close and dispose of resources in a Finally block instead of a Catch block?
    48. When should you use the StringBuilder class instead of the String class?
    49. Which of the following statements are false?
    50. Which of the following are not examples of built-in generic types?
    51. You are creating a generic class, and you need to dispose of the generic objects. How can you do this?
    52. Why should boxing be avoided?
    53. Structures inherit ToString from System.Object. Why would someone override that method within a structure?
    54. If there is no valid conversion between two types, what should you do when implementing the IConvertible interface?
    55. With strict conversions enabled, which of the following would allow an implicit conversion?
    56. Which are NOT acceptable ways to open a file for writing?
    57. Which of the following are types of changes that can be detected by the File-SystemWatcher?
    58. Which methods of the FileStream class doesn't affect the Position property?
    59. How do you not force changes in a StreamWriter to be sent to the stream it is writing to?
    60. Which of the following create a FileStream for writing when you want to open an existing file or create a new one if it doesn’t exist?
    61. What types of data can a GZipStream compress?
    62. What methods can not be used to create a new isolatedStorageFile object?
    63. An IsolatedStorageFileStream object can be used like any other FileStream object?
    64. Is String is Value Type or Reference Type in C#?
    65. What is Attribute Programming? What are attributes? Where are they used?
    66. What is the difference between Data Reader & Dataset?
    67. If I want to build a shared assembly, does that require the overhead of signing and managing key pairs?
    68. What is an application domain?
    69. What is garbage collection?
    70. Which namespace is required to use Generic List?
    71. What is top-level class?
    72. What is nested class?
    73. What is partial class?
    74. What is extension method in C#?
    75. Which type is inherited by Structs by default?
    76. Which type is inherited by Class by default?
    77. What is the default modifier for class in C#?
    78. By default which class is inherited by a class in C#?
    79. What is the default modifier for the class member?
    80. What is the use of var keyword in C#?
    81. What is anonymous type in C#?
    82. What is extension method in C#?
    83. Constructor and Destructor
    84. Differrence between Array.CopyTo() and Array.Clone()
    85. what is Static?
    86. Class A

      {

      static byte a;

      static short b;

      static char c;

      static int d;

      static long e;

      static string s;



      Public Static Void Main(String args[])

      {

      Console.WriteLine(a+b+c+d+e+s);

      }



      }
    87. What’s the advantage of using System.Text.StringBuilder over System.String?
    88. When do you absolutely have to declare a class as abstract?
    89. What’s a delegate?
    90. What’s a multicast delegate?
    91. What does assert() method do?
    92. What is a satellite assembly?
    93. can we declare a block as static in c#?
    94. How and why to use Using statement in C#?
    95. What is the name of C# compiler?
    96. What is object pooling?
    97. How to create a strong name?
    98. What is Global Assembly Cache?
    99. What is Partial Class?
    100. What is operators in C# and how many types of operators are there in c#?
    101. What is operator overloading in C#?
    102. What are Sealed Classes in C#?
    103. What are the access-specifiers available in c#?
    104. How to explicitly implement the interface method?
    105. How to declare a method in an Interface?
    106. How to write a method in a class and build as .dll
    107. How do I call a member method and pass a primitive type (Value Type) by

      reference?
    108. What is UDP and how does it work?
    109. How can I programmatically list available queues?
    110. Which is the Best one for using String concatenation?
    111. Difference between Static and ReadOnly?
    112. Which of the following is Mutable?
    113. HashTable Class is present inside which of the following NameSpace?
    114. In C# int Refer to?
    115. What is Microsoft Intermediate Language (MSIL)?
    116. What will be the output for the following:

      String str1="Hello";

      String str2=str1;

      str1=str1+"C#";

      Console.WriteLine(str2);
    117. Difference Between String and StringBuilder
    118. Which of the following class does not belong to Collection namespace ?
    119. What debugging tools come with the .NET Framework SDK?
    120. What are three test cases you should do while unit testing?
    121. A try block having 4 catch block will fire all catch block or not?
    122. In this Sample Code which catch block will be executed?

      try

      {

      int j=10;

      try

      {

      int i=10;

      j=j-i;

      j=i/j;

      }

      catch(Exception ex)

      {

      throw ex;

      }

      }

      catch(Exception ex)

      {

      throw ex;

      }
    123. Which keyword is used to prevent one class from being inherited by another class in C#
    124. Can you store multiple datatypes in an Array?
    125. An array is fixed length type that can store group of objects.
    126. What Will be the output of the following Code?

      int i = 1;

      int j = 1;

      i = i++;

      j = ++j;



      Response.Write(i.ToString() + ":" + j.ToString());
    127. Which namespace is used to work with RegularExpression in C#?
    128. Can we throw exception from catch block ?
    129. How to Find Number of Days for provided date range?
    130. You have to make user to enter just integer values with TextBox. Can you do this with CompareValidator?
    131. How can you cache Multiple Versions of a Page?
    132. Is it possible to notify application when item is removed from cache ?
    133. Can we declare an array variable with var keyword in C# 3.0?
    134. Give Some Examples of Generic Classes?
    135. A Queue is a collection where elements are processed in
    136. Stack is collection where elements are processed in
    137. The Items that is put in the Queue is Reads ?
    138. Which method is used to add an Item to the end of the Queue?
    139. Whcih method is used to add an Item on stack?
    140. Which method is used to reads and removes an item from the head of the Queue.
    141. Which method is used to return an item from the Top of the Stack?
    142. Can we define generics for any class?
    143. What is the difference between Parse and TryParse method?
    144. What is the difference between a.Equals(b) and a == b?
    145. What is optional and named parameter in C#4.0?
    146. Can you have different access modifiers on the get/set methods of a property in C#?
    147. What is obsolete method?
    148. What first action compiler will take on detection of iterator ?
    149. With yield break statement, control gets …
    150. Restrictions of yield in try-catch.
    151. What are anonymous methods?
    152. What will happen if you declare a variable named "checked" with any data type?
    153. What is dynamic keyword ?
    154. What is difference between var and Dynamic ?
    155. What is the use of unsafe keyword in C#?
    156. How can you make your machine shutdown from your program?
    157. int? d = 1; Type testType = d.GetType(); will result…
    158. I need to restrict a class by creating only one object throughout the application. How can I achieve this?
    159. How do we retrieve day, month and year from the datetime value in C#?
    160. What will be the length of string type variable which is just declared but not assigned any value?
    161. C# delegate keyword is derived form which namespace?
    162. What is the use of GetInvocationList() in C# delegates?
    163. What are the different C# preprocessor directives?
    164. Which keyword in C# is used to temporarily fix a variable so that its address may be found?
    165. What is the use of stackalloc keyword in C#?
    166. Which operators in C# provides automatic detection of arithmetic overflow and underflow conditions?
    167. What is the CIL representation of implicit and explicit keywords in C#?
    168. What is the use of ?? operator in C#?
    169. What are the different Iteration Constructs in C#?
    170. What are the different method parameter modifiers in C#?
    171. What do you mean by properties in C#?
    172. Which class defines different events for controls in C#?
    173. What is the use of param keyword in C#?
    174. Which enumeration defines different PenCap in C#?
    175. When TimerCallback delegate is used?
    176. What are the different compiler generated methods when a .NET delegate is compiled?
    177. I would like to check a variable as assigned or not. How can we do that?
    178. what is the syntax of a nullable variable?
    179. How can you check a nullable variable is assigned?
    180. Tell me one reason for dotnet doesn't have multiple inheritance
    181. I would like to find all the directories of a folder How should I achieve this?
    182. What is CharEnumerator in C#?
    183. Why 'static' keyword is used before Main()?
    184. If i will write a piece of code in finaly block, will it execute if there is an exception in try block.
    185. Which methods are used to execute javascript code from code behind file?
    186. What is the main difference between RegisterStartUpScript and RegisterClientScriptBlock?
    187. What is the page size in SQL Server?
    188. Can we use Page.PreviousPage to get the value of controls of the previous page in case of response.Redirect ?
    189. How we can gt the values of control on the previous page in case od server.transfer method?
    190. what is the class used for dealing with graphics objects
    191. Write a way to read an image from a path to a bitmap object
    192. Name any two "Permission Classes" generally used while working with CAS ?
    193. Does Abstract classes contain Constructor?
    194. Can we inherit a private class into the public class?
    195. Can we declare a class as Protected?
    196. What is the difference between IQueryable<T> and IEnumerable<T> interface?
    197. Some facts about Virtual methods.
    198. Explain About ref and out parameters?
    199. String is a Class then why can't you create a object for the string like this String str = new String();
    200. Why C# is called Strongly Typed Language?
    201. Example for Compile time Polymorphism and Example for Run time Polymorphism?
    202. What is Closed constructed type and Open constructed type?
    203. What are Generics?
    204. Write the syntax of foreach loop with hashtable and get the key, value pair from the hashtable?
    205. When inheriting from a base class, whether the derived class inherits the destructor and constructor from the base class?
    206. What are the Integer Type Supported by c#?
    207. Explain the states of a window service application?
    208. Explain what are the types of window services?
    209. What is MultiCast Delegate ?
    210. What for using System.Logging namespace is used ?
    211. When to use Public and Private access modifiers
    212. Define different Access modifiers in C#
    213. When does GarbageCollector runs ?
    214. What is properties? What are the different types of properties?
    215. Write an equivalent of exit() for quitting a C# .NET application?
    216. Where the global assembly cache located on the system?
    217. Where the shared assemblies stored?
    218. What’s the C# syntax to catch any possible exception?
    219. What are the advantages of using Properties in C#.Net?
    220. What do you mean by static property? Give an example?
    221. What do you mean by virtual property? Give an example?
    222. Explain about abstract property. Give an example?
    223. Is it possible to instantiate a struct without using a new operator and can a struct inherit from another struct or class in C#?
    224. Can a struct inherit from an interface and what's the type of struct in C#?
    225. What is the base type from which all structs inherit directly?
    226. Mention two cases where static constructors can be used?
    227. Can a class have static constructor?
    228. How you create partial methods?
    229. Can you inherit different parts of a partial class from different interfaces and is it possible to create partial delegates and enumerations?
    230. Show how you specify nested classes as partial classes with example?
    231. Can a nested class access the outer class? Give an example?
    232. What is the difference between method parameters and method arguments? Give an example?
    233. Can you pass value types by reference to a method?
    234. What is the difference between a constant and a static readonly field?
    235. Write the different components of LINQ (Language Integrated Query) and state the purpose of LINQ Providers in LINQ?
    236. How can you implement Standard Query Operators in LINQ?
    237. What is the use of Standard Query Operators in LINQ?
    238. What is Regular Expressions in C#.NET?
    239. What is Zero-Width Assertions in C#?
    240. What is Finalizer?
    241. How to install and uninstall Windows Services ?
    242. What are circular references? Explain how garbage collection deals with circular references?
    243. How to add controls dynamically to the form using C#.NET?
    244. Explain what is Extender provider component? How to use this in the project?
    245. What is the difference between Debug.Write and Trace.Write?
    246. What is the use of virtual, sealed, override, and abstract?
    247. What is Primary Interop Assembly (PIA)?
    248. What is the use of static members in C#.NET?
    249. What is implementation inheritance and interface inheritance?
    250. What is C#.NET Generics?
    251. What is structs?
    252. What is enum?
    253. What is the difference between object pooling and connection pooling?
    254. Difference between static variable and constant in c#?
    255. Why we are using System.Environment class?
    256. What is virtual function?
    257. What is ILDASM?
    258. What is Satellite Assembly ?
    259. Which one of the following language is not included in the installation of .net Framework ? (Default Installation)
    260. Can we have 2 applications run on a same machine using different Framework Versions ?
    261. Which Object contains all the properties and methods for every Asp.net page ?
    262. What is Process Identifier?
    263. Which of these classes allow us to add a printer dynamically?
    264. How many types of comments are there in C#?
    265. Can we specify the access modifiers for the get and set accessors in a property?
    266. class Program

      {

      static void Main(string[] args)

      {

      Console.WriteLine(clsNewStatic.count);

      clsNewStatic.count = 20;

      Console.WriteLine(clsNewStatic.count);

      clsNewStatic t = new clsNewStatic();

      Console.WriteLine(clsNewStatic.count);

      }

      }



      public class clsNewStatic

      {

      public static int count = 10;

      }
    267. What is the output of this code segment ?

      using System;



      class A

      {

      A()

      {

      Console.WriteLine("Class A");

      }

      }



      class B:A

      {

      B()

      {

      Console.WriteLine("Class B");

      }

      static void Main()

      {

      B obj=new B();

      }

      }



      The options are:

      1) Class A

      Class B

      2) Class B

      Class A

      3)None of these



      4) error message
    268. Difference between | and ||
    269. What is the difference between == and Equals?
    270. Difference between Type.GetType() and Object.GetType()
    271. What is the preferred model for event handling in C#?
    272. Which of these variables are compiled as an anonymous type?
    273. What is Asynchronous call and how it can be implemented using delegates?
    274. What is ' ?? ' operator ?
    275. Which is the correct declaration of the Main() method



      A) static long Main()

      {

      return 300;

      }

      B) static int Main()

      {

      return;

      }

      C) static void Main()

      {

      return;

      }
    276. How can we underline a particular character in the Text of the Window Label
    277. How can we make our C# classes to interoperate with other .net languages ?
    278. Can C# support variable argument on method ?
    279. Consider

      List<string> s=new List<string>();

      s.Add("one");

      List<string> p=new List<string>();

      p.Add("one");



      What should be written in the braces?



      if (s==p)

      {



      }
    280. How is anchoring different from docking?
    281. How can we disable the context menu for a textbox control?
    282. How to turn off autolisting feature in the code window of C# applications?
    283. What is the difference between WindowsDefaultLocation and WindowsDefaultBounds?
    284. Difference between String and string in c#?
    285. Difference between String and String Buffer in c#?
    286. Differences between Show and ShowDialog methods?
    287. Can we have statid indexers in C#?
    288. What is Nullable types in c#?
    289. Can we pass default parameter values in C#?
    290. How can we prevent the conflicts in methods with same names, signatures belonging to multiple interfaces when these interfaces are implemented?
    291. For which type of arrays, we can use the params keyword?
    292. What is the use of yield keyword in C#?
    293. Does the finally block execute even when we have unhandled exceptions?
    294. Can you allow a class to be inherited, but prevent the method from being overridden?
    295. Why the Main() method is static?
    296. Can DateTime be assigned null ?
    297. Can we overload static constructors?
    298. What is the name used to describe the sending of groups of events captured on the client to the server?
    299. A visitor is buying groceries on an online shopping web site.



      Which of the following pieces of information do you think are suitable for storage as session state?





      Options:

      1. The timeout period for the session

      2. The visitor's registration details

      3. The visitor's shopping basket

      4. The web site's help desk phone number

      5. The visitor's name

      6. The visitor's page display preferences
    300. Which of the following are forms of state information?



      a. Application state

      b. Server state

      c. Session state
    301. Can we use goto statement in the finally block?
    302. using System;



      class aa

      {

      }

      class bb : aa

      {

      }

      class cc : bb

      {



      }





      Can you create an instance of class aa from

      the instance of class cc?
    303. How can we create an array with non-default value in C#?
    304. Which of these methods can be put in Thread class constructor?

      a))void abc()

      {



      }

      b)int demo()

      {

      return 100;

      }

      c)void mymethod(int a)

      {



      }
    305. What is Value Types versus Reference Types?
    306. Difference between var and dynamic?
    307. why can you prove that string is immutable datatype while StringBuilder is Mutable Datatype ?
    308. An instance of which of the following must be created to read files across a network?
    309. In what format does C# expect data to be streamed?



      1. Simple binary

      2. SOAP

      3. Unserialized
    310. How can you rename a file in C#?
    311. Can we change the dimensions of the array like arr[4,5] dynamically ?
    312. How many catch Statement can be associated with single try statement?
    313. Difference between typeof and Type.GetType
    314. Will this code compile?

      try

      {



      }

      catch

      {

      string s="error";

      throw s;

      }
    315. What will be the output of ths code?

      try

      {

      try

      {

      throw new NullReferenceException();

      }

      catch (Exception ex)

      {

      throw new FormatException("error", ex);

      }

      }

      catch (Exception ex)

      {

      Console.WriteLine(ex.GetType().ToString());



      }
    316. Why Object Pool is required?
    317. What is the correct syntax of region directive?



      a)#region

      #end region



      b) #region

      #endregion



      c)region

      endregion
    318. What will be the output of this code?



      const int a = int.MaxValue;

      const int b = int.MaxValue;

      int r;

      checked

      {

      r = a * b;

      Console.WriteLine(r);

      }
    319. Which of these statements will allow us to determine if Ctrl(Control) key was

      pressed? (e is a variable of KeyEventArgs class)
    320. Which of these allows you to catch non-CLS compliant Exceptions?



      1) catch(Exception ex)

      {

      Console.WriteLine(ex.Message);

      }

      2) catch

      {

      throw;

      }



      3) catch(IOException ex)

      {

      Console.WriteLine(ex.Message);

      }
    321. What is the escape sequence of null character?
    322. What will be the output of this command?

      string s="yes";

      while (s=="yes")

      {

      for(int i=1;i<=5;i++)

      {

      Console.WriteLine("hello");

      }

      }
    323. What will be the output of this code?

      for (int i = 1; i <= 3; i++)

      {

      for (int j = i; j <= 3; j++)

      {

      Console.Write(j + "");

      }

      Console.WriteLine();

      }



      1) 1

      12

      123



      2) 1

      21

      321



      3)123

      23

      3



      4)None of these
    324. What is the use of default keyword?
    325. Can we call a function from derived class if you have one base class Virtual Function ?
    326. What is an INDEXER in c# ?
    327. How can we sort elements in an array in descending order ?
    328. Is there any Supplement of exit() method or quitting a C# application ?
    329. How to restrict a class not to be inherited.?
    330. Can we use the Throws clause to raise an exception ?
    331. What are the different Name Spaces that are used to create a localized application ?
    332. What are the different Debugging tools come with .Net SDK ?
    333. What does the assert() method do in debug compilation ?
    334. Can we force Garbage Collector to run ?
    335. Why is it not a good programming practice to use empty Destructors ?
    336. Explain two different scenarios where the Static Constructors can be used ?
    337. Write the difference between Stack and Heap?
    338. What is the difference between "Convert" class and "Parse()" method?
    339. Write the difference between Group box control and Panel control?
    340. Will the Following code compile ?

      double d = 5689.56;

      int i = d;
    341. What will be the output of the following code ?



      using System;

      public class BaseClass

      {

      public BaseClass()

      {

      Console.WriteLine("You are in Base Class of DotNetFunda");

      }

      }

      public class ChildClass : BaseClass

      {

      public ChildClass()

      {

      Console.WriteLine("You are in Child Class of DotNetFunda");

      }

      static void Main()

      {

      ChildClass CC = new ChildClass();

      }

      }
    342. Which of the following is a value type in C# ?
    343. Difference between Value types and Reference types ?
    344. Can we have Secured a secured web page using HTTP protocol instead of HTTPS ?
    345. What is Call By Out parameter?
    346. What are Object Initializers?
    347. What is Window Service? What are the three types of programs required to operate a

      service?
    348. What is Type Inferencing?
    349. Is it possible to get the Registry values through C#.net , if so what classes used for it?
    350. What is Jump Constructs?
    351. Can you declare the override method as static while the original method is non-static ?
    352. Why is the "new" keyword used for instantiating an object in .Net ?
    353. What is the purpose of x86, x64 and anycpu platform switch in C# compiler?
    354. How to sort array elements in descending order in C#?
    355. What are Declaration Statements ?
    356. What is Scavenging in .NET?
    357. How can we clear Cache stored in browser ?
    358. List<int> list = new List<int>();

      list.Add(44);

      list.Add("mystring");

      console.writeline(list);

      console.writeline(list);
    To get the answers of these C# Interview Questions, click here.
    Protected by Copyscape Duplicate Content Check