<?xml version="1.0" encoding="UTF-8" standalone="no"?><rss xmlns:atom="http://www.w3.org/2005/Atom" xmlns:blogger="http://schemas.google.com/blogger/2008" xmlns:gd="http://schemas.google.com/g/2005" xmlns:georss="http://www.georss.org/georss" xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd" xmlns:openSearch="http://a9.com/-/spec/opensearchrss/1.0/" xmlns:thr="http://purl.org/syndication/thread/1.0" version="2.0"><channel><atom:id>tag:blogger.com,1999:blog-8910668389233740772</atom:id><lastBuildDate>Thu, 29 Aug 2024 00:42:57 +0000</lastBuildDate><category>Interview Questions</category><category>Design Patterns</category><category>Data Modeling</category><category>UML</category><title>All Placement Papers,Technical, Non-Technical Interview Questions</title><description>SAP,JAVA,SCRIPTING,DOTNET,VB,ASP,SQLSERVER,SERVLETS,STRUTS,PLACEMENT PAPERS,APTITUDE QUESTIONS PAPERS,C,C++,HR,WIPRO,SATYAM,Infosys,Sigma PLACEMENT PAPERS</description><link>http://interviewquestionsadda.blogspot.com/</link><managingEditor>noreply@blogger.com (Unknown)</managingEditor><generator>Blogger</generator><openSearch:totalResults>36</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>25</openSearch:itemsPerPage><language>en-us</language><itunes:explicit>no</itunes:explicit><itunes:keywords>SAP,JAVA,SCRIPTING,DOTNET,VB,ASP,SQLSERVER,SERVLETS,STRUTS,PLACEMENT,PAPERS,APTITUDE,QUESTIONS,PAPERS,C,C,HR,WIPRO,SATYAM,PLACEMENT,PAPERS</itunes:keywords><itunes:summary>SAP,JAVA,SCRIPTING,DOTNET,VB,ASP,SQLSERVER,SERVLETS,STRUTS,PLACEMENT PAPERS,APTITUDE QUESTIONS PAPERS,C,C++,HR,WIPRO,SATYAM PLACEMENT PAPERS</itunes:summary><itunes:subtitle>All Placement Papers,Technical, Non-Technical Interview Questions</itunes:subtitle><itunes:owner><itunes:email>noreply@blogger.com</itunes:email></itunes:owner><item><guid isPermaLink="false">tag:blogger.com,1999:blog-8910668389233740772.post-1262510605354109742</guid><pubDate>Sat, 05 Nov 2011 13:26:00 +0000</pubDate><atom:updated>2011-11-05T06:26:00.422-07:00</atom:updated><category domain="http://www.blogger.com/atom/ns#">Design Patterns</category><title>Abstract Factory Design Pattern</title><description>&lt;div dir="ltr" style="text-align: left;" trbidi="on"&gt;
&lt;strong style="background-color: #d9dbd2; color: #222222; font-family: Verdana; font-size: 13px; text-align: justify;"&gt;Abstract Factory&lt;/strong&gt;&lt;span class="Apple-style-span" style="background-color: #d9dbd2; color: #222222; font-family: Verdana; font-size: 13px;"&gt;&amp;nbsp;- Offers the interface for creating a family of related objects, without explicitly specifying their classes.&lt;/span&gt;&lt;/div&gt;</description><link>http://interviewquestionsadda.blogspot.com/2011/11/abstract-factory-design-pattern.html</link><author>noreply@blogger.com (Unknown)</author><thr:total>0</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-8910668389233740772.post-4272254627460552448</guid><pubDate>Thu, 03 Nov 2011 13:17:00 +0000</pubDate><atom:updated>2011-11-03T06:17:00.471-07:00</atom:updated><category domain="http://www.blogger.com/atom/ns#">Design Patterns</category><title>Factory Method Common usage</title><description>&lt;div dir="ltr" style="text-align: left;" trbidi="on"&gt;
&lt;span class="Apple-style-span" style="background-color: #b7cbd5; color: #222222; font-family: Verdana; font-size: 13px;"&gt;Along with singleton pattern the factories are the most used patterns. Almost any application has some factories. Here are a some examples:&lt;/span&gt;&lt;br style="background-color: #b7cbd5; color: #222222; font-family: Verdana; font-size: 13px; text-align: justify;" /&gt;&lt;span class="Apple-style-span" style="background-color: #b7cbd5; color: #222222; font-family: Verdana; font-size: 13px; text-align: justify;"&gt;- factories providing an xml parser: javax.xml.parsers.DocumentBuilderFactory or javax.xml.parsers.SAXParserFactory&amp;nbsp;&lt;/span&gt;&lt;/div&gt;</description><link>http://interviewquestionsadda.blogspot.com/2011/11/factory-method-common-usage.html</link><author>noreply@blogger.com (Unknown)</author><thr:total>0</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-8910668389233740772.post-7536372132847287218</guid><pubDate>Wed, 02 Nov 2011 13:17:00 +0000</pubDate><atom:updated>2011-11-02T06:17:00.432-07:00</atom:updated><category domain="http://www.blogger.com/atom/ns#">Design Patterns</category><title>Factory Method pattern When to use</title><description>&lt;div dir="ltr" style="text-align: left;" trbidi="on"&gt;
&lt;span class="Apple-style-span" style="background-color: #b7cbd5; color: #222222; font-family: Verdana; font-size: 13px;"&gt;Factory Method pattern should be used when:&lt;/span&gt;&lt;br style="background-color: #b7cbd5; color: #222222; font-family: Verdana; font-size: 13px; text-align: justify;" /&gt;&lt;span class="Apple-style-span" style="background-color: #b7cbd5; color: #222222; font-family: Verdana; font-size: 13px; text-align: justify;"&gt;- a framework delegate the creation of objects derived from a common superclass to the factory&lt;/span&gt;&lt;br style="background-color: #b7cbd5; color: #222222; font-family: Verdana; font-size: 13px; text-align: justify;" /&gt;&lt;span class="Apple-style-span" style="background-color: #b7cbd5; color: #222222; font-family: Verdana; font-size: 13px; text-align: justify;"&gt;- the base factory class does not know what concrete classes will be required to create - delegates to its subclasses the creation of concrete objects&lt;/span&gt;&lt;br style="background-color: #b7cbd5; color: #222222; font-family: Verdana; font-size: 13px; text-align: justify;" /&gt;&lt;span class="Apple-style-span" style="background-color: #b7cbd5; color: #222222; font-family: Verdana; font-size: 13px; text-align: justify;"&gt;- factory subclasses subclasses are aware of the concrete classes that must be instantiated&lt;/span&gt;&lt;br style="background-color: #b7cbd5; color: #222222; font-family: Verdana; font-size: 13px; text-align: justify;" /&gt;&lt;br style="background-color: #b7cbd5; color: #222222; font-family: Verdana; font-size: 13px; text-align: justify;" /&gt;&lt;span class="Apple-style-span" style="background-color: #b7cbd5; color: #222222; font-family: Verdana; font-size: 13px; text-align: justify;"&gt;Factory method pattern, compared to Factory pattern replace the factory with an abstract class and a set of concrete factories subclasses. The subclasses are responsible for creating concrete product objects; for factory method is possible adding new product classes without changing the abstract factory. The same result can be achieved for simplified factory pattern if reflection is used.&lt;/span&gt;&lt;/div&gt;</description><link>http://interviewquestionsadda.blogspot.com/2011/11/factory-method-pattern-when-to-use.html</link><author>noreply@blogger.com (Unknown)</author><thr:total>0</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-8910668389233740772.post-4350364394138740561</guid><pubDate>Tue, 01 Nov 2011 13:16:00 +0000</pubDate><atom:updated>2011-11-01T06:16:00.307-07:00</atom:updated><category domain="http://www.blogger.com/atom/ns#">Design Patterns</category><title>Factory Method Design Pattern</title><description>&lt;div dir="ltr" style="text-align: left;" trbidi="on"&gt;
&lt;span class="intent" style="background-color: #d9dbd2; color: #222222; font-family: Verdana; font-size: 13px; font-weight: bold; text-align: justify;"&gt;Defines an interface for creating objects, but let subclasses to decide which class to instantiate&lt;/span&gt;&lt;span class="Apple-style-span" style="background-color: #d9dbd2; color: #222222; font-family: Verdana; font-size: 13px;"&gt;&amp;nbsp;and&amp;nbsp;&lt;/span&gt;&lt;span class="intent" style="background-color: #d9dbd2; color: #222222; font-family: Verdana; font-size: 13px; font-weight: bold; text-align: justify;"&gt;Refers to the newly created object through a common interface.&lt;/span&gt;&lt;/div&gt;</description><link>http://interviewquestionsadda.blogspot.com/2011/11/factory-method-design-pattern.html</link><author>noreply@blogger.com (Unknown)</author><thr:total>0</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-8910668389233740772.post-1484265581774576105</guid><pubDate>Mon, 31 Oct 2011 13:11:00 +0000</pubDate><atom:updated>2011-10-31T06:11:01.012-07:00</atom:updated><title>Factory Design pattern common usage</title><description>&lt;div dir="ltr" style="text-align: left;" trbidi="on"&gt;
&lt;span class="box" style="background-color: #d9dbd2; border-bottom-color: rgb(204, 204, 204); border-bottom-style: solid; border-bottom-width: 1px; border-left-color: rgb(204, 204, 204); border-left-style: solid; border-left-width: 1px; border-right-color: rgb(204, 204, 204); border-right-style: solid; border-right-width: 1px; border-top-color: rgb(204, 204, 204); border-top-style: solid; border-top-width: 1px; color: #222222; font-family: Verdana; font-size: 13px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; text-align: justify;"&gt;&lt;a class="head-b" href="http://oodesign.com/" style="background-color: #b7cbd5; color: black;"&gt;Common Usage&lt;/a&gt;&lt;/span&gt;&lt;br /&gt;
&lt;div class="body-b" style="background-color: #d9dbd2; color: #222222; font-family: Verdana; font-size: 13px; padding-bottom: 15px; padding-left: 10px; padding-right: 10px; padding-top: 5px; text-align: justify;"&gt;
Along with singleton pattern the factory is one of the most used patterns. Almost any application has some factories. Here are a some examples in java:&lt;br /&gt;- factories providing an xml parser: javax.xml.parsers.DocumentBuilderFactory or javax.xml.parsers.SAXParserFactory&lt;br /&gt;- java.net.URLConnection - allows users to decide which protocol to use&lt;/div&gt;
&lt;/div&gt;</description><link>http://interviewquestionsadda.blogspot.com/2011/10/factory-design-pattern-common-usage.html</link><author>noreply@blogger.com (Unknown)</author><thr:total>0</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-8910668389233740772.post-4884031626403364627</guid><pubDate>Sun, 30 Oct 2011 13:08:00 +0000</pubDate><atom:updated>2011-10-30T06:08:00.154-07:00</atom:updated><category domain="http://www.blogger.com/atom/ns#">Design Patterns</category><title>Factory pattern When to Use</title><description>&lt;div dir="ltr" style="text-align: left;" trbidi="on"&gt;
&lt;span class="Apple-style-span" style="background-color: #b7cbd5; color: #222222; font-family: Verdana; font-size: 13px;"&gt;Factory pattern should be used when: - a framework delegate the creation of objects derived from a common superclass to the factory - we need flexibility in adding new types of objects that must be created by the class&lt;/span&gt;&lt;/div&gt;</description><link>http://interviewquestionsadda.blogspot.com/2011/10/factory-pattern-when-to-use.html</link><author>noreply@blogger.com (Unknown)</author><thr:total>0</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-8910668389233740772.post-3979356576793070801</guid><pubDate>Sat, 29 Oct 2011 13:06:00 +0000</pubDate><atom:updated>2011-10-29T06:06:00.862-07:00</atom:updated><category domain="http://www.blogger.com/atom/ns#">Design Patterns</category><title>Singleton Design Pattern Common Usage</title><description>&lt;div dir="ltr" style="text-align: left;" trbidi="on"&gt;
&lt;span class="Apple-style-span" style="background-color: #b7cbd5; color: #222222; font-family: Verdana; font-size: 13px;"&gt;There are many common situations when singleton pattern is used:&lt;/span&gt;&lt;br style="background-color: #b7cbd5; color: #222222; font-family: Verdana; font-size: 13px; text-align: justify;" /&gt;&lt;span class="Apple-style-span" style="background-color: #b7cbd5; color: #222222; font-family: Verdana; font-size: 13px; text-align: justify;"&gt;- Logger Classes&lt;/span&gt;&lt;br style="background-color: #b7cbd5; color: #222222; font-family: Verdana; font-size: 13px; text-align: justify;" /&gt;&lt;span class="Apple-style-span" style="background-color: #b7cbd5; color: #222222; font-family: Verdana; font-size: 13px; text-align: justify;"&gt;- Configuration Classes&lt;/span&gt;&lt;br style="background-color: #b7cbd5; color: #222222; font-family: Verdana; font-size: 13px; text-align: justify;" /&gt;&lt;span class="Apple-style-span" style="background-color: #b7cbd5; color: #222222; font-family: Verdana; font-size: 13px; text-align: justify;"&gt;- Accesing resources in shared mode&lt;/span&gt;&lt;br style="background-color: #b7cbd5; color: #222222; font-family: Verdana; font-size: 13px; text-align: justify;" /&gt;&lt;span class="Apple-style-span" style="background-color: #b7cbd5; color: #222222; font-family: Verdana; font-size: 13px; text-align: justify;"&gt;- Other design patterns implemented as Singletons: Factories and Abstract Factories, Builder, Prototype&lt;/span&gt;&lt;/div&gt;</description><link>http://interviewquestionsadda.blogspot.com/2011/10/singleton-design-pattern-common-usage.html</link><author>noreply@blogger.com (Unknown)</author><thr:total>0</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-8910668389233740772.post-9090572033859172767</guid><pubDate>Sat, 29 Oct 2011 01:30:00 +0000</pubDate><atom:updated>2011-10-28T18:30:00.420-07:00</atom:updated><category domain="http://www.blogger.com/atom/ns#">Design Patterns</category><title>Factory(Simplified version of Factory Method) Design Pattern</title><description>&lt;div dir="ltr" style="text-align: left;" trbidi="on"&gt;
&lt;strong style="background-color: #d9dbd2; color: #222222; font-family: Verdana; font-size: 13px; text-align: justify;"&gt;Factory&lt;/strong&gt;&lt;span class="Apple-style-span" style="background-color: #d9dbd2; color: #222222; font-family: Verdana; font-size: 13px;"&gt;(Simplified version of Factory Method) -&amp;nbsp;&lt;/span&gt;&lt;span class="intent" style="background-color: #d9dbd2; color: #222222; font-family: Verdana; font-size: 13px; font-weight: bold; text-align: justify;"&gt;Creates objects without exposing the instantiation logic to the client&lt;/span&gt;&lt;span class="Apple-style-span" style="background-color: #d9dbd2; color: #222222; font-family: Verdana; font-size: 13px; text-align: justify;"&gt;&amp;nbsp;and&lt;/span&gt;&lt;span class="intent" style="background-color: #d9dbd2; color: #222222; font-family: Verdana; font-size: 13px; font-weight: bold; text-align: justify;"&gt;Refers to the newly created object through a common interface.&lt;/span&gt;&lt;/div&gt;</description><link>http://interviewquestionsadda.blogspot.com/2011/10/factorysimplified-version-of-factory.html</link><author>noreply@blogger.com (Unknown)</author><thr:total>0</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-8910668389233740772.post-2068752306263483314</guid><pubDate>Fri, 28 Oct 2011 13:05:00 +0000</pubDate><atom:updated>2011-10-28T06:05:11.982-07:00</atom:updated><category domain="http://www.blogger.com/atom/ns#">Design Patterns</category><title>Singleton pattern how to use</title><description>&lt;div dir="ltr" style="text-align: left;" trbidi="on"&gt;
&lt;span class="Apple-style-span" style="background-color: #b7cbd5; color: #222222; font-family: Verdana; font-size: 13px;"&gt;Singleton pattern should be used when we must ensure that only one instance of a class is created and when the instance must be available through all the code. A special care should be taken in multithreading environments when multible threads must access the same resources throught the same singleton object.&lt;/span&gt;&lt;/div&gt;</description><link>http://interviewquestionsadda.blogspot.com/2011/10/singleton-pattern-how-to-use.html</link><author>noreply@blogger.com (Unknown)</author><thr:total>0</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-8910668389233740772.post-6136438099153508870</guid><pubDate>Fri, 28 Oct 2011 13:03:00 +0000</pubDate><atom:updated>2011-10-28T06:03:47.503-07:00</atom:updated><category domain="http://www.blogger.com/atom/ns#">Design Patterns</category><title>Singleton Design Pattern</title><description>&lt;div dir="ltr" style="text-align: left;" trbidi="on"&gt;
&lt;strong style="background-color: #d9dbd2; color: #222222; font-family: Verdana; font-size: 13px; text-align: justify;"&gt;Singleton&lt;/strong&gt;&lt;span class="Apple-style-span" style="background-color: #d9dbd2; color: #222222; font-family: Verdana; font-size: 13px;"&gt;&amp;nbsp;-&amp;nbsp;&lt;/span&gt;&lt;span class="intent" style="background-color: #d9dbd2; color: #222222; font-family: Verdana; font-size: 13px; font-weight: bold; text-align: justify;"&gt;Ensure that only one instance of a class is created&lt;/span&gt;&lt;span class="Apple-style-span" style="background-color: #d9dbd2; color: #222222; font-family: Verdana; font-size: 13px; text-align: justify;"&gt;and&amp;nbsp;&lt;/span&gt;&lt;span class="intent" style="background-color: #d9dbd2; color: #222222; font-family: Verdana; font-size: 13px; font-weight: bold; text-align: justify;"&gt;Provide a global access point to the object.&lt;/span&gt;&lt;/div&gt;</description><link>http://interviewquestionsadda.blogspot.com/2011/10/singleton-design-pattern.html</link><author>noreply@blogger.com (Unknown)</author><thr:total>0</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-8910668389233740772.post-6360412041404755449</guid><pubDate>Fri, 23 Sep 2011 08:55:00 +0000</pubDate><atom:updated>2011-09-23T01:55:00.244-07:00</atom:updated><category domain="http://www.blogger.com/atom/ns#">Design Patterns</category><category domain="http://www.blogger.com/atom/ns#">Interview Questions</category><title>What is Object-oriented design</title><description>&lt;div dir="ltr" style="text-align: left;" trbidi="on"&gt;Based on objects and their interrelationships &lt;br /&gt;
It starts with object types and then explores object attributes and actions.&lt;br /&gt;
&lt;br /&gt;
Our context in this training is to handle Object oriented methodology&lt;br /&gt;
&lt;br /&gt;
&lt;/div&gt;</description><link>http://interviewquestionsadda.blogspot.com/2011/09/what-is-object-oriented-design.html</link><author>noreply@blogger.com (Unknown)</author><thr:total>0</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-8910668389233740772.post-8777556145916602474</guid><pubDate>Thu, 22 Sep 2011 08:54:00 +0000</pubDate><atom:updated>2011-09-22T01:54:00.122-07:00</atom:updated><category domain="http://www.blogger.com/atom/ns#">Interview Questions</category><category domain="http://www.blogger.com/atom/ns#">UML</category><title>What is Data Driven</title><description>The structure of the software system is derived by mapping system inputs to outputs&lt;br /&gt;
Determine the data requirements of a business process&lt;br /&gt;
&lt;br /&gt;
</description><link>http://interviewquestionsadda.blogspot.com/2011/09/what-is-data-driven.html</link><author>noreply@blogger.com (Unknown)</author><thr:total>0</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-8910668389233740772.post-4768704372905510112</guid><pubDate>Wed, 21 Sep 2011 08:54:00 +0000</pubDate><atom:updated>2011-09-21T01:54:00.994-07:00</atom:updated><category domain="http://www.blogger.com/atom/ns#">Design Patterns</category><category domain="http://www.blogger.com/atom/ns#">Interview Questions</category><title>What is Structured design</title><description>&lt;div dir="ltr" style="text-align: left;" trbidi="on"&gt;&lt;br /&gt;
&lt;ol style="text-align: left;"&gt;&lt;li&gt;Structured design is based on functional decomposition&lt;/li&gt;
&lt;li&gt;It follows typically from dataflow diagram and associated processes descriptions created as part of Structured Analysis&lt;/li&gt;
&lt;li&gt;In structured design we functionally decompose the processes in a large system (as described in DFD) into components (called modules) and organize these components in a hierarchical fashion (structure chart)&lt;/li&gt;
&lt;/ol&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;/div&gt;</description><link>http://interviewquestionsadda.blogspot.com/2011/09/what-is-structured-design.html</link><author>noreply@blogger.com (Unknown)</author><thr:total>0</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-8910668389233740772.post-1182302488328681761</guid><pubDate>Tue, 20 Sep 2011 08:53:00 +0000</pubDate><atom:updated>2011-09-20T01:53:00.876-07:00</atom:updated><category domain="http://www.blogger.com/atom/ns#">Design Patterns</category><category domain="http://www.blogger.com/atom/ns#">Interview Questions</category><title>What is Software Design Process</title><description>It is a series of activities to be carried out to complete the design task&lt;br /&gt;
&lt;br /&gt;
</description><link>http://interviewquestionsadda.blogspot.com/2011/09/what-is-software-design-process.html</link><author>noreply@blogger.com (Unknown)</author><thr:total>0</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-8910668389233740772.post-346348130578127647</guid><pubDate>Mon, 19 Sep 2011 08:52:00 +0000</pubDate><atom:updated>2011-09-19T01:52:00.333-07:00</atom:updated><category domain="http://www.blogger.com/atom/ns#">Design Patterns</category><category domain="http://www.blogger.com/atom/ns#">Interview Questions</category><title>what are Software design methodologies</title><description>&lt;b&gt;Structured &lt;br /&gt;
Data Driven&lt;br /&gt;
Object oriented&lt;br /&gt;
&lt;/b&gt;&lt;br /&gt;
</description><link>http://interviewquestionsadda.blogspot.com/2011/09/what-are-software-design-methodologies.html</link><author>noreply@blogger.com (Unknown)</author><thr:total>0</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-8910668389233740772.post-8157488836121237136</guid><pubDate>Sun, 18 Sep 2011 08:37:00 +0000</pubDate><atom:updated>2011-09-18T01:37:00.139-07:00</atom:updated><category domain="http://www.blogger.com/atom/ns#">Design Patterns</category><title>What are Design process activities</title><description>&lt;div dir="ltr" style="text-align: left;" trbidi="on"&gt;&lt;b&gt;Architectural design&lt;br /&gt;
Interface design&lt;br /&gt;
Component design&lt;br /&gt;
Data structure design&lt;br /&gt;
Review &lt;br /&gt;
Design documentation&lt;br /&gt;
Programming (occasionally)&lt;br /&gt;
&lt;/b&gt;&lt;/div&gt;</description><link>http://interviewquestionsadda.blogspot.com/2011/09/what-are-design-process-activities.html</link><author>noreply@blogger.com (Unknown)</author><thr:total>0</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-8910668389233740772.post-8802992147892999251</guid><pubDate>Sat, 17 Sep 2011 08:35:00 +0000</pubDate><atom:updated>2011-09-17T01:35:00.109-07:00</atom:updated><category domain="http://www.blogger.com/atom/ns#">Data Modeling</category><category domain="http://www.blogger.com/atom/ns#">Interview Questions</category><category domain="http://www.blogger.com/atom/ns#">UML</category><title>UML to Work</title><description>&lt;div dir="ltr" style="text-align: left;" trbidi="on"&gt;The ESU University wants to computerize their registration system&lt;br /&gt;
&lt;br /&gt;
&lt;ol style="text-align: left;"&gt;&lt;li&gt;The Registrar sets up the curriculum for a semester&lt;/li&gt;
&lt;li&gt;One course may have multiple course offerings&lt;/li&gt;
&lt;li&gt;Students select 4 primary courses and 2 alternate courses&lt;/li&gt;
&lt;li&gt;Once a student registers for a semester, the billing system is notified so the student may be billed for the semester&lt;/li&gt;
&lt;li&gt;Students may use the system to add/drop courses for a period of time after registration&lt;/li&gt;
&lt;li&gt;Professors use the system to receive their course offering rosters&lt;/li&gt;
&lt;li&gt;Users of the registration system are assigned passwords which are used at logon validation&lt;/li&gt;
&lt;/ol&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;/div&gt;</description><link>http://interviewquestionsadda.blogspot.com/2011/09/uml-to-work.html</link><author>noreply@blogger.com (Unknown)</author><thr:total>0</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-8910668389233740772.post-2090502260166496886</guid><pubDate>Fri, 16 Sep 2011 08:25:00 +0000</pubDate><atom:updated>2011-09-16T01:25:00.926-07:00</atom:updated><category domain="http://www.blogger.com/atom/ns#">Data Modeling</category><category domain="http://www.blogger.com/atom/ns#">Interview Questions</category><title>What are levels of Normalization</title><description>&lt;div dir="ltr" style="text-align: left;" trbidi="on"&gt;The first three levels in normalising a database are: &lt;br /&gt;
&lt;span class="Apple-style-span" style="font-weight: bold;"&gt;First Normal Form (1NF):&lt;/span&gt; There should be no repeating groups in a table. &lt;br /&gt;
&lt;span class="Apple-style-span" style="font-weight: bold;"&gt;Se&lt;/span&gt;&lt;span class="Apple-style-span" style="font-weight: bold;"&gt;cond Normal Form (2NF):&lt;/span&gt; No non-key fields may depend on a portion of the primary key. &lt;br /&gt;
&lt;span class="Apple-style-span" style="font-weight: bold;"&gt;Third Normal From (3FN):&lt;/span&gt; No fields may depend on other non-key fields. In other words, each field in a record should contain information about the entity that is defined by the primary key. &lt;br /&gt;
&lt;br /&gt;
&lt;/div&gt;</description><link>http://interviewquestionsadda.blogspot.com/2011/09/what-are-levels-of-normalization.html</link><author>noreply@blogger.com (Unknown)</author><thr:total>0</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-8910668389233740772.post-453698622582816301</guid><pubDate>Thu, 15 Sep 2011 08:18:00 +0000</pubDate><atom:updated>2011-09-15T01:18:00.131-07:00</atom:updated><category domain="http://www.blogger.com/atom/ns#">Data Modeling</category><category domain="http://www.blogger.com/atom/ns#">Interview Questions</category><title>Database design Keys</title><description>&lt;div dir="ltr" style="text-align: left;" trbidi="on"&gt;Primary key enforce entity integrity by uniquely identifying entity instances &lt;br /&gt;
&lt;br /&gt;
Foreign key enforce referential integrity by completing an association between two entities &lt;br /&gt;
&lt;br /&gt;
Candidate key is an attribute that can be uniquely used to identify a database record (Ex. Social security number in employee table)&lt;br /&gt;
&lt;br /&gt;
Composite Key is combination of more than one attribute which uniquely identify a database record&lt;br /&gt;
&lt;br /&gt;
Unique key is an attribute which can be used to identify a single record &lt;br /&gt;
&lt;br /&gt;
&lt;/div&gt;</description><link>http://interviewquestionsadda.blogspot.com/2011/09/database-design-keys.html</link><author>noreply@blogger.com (Unknown)</author><thr:total>0</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-8910668389233740772.post-1964234757416972121</guid><pubDate>Wed, 14 Sep 2011 07:59:00 +0000</pubDate><atom:updated>2011-09-14T00:59:00.357-07:00</atom:updated><category domain="http://www.blogger.com/atom/ns#">Data Modeling</category><category domain="http://www.blogger.com/atom/ns#">Interview Questions</category><title>What are Basic Constructs of E-R Model</title><description>&lt;div dir="ltr" style="text-align: left;" trbidi="on"&gt;Entity&lt;br /&gt;
Entity is a data object about which information is to be collected. (ex.EMPLOYEE, PROJECT, INVOICE).&lt;br /&gt;
An entity is analogous to a table in the relational model. &lt;br /&gt;
Entities are classified as independent or dependent &lt;br /&gt;
An independent entity is one that does not rely on another for identification. &lt;br /&gt;
A dependent entity is one that relies on another for identification.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;/div&gt;</description><link>http://interviewquestionsadda.blogspot.com/2011/09/what-are-basic-constructs-of-e-r-model.html</link><author>noreply@blogger.com (Unknown)</author><thr:total>0</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-8910668389233740772.post-856935507429287563</guid><pubDate>Tue, 13 Sep 2011 08:24:00 +0000</pubDate><atom:updated>2011-09-13T01:24:00.756-07:00</atom:updated><category domain="http://www.blogger.com/atom/ns#">Data Modeling</category><category domain="http://www.blogger.com/atom/ns#">Interview Questions</category><title>What is Normalization</title><description>&lt;div dir="ltr" style="text-align: left;" trbidi="on"&gt;The process of structuring data to minimize duplication and inconsistencies &lt;br /&gt;
The process usually involves breaking down a single table into two or more tables and defining relationships between those tables. &lt;br /&gt;
&lt;br /&gt;
&lt;/div&gt;</description><link>http://interviewquestionsadda.blogspot.com/2011/09/what-is-normalization.html</link><author>noreply@blogger.com (Unknown)</author><thr:total>0</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-8910668389233740772.post-5313164625758579203</guid><pubDate>Mon, 12 Sep 2011 07:58:00 +0000</pubDate><atom:updated>2011-09-12T00:58:00.327-07:00</atom:updated><category domain="http://www.blogger.com/atom/ns#">Data Modeling</category><category domain="http://www.blogger.com/atom/ns#">Interview Questions</category><title>What is Entity-Relationship design Model</title><description>The ER model is a conceptual data model that views the real world as entities and relationships &lt;br /&gt;
&lt;br /&gt;
</description><link>http://interviewquestionsadda.blogspot.com/2011/09/what-is-entity-relationship-design.html</link><author>noreply@blogger.com (Unknown)</author><thr:total>0</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-8910668389233740772.post-2668479633142458796</guid><pubDate>Sun, 11 Sep 2011 07:21:00 +0000</pubDate><atom:updated>2011-09-11T00:21:00.441-07:00</atom:updated><category domain="http://www.blogger.com/atom/ns#">Data Modeling</category><category domain="http://www.blogger.com/atom/ns#">Interview Questions</category><title>Difference between Logical and Physical Data Modeling</title><description>&lt;div dir="ltr" style="text-align: left;" trbidi="on"&gt;&lt;b&gt;Logical Data Model:&lt;/b&gt;&lt;br /&gt;
Entity&lt;br /&gt;
Attribute&lt;br /&gt;
Primary Key&lt;br /&gt;
Alternate Key&lt;br /&gt;
Inversion Key Entry&lt;br /&gt;
Rule	&lt;br /&gt;
Relationship&lt;br /&gt;
&lt;br /&gt;
&lt;b&gt;Physical Data Model&lt;/b&gt;&lt;br /&gt;
Table&lt;br /&gt;
Column&lt;br /&gt;
Primary Key Constraint&lt;br /&gt;
Unique Constraint or Unique Index&lt;br /&gt;
Non Unique Index&lt;br /&gt;
Check Constraint, Default Value&lt;br /&gt;
Foreign Key&lt;/div&gt;</description><link>http://interviewquestionsadda.blogspot.com/2011/09/difference-between-logical-and-physical.html</link><author>noreply@blogger.com (Unknown)</author><thr:total>0</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-8910668389233740772.post-20335389087913646</guid><pubDate>Sat, 10 Sep 2011 07:20:00 +0000</pubDate><atom:updated>2011-09-10T00:20:00.477-07:00</atom:updated><category domain="http://www.blogger.com/atom/ns#">Data Modeling</category><category domain="http://www.blogger.com/atom/ns#">Interview Questions</category><title>Data Modeling Development Cycle</title><description>&lt;div dir="ltr" style="text-align: left;" trbidi="on"&gt;Phase-1 : Gathering Business Requirements &lt;br /&gt;
Phase-2: Conceptual Data Modeling (CDM).&lt;br /&gt;
Phase-3: Logical Data Modeling (LDM).&lt;br /&gt;
Phase 4: Physical Data Modeling (PDM).&lt;br /&gt;
Phase 5: DB design&lt;br /&gt;
&lt;br /&gt;
&lt;/div&gt;</description><link>http://interviewquestionsadda.blogspot.com/2011/09/data-modeling-development-cycle.html</link><author>noreply@blogger.com (Unknown)</author><thr:total>0</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-8910668389233740772.post-2843724767354472105</guid><pubDate>Sat, 10 Sep 2011 07:15:00 +0000</pubDate><atom:updated>2011-09-10T00:15:00.156-07:00</atom:updated><category domain="http://www.blogger.com/atom/ns#">Design Patterns</category><category domain="http://www.blogger.com/atom/ns#">Interview Questions</category><title>What is Anti design pattern</title><description>A pattern that tells how to go from a problem to a bad solution &lt;br /&gt;
Looks like a good idea, but which backfires badly when applied &lt;br /&gt;
A pattern that tells how to go from a bad solution to a good solution &lt;br /&gt;
&lt;br /&gt;
</description><link>http://interviewquestionsadda.blogspot.com/2011/09/what-is-anti-design-pattern.html</link><author>noreply@blogger.com (Unknown)</author><thr:total>0</thr:total></item></channel></rss>