<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
<channel>
<title>Prepare 4 interview - Recent questions and answers</title>
<link>http://prepare4interview.com/qa</link>
<description>Powered by Question2Answer</description>
<item>
<title>Answered: What is a self-join, in MS SQL Server?</title>
<link>http://prepare4interview.com/146/what-is-a-self-join-in-ms-sql-server#a1798</link>
<description>self join is join the table to itself.&lt;br /&gt;
ex: select col1,col2 from tbl a inner join tbl b on a.col1=b.col2&lt;br /&gt;
there is only one table called in the above query tbl</description>
<category>SQL Server Interview Questions and Answers</category>
<guid isPermaLink="true">http://prepare4interview.com/146/what-is-a-self-join-in-ms-sql-server#a1798</guid>
<pubDate>Tue, 31 Jan 2012 10:35:06 +0000</pubDate>
</item>
<item>
<title>Answered: What is a Sub-Query, in MS SQL Server?</title>
<link>http://prepare4interview.com/157/what-is-a-sub-query-in-ms-sql-server#a1797</link>
<description>Sub query: is the secondary query in a query. &lt;br /&gt;
ex: select col1,col2 from (select scol1 as col1,scol2 as col2 from sub_query_tbl) as a&lt;br /&gt;
the query in paranthesis is sub query , in subquery no order by should use.&lt;br /&gt;
there are diff types of sub queries exists,&lt;br /&gt;
independent sub query, correlated sub query,single valued,multi valued</description>
<category>SQL Server Interview Questions and Answers</category>
<guid isPermaLink="true">http://prepare4interview.com/157/what-is-a-sub-query-in-ms-sql-server#a1797</guid>
<pubDate>Tue, 31 Jan 2012 10:32:03 +0000</pubDate>
</item>
<item>
<title>Answered: What is the default “SORT” order for a SQL, in MS SQL Server?</title>
<link>http://prepare4interview.com/141/what-is-the-default-sort-order-for-a-sql-in-ms-sql-server#a1796</link>
<description>The default sort order is alphabtic (if userid column exists), else we see there no such order when all are int datatype.</description>
<category>SQL Server Interview Questions and Answers</category>
<guid isPermaLink="true">http://prepare4interview.com/141/what-is-the-default-sort-order-for-a-sql-in-ms-sql-server#a1796</guid>
<pubDate>Tue, 31 Jan 2012 10:27:53 +0000</pubDate>
</item>
<item>
<title>Answered: What is CTE (Common Table Expression), in MS SQL Server?</title>
<link>http://prepare4interview.com/162/what-is-cte-common-table-expression-in-ms-sql-server#a1795</link>
<description>CTE is a temporary named result set that you can reference within a SELECT, INSERT, UPDATE, or DELETE statement.</description>
<category>SQL Server Interview Questions and Answers</category>
<guid isPermaLink="true">http://prepare4interview.com/162/what-is-cte-common-table-expression-in-ms-sql-server#a1795</guid>
<pubDate>Wed, 25 Jan 2012 23:50:22 +0000</pubDate>
</item>
<item>
<title>why we use execute sql task</title>
<link>http://prepare4interview.com/1792/why-we-use-execute-sql-task</link>
<description>why we will take execute sql task in ssis?</description>
<category>SSIS Interview Questions and Answers</category>
<guid isPermaLink="true">http://prepare4interview.com/1792/why-we-use-execute-sql-task</guid>
<pubDate>Mon, 09 Jan 2012 06:35:51 +0000</pubDate>
</item>
<item>
<title>Answered: Explain the purpose of synchronization feature provided in Analysis Services 2005</title>
<link>http://prepare4interview.com/1625/explain-synchronization-feature-provided-analysis-services#a1791</link>
<description>Synchronization feature is used to copy database from one source server to a destination server. While the synchronization is in progress, users can still browse the cubes. Once the synchronization is complete, the user is redirected to the new Synchronized database.</description>
<category>SSAS Interview Questions and Answers</category>
<guid isPermaLink="true">http://prepare4interview.com/1625/explain-synchronization-feature-provided-analysis-services#a1791</guid>
<pubDate>Tue, 13 Dec 2011 08:19:53 +0000</pubDate>
</item>
<item>
<title>Answered: Where do you see yourself five years from now?</title>
<link>http://prepare4interview.com/237/where-do-you-see-yourself-five-years-from-now#a1790</link>
<description>Do you know http://it-how.com ?</description>
<category>HR Interview Questions and Answers</category>
<guid isPermaLink="true">http://prepare4interview.com/237/where-do-you-see-yourself-five-years-from-now#a1790</guid>
<pubDate>Sun, 27 Nov 2011 15:02:59 +0000</pubDate>
</item>
<item>
<title>Answered: Why should I hire you?</title>
<link>http://prepare4interview.com/233/why-should-i-hire-you#a1789</link>
<description>Super answer site: http://it-how.com</description>
<category>HR Interview Questions and Answers</category>
<guid isPermaLink="true">http://prepare4interview.com/233/why-should-i-hire-you#a1789</guid>
<pubDate>Sun, 27 Nov 2011 15:02:22 +0000</pubDate>
</item>
<item>
<title>Answered: Why are you leaving this position?</title>
<link>http://prepare4interview.com/231/why-are-you-leaving-this-position#a1788</link>
<description>Do you know http://it-how.com ?</description>
<category>HR Interview Questions and Answers</category>
<guid isPermaLink="true">http://prepare4interview.com/231/why-are-you-leaving-this-position#a1788</guid>
<pubDate>Sun, 27 Nov 2011 15:01:39 +0000</pubDate>
</item>
<item>
<title>Answered: If you specify the data type as DECIMAL (5,2), what’s the range of values that can go in this table?</title>
<link>http://prepare4interview.com/1402/specify-data-type-decimal-what-range-values-that-this-table#a1787</link>
<description>Do you know http://it-how.com ?</description>
<category>MySQL Interview Questions and Answers</category>
<guid isPermaLink="true">http://prepare4interview.com/1402/specify-data-type-decimal-what-range-values-that-this-table#a1787</guid>
<pubDate>Sun, 27 Nov 2011 14:59:55 +0000</pubDate>
</item>
<item>
<title>TELL ME SOMETHING ABOUT YOURSELF</title>
<link>http://prepare4interview.com/1786/tell-me-something-about-yourself</link>
<description>GIVE ME SUGGESTETION WHAT TO ANSWER</description>
<category>SQL Server Interview Questions and Answers</category>
<guid isPermaLink="true">http://prepare4interview.com/1786/tell-me-something-about-yourself</guid>
<pubDate>Sun, 20 Nov 2011 05:17:37 +0000</pubDate>
</item>
<item>
<title>Answered: How do you sort in SQL, in MS SQL Server?</title>
<link>http://prepare4interview.com/138/how-do-you-sort-in-sql-in-ms-sql-server#a1785</link>
<description>using Order by</description>
<category>SQL Server Interview Questions and Answers</category>
<guid isPermaLink="true">http://prepare4interview.com/138/how-do-you-sort-in-sql-in-ms-sql-server#a1785</guid>
<pubDate>Mon, 07 Nov 2011 10:43:42 +0000</pubDate>
</item>
<item>
<title>Answered: You want to select the first record in a given set of rows, in MS SQL Server?</title>
<link>http://prepare4interview.com/137/you-want-select-the-first-record-given-set-rows-in-sql-server#a1784</link>
<description>Select top 1 * from table name</description>
<category>SQL Server Interview Questions and Answers</category>
<guid isPermaLink="true">http://prepare4interview.com/137/you-want-select-the-first-record-given-set-rows-in-sql-server#a1784</guid>
<pubDate>Mon, 07 Nov 2011 10:42:33 +0000</pubDate>
</item>
<item>
<title>What is the latest version of .NET</title>
<link>http://prepare4interview.com/1783/what-is-the-latest-version-of-net</link>
<description></description>
<category>.NET Interview Questions and Answers</category>
<guid isPermaLink="true">http://prepare4interview.com/1783/what-is-the-latest-version-of-net</guid>
<pubDate>Sun, 09 Oct 2011 17:15:18 +0000</pubDate>
</item>
<item>
<title>Answered: Which namespace is used to access WCF service?</title>
<link>http://prepare4interview.com/985/which-namespace-is-used-to-access-wcf-service#a1782</link>
<description>System.ServiceModel</description>
<category>.NET Interview Questions and Answers</category>
<guid isPermaLink="true">http://prepare4interview.com/985/which-namespace-is-used-to-access-wcf-service#a1782</guid>
<pubDate>Wed, 05 Oct 2011 16:10:33 +0000</pubDate>
</item>
<item>
<title>Answered: what are design patterns?</title>
<link>http://prepare4interview.com/547/what-are-design-patterns#a1781</link>
<description>Design patterns are recurring solutions to software design problems you find again and again in real-world application development. Patterns are about design and interaction of objects, as well as providing a communication platform concerning elegant, reusable solutions to commonly encountered programming challenges. &lt;br /&gt;
&lt;br /&gt;
The Gang of Four (GoF) patterns are generally considered the foundation for all other patterns. They are categorized in three groups: Creational, Structural, and Behavioral. Here you will find information on these important patterns. &lt;br /&gt;
&lt;br /&gt;
To give you a head start, the C# source code is provided in 2 forms: 'structural' and 'real-world'. Structural code uses type names as defined in the pattern definition and UML diagrams. Real-world code provides real-world programming situations where you may use these patterns. &lt;br /&gt;
&lt;br /&gt;
A third form, '.NET optimized' demonstrates design patterns that exploit built-in .NET 4.0 features, such as, generics, attributes, delegates, object and collection initializers, automatic properties, and reflection</description>
<category>.NET Interview Questions and Answers</category>
<guid isPermaLink="true">http://prepare4interview.com/547/what-are-design-patterns#a1781</guid>
<pubDate>Wed, 05 Oct 2011 16:02:14 +0000</pubDate>
</item>
<item>
<title>What is Unix?</title>
<link>http://prepare4interview.com/1780/what-is-unix</link>
<description>What is UniX</description>
<category>UNIX Interview Questions and Answers</category>
<guid isPermaLink="true">http://prepare4interview.com/1780/what-is-unix</guid>
<pubDate>Thu, 22 Sep 2011 07:21:51 +0000</pubDate>
</item>
<item>
<title>Answered: Write a function that inserts an integer into a linked list in ascending order. Write the test cases for this function.</title>
<link>http://prepare4interview.com/1776/write-function-inserts-integer-linked-ascending-function#a1777</link>
<description>Is the linkedlist already in ascending order? or we have to make it ascending after inserting new node</description>
<category>Other Interview Questions and Answers</category>
<guid isPermaLink="true">http://prepare4interview.com/1776/write-function-inserts-integer-linked-ascending-function#a1777</guid>
<pubDate>Sat, 06 Aug 2011 01:12:23 +0000</pubDate>
</item>
<item>
<title>Write a function that counts the number of primes in the range [1-N]. Write the test cases for this function.</title>
<link>http://prepare4interview.com/1775/write-function-counts-number-primes-range-write-cases-function</link>
<description></description>
<category>Other Interview Questions and Answers</category>
<guid isPermaLink="true">http://prepare4interview.com/1775/write-function-counts-number-primes-range-write-cases-function</guid>
<pubDate>Fri, 05 Aug 2011 17:38:12 +0000</pubDate>
</item>
<item>
<title>How would you deal with a bug that no one wants to fix? Both the SDE and his lead have said they won't fix it.</title>
<link>http://prepare4interview.com/1774/would-deal-with-that-wants-both-and-his-lead-have-said-they-fix</link>
<description></description>
<category>Other Interview Questions and Answers</category>
<guid isPermaLink="true">http://prepare4interview.com/1774/would-deal-with-that-wants-both-and-his-lead-have-said-they-fix</guid>
<pubDate>Fri, 05 Aug 2011 17:37:04 +0000</pubDate>
</item>
<item>
<title>How would you deal with changes being made a week or so before the ship date?</title>
<link>http://prepare4interview.com/1773/would-you-deal-with-changes-being-made-week-before-ship-date</link>
<description></description>
<category>Other Interview Questions and Answers</category>
<guid isPermaLink="true">http://prepare4interview.com/1773/would-you-deal-with-changes-being-made-week-before-ship-date</guid>
<pubDate>Fri, 05 Aug 2011 17:35:46 +0000</pubDate>
</item>
<item>
<title>what is the retail banking?</title>
<link>http://prepare4interview.com/1772/what-is-the-retail-banking</link>
<description>what is the retail banking?</description>
<category>SQL Server Interview Questions and Answers</category>
<guid isPermaLink="true">http://prepare4interview.com/1772/what-is-the-retail-banking</guid>
<pubDate>Wed, 27 Jul 2011 10:17:09 +0000</pubDate>
</item>
<item>
<title>Answered: Tell me about the Greenplum Architecture</title>
<link>http://prepare4interview.com/1770/tell-me-about-the-greenplum-architecture#a1771</link>
<description>Greenplum Database is able to handle the storage and processing of large amounts of data by distributing the load across several servers or hosts. A database in Greenplum is actually an array of individual PostgreSQL databases, all working together to present a single database image. The master is the entry point to the Greenplum Database system. It is the database instance where clients connect and submit SQL statements. The master coordinates the work amongst the other database instances in the system, the segments, which handle data processing and storage.</description>
<category>Greenplum Database Interview Questions and Answers</category>
<guid isPermaLink="true">http://prepare4interview.com/1770/tell-me-about-the-greenplum-architecture#a1771</guid>
<pubDate>Fri, 15 Jul 2011 07:17:58 +0000</pubDate>
</item>
<item>
<title>Answered: How to create and use Greenplum External tables?</title>
<link>http://prepare4interview.com/1768/how-to-create-and-use-greenplum-external-tables#a1769</link>
<description>The CREATE EXTERNAL TABLE command creates an external table definition in Greenplum Database. External table data is considered static (meaning the data does not change midstream during the execution of a query). This allows the query planner to choose plans that allow for rescanning of the external table data.&lt;br /&gt;
&lt;br /&gt;
You may specify multiple external data sources or URIs (uniform resource identifiers) with the LOCATION clause — up to the number of primary segment instances in your Greenplum Database array. Each URI points to an external data file or data source. These URIs do not need to exist prior to defining an external table (CREATE EXTERNAL TABLE does not validate the URIs specified). However you will get an error if they cannot be found when querying the external table.&lt;br /&gt;
&lt;br /&gt;
There are two protocols that you can use to access the external table data sources.&lt;br /&gt;
1. gpfdist&lt;br /&gt;
2. file</description>
<category>Greenplum Database Interview Questions and Answers</category>
<guid isPermaLink="true">http://prepare4interview.com/1768/how-to-create-and-use-greenplum-external-tables#a1769</guid>
<pubDate>Fri, 15 Jul 2011 06:48:35 +0000</pubDate>
</item>
<item>
<title>Answered: What is the difference between external tables and web tables of Greenplum database?</title>
<link>http://prepare4interview.com/1766/difference-between-external-tables-tables-greenplum-database#a1767</link>
<description>The main difference between external tables and web tables are their data sources. External tables access static flat files, whereas web tables access dynamic data sources — either on a web server or by executing OS commands or scripts. When a query is planned using an external table, the external table is considered rescannable since the data is thought to be static for the course of the query. For web tables, the data is not rescannable because there is the possibility that the data could change during the course of the query’s execution.</description>
<category>Greenplum Database Interview Questions and Answers</category>
<guid isPermaLink="true">http://prepare4interview.com/1766/difference-between-external-tables-tables-greenplum-database#a1767</guid>
<pubDate>Fri, 15 Jul 2011 06:23:53 +0000</pubDate>
</item>
<item>
<title>Answered: What is external tables and web tables in Greenplum database?</title>
<link>http://prepare4interview.com/1764/what-is-external-tables-and-web-tables-in-greenplum-database#a1765</link>
<description>External tables and web tables provide an easy way to perform basic extraction, transformation, and loading (ETL) tasks that are common in data warehousing. External and web table data is read in parallel by the Greenplum Database segment instances, so they also provide a means for fast data loading.&lt;br /&gt;
&lt;br /&gt;
Once an external or web table is defined, its data can be queried directly (and in parallel) using SQL commands. You can, for example, select, join, or sort external or web table data. You can also create views for external or web tables. However external and web tables are read-only. DML operations (UPDATE, INSERT, DELETE, or TRUNCATE) are not allowed, and you cannot create indexes on external or web tables.&lt;br /&gt;
&lt;br /&gt;
An external or web table definition can be thought of as a view that allows running any SQL query against external data sources without requiring that data to first be loaded into the database. External and web tables provide an easy way to perform basic extraction, transformation, and loading (ETL) tasks that are common in data warehousing. External and web table files are read in parallel by the Greenplum Database segment instances, so they also provide a means for fast data loading.</description>
<category>Greenplum Database Interview Questions and Answers</category>
<guid isPermaLink="true">http://prepare4interview.com/1764/what-is-external-tables-and-web-tables-in-greenplum-database#a1765</guid>
<pubDate>Fri, 15 Jul 2011 06:22:30 +0000</pubDate>
</item>
<item>
<title>Answered: What is Greenplum database?</title>
<link>http://prepare4interview.com/1762/what-is-greenplum-database#a1763</link>
<description>Greenplum Database is a massively parallel processing (MPP) database server based on PostgreSQL open-source technology. MPP (also known as a shared nothing architecture) refers to systems with two or more processors which cooperate to carry out an operation - each processor with its own memory, operating system and disks. Greenplum leverages this high-performance system architecture to distribute the load of multi-terabyte data warehouses, and is able to use all of a system’s resources in parallel to process a query.</description>
<category>Greenplum Database Interview Questions and Answers</category>
<guid isPermaLink="true">http://prepare4interview.com/1762/what-is-greenplum-database#a1763</guid>
<pubDate>Fri, 15 Jul 2011 06:19:23 +0000</pubDate>
</item>
<item>
<title>Answered: What is the difference between DELETE and TRUNCATE?</title>
<link>http://prepare4interview.com/151/what-is-the-difference-between-delete-and-truncate#a1761</link>
<description>Truncate:1)deletes all the data but the strucure of table remains 2)Faster Compared to delete.3)truncate is autocommited statment.&lt;br /&gt;
delete:1)deletes all data but &amp;nbsp;the structure remains same.2)slow compared to truncate.3)Delete is not auto commited.</description>
<category>SQL Server Interview Questions and Answers</category>
<guid isPermaLink="true">http://prepare4interview.com/151/what-is-the-difference-between-delete-and-truncate#a1761</guid>
<pubDate>Wed, 06 Jul 2011 09:09:52 +0000</pubDate>
</item>
<item>
<title>i am a mca 2011 batch pass out and i want to join a job in a software industry?</title>
<link>http://prepare4interview.com/1760/am-mca-2011-batch-pass-out-and-want-join-job-software-industry</link>
<description></description>
<category>Job Openings</category>
<guid isPermaLink="true">http://prepare4interview.com/1760/am-mca-2011-batch-pass-out-and-want-join-job-software-industry</guid>
<pubDate>Tue, 21 Jun 2011 11:47:37 +0000</pubDate>
</item>
<item>
<title>Answered: How to do sql server performance turning?</title>
<link>http://prepare4interview.com/1750/how-to-do-sql-server-performance-turning#a1759</link>
<description>What are the measures shoud be consider during sql server performance turning?What are the measures shoud be consider during sql server performance turning?What are the measures shoud be consider during sql server performance turning?</description>
<category>SQL Server Interview Questions and Answers</category>
<guid isPermaLink="true">http://prepare4interview.com/1750/how-to-do-sql-server-performance-turning#a1759</guid>
<pubDate>Tue, 31 May 2011 03:49:26 +0000</pubDate>
</item>
<item>
<title>Answered: How to import table using “INSERT” statement, in MS SQL Server?</title>
<link>http://prepare4interview.com/133/how-to-import-table-using-insert-statement-in-ms-sql-server#a1758</link>
<description>insert into tablename&lt;br /&gt;
select * from otherdb.dbo.othertable&lt;br /&gt;
&lt;br /&gt;
above statement can be used to import data from other database.&lt;br /&gt;
We can use OPENROWSET utility.</description>
<category>SQL Server Interview Questions and Answers</category>
<guid isPermaLink="true">http://prepare4interview.com/133/how-to-import-table-using-insert-statement-in-ms-sql-server#a1758</guid>
<pubDate>Sun, 10 Apr 2011 17:48:39 +0000</pubDate>
</item>
<item>
<title>Answered: What is a DDL, DML and DCL concept in RDBMS world, in MS SQL Server?</title>
<link>http://prepare4interview.com/134/what-is-ddl-dml-and-dcl-concept-in-rdbms-world-in-ms-sql-server#a1757</link>
<description>DDL (Data definition language) defines our database structure. CREATE and ALTER are DDL statements as they affect the way our database structure is organized.&lt;br /&gt;
DML (Data Manipulation Language) lets we do basic functionalities like INSERT, UPDATE, DELETE and MODIFY data in database.&lt;br /&gt;
DCL (Data Control Language) controls you DML and DDL statements so that your data is protected and has consistency. COMITT and ROLLBACK are DCL control statements. DCL guarantees ACID fundamentals of a transaction.</description>
<category>SQL Server Interview Questions and Answers</category>
<guid isPermaLink="true">http://prepare4interview.com/134/what-is-ddl-dml-and-dcl-concept-in-rdbms-world-in-ms-sql-server#a1757</guid>
<pubDate>Sat, 09 Apr 2011 10:47:20 +0000</pubDate>
</item>
<item>
<title>Answered: What are the points to keep in mind for performance improvement of the package?</title>
<link>http://prepare4interview.com/876/what-are-points-keep-mind-performance-improvement-package#a1756</link>
<description>http://technet.microsoft.com/en-us/library/cc966529.aspx</description>
<category>SSIS Interview Questions and Answers</category>
<guid isPermaLink="true">http://prepare4interview.com/876/what-are-points-keep-mind-performance-improvement-package#a1756</guid>
<pubDate>Fri, 18 Mar 2011 16:43:59 +0000</pubDate>
</item>
<item>
<title>Answered: SSIS control flow items</title>
<link>http://prepare4interview.com/1753/ssis-control-flow-items#a1754</link>
<description>To know more about SSIS control flow items, please have a look at this question.&lt;br /&gt;
&lt;br /&gt;
http://prepare4interview.com/965/various-control-flow-items-in-ssis&lt;br /&gt;
&lt;br /&gt;
It is already answered.</description>
<category>SQL Server Interview Questions and Answers</category>
<guid isPermaLink="true">http://prepare4interview.com/1753/ssis-control-flow-items#a1754</guid>
<pubDate>Tue, 08 Feb 2011 17:40:17 +0000</pubDate>
</item>
<item>
<title>Answered: options for using df command</title>
<link>http://prepare4interview.com/1751/options-for-using-df-command#a1752</link>
<description>u can use df -kh&lt;br /&gt;
for showing disk utilization in MB or GB</description>
<category>UNIX Interview Questions and Answers</category>
<guid isPermaLink="true">http://prepare4interview.com/1751/options-for-using-df-command#a1752</guid>
<pubDate>Wed, 02 Feb 2011 11:44:18 +0000</pubDate>
</item>
<item>
<title>Answered: Difference between DTS and SSIS?</title>
<link>http://prepare4interview.com/870/difference-between-dts-and-ssis#a1749</link>
<description>dts is ETLS TOOL AS SSIS.but ssis is advanced version of dts.&lt;br /&gt;
ssis have deployment wizard where dts dosen't&lt;br /&gt;
ssis have more transformation objects than dts</description>
<category>SSIS Interview Questions and Answers</category>
<guid isPermaLink="true">http://prepare4interview.com/870/difference-between-dts-and-ssis#a1749</guid>
<pubDate>Fri, 07 Jan 2011 01:50:26 +0000</pubDate>
</item>
<item>
<title>Answered: What is Extent and Page?</title>
<link>http://prepare4interview.com/116/what-is-extent-and-page#a1748</link>
<description>extent is group 8 data pages each of 8kb and datapage where data stored and of 8kb.</description>
<category>SQL Server Interview Questions and Answers</category>
<guid isPermaLink="true">http://prepare4interview.com/116/what-is-extent-and-page#a1748</guid>
<pubDate>Sun, 19 Dec 2010 21:03:14 +0000</pubDate>
</item>
<item>
<title>Answered: What are the Reporting Services components?</title>
<link>http://prepare4interview.com/1653/what-are-the-reporting-services-components#a1747</link>
<description>1) Report Designer&lt;br /&gt;
2) Report manager &lt;br /&gt;
3) Report server</description>
<category>SSRS Interview Questions and Answers</category>
<guid isPermaLink="true">http://prepare4interview.com/1653/what-are-the-reporting-services-components#a1747</guid>
<pubDate>Sun, 19 Dec 2010 16:44:47 +0000</pubDate>
</item>
<item>
<title>Answered: Type your question here!  No need to register!</title>
<link>http://prepare4interview.com/1745/type-your-question-here-no-need-to-register#a1746</link>
<description>Try this..&lt;br /&gt;
&lt;br /&gt;
http://www.sqlshare.com/channel.aspx?cat=c871236d-8554-42e3-8683-4d422356c0bd</description>
<category>SSIS Interview Questions and Answers</category>
<guid isPermaLink="true">http://prepare4interview.com/1745/type-your-question-here-no-need-to-register#a1746</guid>
<pubDate>Sun, 19 Dec 2010 07:26:44 +0000</pubDate>
</item>
<item>
<title>Answered: What is the most difficult writing assignment you have undertaken recently? What made it challenging? How did you handle it?</title>
<link>http://prepare4interview.com/296/difficult-writing-assignment-undertaken-recently-challenging#a1744</link>
<description>The most difficult writing assignment I have ever undertaken was a simple GED level writing assignment asking to write a pages worth of what I aspired to do in my life. &lt;br /&gt;
&lt;br /&gt;
I found this challenging, in the sense that I simply had no dreams or aspirations or hope of going anywhere with my life. as I thought about what I would have aspired to be before I fell into a depression my mind continued coming up blank further frustrating me. &lt;br /&gt;
&lt;br /&gt;
So I blatantly lied that I would have liked to become a computer engineer.</description>
<category>HR Interview Questions and Answers</category>
<guid isPermaLink="true">http://prepare4interview.com/296/difficult-writing-assignment-undertaken-recently-challenging#a1744</guid>
<pubDate>Thu, 16 Dec 2010 15:35:30 +0000</pubDate>
</item>
<item>
<title>Answered: write a query to display middle record in  emp table</title>
<link>http://prepare4interview.com/1740/write-a-query-to-display-middle-record-in-emp-table#a1742</link>
<description>select * from&lt;br /&gt;
(select ROW_NUMBER() OVER(ORDER BY empno) &amp;nbsp;sno, empno,ename from emp)&lt;br /&gt;
where &lt;br /&gt;
sno in &lt;br /&gt;
(&lt;br /&gt;
select floor((count(*)+1)/2) eg from emp&lt;br /&gt;
union&lt;br /&gt;
select ceil((count(*)+1)/2) eg from emp&lt;br /&gt;
)&lt;br /&gt;
&lt;br /&gt;
Try this..</description>
<category>SQL Server Interview Questions and Answers</category>
<guid isPermaLink="true">http://prepare4interview.com/1740/write-a-query-to-display-middle-record-in-emp-table#a1742</guid>
<pubDate>Mon, 22 Nov 2010 07:58:28 +0000</pubDate>
</item>
<item>
<title>Answered: What are the major differences between services and Web services? What is the difference WCF and Web services?</title>
<link>http://prepare4interview.com/1735/differences-between-services-services-difference-services#a1739</link>
<description>The Windows Communication Foundation (or WCF) is an application programming interface (API) in the .NET Framework for building connected, service-oriented applications.</description>
<category>.NET Interview Questions and Answers</category>
<guid isPermaLink="true">http://prepare4interview.com/1735/differences-between-services-services-difference-services#a1739</guid>
<pubDate>Wed, 10 Nov 2010 11:30:10 +0000</pubDate>
</item>
<item>
<title>What are different bindings supported by WCF?</title>
<link>http://prepare4interview.com/1737/what-are-different-bindings-supported-by-wcf</link>
<description></description>
<category>.NET Interview Questions and Answers</category>
<guid isPermaLink="true">http://prepare4interview.com/1737/what-are-different-bindings-supported-by-wcf</guid>
<pubDate>Sun, 31 Oct 2010 18:53:26 +0000</pubDate>
</item>
<item>
<title>What are the advantages of hosting WCF Services in IIS as compared to self-hosting?</title>
<link>http://prepare4interview.com/1733/what-advantages-hosting-services-iis-compared-self-hosting</link>
<description></description>
<category>.NET Interview Questions and Answers</category>
<guid isPermaLink="true">http://prepare4interview.com/1733/what-advantages-hosting-services-iis-compared-self-hosting</guid>
<pubDate>Sun, 31 Oct 2010 18:50:21 +0000</pubDate>
</item>
<item>
<title>Answered: How do we host a WCF service in IIS?</title>
<link>http://prepare4interview.com/1731/how-do-we-host-a-wcf-service-in-iis#a1732</link>
<description>First thing you will need is to create the SVC file, which exposes the service class. SVC file contains the pointer to the class. You can see from the figure below the class attribute points to the class whose interface is exposed by the service.svc.cs file. Also, note the actual interface is in service.svc.cs file. Below figure, have both the files service.svc, which has the class attribute which points to the service class, and the interface, which resides in service.svc.cs file.</description>
<category>.NET Interview Questions and Answers</category>
<guid isPermaLink="true">http://prepare4interview.com/1731/how-do-we-host-a-wcf-service-in-iis#a1732</guid>
<pubDate>Sun, 31 Oct 2010 18:46:29 +0000</pubDate>
</item>
<item>
<title>what are the various ways of hosting a WCF service?</title>
<link>http://prepare4interview.com/1729/what-are-the-various-ways-of-hosting-a-wcf-service</link>
<description></description>
<category>.NET Interview Questions and Answers</category>
<guid isPermaLink="true">http://prepare4interview.com/1729/what-are-the-various-ways-of-hosting-a-wcf-service</guid>
<pubDate>Sun, 31 Oct 2010 18:45:36 +0000</pubDate>
</item>
<item>
<title>Answered: What are the main components of WCF?</title>
<link>http://prepare4interview.com/1727/what-are-the-main-components-of-wcf#a1728</link>
<description>We need to define three main components in WCF:-&lt;br /&gt;
* Service class.&lt;br /&gt;
* Hosting environment&lt;br /&gt;
* End point</description>
<category>.NET Interview Questions and Answers</category>
<guid isPermaLink="true">http://prepare4interview.com/1727/what-are-the-main-components-of-wcf#a1728</guid>
<pubDate>Sun, 31 Oct 2010 18:44:10 +0000</pubDate>
</item>
<item>
<title>Which specifications does WCF follow?</title>
<link>http://prepare4interview.com/1725/which-specifications-does-wcf-follow</link>
<description></description>
<category>.NET Interview Questions and Answers</category>
<guid isPermaLink="true">http://prepare4interview.com/1725/which-specifications-does-wcf-follow</guid>
<pubDate>Sun, 31 Oct 2010 18:42:40 +0000</pubDate>
</item>
<item>
<title>Answered: What are ends, contract, address, and bindings?</title>
<link>http://prepare4interview.com/1723/what-are-ends-contract-address-and-bindings#a1724</link>
<description>The above terminologies are the core on which SOA stands. Every service must expose one or more ends by which the service can be available to the client. End consists of three important things where, what and how:-&lt;br /&gt;
• Contract (What)&lt;br /&gt;
Contract is an agreement between two or more parties. It defines the protocol how client should communicate with your service. Technically, it describes parameters and return values for a method.&lt;br /&gt;
• Address (Where)&lt;br /&gt;
An Address indicates where we can find this service. Address is a URL, which points to the location of the service.&lt;br /&gt;
• Binding (How)&lt;br /&gt;
Bindings determine how this end can be accessed. It determines how communications is done. For instance, you expose your service, which can be accessed using SOAP over HTTP or BINARY over TCP. So for each of these communications medium two bindings will be created.&lt;br /&gt;
Below figure, show the three main components of end. You can see the stock ticker is the service class, which has an end hosted on www.soa.com with HTTP and TCP binding support and using Stock Ticker interface type.</description>
<category>.NET Interview Questions and Answers</category>
<guid isPermaLink="true">http://prepare4interview.com/1723/what-are-ends-contract-address-and-bindings#a1724</guid>
<pubDate>Sun, 31 Oct 2010 18:34:59 +0000</pubDate>
</item>
<item>
<title>Answered: What are the important principles of SOA (Service oriented Architecture)?</title>
<link>http://prepare4interview.com/1721/what-important-principles-service-oriented-architecture#a1722</link>
<description>WCF is based on SOA. All big companies are playing big bets on SOA. So how can Microsoft remain behind? So in order to implement SOA architecture easily you need to use WCF.&lt;br /&gt;
SOA is based on four important concepts:-&lt;br /&gt;
• Boundaries are well defined&lt;br /&gt;
In SOA, everything is formalized. The client who is consuming the service does not need to know how the implementation of the service is done. If you look at some old methodologies of communication like DCOM. Any changes at server level the client also has to change. Therefore, the server and client implementation was so much bound that changes need to be done at all places. In SOA, the rule is if you do enhancement you do not need to change anything at the client. SOA based application only understands that there is an end point, contract, and bindings.&lt;br /&gt;
• Services evolve&lt;br /&gt;
Change is the law of nature and services will evolve. In SOA, services can be versioned and you can host those services in new ends. For instance, you have a service called as “Search Tickets (Ticket Number) “which gives details based on Ticket Number and its exposed on end point “ep1”. Tomorrow you want make your Search Tickets service more useful by also providing an extra option of allowing him to search by passenger name. Therefore, you just declare a new end “ep2” with service “Search Tickets (Ticket Number, Passenger Name)”. So the client who is consuming the service at end ep1 continues and at the other end, we have evolved our service by adding new ends ep2.&lt;br /&gt;
• Services share only schemas and contracts&lt;br /&gt;
Services use Schemas to represent data and contracts to understand behavior. They do not use language dependent types or classes in order to understand data and behavior. XML is used to define schemas and contracts. Due to this, there is not heavy coupling between environments.&lt;br /&gt;
&amp;nbsp;• Service compatibility is policy based&lt;br /&gt;
Policy describes the capabilities of the system. Depending on policies, the service can degrade to match the service for the client. For instance your service needs to be hosted for two types of client one which uses Remoting as the communication methodology while other client uses DCOM. An ideal SOA service can cater to both of them according to there communication policies.</description>
<category>.NET Interview Questions and Answers</category>
<guid isPermaLink="true">http://prepare4interview.com/1721/what-important-principles-service-oriented-architecture#a1722</guid>
<pubDate>Sun, 31 Oct 2010 18:29:46 +0000</pubDate>
</item>
</channel>
</rss>
