<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress.com" -->
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	>

<channel>
	<title>interview-questions &amp;laquo; WordPress.com Tag Feed</title>
	<link>http://en.wordpress.com/tag/interview-questions/</link>
	<description>Feed of posts on WordPress.com tagged "interview-questions"</description>
	<pubDate>Fri, 25 Dec 2009 13:25:34 +0000</pubDate>

	<generator>http://en.wordpress.com/tags/</generator>
	<language>en</language>

<item>
<title><![CDATA[How to Handle Inappropriate Interview Questions]]></title>
<link>http://careerwatch.wordpress.com/2009/12/25/how-to-handle-inappropriate-interview-questions/</link>
<pubDate>Fri, 25 Dec 2009 12:41:22 +0000</pubDate>
<dc:creator>careerwatch</dc:creator>
<guid>http://careerwatch.wordpress.com/2009/12/25/how-to-handle-inappropriate-interview-questions/</guid>
<description><![CDATA[Most of us believe that it is illegal for an interviewer to ask questions relating to religious beli]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p>Most of us believe that it is illegal for an interviewer to ask questions relating to religious beliefs, national origin, marital status etc. This is only a widespread belief. In most of the states, interviews are allowed to ask questions relating to these and asking such questions is not illegal. What’s actually illegal is to make a hiring judgment on the basis of the answers given to such questions. That is why, smart interviewers do not ask such questions because they know that can not factor in the answers given.</p>
<p>However, you may run into situations where the interviewer asks questions relating to religion, belief, marital status etc. What would you do? Possibility can be that you might already have faced such a situation. What did you do? What’s more important is what you should do. By asking such questions, the interviewer is not making an attempt to screen you out illegally. Instead, he is making a small talk. However, they may not just realize that questions like these tread on risky grounds.</p>
<p>It’s a tricky situation anyway. In any case, you wouldn’t like to ruin your rapport because you want to turn the interview into a successful one. If you want to make it a successful interview, you would never want to respond with guns blazing.</p>
<p>If you look at the situation practically, it is definitely your perquisite to make an issue of what the interviewer asks. On the other hand, it is only up to you whether you feel like fighting the battle or not.</p>
<p>There is one more option to the situation as well. If the interviewer raises an issue like your parenthood and relates it to your job performance, you can speak to the interviewer directly and respond with a polite answer. You might respond by saying: &#8220;I do have kids, and they&#8217;re great, but please know that there&#8217;s nothing that would hinder or interfere with my ability to work the hours required to get the job done.&#8221;</p>
<p>And if you smell something in the interview, you will certainly need to reconsider your employment decision.</p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Dot Net]]></title>
<link>http://purikl.wordpress.com/2009/12/22/dot-net/</link>
<pubDate>Tue, 22 Dec 2009 15:54:32 +0000</pubDate>
<dc:creator>keemtipuri</dc:creator>
<guid>http://purikl.wordpress.com/2009/12/22/dot-net/</guid>
<description><![CDATA[What is difference between foreground and background thread? • Foreground threads have the ability t]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p><strong>What is difference between foreground and background thread?<br />
</strong><strong> </strong><strong> </strong>• Foreground threads have the ability to prevent the current application from terminating. The CLR will not shut down an application (which is to say, unload the hosting AppDomain) until all foreground threads have ended.</p>
<p>• Background threads (sometimes called daemon threads) are viewed by the CLR as expendable paths of execution that can be ignored at any point in time (even if they are currently laboring over some unit of work). Thus, if all foreground threads have terminated, any and all background threads are automatically killed when the application domain unloads.</p>
<p><strong>What is the difference between STA and MTA?</strong></p>
<p>In single threaded apartment (STA) each thread is isolated in a separate apartment underneath the process. The process can have any number of apartments that share data through a proxy. The application defines when and for how long the thread in each apartment should execute. All requests are serialized through the Windows message queue such that only a single apartment is accessed at a time and thus only a single thread will be executing at any one time. STA is the</p>
<p>threading model that most Visual Basic developers are familiar with because this is the threading model available to VB applications prior to VB.NET. You can think of it like an apartment building full of a row of one room apartments that are accessible one at a time through a single hallway. The advantage this provides over single</p>
<p>threaded is that multiple commands can be issued at one time instead of just a single command, but the commands are still sequentially executed. The free threaded/Multi Threaded Apartment (MTA) model has a single apartment created underneath the process rather than multiple apartments. This single apartment holds</p>
<p>multiple threads rather than just a single thread. No message queue is required because all of the threads are a part of the same apartment and can share data without a proxy. You can think of it like a building with multiple rooms that are all accessible once you are inside the building. These applications typically execute faster than</p>
<p>single threaded and STA because there is less system overhead and can be optimized to eliminate system idle time.</p>
<p><strong>What do you mean by Share Point Portal ?</strong><strong> </strong><strong> </strong></p>
<p><strong> </strong></p>
<p>Here I have taken information regarding  Share Point Portal Server 2003 provides mainly access to the crucial business information and applications.With the help of Share Point Server we can server  information between  Public Folders, Data Bases, File Servers  and the websites that are based on Windows server 2003. This Share Point Portal is  integrated with MSAccess and Windows servers,So we can get  a Wide range of document management functionality. We can also create a full featured portal with readymade navigation and structure.</p>
<p>1.6.2What is cross page posting in ASP.NET2.0 ?</p>
<p>When we have to post data from one page to another in application we used server.transfer method but in this the URL remains the same but in cross page posting there is little different there is normal post back is done but in target page we can access values of server control in the source page.This is quite simple we have to only set the PostBackUrl property of Button,LinkButton or imagebutton which specifies the target page.In target page we can access the PreviousPage property.And we have to use the @PreviousPageType directive.We can access control of PreviousPage by using the findcontrol method.When we set the PostBackURL property ASP.NET framework bind the HTML and Javascript function automatically.</p>
<p><strong>What you thing about the WebPortal ?</strong><strong> </strong><strong> </strong></p>
<p><strong> </strong></p>
<p>Web portal is nothing but a page that allows a user to customize his/her homepage. We can use Widgets to create that portal we have only to drag and drop widgets on the page. The user can set his Widgets on any where on the page where he has to get them. Widgets are nothing but a page area that helps particular function to response. Widgets example are address books, contact lists, RSS feeds, clocks, calendars, play lists, stock tickers, weather reports, traffic reports, dictionaries, games and another such beautiful things that we can not imagine. We can also say Web Parts in Share Point Portal. These are one of Ajax-Powered.</p>
<p><strong>How to start Outlook,NotePad file in AsP.NET with code ? </strong><strong> </strong></p>
<p><strong> </strong></p>
<p>Here is the syntax to open outlook or notepad file in ASP.NET VB.NET Process.Start(&#8220;Notepad.exe&#8221;) Process.Start(&#8220;msimn.exe&#8221;); C#.NET System.Diagnostics.Process.Start(&#8220;msimn.exe&#8221;); System.Diagnostics.Process.Start(&#8220;Notepad.exe&#8221;);</p>
<p><strong>What is the purpose of IIS ?</strong><strong> </strong><strong> </strong></p>
<p><strong> </strong></p>
<p>We can call IIS(Internet Information Services) a powerful Web server that helps us creating highly reliable, scalable and manageable infrastructure for Web application which runs on Windows Server 2003. IIS helps development center and increase Web site and application availability while lowering system administration costs. It also runs on Windows NT/2000 platforms and also for above versions. With IIS, Microsoft includes a set of programs for building and administering Web sites, a search engine, and support for writing Web-based applications that access database. IIS also called http server since it process the http request and gets http response.</p>
<p><strong>What is main difference between GridLayout and FormLayout ?</strong><strong> </strong><strong> </strong></p>
<p><strong> </strong></p>
<p>GridLayout helps in providing absolute positioning of every control placed on the page.It is easier to devlop page with absolute positioning because control can be placed any where according to our requirement.But FormLayout is little different only experience Web Devloper used this one reason is it is helpful for wider range browser.If there is absolute positioning we can notice that there are number of DIV tags.But in FormLayout whole work are done through the tables.</p>
<p><strong>How Visual SourceSafe helps Us ?</strong><strong> </strong><br />
One of the powerful tool provided by Microsoft to keep up-to-date of files system its keeps records of file history once we add files to source safe it can be add to database and the changes ade by diffrenet user to this files are maintained in database from that we can get the older version of files to.This also helps in sharing,merging of files.</p>
<p><strong>Can you define what is SharePoint and some overview about this ?</strong><strong> </strong><strong> </strong></p>
<p><strong> </strong></p>
<p>SharePoint helps workers for  creating  powerful personalized interfaces only by dragging and drop pre-defined Web Part Components. And these Web Parts components also helps non programmers to get information which care  and customize the appearance of Web pages. To under stand it we take an example  one Web Part might display a user&#8217;s information another might create a graph showing current employee status  and a third might show a list of Employees Salary. This is also possible that each functions has a link to a video or audio presentation.So now  Developers are unable to  create these Web Part components and make them available to SharePoint users.</p>
<p><strong>What is different between WebUserControl and in WebCustomControl?</strong><strong> </strong></p>
<p><strong> </strong></p>
<p>Web user controls: &#8211; Web User Control is Easier to create and another thing is that its support is limited for users who use a visual design tool one gud thing is that its contains static layout one more thing a seprate copy is required for each application.<br />
Web custom controls: -Web Custom Control is typical to create and gud for dynamic layout and another thing is it have full tool support for user and a single copy of control is required because it is placed in Global Assembly cache.</p>
<p><strong>What is Sandbox in SQL server and explain permission level in Sql Server ?</strong><strong> </strong><strong> </strong></p>
<p><strong> </strong></p>
<p>Sandbox is place where we run trused program or script which is created  from the third party. There are three type of Sandbox where user code run.<br />
Safe Access Sandbox:-Here we can only create stored procedure,triggers,functions,datatypes etc.But we doesnot have acess memory ,disk etc.<br />
External Access Sandbox:-We cn access File systems outside the box. We can not play with threading,memory allocation etc.<br />
Unsafe Access Sandbox:-Here we can write unreliable and unsafe code.</p>
<p><strong>How many types of cookies are there in .NET ?</strong><strong> </strong><strong> </strong></p>
<p><strong> </strong></p>
<p>Two type of cookeies.<br />
a) single valued eg request.cookies(”UserName”).value=”dotnetquestion”<br />
b)Multivalued cookies. These are used in the way collections are used example<br />
request.cookies(”CookiName”)(”UserName”)=”dotnetquestionMahesh”<br />
request.cookies(”CookiName”)(”UserID”)=”interview″</p>
<p><strong>When we get Error &#8216;HTTP 502 Proxy Error&#8217; ?</strong></p>
<p>We get this error when we execute ASP.NET Web pages in Visual Web Developer Web server, because the URL randomly select port number and proxy servers did not recognize the URL and return this error. To resolve this problem we have to change settings in Internet Explorer to bypass the proxy server for local addresses, so that the request is not sent to the proxy.</p>
<p><strong>What do you mean by three-tier architecture?</strong><strong> </strong><strong> </strong></p>
<p><strong> </strong></p>
<p>The three-tier architecture was comes into existence to improve management of code and contents and to improve the performance of the web based applications.There are mainly three layers in three-tier architecture.the are define as follows<br />
(1)Presentation<br />
(2)Business Logic<br />
(3)Database<br />
(1)First layer Presentation contains mainly the interface code, and this is shown to user. This code could contain any technology that can be used on the client side like HTML, JavaScript or VBScript etc.<br />
(2)Second layer is Business Logic which contains all the code of the server-side .This layer have code to interact with database database and to query, manipulate, pass data to user interface and handle any input from the UI as well.<br />
(3)Third layer Data represents the data store like MS Access, SQL Server, an XML file, an Excel file or even a text file containing data also some addtional database are also added to that layers.</p>
<p><strong> </strong></p>
<p><strong>What is Finalizer in .NET define Dispose and Finalize ?</strong><strong> </strong><br />
We can say that Finalizer are the methods that&#8217;s helps in cleanp the code that is executed before object is garbage collected .The process is called finalization . There are two methods of finalizer Dispose and Finalize .There is little diffrenet between two of this method .<br />
When we call Dispose method is realse all the resources hold by an object as well as all the resorces hold by the parent object.When we call Dispose method it clean managed as well as unmanaged resources.<br />
Finalize methd also cleans resources but finalize call dispose clears only the unmanged resources because in finalization the garbase collecter clears all the object hold by managed code so finalization fails to prevent thos one of methd is used that is: GC.SuppressFinalize.</p>
<p><strong> </strong></p>
<p><strong>Define SMTPclient class in DotNet framework class libarary ?</strong><strong> </strong></p>
<p><strong> </strong></p>
<p>Each classes in dotnet framework inclue some properties,method and events.These properties ,methods and events are member of a class.SMTPclient class mainly concern with sending mail.This class contain the folling member.<br />
Properties:-<br />
Host:-The name or IP address of email server.<br />
Port:-Port that is use when sending mail.<br />
Methods:-<br />
Send:-Enables us to send email synchronously.<br />
SendAsynchronous:-Enables us to send an email asynchronously.<br />
Event:-<br />
SendCompleted:-This event raised when an asynchronous send opertion completes.</p>
<p><strong>Does .NET CLR and SQL SERVER run in different process ?</strong><strong> </strong><strong> </strong></p>
<p><strong> </strong></p>
<p>Dot Net CLR and all .net realtes application and Sql Server run in same process or we can say that that on the same address because there is no issue of speed because if these two process are run in different process then there may be a speed issue created one process goes fast and other slow may create the problem.</p>
<p><strong>What is Com Marshler and its importance in .NET ?</strong><strong> </strong><strong> </strong></p>
<p><strong> </strong></p>
<p>Com Marshler is one of useful component of CLR. Its Task is to marshal data between Managed and Unmanaged environment .It helps in representation of data accross diffrenet execution enviroment.It performs the conversion of data format between manage and unmanaged code.By the helps of Com Marshlar CLR allows manage code to interoperate with unmanaged code.</p>
<p><strong>What is CSU and its description ?</strong><strong> </strong><strong> </strong></p>
<p><strong> </strong></p>
<p>CSU stands for comma separate values also called comma delimited.It is plain text file which stores spreadsheets or basic datatype in very simple format.One record in each line and each field separted with comma&#8217;s it is often used to transfer large ammount spreadsheet data or database information between program.</p>
<p><strong>The IHttpHandler and IHttpHandlerFactory interfaces ?</strong><strong> </strong><strong> </strong></p>
<p><strong> </strong></p>
<p>The IHttpHandler interface is implemented by all the handlers. The interface consists of one property called IsReusable. The IsReusable property gets a value indicating whether another request can use the IHttpHandler instance. The method ProcessRequest() allows you to process the current request. This is the core place where all your code goes. This method receives a parameter of type HttpContext using which you can access the intrinsic objects such as Request and Response. The IHttpHandlerFactory interface consists of two methods &#8211; GetHandler and ReleaseHandler. The GetHandler() method instantiates the required HTTP handler based on some condition and returns it back to ASP.NET. The ReleaseHandler() method allows the factory to reuse an existing handler.</p>
<p><strong>What is Viewstate?</strong><strong> </strong><strong> </strong></p>
<p><strong> </strong></p>
<p>View state is used by the ASP.NET page framework to automatically save the values of the page and of each control just prior to rendering to the page. When the page is posted, one of the first tasks performed by page processing is to restore view state.<br />
State management is the process by which you maintain state and page information over multiple requests for the same or different pages.<br />
Client-side options are:</p>
<table border="1" cellspacing="0" cellpadding="0" width="551">
<tbody>
<tr>
<td width="269">* The ViewState property</td>
<td width="282">* Query strings</td>
</tr>
<tr>
<td width="269">* Hidden fields</td>
<td width="282">* Cookies</td>
</tr>
</tbody>
</table>
<p>Server-side options are:</p>
<table border="1" cellspacing="0" cellpadding="0" width="551">
<tbody>
<tr>
<td width="184">* Application state</td>
<td width="235">* Session state</td>
<td width="133">* DataBase</td>
</tr>
</tbody>
</table>
<p>Use the View State property to save data in a hidden field on a page. Because ViewState stores data on the page, it is limited to items that can be serialized. If you want to store more complex items in View State, you must convert the items to and from a string.<br />
ASP.NET provides the following ways to retain variables between requests:<br />
Context.Handler object Use this object to retrieve public members of one Web form’s class from a subsequently displayed Web form.<br />
Query strings Use these strings to pass information between requests and responses as part of the Web address. Query strings are visible to the user, so they should not contain secure information such as passwords.<br />
Cookies Use cookies to store small amounts of information on a client. Clients might refuse cookies, so your code has to anticipate that possibility.<br />
View state ASP.NET stores items added to a page’s ViewState property as hidden fields on the page.<br />
Session state Use Session state variables to store items that you want keep local to the current session (single user).<br />
Application state Use Application state variables to store items that you want be available to all users of the application.</p>
<p><strong>DOTNET PAGE LIFECYCLE ?</strong><strong> </strong><strong> </strong></p>
<p>While excuting the page, it will go under the fallowing steps(or fires the events) which collectivly known as Page Life cycle.<br />
Page_Init &#8212; Page Initialization<br />
LoadViewState &#8212; View State Loading<br />
LoadPostData &#8212; Postback data processing<br />
Page_Load &#8212; Page Loading<br />
RaisePostDataChangedEvent &#8212; PostBack Change Notification<br />
RaisePostBackEvent &#8212; PostBack Event Handling<br />
Page_PreRender &#8212; Page Pre Rendering Phase<br />
SaveViewState &#8212; View State Saving<br />
Page_Render &#8212; Page Rendering<br />
Page_UnLoad &#8212; Page Unloading</p>
<p><strong>What is Satellite Assemblies ?</strong><strong> </strong><strong> </strong></p>
<p><strong> </strong></p>
<p>Satellite assemblies are often used to deploy language-specific resources for an application. These language-specific assemblies work in side-by-side execution because the application has a separate product ID for each language and installs satellite assemblies in a language-specific subdirectory for each language. When uninstalling, the application removes only the satellite assemblies associated with a given language and .NET Framework version. No core .NET Framework files are removed unless the last language for that .NET Framework version is being removed. For example, English and Japanese editions of the .NET Framework version 1.1 share the same core files. The Japanese .NET Framework version 1.1 adds satellite assemblies with localized resources in a \ja subdirectory. An application that supports the .NET Framework version 1.1, regardless of its language, always uses the same core runtime files.</p>
<p><strong>What is CAS ?</strong><strong> </strong><strong> </strong></p>
<p><strong> </strong></p>
<p>CAS is the part of the .NET security model that determines whether or not a piece of code is allowed to run, and what resources it can use when it is running. For example, it is CAS that will prevent a .NET web applet from formatting your hard disk. How does CAS work? The CAS security policy revolves around two key concepts &#8211; code groups and permissions. Each .NET assembly is a member of a particular code group, and each code group is granted the permissions specified in a named permission set. For example, using the default security policy, a control downloaded from a web site belongs to the &#8216;Zone &#8211; Internet&#8217; code group, which adheres to the permissions defined by the &#8216;Internet&#8217; named permission set. (Naturally the &#8216;Internet&#8217; named permission set represents a very restrictive range of permissions.)</p>
<p><strong>Automatic Memory Management ?</strong><strong> </strong><strong> </strong></p>
<p><strong> </strong></p>
<p>Automatic Memory Management: From a programmer&#8217;s perspective, this is probably the single biggest benefit of the .NET Framework. No, I&#8217;m not kidding. Every project I&#8217;ve worked on in my long career of DOS and Windows development has suffered at some point from memory management issues. Proper memory management is hard. Even very good programmers have difficulty with it. It&#8217;s entirely too easy for a small mistake to cause a program to chew up memory and crash, sometimes bringing the operating system to a screeching halt in the process.</p>
<p>Programmers understand that they&#8217;re responsible for releasing any memory that they allocate, but they&#8217;re not very good at actually doing it. In addition, functions that allocate memory as a side effect abound in the Windows API and in the C runtime library. It&#8217;s nearly impossible for a programmer to know all of the rules. Even when the programmer follows the rules, a small memory leak in a support library can cause big problems if called enough.</p>
<p>The .NET Framework solves the memory management problems by implementing a garbage collector that can keep track of allocated memory references and release the memory when it is no longer referenced. A large part of what makes this possible is the blazing speed of today&#8217;s processors. When you&#8217;re running a 2 GHz machine, it&#8217;s easy to spare a few cycles for memory management. Not that the garbage collector takes a huge number of cycles&#8211;it&#8217;s incredibly efficient.<br />
The garbage collector isn&#8217;t perfect and it doesn&#8217;t solve the problem of mis-managing other scarce resources (file handles, for example), but it relieves programmers from having to worry about a huge source of bugs that trips almost everybody up in other programming environments.<br />
On balance, automatic memory management is a huge win in almost every situation.</p>
<p><strong>ASP.NET Authentication providers and IIS Security?</strong><strong> </strong><strong> </strong></p>
<p><strong> </strong></p>
<p>ASP.NET implements authentication using authentication providers, which are code modules that verify credentials and implement other security functionality such as cookie generation. ASP.NET supports the following three authentication providers:</p>
<p>Forms Authentication: Using this provider causes unauthenticated requests to be redirected to a specified HTML form using client side redirection. The user can then supply logon credentials, and post the form back to the server. If the application authenticates the request (using application-specific logic), ASP.NET issues a cookie that contains the credentials or a key for reacquiring the client identity. Subsequent requests are issued with the cookie in the request headers, which means that subsequent authentications are unnecessary.</p>
<p>Passport Authentication: This is a centralized authentication service provided by Microsoft that offers a single logon facility and membership services for participating sites. ASP.NET, in conjunction with the Microsoft® Passport software development kit (SDK), provides similar functionality as Forms Authentication to Passport users.</p>
<p>Windows Authentication: This provider utilizes the authentication capabilities of IIS. After IIS completes its authentication, ASP.NET uses the authenticated identity&#8217;s token to authorize access.</p>
<p><a style="display:none;" rel="tag" href="http://purikl.wordpress.com/">CodeProject</a></p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[SQL Server 2005]]></title>
<link>http://purikl.wordpress.com/2009/12/22/sql-server-2005/</link>
<pubDate>Tue, 22 Dec 2009 15:35:12 +0000</pubDate>
<dc:creator>keemtipuri</dc:creator>
<guid>http://purikl.wordpress.com/2009/12/22/sql-server-2005/</guid>
<description><![CDATA[Find the Nth highest salary without using of Top Keyword. select max(empsal) from emp e1 where N ]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><h3>Find the Nth highest salary without using of Top Keyword.</h3>
<p>select max(empsal) from emp e1</p>
<p>where N &#60;= (Select count(distinct empsal) from emp e2</p>
<p>where e1.empsal &#60;= e2.empsal)</p>
<h3>Write SQL for creating duplicate table</h3>
<p>Select * into emp2 from emp</p>
<p>&#62;&#62;emp2 is new table ; emp is existing table</p>
<h3>Write SQL for copying data from one table to another table</h3>
<p>insert into emp3 select * from emp<br />
&#62;&#62; emp3 is empty existing table</p>
<h3>Delete the duplicate data from below table “SalesHistory”</h3>
<p><strong><span style="text-decoration:underline;">Product SaleDate SalePrice</span></strong></p>
<p>Computer 1919-03-18 00:00:00.000 1008.00</p>
<p>BigScreen 1927-03-18 00:00:00.000 91.00</p>
<p>PoolTable 1927-04-01 00:00:00.000 139.00</p>
<p>Computer 1919-03-18 00:00:00.000 1008.00</p>
<p>BigScreen 1927-03-25 00:00:00.000 92.00</p>
<p>PoolTable 1927-03-25 00:00:00.000 108.00</p>
<p>Computer 1919-04-01 00:00:00.000 150.00</p>
<p>BigScreen 1927-04-01 00:00:00.000 123.00</p>
<p>PoolTable 1927-04-01 00:00:00.000 139.00</p>
<p>Computer 1919-04-08 00:00:00.000 168.00</p>
<p>The new CTE feature in SQL Server 2005 makes it very easy to remove these duplicates, with or without a primary key.</p>
<p>The script below defines my CTE. I am using a windowing function named DENSE_RANK to group the records together based on the Product, SaleDate, and SalePrice fields, and assign them a sequential value randomly. This means that if I have two records with the exact same Product, SaleDate, and SalePrice values, the first record will be ranked as 1, the second as 2, and so on.</p>
<p>;WITH SalesCTE(Product, SaleDate, SalePrice, Ranking)</p>
<p>AS</p>
<p>(</p>
<p>SELECT</p>
<p>Product, SaleDate, SalePrice,</p>
<p>Ranking = DENSE_RANK() OVER(PARTITION BY Product, SaleDate, SalePrice ORDER BY NEWID() ASC)</p>
<p>FROM SalesHistory</p>
<p>)</p>
<p>DELETE FROM SalesCTE</p>
<p>WHERE Ranking &#62; 1</p>
<p><strong>What is CTE?</strong></p>
<p><strong>Common Table Expressions</strong>, or CTE, are a new construct introduced in Microsoft SQL Server 2005 that offer a more readable form of the derived table that can be declared once and referenced multiple times in a query. Moreover, CTEs can be recursively defined, allowing a recursive entity to be enumerated without the need for recursive-stored procedures.</p>
<h3>What is the basic functions for master, msdb, model, tempdb databases?</h3>
<p>The <strong><em>Master</em></strong> database holds information for all databases located on the SQL Server instance and is the glue that holds the engine together. Because SQL Server cannot start without a functioning master database, you must administer this database with care.<br />
The <strong><em>msdb </em></strong>database stores information regarding database backups, SQL Agent information, DTS packages, SQL Server jobs, and some replication information such as for log shipping.<br />
The <strong><em>tempdb</em></strong> holds temporary objects such as global and local temporary tables and stored procedures.<br />
The <strong><em>model</em></strong> is essentially a template database used in the creation of any new user database created in the instance</p>
<h3>What is De-normalization?</h3>
<p>De-normalization is the process of attempting to optimize the performance of a database by adding redundant data. It is sometimes necessary because current DBMSs implement the relational model poorly. A true relational DBMS would allow for a fully normalized database at the logical level, while providing physical storage of data that is tuned for high performance. De-normalization is a technique to move from higher to lower normal forms of database modeling in order to speed up database access.</p>
<h3>What is an execution plan? When would you use it? How would you view the execution plan?</h3>
<p>An execution plan is basically a road map that graphically or textually shows the data retrieval methods chosen by the SQL Server query optimizer for a stored procedure or ad-hoc query and is a very useful tool for a developer to understand the performance characteristics of a query or stored procedure since the plan is the one that SQL Server will place in its cache and use to execute the stored procedure or query. From within Query Analyzer is an option called “Show Execution Plan” (located on the Query drop-down menu). If this option is turned on it will display query execution plan in separate window when query is ran again.</p>
<h3>What is SQL Profiler?</h3>
<p>SQL Profiler is a graphical tool that allows system administrators to monitor events in an instance of Microsoft SQL Server. You can capture and save data about each event to a file or SQL Server table to analyze later. For example, you can monitor a production environment to see which stored procedures are hampering performance by executing too slowly.</p>
<p>Use SQL Profiler to monitor only the events in which you are interested. If traces are becoming too large, you can filter them based on the information you want, so that only a subset of the event data is collected. Monitoring too many events adds overhead to the server and the monitoring process and can cause the trace file or trace table to grow very large, especially when the monitoring process takes place over a long period of time.</p>
<h3>What is User Defined Functions?</h3>
<p>User-Defined Functions allow to define its own T-SQL functions that can accept 0 or more parameters and return a single scalar data value or a table data type.</p>
<h3>What kind of User-Defined Functions can be created?</h3>
<p>There are three types of User-Defined functions in SQL Server 2000 and they are Scalar, Inline Table-Valued and Multi-statement Table-valued.</p>
<h3>What is the difference between a local and a global variable?</h3>
<p>A <em>local temporary </em>table exists only for the duration of a connection or, if defined inside a compound statement, for the duration of the compound statement.</p>
<p>A <em>global temporary</em> table remains in the database permanently, but the rows exist only within a given connection. When connection are closed, the data in the global temporary table disappears. However, the table definition remains with the database for access when database is opened next time.</p>
<h3>What is log shipping?</h3>
<p>Log shipping is the process of automating the backup of database and transaction log files on a production SQL server, and then restoring them onto a standby server. Enterprise Editions only supports log shipping. In log shipping the transactional log file from one server is automatically updated into the backup database on the other server. If one server fails, the other server will have the same db can be used this as the Disaster Recovery plan. The key feature of log shipping is that is will automatically backup transaction logs throughout the day and automatically restore them on the standby server at defined interval.</p>
<h3>Can a stored procedure call itself or recursive stored procedure? How many level SP nesting possible?</h3>
<p>Yes. Because Transact-SQL supports recursion, you can write stored procedures that call themselves. Recursion can be defined as a method of problem solving wherein the solution is arrived at by repetitively applying it to subsets of the problem. A common application of recursive logic is to perform numeric computations that lend themselves to repetitive evaluation by the same processing steps. Stored procedures are nested when one stored procedure calls another or executes managed code by referencing a CLR routine, type, or aggregate. You can nest stored procedures and managed code references up to 32 levels.</p>
<h3>What is @@ERROR?</h3>
<p>The @@ERROR automatic variable returns the error code of the last Transact-SQL statement. If there was no error, @@ERROR returns zero. Because @@ERROR is reset after each Transact-SQL statement, it must be saved to a variable if it is needed to process it further after checking it.</p>
<h3>What is Raiseerror?</h3>
<p>Stored procedures report errors to client applications via the RAISERROR command. RAISERROR doesn’t change the flow of a procedure; it merely displays an error message, sets the @@ERROR automatic variable, and optionally writes the message to the SQL Server error log and the NT application event log.</p>
<h3>What is difference between DELETE &#38; TRUNCATE commands?</h3>
<p>Delete command removes the rows from a table based on the condition that we provide with a WHERE clause. Truncate will actually remove all the rows from a table and there will be no data in the table after we run the truncate command.</p>
<p><strong><em>TRUNCATE</em></strong><strong><em></em></strong><br />
TRUNCATE is faster and uses fewer system and transaction log resources than DELETE.<br />
TRUNCATE removes the data by deallocating the data pages used to store the table’s data, and only the page deallocations are recorded in the transaction log.<br />
TRUNCATE removes all rows from a table, but the table structure and its columns, constraints, indexes and so on remain. The counter used by an identity for new rows is reset to the seed for the column.<br />
You cannot use TRUNCATE TABLE on a table referenced by a FOREIGN KEY constraint.<br />
Because TRUNCATE TABLE is not logged, it cannot activate a trigger.<br />
TRUNCATE can not be Rolled back using logs.<br />
TRUNCATE is DDL Command.<br />
TRUNCATE Resets identity of the table.</p>
<p><strong><em>DELETE</em></strong><br />
DELETE removes rows one at a time and records an entry in the transaction log for each deleted row.<br />
If you want to retain the identity counter, use DELETE instead. If you want to remove table definition and its data, use the DROP TABLE statement.<br />
DELETE Can be used with or without a WHERE clause<br />
DELETE Activates Triggers.<br />
DELETE Can be Rolled back using logs.<br />
DELETE is DML Command.<br />
DELETE does not reset identity of the table.</p>
<h3>Difference between Function and Stored Procedure?</h3>
<p>UDF can be used in the SQL statements anywhere in the WHERE/HAVING/SELECT section where as Stored procedures cannot be.<br />
UDFs that return tables can be treated as another rowset. This can be used in JOINs with other tables.<br />
Inline UDF’s can be though of as views that take parameters and can be used in JOINs and other Rowset operations.</p>
<h3>When is the use of UPDATE_STATISTICS command?</h3>
<p>This command is basically used when a large processing of data has occurred. If a large amount of deletions any modification or Bulk Copy into the tables has occurred, it has to update the indexes to take these changes into account. UPDATE_STATISTICS updates the indexes on these tables accordingly.</p>
<h3>What is the difference between a HAVING CLAUSE and a WHERE CLAUSE?</h3>
<p>Specifies a search condition for a group or an aggregate. HAVING can be used only with the SELECT statement. HAVING is typically used in a GROUP BY clause. When GROUP BY is not used, HAVING behaves like a WHERE clause. Having Clause is basically used only with the GROUP BY function in a query. WHERE Clause is applied to each row before they are part of the GROUP BY function in a query. HAVING criteria is applied after the the grouping of rows has occurred.</p>
<h3>What is a Linked Server?</h3>
<p>Linked Servers is a concept in SQL Server by which we can add other SQL Server to a Group and query both the SQL Server dbs using T-SQL Statements. With a linked server, you can create very clean, easy to follow, SQL statements that allow remote data to be retrieved, joined and combined with local data.<br />
Storped Procedure sp_addlinkedserver, sp_addlinkedsrvlogin will be used add new Linked Server.</p>
<h3>What is Collation?</h3>
<p>Collation refers to a set of rules that determine how data is sorted and compared. Character data is sorted using rules that define the correct character sequence, with options for specifying case-sensitivity, accent marks, kana character types and character width.</p>
<h3>What’s the difference between a primary key and a unique key?</h3>
<p>Both primary key and unique enforce uniqueness of the column on which they are defined. But by default primary key creates a clustered index on the column, where are unique creates a nonclustered index by default. Another major difference is that, primary key doesn’t allow NULLs, but unique key allows one NULL only.</p>
<p><a style="display:none;" rel="tag" href="http://purikl.wordpress.com/">CodeProject</a></p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Basic 'C' interview questions]]></title>
<link>http://embeddedbasics.wordpress.com/2009/12/22/basic-c-interview-questions/</link>
<pubDate>Tue, 22 Dec 2009 10:38:32 +0000</pubDate>
<dc:creator>pashok23</dc:creator>
<guid>http://embeddedbasics.wordpress.com/2009/12/22/basic-c-interview-questions/</guid>
<description><![CDATA[what is qualifiers? What is storage class? explain with example Explain about preprocessor? Write a ]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p>what is qualifiers?</p>
<p>What is storage class? explain with example</p>
<p>Explain about preprocessor?</p>
<p>Write a macro with two argument A, B. where A is byte and B specifies a bit position of the byte. macro should clear the particular bit position in the given byte?</p>
<p>Write prototype for a function pointer and array of function pointers?</p>
<p>Explain the following definition?</p>
<p>char   c;<br />
char  *pc;<br />
const char  *pcc;<br />
char const  *pcc2;<br />
char * const   cpc;<br />
const char * const   cpcc;</p>
<p>What is dangling pointers?</p>
<p>What is wild pointers?</p>
<p>Explain different memory section in processor?</p>
<p>Explain dynamic allocation memory?</p>
<p>In which memory section dynamically allocated memory is located?</p>
<p>what are possible problem in dynamic memory allocation?</p>
<p>i will give the answer for this questions later. I request you to give the answers, so that we can discuss answers here.</p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[I Got an Interview!  Where’s My Flack Jacket?]]></title>
<link>http://blogforce.wrksolutions.com/2009/12/21/i-got-an-interview-where%e2%80%99s-my-flack-jacket/</link>
<pubDate>Tue, 22 Dec 2009 05:59:41 +0000</pubDate>
<dc:creator>Blogforce</dc:creator>
<guid>http://blogforce.wrksolutions.com/2009/12/21/i-got-an-interview-where%e2%80%99s-my-flack-jacket/</guid>
<description><![CDATA[Keys to being prepared for the 1st interview. Here’s a general rule of thumb: when the job market is]]></description>
<content:encoded><![CDATA[Keys to being prepared for the 1st interview. Here’s a general rule of thumb: when the job market is]]></content:encoded>
</item>
<item>
<title><![CDATA[PRACTICE -- Do You Know The Circumstances Of Your Birth? -- 15min]]></title>
<link>http://redravine.wordpress.com/2009/12/18/practice-do-you-know-the-circumstances-of-your-birth-15min-2/</link>
<pubDate>Fri, 18 Dec 2009 19:26:55 +0000</pubDate>
<dc:creator>QuoinMonkey</dc:creator>
<guid>http://redravine.wordpress.com/2009/12/18/practice-do-you-know-the-circumstances-of-your-birth-15min-2/</guid>
<description><![CDATA[It&#8217;s so quiet. Mr. Stripeypants is down by the reflective heater, listening to me type. When I]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p>It&#8217;s so quiet. Mr. Stripeypants is down by the reflective heater, listening to me type. When I think of my birth, I think of a young girl, my mother Amelia, only 16 years old. I think of Augusta, Georgia in the 1950&#8217;s, Broad Street, one of the widest streets in the world, window shopping, my grandfather hanging out at the White Elephant bar. My mother tells me I had a thick head of black hair and the photographs bear that out. One in particular has me sitting in my grandfather&#8217;s lap. He is smiling, I am smiling, in a frilly dress and patent leather shoes.</p>
<p>I once thought I was born out of wedlock but that was another erroneous belief. It wasn&#8217;t until a few years ago when Mom and I were talking about her relationship with my father (whom I haven&#8217;t seen since I was about 6 years old) that she told me she married my father first &#8212; it wasn&#8217;t until later that I was conceived and born. I had thought until that time that she married him because she was pregnant. Nope. That&#8217;s how I began to learn how important it is to ask all the questions you have for your parents while they are still alive. Their memories may be fading, but at least you will have their version of what happened right from the horse&#8217;s mouth.</p>
<p>I was born not long after my Uncle Jack drowned in Clarks Hill Lake. He was only 18. Another assumption I made was that people were sad when I was born, still mourning the death of my uncle. Mom was quick to correct me, told me how joy-filled everyone was when I came into the world. What was it like for a 16-year-old in the 1950&#8217;s to birth a child? My father wasn&#8217;t a good provider. So my mother left him when I was two and went to work to put food on the table for us. Once she started showing, they made her quit high school, something that would be unthinkable today. They also made her quit her job in the Boy Scout admin office because they thought it would not be a good example for the boys to see a married woman that was pregnant.</p>
<p>It does make me realize how far we have come as women since the 1950&#8217;s. I recently heard a woman speak who was a stewardess on Northwest Orient in the 1950&#8217;s. She&#8217;s written a book and they were interviewing her on MPR. She said they had strict height and weight restrictions on stewardesses and you had to periodically &#8220;weigh in.&#8221; She also said you had to wear your hair a certain way, could not have dentures or partials, or wear glasses or contacts. Can you imagine the uproar today if those kinds of restrictions were put on American women?</p>
<p>But back to my birth. My earliest memories are not until I am about 6 years old. But once I went under hypnosis and remembered my birth father throwing me up in his arms and catching me, a loving gesture. I was an infant, all smiles. When I think of my birth, I think of my grandmother, too. And wish I could ask her what it was like for her when I was born. My mother tells me that nursing was painful. It makes me want to ask other women if nursing is painful for them. I never hear anyone talk about it. Much like I never hear people talk about miscarriages.</p>
<p>There are so many opportunities for women to be shamed. Are they good mothers, do they nurse, have they miscarried &#8212; many things which are out of their control. Did they have a natural birth or was labor induced. All of this falls on women, women who become mothers. A few years ago, my mother and I tried to find her step-sister&#8217;s grave. She died shortly after birth and my grandmother had scraped together the money for a marker. It was a rainy Georgia afternoon when Mom and I wandered through the Babyland area of the cemetery and finally stumbled upon her overgrown marker. There was an angel engraved into the stone.</p>
<p>Mom pushed the grass away with her foot, umbrella in her other hand, and I snapped a photograph. It was one of my first ventures back to Georgia to dig up the family history, interview my mother and other family members. The journey has led to many emotional ups and downs, most good. I felt happy that we had found the baby&#8217;s grave. And wondered about the circumstances of her birth. My grandmother is no longer here to tell me. She was unlucky in love in her early life. But the last man she married, Raymond, was a sweetheart. I felt so happy she finally found a man who would be sweet to her, someone she deserved.</p>
<p>You know what&#8217;s odd? I more remember the circumstances of each of my sibling&#8217;s births than I do my own. I was 4 years old when my brother came home from the hospital in Tennessee. I was 14 when my youngest sibling was born. We remember more than we think we do. If the right question is asked, a jumble of strange seemingly unlinked thoughts and emotions pour through the mind and heart. And that only leaves you to wonder more &#8212; what will be the circumstances of my death?</p>
<p><strong> </strong><br />
<strong> </strong><br />
<strong> </strong><br />
<strong> </strong></p>
<p>-Related to topic post <a title="WRITING TOPIC -- 3 QUESTIONS" href="http://redravine.wordpress.com/2009/11/29/writing-topic-3-questions/" target="_blank"><em>WRITING TOPIC – 3 QUESTIONS</em></a>. [NOTE: This is the third of three questions mentioned by actor and writer Anna Deavere Smith in an interview with Bill Moyers (see link). She talked about the questions in the context of interviewing people and listening to them. The three questions came from a linguist Smith met at a cocktail party in 1979; the questions were, according to the linguist, guaranteed to break the patterns and change the way people are expressing themselves. QuoinMonkey, ybonesy, and frequent guest writer <a title="My Life With Dad" href="../2009/10/13/my-life-with-dad/" target="_blank">Bob Chrisman</a> take on the three questions by doing a <a title="What Is Writing Practice" href="../what-is-writing-practice/" target="_blank">Writing Practice</a> on each.]</p>
<p>-Also related to posts: <a title="PRACTICE: Have You Ever Come Close To Death? -- 15min" href="../2009/12/07/practice-have-you-ever-come-close-to-death-15min/" target="_blank"><em>PRACTICE: Have You Ever Come Close To Death? — 15min</em></a> (by ybonesy), <a title="PRACTICE: Have You Ever Come Close To Death? -- 15min" href="../2009/12/07/practice-have-you-ever-come-close-to-death-15min-2/" target="_blank"><em>PRACTICE: Have You Ever Come Close To Death? — 15min</em></a> (by Bob Chrisman), <a title="PRACTICE -- Have You Ever Come Close To Death? -- 15min" href="../2009/12/08/practice-have-you-ever-come-close-to-death-15min-3/" target="_blank"><em>PRACTICE — Have You Ever Come Close To Death? — 15min</em></a> (by QuoinMonkey), <a title="PRACTICE: Have You Ever Been Accused Of Doing Something You Didn't Do?" href="../2009/12/10/practice-have-you-ever-been-accused-of-something-you-didn%E2%80%99t-do-15min/" target="_blank"><em>PRACTICE: Have You Ever Been Accused Of Doing Something You Didn’t Do? — 15min</em></a> (by Bob Chrisman); <a title="PRACTICE: Have You Ever Been Accused Of Doing Something You Didn't Do?" href="../2009/12/10/practice-have-you-ever-been-accused-of-doing-something-you-didnt-do/" target="_blank"><em>PRACTICE: Have You Ever Been Accused Of Doing Something You Didn’t Do? — 15min</em></a> (by ybonesy), and <a title="PRACTICE -- Have You Ever Been Accused Of Doing Something You Didn't Do?" href="../2009/12/10/practice-have-you-ever-been-accused-of-something-you-didnt-do-15min/" target="_blank"><em>PRACTICE — Have You Ever Been Accused Of Doing Something You Didn’t Do? — 15min</em></a> (by QuoinMonkey), <a title="Do You Know The Circumstances Of Your Birth by Bob Chrisman" href="http://redravine.wordpress.com/2009/12/14/practice-do-you-know-the-circumstances-of-your-birth/" target="_blank"><em>PRACTICE: Do You Know The Circumstances Of Your Birth? — 15min</em></a> (by Bob Chrisman), <a title="PRACTICE: Do You Know The Circumstances Of Your Birth? -- 15 min by ybonesy" href="http://redravine.wordpress.com/2009/12/16/practice-do-you-know-the-circumstances-of-your-birth-15min/" target="_blank"><em>PRACTICE: Do You Know The Circumstances Of Your Birth? &#8212; 15min</em></a> (by ybonesy), and two Guest practices <a title="False Accusation by Anonymous" href="http://redravine.wordpress.com/2009/12/11/false-accusation/" target="_self"><em>False Accusation</em></a>, <a title="Almost Dying by Barin Beard" href="http://redravine.wordpress.com/2009/12/09/almost-dying/" target="_blank"><em>Almost Dying</em></a>.</p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Difficult interview questions: which other companies have you applied to?]]></title>
<link>http://thecareersgrouppodcasts.wordpress.com/2009/12/18/difficult-interview-questions-which-other-companies-have-you-applied-to/</link>
<pubDate>Fri, 18 Dec 2009 11:20:16 +0000</pubDate>
<dc:creator>helencurry</dc:creator>
<guid>http://thecareersgrouppodcasts.wordpress.com/2009/12/18/difficult-interview-questions-which-other-companies-have-you-applied-to/</guid>
<description><![CDATA[This question doesn&#8217;t always come up, so it is common for interviewees to be unprepared when a]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p>This question doesn&#8217;t always come up, so it is common for interviewees to be unprepared when asked who else they have applied to. It can feel difficult to answer as it breaks into your pitch as perfect candidate for their company, and it can distract you with thoughts of how you actually quite liked the look of their key competitor too&#8230;</p>
<p>You could just list a few companies and try to move on quickly but, as Jeff Riley and Deena Panthaky explain, there is a way to put a more positive spin on your answer and demonstrate your professional strategic thinking. Listen to find out how!</p>
<p>(MP3 – 5min 43s, 3.9MB)</p>
<p><a title="Podcast &#124; Difficult interview questions: where do you expect to be in five years time?" href="http://www.careers.lon.ac.uk/podcasts/Interviews/whoelsehaveyouappliedto.mp3" target="_blank">Download</a></p>
<p>This podcast is the fourth in our series on <a title="Category - difficult interview questions" href="http://thecareersgrouppodcasts.wordpress.com/category/difficult-interview-questions/" target="_blank">difficult interview questions</a>.</p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Updated Testing FAQ'S]]></title>
<link>http://updatedtestingfaqs.wordpress.com/2009/12/18/updated-testing-faqs/</link>
<pubDate>Fri, 18 Dec 2009 05:08:10 +0000</pubDate>
<dc:creator>updatedtestingfaqs</dc:creator>
<guid>http://updatedtestingfaqs.wordpress.com/2009/12/18/updated-testing-faqs/</guid>
<description><![CDATA[Here you will get more frequently asked questions on software testing. Read these questions carefull]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p>Here you will get more frequently asked questions on <a href="http://www.updatedtestingfaqs.wordpress.com" target="_blank"><strong>software testing</strong></a>. Read these questions carefully so that you will definitely succeed your interview and easily you can <strong>get job</strong>.</p>
<p><strong>All The Best Friends!!!!</strong></p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Interview Questions]]></title>
<link>http://sstokes9.wordpress.com/2009/12/17/interview-questions/</link>
<pubDate>Thu, 17 Dec 2009 23:57:40 +0000</pubDate>
<dc:creator>sstokes9</dc:creator>
<guid>http://sstokes9.wordpress.com/2009/12/17/interview-questions/</guid>
<description><![CDATA[Interview questions can be hard or easy.  I have been on a few interviews lately and have found a fe]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p>Interview questions can be hard or easy.  I have been on a few interviews lately and have found a few questions that were difficult for me to answer.  The first two questions were for a grocery store position and the last one is for a virtual assistant position.</p>
<p>1.  Why should we hire you?</p>
<p>2.  Where do you see yourself in 5 years?</p>
<p>3.  Tell me about yourself &#8212; tell me what your friends, neighbors would say about you?</p>
<p>On the first question I just went over my qualifications for the position (stumbling through it).  I wish I had prepared for  a question like this and could have had a smoother answer.  Just answering hard worker, team player, dependable, blah, blah, blah just didn&#8217;t seem enough.  A week after I was asked that question I ran across a video of how to answer the question.  I was close.  You do go back over your qualifications for the position.  It&#8217;s like a 30 second advertisement for yourself.</p>
<p>In all honesty on the second question the first thought that came to my mind was retired and on the beach.  I knew that wasn&#8217;t a good answer so I stalled by saying I had never been asked that question.  Guess I need to have a game plan of where I want to be in 5 years.  The job I was interviewing for wasn&#8217;t like a career job so I answered that I hoped to be moving up in the company and taking on more responsibilities.  Any advice on how to answer that one?  I would truly appreciate it.</p>
<p>The last question was a little hard as I wasn&#8217;t sure exactly how to answer it.  The interview was for a virtual position so the interviewer was trying to find out a little more about me and what I&#8217;m about seeing that they could not see me as we were talking on the phone.  At first I answered (stumbled actually) with some work qualities.  Later the interviewer asked me again to tell me what my neighbors, friends, enemies would say about me.  There I gave a more personal answer of how I&#8217;m friendly and helpful and normally cheerful.  I&#8217;m left wondering how better to answer this question.</p>
<p>Interviews are all very different.  You never know what you will be asked so it is hard to prepare for what to say.  I know that I will do a good job at no matter what job I get.   Learning how to get the message across on why I am the best candidate for the position and that they won&#8217;t regret hiring me is the hurdle I have to get over.  I do believe some pondering on how to answer these questions better will help me in the future.</p>
<p>I didn&#8217;t get the grocery store position but I think I did pretty well on the virtual assistant interview.  I will know more in the next two weeks as to what the outcome for that position is.  Wish me luck!</p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Interview Questions: Conflict]]></title>
<link>http://lascs.wordpress.com/2009/12/17/interview-questions-conflict/</link>
<pubDate>Thu, 17 Dec 2009 23:03:15 +0000</pubDate>
<dc:creator>Kim Caponi</dc:creator>
<guid>http://lascs.wordpress.com/2009/12/17/interview-questions-conflict/</guid>
<description><![CDATA[&#8220;Have you ever had a conflict with a boss or an instructor? How did you resolve it?&#8221; The]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p>&#8220;Have you ever had a conflict with a boss or an instructor? How did you resolve it?&#8221;<a href="http://lascs.wordpress.com/files/2009/12/fight.jpg"><img class="alignright size-thumbnail wp-image-186" title="opposition" src="http://lascs.wordpress.com/files/2009/12/fight.jpg?w=99" alt="" width="99" height="150" /></a></p>
<p>The correct answer is not that you get along with everybody. Most of us have disagreements or differing opinions at some point. Use the STAR technique. Desribe a situation in which you had a conflict, outline the action you took and the results you achieve. Remember that high on the list of desirable qualities in an employee is &#8220;team player&#8221;. They aren&#8217;t looking for people who win every argument or give in all the time but employees who can rationally outline their position and come to agreement.</p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[OOPs Interview Questions]]></title>
<link>http://ktbysumit.wordpress.com/2009/12/17/oops-interview-questions/</link>
<pubDate>Thu, 17 Dec 2009 07:42:09 +0000</pubDate>
<dc:creator>sumit266</dc:creator>
<guid>http://ktbysumit.wordpress.com/2009/12/17/oops-interview-questions/</guid>
<description><![CDATA[OOPs Interview Questions What is an Object? An object is a self-contained piece of functionality tha]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><h2 style="text-align:center;"><em><span style="text-decoration:underline;">OOPs Interview Questions</span></em></h2>
<h2><em><span style="text-decoration:underline;"> </span></em></h2>
<h2>What is an Object?</h2>
<p>An object is a self-contained piece of functionality that can be easily used, and re-used as the building blocks for a software application.</p>
<p>Objects consist of data variables and functions (called <em>methods</em>) that can be accessed and called on the object to perform tasks. These are collectively referred to as <em>members</em>.</p>
<h2>What is a Class?</h2>
<p>Much as a blueprint or architect&#8217;s drawing defines what an item or a building will look like once it has been constructed, a class defines what an object will look like when it is created. It defines, for example, what the <em>methods</em> will do and what the <em>member</em> variables will be.</p>
<h2>Declaring a C# Class</h2>
<p>Before an object can be instantiated we first need to define the class &#8216;blueprint&#8217; for the object. In this chapter we will create a Bank Account class to demonstrate the concepts of C# object oriented programming.</p>
<p>A C# class is declared using the <em>public class</em> keywords followed by the name of the class. Although the C# compiler will accept just about any name for a class, programming convention dictates that a class name begin with a capital letter:</p>
<pre>public class BankAccount
{

}</pre>
<p>We have now defined a class which currently contains no members. The next task, therefore, is to add some members.</p>
<h2>Creating C# Class Members</h2>
<p>Class members or properties are essentially variables and methods embedded into the class. Members can be <em>public</em>, <em>private</em> or <em>protected</em>.</p>
<p><em>public</em> members can be accessed from outside the object and are also visible in classes derived from the current class. <em>private</em> members can only be accessed by methods contained in the class and are not accessible to derived classes. <em>protected</em> classes are only available to derived classes.</p>
<p>This is the key to what is called <em>data encapsulation</em>. Object-oriented programming convention dictates that data should be encapsulated in the class and accessed and set only through the methods of the class (typically called <em>getters</em> and <em>setters</em>).</p>
<p>We can now extend our BankAccount class to add member variables to hold the account name and number. True to the concept of data encapsulation we will be making some of these members <em>private</em> and writing methods to access these values later:</p>
<pre>public class BankAccount
{

        public string accountName;
        public int accountFee;
        private int accountBalance;
        private int accountNumber;
}</pre>
<p>Now that we have defined the properties of our class we need to look briefly at a few additional data member types, and then learn how to create object instances from the class.</p>
<h2>Static, Read-only and Const Data Members</h2>
<p>In addition the data member types we have looked at so far, C# also provides support for a number of additional member types.</p>
<p>C# <em>static</em> member types (also referred to as <em>class properties</em>) are used to store data values which are common to all object instances of class. For example, all bank customers would likely earn the same rate of interest on a savings account. An <em>interestRate</em> member would, therefore, be declared as static since it is common across all object instances of the class.</p>
<p>Static members are declared using the <em>static</em> keyword. For example:</p>
<pre>public class BankAccount
{
       public static int interestRate;
}</pre>
<p>Static members are accessed through the class, not though the object. For example we would change the <em>interestRate</em> member for all object instances by reference the BankAccount class as follows:</p>
<pre>BankAccount.interestRate = 10;</pre>
<p>For data members that must not be modified the <em>const</em> and <em>readonly</em> keywords are provided by C#. Both achieve the same objective of preventing the value assigned to a data member from being changed after it has been declared. The value of a <em>const</em> or <em>readonly</em> member must be assigned at creation time:</p>
<pre>public readonly daysInWeek = 7;</pre>
<h2>Instantiating an Object from a C# Class</h2>
<p>The process of creating an object from the class &#8216;blueprint&#8217; is called instantiation. The first step is to create an object variable of the required object type. An instance of the object is then created using the <em>new</em> keyword and assigned to the object variable:</p>
<pre>         BankAccount custAccount;

         custAccount = new BankAccount();</pre>
<p>It is also possible to declare the object variable and assign the object in a single statement:</p>
<pre>        BankAccount custAccount = new BankAccount();</pre>
<p>Now that we have an instance of our BankAccount class the next step is learn how to access the members of the class.</p>
<h2>Accessing C# Object Members</h2>
<p>Now that we know how to write a class and instantiate objects from the class, we now need to know how to access the members of the object. Firstly, you will recall that we declared some members as being <em>public</em> and others as being <em>private</em>. The <em>public</em> methods are fully accessible from outside the object. This is achieved using something called <em>dot notation</em>. Dot notation is a mechanism by which object members may be accessed by specifying the object and member names separated by a dot (.). For example, to access the <em>accountName</em> member of an object named <em>custAccount</em> we would reference this member using <em>custAccount.accountName</em>:</p>
<pre>using System;

class Hello
{
    public class BankAccount
    {

        public string accountName;
        public int accountFee;
        private int accountBalance;
        private int accountNumber;
    }

        static void Main()
        {

               BankAccount custAccount = new BankAccount();

               custAccount.accountName = "John Smith";

               custAccount.accountFee = 5;

               Console.WriteLine ("Customer Name is " + custAccount.accountName);

               Console.WriteLine ("Account Fee = $" + custAccount.accountFee);
        }
}</pre>
<p>The above code assigns values to the accountName and accountFee members of our object. It then references the properties in order to display text which reads:</p>
<pre>Customer Name is John Smith
Account Fee = $5</pre>
<p>This approach works well for <em>public</em> class members, but not for <em>private</em> members. An attempt, for example, to use dot notation to access the private <em>accountNumber</em> member will result in a compilation error along the the lines of:</p>
<p><tt>error CS0122: 'Hello.BankAccount.accountNumber' is inaccessible due to its protection level</tt></p>
<p>In order to access <em>private</em> members we need to provide access methods in the class.</p>
<h2>Adding Methods to a C# Class</h2>
<p>Class method members are sections of code contained in a class which can be called from outside an object to perform specific tasks. Common types of methods are getter and setter methods which are used to access <em>private</em> data members of a class. For example, we can declare a getter and a setter method to get and set the protected <em>accountNumber</em> member:</p>
<pre>public class BankAccount
{

        public string accountName;
        public int accountFee;
        private int accountBalance;
        private int accountNumber;

        public int getAccountNumber()
        {
               return accountNumber;
        }

        public void setAccountNumber(int newNumber)
        {
               accountNumber = newNumber;
        }

}</pre>
<p>Class methods are called using dot notation. For example, to set the value of the accountNumber:</p>
<pre>        BankAccount custAccount = new BankAccount();

        custAccount.setAccountNumber( 12345 );

        Console.WriteLine ("Account Number = " + custAccount.getAccountNumber() );</pre>
<p>The above code sets the account number using the <em>setter</em> method and then displays the account number using the <em>getter</em> method.</p>
<p>Now that we have looked at method class members the next task is to look at two special class methods, <em>constructors</em> and <em>finalizers</em>.</p>
<h2>C# Constructors and Finalizers</h2>
<p>Despite the grand sounding names, C# class constructors and finalizers are nothing more than methods which get called when an object is instantiated and destroyed. The constructor is particularly useful for allowing initialization values to be passed through to an object at creation time. Let&#8217;s say that we would like to be able to initialize the accountName and accountNumber members at the point that we initialize the custAccount object. To do so we need to declare a constructor.</p>
<p>Constructors are declared the same way as other methods with the exception that the name of the method must match the class name:</p>
<pre>public class BankAccount
{

        public string accountName;
        public int accountFee;
        private int accountBalance;
        private int accountNumber;

        // Constructor
        public BankAccount(string acctName, int acctNumber)
        {
               accountName = acctName;
               accountNumber = acctNumber;
        }

        // ....

}</pre>
<p>We can now use the constructor to initialize these members at object creation:</p>
<pre>        BankAccount custAccount = new BankAccount("Fred Wilson", 123456);</pre>
<p>Finalizers are used to clean up any resources used by a class object when the object is destroyed. Unlike constructors which can be triggered from code using the <em>new</em> keyword there is no way to explicitly call a finalizer (for example there is no <em>delete</em> equivalent to the <em>new</em> keyword). Instead, the finalizer will be called when the <em>garbage collector</em> decides that the object instance is no longer needed. All the programmer can be sure of is that the finalizer will be called at some time between the when the object is no longer needed by the code and the point that the application terminates.</p>
<p>Finalizers are defined in the same way as constructors with the exception that the name is preceded by a tilde (~):</p>
<pre>        // Finalizer
        public ~BankAccount(string acctName, int acctNumber)
        {
              // Code to perform clean up
        }</pre>
<h2>What is Inheritance?</h2>
<p>The concept of inheritance brings something of a real-world view to programming. It allows a class to be defined which has a number of characteristics and then other classes to be created which are derived from that class. The derived class inherits all of the features of the parent class and typically then adds some features of its own.</p>
<p>By deriving classes we create what is often referred to as a class hierarchy. The class at the top of the hierarchy is known as the <em>base class</em> and the derived classes as <em>subclasses</em>. Any number of classes may be derived from a class. It is only possible for a derived class to inherit from <em>one</em> class. As such, C# is known as a <em>single inheritance</em> programming language.</p>
<p>Classes need not only be derived from a <em>base class</em>. For example, a subclass can also inherit from another subclass.</p>
<h2>An Example of Inheritance</h2>
<p>As with most programming concepts the subject of inheritance in C# is perhaps best illustrated with an example. In the previous chapter we created a class called BankAccount:</p>
<pre>public class BankAccount
{

        public string accountName;
        public int accountFee;
        private int accountBalance;
        private int accountNumber;

        public int getAccountNumber()
        {
               return accountNumber;
        }

        public void setAccountNumber(int newNumber)
        {
               accountNumber = newNumber;
        }

}</pre>
<p>This class does a good job of defining characteristics common to any type of bank account, such as account holder name, account number and current balance. Imagine, however, that our banking program needs to support a number of specific types of account. For example, the bank might offer its customers an interest bearing savings account. A savings account will have all the characteristics of our <em>BankAccount</em> class but would also need a way to store the prevailing interest rate. One option would be to create a brand new class from the ground up called <em>SavingsAccount</em> which duplicates everything we have in our <em>BankAccount</em> class, plus extra members needed for a savings account. Another, more efficient method is to derive a <em>SavingsAccount</em> class from the <em>BankAccount</em> class and then add in the extra functionality into this subclass.</p>
<h2>Creating a Subclass in C#</h2>
<p>Now that we have ascertained that we need to create a sub class of our BankAccount class we can take a look at the code necessary to achieve this. Subclasses are declared in the same way as any other class with the exception that the <em>class</em> name is followed by a colon (:) followed by the name of the class from which it is to inherit. With this in mind we can begin by creating our <em>SavingsAccount class:</em></p>
<pre>public class BankAccount
{

        public string accountName;
        public int accountBalance;
        public int accountNumber;

        public BankAccount (string name, int number)
        {
               accountName = name;
               accountNumber = number;
        }

        public int getAccountNumber()
        {
               return accountNumber;
        }

        public void setAccountNumber(int newNumber)
        {
               accountNumber = newNumber;
        }

}

public class SavingsAccount : BankAccount
{
}</pre>
<p>We have now created a sub class of BankAccount called SavingsAccount, but at this point the SavingsAccount class is no different than its parent class. Next we need to add some new members to add the behavior we need:</p>
<pre>public class SavingsAccount : BankAccount
{
        public double interestRate;

        public SavingsAccount (string name, int number, int balance, double rate)
               : base (name, number)
        {
               accountBalance = balance;
               interestRate = rate;
        }

        public double monthlyInterest()
        {
               return interestRate * accountBalance;
        }
}</pre>
<p>We now have a new class called <em>SavingsAccount</em> which inherits all the members of the <em>BankAccount</em> class and adds some members of its own. In particular we have added a new data member called <em>interestRate</em> which will store the interest rate paid on the account together with a new method to calculate the monthly interest.</p>
<h2>Passing Arguments to the Base Class Constructor</h2>
<p>Of particular significance is the constructor. In the <em>BankAccount</em> base class we have a constructor which takes the account name and account number as arguments. In the <em>SavingsAccount</em> subclass we need to accept two additional arguments &#8211; the balance and the interest rate. The <em>: base</em> code instructs C# to handle the name and number arguments using the constructor from the base class. The remaining two arguments are then passed to the SavingsAccount constructor.</p>
<p>With our subclass complete we can now make use of it:</p>
<pre>       static void Main()
        {
          SavingsAccount saveAccount = new SavingsAccount("Fred Wilson", 123456, 432, 0.02F);

          Console.WriteLine ("Interest this Month = " + saveAccount.monthlyInterest() );
        }</pre>
<h2>What is a C# Abstract Class?</h2>
<p><strong>Abstract class</strong> is a class that has no direct instances, but whose descendants may have direct instances. There are case i which it is useful to define classes for which the programmer never intends to instantiate any objects; because such classes normally are used as base-classes in <a href="http://www.csharpfriends.com/Articles/getArticle.aspx?articleID=72" target="undefined">inheritance</a></p>
<p><a href="http://www.csharpfriends.com/Articles/getArticle.aspx?articleID=72" target="undefined"></a></p>
<p>hierarchies, we call such classes <strong>abstract classes</strong> These classes cannot be used to instantiate objects; because abstract classes are incomplete. Derived classes called <strong>concrete classes </strong>must define the missing pieces.</p>
<h2>Abstract Members</h2>
<p>A C# abstract class contains <em>abstract members</em> which define what a subclass should contain. These <em>abstract members</em> only declare that a member of a particular type is required, it does not implement the member. Implementation of abstract members takes place within the derived class. A subclass which derives from an abstract class and fails to implement abstract methods will fail to compile.</p>
<h2>Declaring a C# Abstract Class</h2>
<p>Abstract classes are declared using the <em>abstract</em> modifier in the class declaration:</p>
<pre>public abstract class Talk
{
}</pre>
<p>Abstract member functions and properties are also declared using the <em>abstract</em> keyword. For example to declare an abstract method in our Talk class the following code is required:</p>
<pre>     public abstract void speak();</pre>
<p>We now have an abstract class with an abstract method named speak(). Note that this declaration only states that any class derived from the <em>Hello</em> base class must implement a method called speak() which returns no value (i.e it is declared as <em>void</em>). It does not, however, implement the method.</p>
<h2>Deriving from an Abstract Class</h2>
<p>In order to subclass from an abstract class we simply write code as follows:</p>
<pre>public class SayHello : Talk
{
}</pre>
<p>We now have a class called <em>SayHello</em> which is derived from the abstract <em>Talk</em> class. The next step is to implement the abstract speak() method. When implementing abstract members in a derived class the <em>override</em> modifier must be used. For example:</p>
<pre>public override void speak()
{
        Console.WriteLine("Hello!");
}</pre>
<p>We now have a subclass derived from the <em>Talk</em> abstract class which implements the abstract <em>speak()</em> method.</p>
<p>We can now bring all of this together into a simple program:</p>
<pre>using System;</pre>
<pre>class Hello
{

public abstract class Talk
{
        public abstract void speak();

}

public class SayHello : Talk
{
        public override void speak()
        {
               Console.WriteLine("Hello!");
        }
}

        static void Main()
        {
               SayHello hello = new SayHello();

               hello.speak();
        }
}</pre>
<h2>The Difference Between abstract and virtual Members</h2>
<p>So far we have only looked at <em>abstract</em> class members. As discussed above an abstract member is not implemented in the base class and <em>must</em> be implemented in derived classes in order for the class to compile.</p>
<p>Another type of member is a <em>virtual</em> member. A member defined as <em>virtual</em> must be implemented in the base class, but may be optionally overriden in the derived class if different behavior is required. For example, the following example implements a <em>virtual</em> method in the <em>Talk</em> class:</p>
<pre>using System;

class Hello
{

public abstract class Talk
{
        public abstract void speak();

        public virtual void goodbye()
        {
               Console.WriteLine("Talk class says goodbye!");

        }
}

public class SayHello : Talk
{
        public override void speak()
        {
               Console.WriteLine("Hello!");
        }
}

        static void Main()
        {
               SayHello hello = new SayHello();

               hello.speak();
               hello.goodbye();
        }
}</pre>
<p>When executed, the <em>goodbye()</em> method in the Talk class will be executed resulting in the following output:</p>
<pre>Hello!
Talk Class says goodbye!</pre>
<p>If we decide that the default <em>goodbye()</em> method provided by the Talk class is not suitable for the requirements of the <em>SayHello</em> subclass we can simply implement our own version of the method using the override modifier:</p>
<pre>using System;

class Hello
{

public abstract class Talk
{
        public abstract void speak();

        public virtual void goodbye()
        {
               Console.WriteLine("Talk class says goodbye!");

        }
}

public class SayHello : Talk
{
        public override void speak()
        {
               Console.WriteLine("Hello!");
        }

        public override void goodbye ()
        {
               Console.WriteLine ("SayHello Class says goodbye!");
        }
}

        static void Main()
        {
               SayHello hello = new SayHello();

               hello.speak();
               hello.goodbye();
        }
}</pre>
<p>Now when we execute our program the <em>SayHello</em> implementation of the <em>googbye()</em> method will be called:</p>
<pre>Hello!
SayHello Class says goodbye!</pre>
<h2>What&#8217;s an Interface?</h2>
<pre></pre>
<p>An interface is a reference type object with no implementation.  You can think of it as an abstract class with all the implementation stripped out and everything that is not public removed.  Abstract classes are classes that can not be instantiated.  No properties or methods are actually coded in an interface, they are only defined.  So the interface doesn&#8217;t actually <em>do</em> anything but only has a signature for interaction with other classes or interfaces.  A good analogy for an interface is a pencil and a pencil sharpener.  When we talk of a pencil and a pencil sharpener we generally know what they do and how they interact. We don&#8217;t have to know the inner workings of a particular sharpener or pencil, only how to use them through their interface.</p>
<p>public interface IPencil</p>
<p>{</p>
<p>void Write();</p>
<p>bool IsSharp { get; }</p>
<p>}</p>
<p>public interface IPencilSharpener</p>
<p>{</p>
<p>void Sharpen(IPencil pencil);</p>
<p>}</p>
<h2>Abstract class vs. Interface</h2>
<p>An abstract class can have abstract members as well non abstract members. But in an interface all the members are implicitly abstract and all the members of the interface must override to its derived class.</p>
<p>An example of interface:</p>
<p>Collapse</p>
<pre>interface iSampleInterface
{
  //All methods are automaticall abstract

  int AddNumbers(int Num1, int Num2);
  int MultiplyNumbers(int Num1, int Num2);
}</pre>
<p>Defining an abstract class with abstract members has the same effect to defining an interface.</p>
<p>The members of the interface are public with no implementation. Abstract classes can have protected parts, static methods, etc.</p>
<p>A class can inherit one or more interfaces, but only one abstract class.</p>
<p>Abstract classes can add more functionality without destroying the child classes that were using the old version. In an interface, creation of additional functions will have an effect on its child classes, due to the necessary implementation of interface methods to classes.</p>
<p>The selection of interface or abstract class depends on the need and design of your project. You can make an abstract class, interface or combination of both depending on your needs.</p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[PRACTICE: Do You Know The Circumstances Of Your Birth? -- 15min]]></title>
<link>http://redravine.wordpress.com/2009/12/16/practice-do-you-know-the-circumstances-of-your-birth-15min/</link>
<pubDate>Thu, 17 Dec 2009 03:30:36 +0000</pubDate>
<dc:creator>ybonesy</dc:creator>
<guid>http://redravine.wordpress.com/2009/12/16/practice-do-you-know-the-circumstances-of-your-birth-15min/</guid>
<description><![CDATA[Here’s what I know. Mom and Dad were living on Neat Lane in Albuquerque’s south valley. There were f]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p>Here’s what I know. Mom and Dad were living on Neat Lane in Albuquerque’s south valley. There were four kids at home, three girls and a boy. Larry had been the youngest, he was four, and Mom and Dad were hoping for a boy to play with him. That’s one of the details of my birth that I grew up knowing.</p>
<p>I also grew up knowing that I was named after my mom’s mom and that Dad hadn’t wanted to name me that but they’d run out of names. They’d named the oldest daughter Patricia, after mom’s brother Pat. The next one Roberta, after Mom’s other brother, Robert. Janet must have gotten a name that came with no obligations; just a name that Mom and Dad liked. Larry, or Lawrence—his must have been a name they liked, too. I can’t think of any Larrys in the family. And then when I was girl, they gave me Roma. And Mom always says that grandma was “tickled.”</p>
<p>Mom had me in a hospital. The old Saint Jo&#8217;s. Whenever we drove on the freeway out to Los Lunas, Mom would point off toward the new St. Joseph’s and say, &#8220;See the older building? That’s where you were born.&#8221; All these years I thought it was this really old building that is about two or three stories, made of thick granite stone that has turned a sooty gray. I had taken to pointing it out whenever we were near there and telling my girls that that was where I was born. But just the other day, when I took my mom to the new St. Jo’s to get eye surgery, she pointed to a different old building and said <em>that </em>one was the old hospital. &#8220;Well, what’s that building over there,&#8221; I asked. &#8220;Oh, that’s the old sanitarium.&#8221;</p>
<p>So all this time, the place where I thought I had been born was actually the old mental institution. It was a letdown to know that the old St. Jo’s was not nearly as old looking. It just looked like a lesser, worn-down hospital.</p>
<p>I do know that back in the days when Mom had her kids, they let mothers stay for three or so days afterward in order to recuperate. I imagine that must have been the calm before the storm. Back home, waiting, there were a 4-year-old, a 6-year-old, a 10-year-old, and a 12-year-old. Wow. Just tonight I went shopping with the girls for two hours and afterward, on the drive home, the girls were chatty and excited, and I had to say, “Hey you two, I’m a little overwhelmed so can we drive the rest of the way in silence?”</p>
<p>They were good about it, and so was I. Mom would have just screamed, &#8220;I can’t stand it anymore!&#8221; Poor Mom. Five kids is an awful lot to have.</p>
<p>That’s about all I know of my birth story. Everything fast forwards from there on out to when I got sick with the croup and the emergency tracheotomy. It’s funny, though. I can picture them coming back home with me. I think in those days moms held their infants in their laps in the car. I’m pretty sure Dad had a big car. I’ve seen a big car in the old photos. And I picture Dad and Mom walking into the small house they had, and all the kids being excited. I wonder if Larry was disappointed. I bet he was.</p>
<p>I think I slept in a crib in Mom and Dad’s bedroom for my first year, maybe two. I remember sharing a room with Janet, and did Larry share a room with us, too? I know the house only had a couple of bedrooms. Dad converted the garage into a den. There are a lot of gaps in my memory about the house on Neat Lane.</p>
<p>I don’t have a baby book, but we had lots of old pictures. I was in plenty of them, often being held up on Dad’s knee for the camera. And we have lots of old movies. Jim took them and had some made into a video for my parents’ 50th. Or was it for their 60th?<br />
<strong></strong><br />
<strong></strong><br />
<strong></strong><br />
<strong></strong><br />
-Related to topic post <a title="WRITING TOPIC -- 3 QUESTIONS" href="http://redravine.wordpress.com/2009/11/29/writing-topic-3-questions/" target="_blank"><em>WRITING TOPIC – 3 QUESTIONS</em></a>. [NOTE: This is the third of three questions mentioned by actor and writer Anna Deavere Smith in an interview with Bill Moyers (see link). She talked about the questions in the context of interviewing people and listening to them. The three questions came from a linguist Smith met at a cocktail party in 1979; the questions were, according to the linguist, guaranteed to break the patterns and change the way people are expressing themselves. QuoinMonkey, ybonesy, and frequent guest writer <a title="My Life With Dad" href="http://redravine.wordpress.com/2009/10/13/my-life-with-dad/" target="_blank">Bob Chrisman</a> take on the three questions by doing a <a title="What Is Writing Practice" href="http://redravine.wordpress.com/what-is-writing-practice/" target="_blank">Writing Practice</a> on each.]</p>
<p>-Also related to posts: <a title="PRACTICE: Have You Ever Come Close To Death? -- 15min" href="http://redravine.wordpress.com/2009/12/07/practice-have-you-ever-come-close-to-death-15min/" target="_blank"><em>PRACTICE: Have You Ever Come Close To Death? — 15min</em></a> (by ybonesy), <a title="PRACTICE: Have You Ever Come Close To Death? -- 15min" href="http://redravine.wordpress.com/2009/12/07/practice-have-you-ever-come-close-to-death-15min-2/" target="_blank"><em>PRACTICE: Have You Ever Come Close To Death? — 15min</em></a> (by Bob Chrisman), <a title="PRACTICE -- Have You Ever Come Close To Death? -- 15min" href="http://redravine.wordpress.com/2009/12/08/practice-have-you-ever-come-close-to-death-15min-3/" target="_blank"><em>PRACTICE — Have You Ever Come Close To Death? — 15min</em></a> (by QuoinMonkey), <a title="PRACTICE: Have You Ever Been Accused Of Doing Something You Didn't Do?" href="http://redravine.wordpress.com/2009/12/10/practice-have-you-ever-been-accused-of-something-you-didn%E2%80%99t-do-15min/" target="_blank"><em>PRACTICE: Have You Ever Been Accused Of Doing Something You Didn’t Do? &#8212; 15min</em></a> (by Bob Chrisman); <a title="PRACTICE: Have You Ever Been Accused Of Doing Something You Didn't Do?" href="http://redravine.wordpress.com/2009/12/10/practice-have-you-ever-been-accused-of-doing-something-you-didnt-do/" target="_blank"><em>PRACTICE: Have You Ever Been Accused Of Doing Something You Didn’t Do? &#8212; 15min</em></a> (by ybonesy), and <a title="PRACTICE -- Have You Ever Been Accused Of Doing Something You Didn't Do?" href="http://redravine.wordpress.com/2009/12/10/practice-have-you-ever-been-accused-of-something-you-didnt-do-15min/" target="_blank"><em>PRACTICE — Have You Ever Been Accused Of Doing Something You Didn’t Do? &#8212; 15min</em></a> (by QuoinMonkey); <a title="PRACTICE: Do You Know The Circumstances Of Your Birth? -- 15mins" href="http://redravine.wordpress.com/2009/12/14/practice-do-you-know-the-circumstances-of-your-birth/" target="_blank"><em>PRACTICE: Do You Know The Circumstances Of Your Birth? &#8212; 15min</em></a> (by Bob Chrisman)</p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[What to ask when you’re the reporter]]></title>
<link>http://stevefriedman.wordpress.com/2009/12/16/what-to-ask-when-you%e2%80%99re-the-reporter/</link>
<pubDate>Wed, 16 Dec 2009 20:10:30 +0000</pubDate>
<dc:creator>Steve  Friedman</dc:creator>
<guid>http://stevefriedman.wordpress.com/2009/12/16/what-to-ask-when-you%e2%80%99re-the-reporter/</guid>
<description><![CDATA[When you pull out your keyboard to interview someone within or outside your group, the questions you]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p style="text-align:left;">When you pull out your keyboard to interview someone within or outside your group, the questions you ask will determine the impact of the article you write, whether it’s for a customer magazine, an internal newsletter, an awards submission or a marketing case study. Deciding which questions to ask can make the difference between a drab column and an insightful feature.</p>
<p style="text-align:left;">Of course, the specific questions likely will be different for every interview, but it’s useful to have a basic framework on which to build the set of questions that will elicit the story you want to write. The following framework can serve as a starting point in developing your interview questions and can help you guide the interview subject through the crucial subject areas:</p>
<p style="text-align:left;">1. What were the challenges/issues that led you to take/seek action (the “pain points” or opportunities)?</p>
<p style="text-align:left;">2. Why did you choose this approach?</p>
<p style="text-align:left;">3. What were the barriers you faced?</p>
<p style="text-align:left;">4. Describe the process you used or developed.</p>
<p style="text-align:left;">5. Who influenced this the most, and how?</p>
<p style="text-align:left;">6. What are the most significant impacts of this action/product/service/decision on people, customers and/or the organization?</p>
<p style="text-align:left;">7. How will this change things?</p>
<p style="text-align:left;">8. What will not change?</p>
<p style="text-align:left;">9. What specific results do you expect to see/have you seen, and when?</p>
<p style="text-align:left;">10. What are your plans for the future in this arena?</p>
<p style="text-align:left;">11. What tips can you offer to others?</p>
<p style="text-align:left;">12. Who else should I interview on this?</p>
<p style="text-align:left;">These 12 questions may lead to a dozen more as you prepare to explore a particular topic area, but this foundation may enable you to build a logical structure for your interview to help ensure that you capture the information you need.</p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Job Interview: Epic Fail.]]></title>
<link>http://waitingonthenewmoon.wordpress.com/2009/12/15/job-interview-epic-fail/</link>
<pubDate>Tue, 15 Dec 2009 15:53:58 +0000</pubDate>
<dc:creator>poetryman69</dc:creator>
<guid>http://waitingonthenewmoon.wordpress.com/2009/12/15/job-interview-epic-fail/</guid>
<description><![CDATA[One way employers can dismantle Marxism is to employ a litmus test.  Employers test potential employ]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p>One way employers can dismantle Marxism is to employ a litmus test.  Employers test potential employees every day.  Just add a few anti-communist tests to the job interview.  For instance.</p>
<p>If man-made Climate Change exists, which of the following nations will contribute the most to global warming over the next 10 years?</p>
<p>1.  China</p>
<p>2.  India</p>
<p>3.  United States</p>
<p>Don&#8217;t hire anyone who picks number three.  There are several reason for this.  Firstly, anyone who picks number three above is too stupid to work for you.  Second such stupidity is not innate.  No one was born that stupid.  That kind of stupidity has to be taught and believed to be regurgitated.  Moreover, you have to be an evil, American hating commie bastard to believe it.  You know like our current government.</p>
<p>On the off off off chance that there are some in the audience who though thoroughly brain washed nevertheless possessed the intelligence and will to honestly ask why shouldn&#8217;t you  believe that the US would have the greatest impact on Climate Change, if Global warming  were not a commie redistribution hoax, I offer the following:</p>
<p>How many people are in the US?   About 300 million.  Taking China and India combined, there are over 2 billion people.  We have more stringent environmental controls and we have already gone through the dirtiest parts of the industrial revolution.  China and India have weaker environmental controls and they have millions of people who have yet to go through the dirtiest parts of the industrial revolution.  If you are not an evil, stupid, America hating commie bastard, it is obvious that if the scam of Climate change were real,  then China and India must out pollute us by a wide, wide margin.  Dirt poor slum dogs in India are not sitting around hoping the industrial revolution will pass them by.</p>
<p>By the way, let us suppose you question the notion that we have already been through the dirtiest parts of the industrial revolution.  I turn your attention to London in the 1800s.   Study soot, coal dust, an black lung.  You will find that major industrial cities in Europe and the US used to be black with coal dust and smoke from factories in the 1800s.</p>
<p>By the way, if you go to an industrial Chinese cities these days what do you find?  If you need a hint, look at news stories around the time of the Olympics in China.  Notice they had to shut down factories to make the air clean enough to run the Olympics.</p>
<p>Unless you are an evil, American hating, commie bastard, like our current government, it is clear that the United States is not the problem.</p>
<p><a href="http://www.bukisa.com/articles/209713_the-capitalist-manifesto-dismantling-marxism">The Capitalist Manifesto:  Dismantling Marxism</a></p>
<p><a href="http://www.associatedcontent.com/article/2258619/government_does_not_create_wealth.html?cat=75" target="_blank">No Wealth</a></p>
<p><a href="http://www.associatedcontent.com/article/1607986/how_to_bankrupt_a_nation.html?cat=9" target="_blank">How to Bankrupt a Nation</a></p>
<p><a href="http://www.associatedcontent.com/article/2292889/president_karl_marxa_love_story.html?cat=44">President Karl Marx…A Love Story</a></p>
<p>***</p>
<p><a href="http://www.associatedcontent.com/article/2258619/government_does_not_create_wealth.html?cat=75">Creating Wealth</a></p>
<p><a href="http://www.bukisa.com/articles/48009_credit-card-wishing-well"> Wishing Well</a></p>
<p><a href="http://www.bukisa.com/articles/48792_a-constellation-of-idiots-in-a-galaxy-of-fools"> Constellation of Idiots</a></p>
<p><a href="http://www.bukisa.com/articles/53913_economic-crisis-whose-fault-is-it"> Whose fault is it?</a></p>
<p><a href="http://www.associatedcontent.com/article/1627831/post_consumerism.html?cat=3"> Post Consumerism</a></p>
<p><a href="http://www.associatedcontent.com/article/1580081/how_to_plunder_a_nation.html?cat=9">How to Plunder a Nation</a></p>
<p><a href="http://www.associatedcontent.com/article/1574541/selling_zero.html?cat=17">Selling Zero</a></p>
<p><a href="http://www.associatedcontent.com/article/2270725/charlie_rangel_and_the_other_top_10.html?cat=75">The Most Corrupt Politicians in Washington</a></p>
<p><a href="http://www.associatedcontent.com/article/1582173/dictionary_of_dreams.html?cat=10">Dictionary of Dreams</a></p>
<p><a href="http://www.associatedcontent.com/article/2172953/it_is_better_to_be_drunk_than_wasted.html?cat=42">It is better to be Drunk than Wasted</a></p>
<p><a href="http://www.helium.com/items/1456458-the-difference-between-prebiotics-and-probiotics"><img title="XFiles_Destination" src="http://waitingonthenewmoon.files.wordpress.com/2009/07/xfiles_destination.jpg?w=450&#038;h=336#38;h=336&#38;h=336" alt="XFiles_Destination" width="450" height="336" /></a></p>
<p><a href="http://www.ehow.com/how_4801417_much-want-still-lose-weight.html"><img title="Fractal_10-3-2009_2" src="http://waitingonthenewmoon.files.wordpress.com/2009/07/fractal_10-3-2009_2.jpg?w=300&#038;h=177#38;h=177&#38;h=177" alt="Fractal_10-3-2009_2" width="300" height="177" /></a></p>
<p><a href="http://www.helium.com/items/1436564-keywords-tool"><img title="picR.jpg" src="http://waitingonthenewmoon.files.wordpress.com/2009/06/picr.jpg?w=300&#038;h=177#38;h=177&#38;h=177" alt="picR.jpg" width="300" height="177" /></a></p>
<p><a href="http://www.ehow.com/how_4824221_create-sacred-geometries.html"><img title="WritingOnTheRecord" src="http://waitingonthenewmoon.files.wordpress.com/2009/09/writingontherecord.jpg?w=450&#038;h=336#38;h=336&#38;h=336" alt="WritingOnTheRecord" width="450" height="336" /></a></p>
<p><a href="http://www.ehow.com/how_4801417_much-want-still-lose-weight.html"><strong><img title="A_26-8-2009_3" src="http://waitingonthenewmoon.files.wordpress.com/2009/07/a_26-8-2009_3.jpg?w=300&#038;h=177#38;h=177&#38;h=177" alt="A_26-8-2009_3" width="300" height="177" /></strong></a></p>
<p><a href="http://www.ehow.com/how_5345959_celebrate.html"><strong><img title="A_29-8-2009_9999" src="http://waitingonthenewmoon.files.wordpress.com/2009/08/a_29-8-2009_9999.jpg?w=300&#038;h=166#38;h=166&#38;h=166" alt="A_29-8-2009_9999" width="300" height="166" /></strong></a></p>
<p><a href="http://www.helium.com/items/1456458-the-difference-between-prebiotics-and-probiotics"><strong><img title="Threshold" src="http://waitingonthenewmoon.files.wordpress.com/2009/07/threshold.jpg?w=450&#038;h=336#38;h=336&#38;h=336" alt="Threshold" width="450" height="336" /></strong></a></p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[PRACTICE: Do You Know The Circumstances Of Your Birth? -- 15min]]></title>
<link>http://redravine.wordpress.com/2009/12/14/practice-do-you-know-the-circumstances-of-your-birth/</link>
<pubDate>Tue, 15 Dec 2009 04:39:57 +0000</pubDate>
<dc:creator>Guestwriter</dc:creator>
<guid>http://redravine.wordpress.com/2009/12/14/practice-do-you-know-the-circumstances-of-your-birth/</guid>
<description><![CDATA[By Bob Chrisman It was a dark and stormy night on May 3, 1952. I’ve always wanted to write that clic]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p>By Bob Chrisman<br />
<strong></strong><br />
<strong></strong><br />
It was a dark and stormy night on May 3, 1952. I’ve always wanted to write that cliché opener. Flood waters had swept across the area around St. Joseph, but the Missouri Methodist Hospital was high on a hill. My mother delivered a healthy baby boy. The nurses told her that I looked just like my father because I had thick black hair and sideburns like my father.</p>
<p>I thought I was the second child. My sister was almost ten years older than I was and no one talked about another pregnancy. Had my parents not decided to go to the World’s Fair in Montreal, Canada in 1967, the year I turned 15, I would have lived and died not knowing about the other pregnancy.</p>
<p>Someone told my mother that we needed certified copies of our birth certificates to come back into the United States so she ordered a copy for each of us. They arrived one morning in the mail and she took the official looking, Manila envelope into her bedroom to open. I sat on the floor in anticipation of seeing my birth certificate.</p>
<p>She handed it to me and I read every entry. “Mom, my birth certificate is wrong. It says you have had two other children by live birth.” I showed her the line of the certified copy.</p>
<p>“No, it’s correct.” She walked to the chest of drawer and put the other birth certificates in the box where she kept all the important papers.</p>
<p>“Was the baby a boy or a girl?” I asked because the idea of a missing sibling intrigued me.</p>
<p>“I don’t remember. It was a miscarriage. Something was wrong with the baby.” She kept moving away from me and I was too enthralled with this new knowledge to let it go.</p>
<p>“But, how could you not remember?’</p>
<p>“It’s been a long time ago. I don’t remember anymore.” She walked out of the bedroom.</p>
<p>I let the topic drop because she wouldn’t give me any information. I didn’t take up the question again until years later when my mother, then in her 80s, wrote a short autobiography at my request. She mentioned the loss of a baby somewhere around 1946. My sister would have been going on four years old.</p>
<p>My sister doesn’t remember anything, but she would have been three going on four. My favorite aunt and uncle said they didn’t know anything about a pregnancy which seems hard to believe if the child was a live birth.</p>
<p>As I reflect on that lost baby, I wonder how that colored her reaction to being pregnant with me and to my birth. Maybe that accounts for the way she protected me against everything and everyone. I’ll never know the answers to my questions, which are a circumstance of my birth.<br />
<strong></strong><br />
<strong></strong><br />
<strong></strong><br />
<strong></strong><br />
-Related to topic post <a title="WRITING TOPIC -- 3 QUESTIONS" href="http://redravine.wordpress.com/2009/11/29/writing-topic-3-questions/" target="_blank"><em>WRITING TOPIC – 3 QUESTIONS</em></a>.  [NOTE: This is the third of three questions mentioned by actor and writer Anna  Deavere Smith in an interview with Bill Moyers (see link). She talked about the  questions in the context of interviewing people and listening to them. The three questions came from a linguist Smith met at a cocktail party in 1979; the questions were, according to the linguist, guaranteed to break the patterns and  change the way people are expressing themselves. QuoinMonkey, ybonesy, and  frequent guest writer <a title="My Life With Dad" href="http://redravine.wordpress.com/2009/10/13/my-life-with-dad/" target="_blank">Bob Chrisman</a> take on the three questions by doing a  <a title="What Is Writing Practice" href="http://redravine.wordpress.com/what-is-writing-practice/" target="_blank">Writing Practice</a> on each.]</p>
<p>-Also related to posts: <a title="PRACTICE: Have You Ever Come Close To Death? -- 15min" href="http://redravine.wordpress.com/2009/12/07/practice-have-you-ever-come-close-to-death-15min/" target="_blank"><em>PRACTICE: Have You Ever Come Close To  Death? — 15min</em></a> (by ybonesy), <a title="PRACTICE: Have You Ever Come Close To Death? -- 15min" href="http://redravine.wordpress.com/2009/12/07/practice-have-you-ever-come-close-to-death-15min-2/" target="_blank"><em>PRACTICE: Have You Ever Come  Close To Death? — 15min</em></a> (by Bob Chrisman), <a title="PRACTICE -- Have You Ever Come Close To Death? -- 15min" href="http://redravine.wordpress.com/2009/12/08/practice-have-you-ever-come-close-to-death-15min-3/" target="_blank"><em>PRACTICE — Have You Ever Come Close  To Death? — 15min</em></a> (QuoinMonkey),  <a title="PRACTICE: Have You Ever Been Accused Of Doing Something You Didn't Do?" href="http://redravine.wordpress.com/2009/12/10/practice-have-you-ever-been-accused-of-something-you-didn%e2%80%99t-do-15min/" target="_blank"><em>PRACTICE: Have You Ever Been Accused  Of Doing Something You Didn’t Do? &#8212; 15min</em></a> (by Bob Chrisman); <a title="PRACTICE: Have You Ever Been Accused Of Doing Something You Didn't Do?" href="http://redravine.wordpress.com/2009/12/10/practice-have-you-ever-been-accused-of-doing-something-you-didnt-do/" target="_blank"><em>PRACTICE: Have You Ever Been Accused  Of Doing Something You Didn’t Do? &#8212; 15min</em></a> (by ybonesy), and <a title="PRACTICE -- Have You Ever Been Accused Of Doing Something You Didn't Do?" href="http://redravine.wordpress.com/2009/12/10/practice-have-you-ever-been-accused-of-something-you-didnt-do-15min/" target="_blank"><em>PRACTICE — Have You Ever Been Accused  Of Doing Something You Didn’t Do? &#8212; 15min</em></a> (by QuoinMonkey)</p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Punjab Technical University Results | PTU Results]]></title>
<link>http://prasven.wordpress.com/2009/12/14/punjab-technical-university-results-ptu-results/</link>
<pubDate>Mon, 14 Dec 2009 09:38:47 +0000</pubDate>
<dc:creator>prasven</dc:creator>
<guid>http://prasven.wordpress.com/2009/12/14/punjab-technical-university-results-ptu-results/</guid>
<description><![CDATA[Punjab Technical University (PTU)  was established by in the year 1997, to promote Technical, Manage]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p><strong><img class="alignleft" title="ptu" src="http://upload.wikimedia.org/wikipedia/en/0/0f/Punjab_technical_University_Logo.png" alt="" width="113" height="105" />Punjab Technical University</strong> (<strong>PTU</strong>)  was established by in the year 1997, to promote Technical, Management &#38; <span class="cm_word">Pharmaceutical</span> education. <span class="cm_word">www</span>.ptu.ac.in</p>
<p>The <span class="cm_word">university</span> under its administration, has 150 Engineering colleges, 41 B.Sc MLT colleges 156 Management colleges, 96 <span class="cm_word">Pharmacy</span> colleges,68 architecture colleges  and 42 Hotel Management &#38; Catering Technology Colleges and 302 Learning centers under distance education.</p>
<p>The university which is located in the city of Jalandhar in <span class="cm_word">India</span> offers a number of AICTE and Non-AICTE <span class="cm_word">courses</span><sup> </sup>.</p>
<p>The University has more than  60,000 <span class="cm_word">students</span> studying.</p>
<p>PTU has announced the <span class="cm_word">result</span>, you can <span class="cm_word">check</span> at <a href="http://www.ptudep.org/results.asp" target="_blank">http://www.ptudep.org/results.asp</a></p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[PHP interview questions]]></title>
<link>http://sapientstar.wordpress.com/2009/12/13/php-interview-questions/</link>
<pubDate>Sun, 13 Dec 2009 05:48:56 +0000</pubDate>
<dc:creator>nkumar24</dc:creator>
<guid>http://sapientstar.wordpress.com/2009/12/13/php-interview-questions/</guid>
<description><![CDATA[I am sharing some php interview question to you &#8230;&#8230;&#8230;.. What are the differences bet]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p>I am sharing some php interview question to you &#8230;&#8230;&#8230;..</p>
<ul>
<li>What are the differences between Get and post methods in form submitting, give the case where we can use get and we can use post methods?</li>
<li>Who is the father of PHP and explain the changes in PHP versions?</li>
<li>How can we submit a form without a submit button?</li>
<li>In how many ways we can retrieve the date in the result set of mysql using PHP?</li>
<li>What is the difference between mysql_fetch_object and mysql_fetch_array?</li>
<li>What is the difference between $message and $$message?</li>
<li>How can we extract string ‘techinterviews.com ‘ from a string ‘http://www.techinterviews.com’ using regular expression of PHP?</li>
<li>How can we create a database using PHP and mysql?</li>
<li>What are the differences between require and include, include_once?</li>
<li>Can we use include (”techinterviews.php”) two times in a PHP page “makeit.PHP”?</li>
<li>What are the different tables present in mysql, which type of table is generated when we are creating a table in the following syntax: create table employee(eno int(2),ename varchar(10)) ?</li>
<li>Functions in IMAP, POP3 AND LDAP?</li>
<li>How can I execute a PHP script using command line?</li>
<li>Suppose your Zend engine supports the mode  Then how can u configure your PHP Zend engine to support  mode ?</li>
<li>Shopping cart online validation i.e. how can we configure Paypal, etc.?</li>
<li>What is meant by nl2br()?</li>
<li>Draw the architecture of Zend engine?</li>
<li>What are the current versions of apache, PHP, and mysql?</li>
<li>What are the reasons for selecting lamp (linux, apache, mysql, PHP) instead of combination of other software programmes, servers and operating systems?</li>
<li>How can we encrypt and decrypt a data present in a mysql table using mysql?</li>
<li>How can we encrypt the username and password using PHP?</li>
<li>What are the features and advantages of object-oriented programming?</li>
<li>What are the differences between procedure-oriented languages and object-oriented languages?</li>
<li>What is the use of friend function?</li>
<li>What are the differences between public, private, protected, static, transient, final and volatile?</li>
<li>What are the different types of errors in PHP?</li>
<li>What is the functionality of the function strstr and stristr?</li>
<li>What are the differences between PHP 3 and PHP 4 and PHP 5?</li>
<li>How can we convert asp pages to PHP pages?</li>
<li>What is the functionality of the function htmlentities?</li>
<li>How can we get second of the current time using date function?</li>
<li>How can we convert the time zones using PHP?</li>
<li>What is meant by urlencode and urldocode?</li>
<li>What is the difference between the functions unlink and unset?</li>
<li>How can we register the variables into a session?</li>
<li>How can we get the properties (size, type, width, height) of an image using PHP image functions?</li>
<li>How can we get the browser properties using PHP?</li>
<li>What is the maximum size of a file that can be uploaded using PHP and how can we change this?</li>
<li>How can we increase the execution time of a PHP script?</li>
<li>How can we take a backup of a mysql table and how can we restore it. ?</li>
<li>How can we optimize or increase the speed of a mysql select query?</li>
<li>How many ways can we get the value of current session id?</li>
<li>How can we destroy the session, how can we unset the variable of a session?</li>
<li>How can we destroy the cookie?</li>
<li>How many ways we can pass the variable through the navigation between the pages?</li>
<li>What is the difference between ereg_replace() and eregi_replace()?</li>
<li>What are the different functions in sorting an array?</li>
<li>How can we know the count/number of elements of an array?</li>
<li>What is the PHP predefined variable that tells the What types of images that PHP supports?</li>
<li>How can I know that a variable is a number or not using a JavaScript?</li>
<li>List out some tools through which we can draw E-R diagrams for mysql.</li>
<li>How can I retrieve values from one database server and store them in other database server using PHP?</li>
<li>List out the predefined classes in PHP?</li>
<li>How can I make a script that can be bilanguage (supports English, German)?</li>
<li>What are the difference between abstract class and interface?</li>
<li>How can we send mail using JavaScript?</li>
</ul>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Tamil Nadu Public Service Commission]]></title>
<link>http://prasven.wordpress.com/2009/12/12/tamil-nadu-public-service-commission/</link>
<pubDate>Sat, 12 Dec 2009 11:16:08 +0000</pubDate>
<dc:creator>prasven</dc:creator>
<guid>http://prasven.wordpress.com/2009/12/12/tamil-nadu-public-service-commission/</guid>
<description><![CDATA[Advertisement No.219 SI No Name of post Qualification Post Codes Pay Scale No of posts Age as on 01.]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p><strong>Advertisement No.219</strong></p>
<div>
<table style="height:483px;" border="1" width="701">
<tbody>
<tr>
<td width="25" height="32" align="center"><span style="font-family:Trebuchet MS;font-size:x-small;"><strong>SI No</strong></span></td>
<td width="190" height="32" align="center"><span style="font-family:Trebuchet MS;font-size:x-small;"><strong>Name of post</strong></span></td>
<td width="174" height="32" align="center"><span style="font-family:Trebuchet MS;font-size:x-small;"><strong>Qualification</strong></span></td>
<td width="72" height="32" align="center"><span style="font-family:Trebuchet MS;font-size:x-small;"><strong>Post Codes</strong></span></td>
<td width="89" height="32" align="center"><span style="font-family:Trebuchet MS;font-size:x-small;"><strong>Pay Scale</strong></span></td>
<td width="34" height="32" align="center"><span style="font-family:Trebuchet MS;font-size:x-small;"><strong>No of posts</strong></span></td>
<td width="76" height="32" align="center"><span style="font-family:Trebuchet MS;font-size:x-small;"><strong>Age as on 01.07.2009</strong></span></td>
</tr>
<tr>
<td width="25" height="24" align="center"><span style="font-family:Trebuchet MS;font-size:x-small;">1</span></td>
<td width="190" height="24"><span style="font-family:Trebuchet MS;font-size:x-small;">Municipal Commissioner, Gr-II</span></td>
<td width="174" height="24" align="center"><span style="font-family:Trebuchet MS;font-size:x-small;">Graduation</span></td>
<td width="72" height="24" align="center"><span style="font-family:Trebuchet MS;font-size:x-small;">1092</span></td>
<td rowspan="10" width="89" height="242" align="center"><span style="font-family:Trebuchet MS;font-size:x-small;">Rs.9300-34800</span></td>
<td width="34" height="24" align="center"><span style="font-family:Trebuchet MS;font-size:x-small;">3</span></td>
<td rowspan="19" width="76" height="350" align="center"><span style="font-family:Trebuchet MS;font-size:x-small;">18-30 Yrs</span></td>
</tr>
<tr>
<td width="25" height="21" align="center"><span style="font-family:Trebuchet MS;font-size:x-small;">3</span></td>
<td width="190" height="21"><span style="font-family:Trebuchet MS;font-size:x-small;">Asst Section Officer in the Office of the Tamil Nadu PSC</span></td>
<td width="174" height="21" align="center"><span style="font-family:Trebuchet MS;font-size:x-small;">PG or Graduation with BGL</span></td>
<td width="72" height="21" align="center"><span style="font-family:Trebuchet MS;font-size:x-small;">2201</span></td>
<td width="34" height="21" align="center"><span style="font-family:Trebuchet MS;font-size:x-small;">4</span></td>
</tr>
<tr>
<td width="25" height="19" align="center"><span style="font-family:Trebuchet MS;font-size:x-small;">4</span></td>
<td width="190" height="19"><span style="font-family:Trebuchet MS;font-size:x-small;">Probation Officer (Social Defense Subordinate Service)</span></td>
<td width="174" height="19" align="center"><span style="font-family:Trebuchet MS;font-size:x-small;">B.Sc/ B.B.A/ B.B.M </span></td>
<td width="72" height="19" align="center"><span style="font-family:Trebuchet MS;font-size:x-small;">1011</span></td>
<td width="34" height="19" align="center"><span style="font-family:Trebuchet MS;font-size:x-small;">10</span></td>
</tr>
<tr>
<td width="25" height="21" align="center"><span style="font-family:Trebuchet MS;font-size:x-small;">5</span></td>
<td width="190" height="21"><span style="font-family:Trebuchet MS;font-size:x-small;">Probation Officer (Jail Subordinate Service)</span></td>
<td width="174" height="21" align="center"><span style="font-family:Trebuchet MS;font-size:x-small;">B.Sc/ B.B.A/ B.B.M </span></td>
<td width="72" height="21" align="center"><span style="font-family:Trebuchet MS;font-size:x-small;">1023</span></td>
<td width="34" height="21" align="center"><span style="font-family:Trebuchet MS;font-size:x-small;">4</span></td>
</tr>
<tr>
<td width="25" height="19" align="center"><span style="font-family:Trebuchet MS;font-size:x-small;">6</span></td>
<td width="190" height="19"><span style="font-family:Trebuchet MS;font-size:x-small;">Jr Employment Officer</span></td>
<td width="174" height="19" align="center"><span style="font-family:Trebuchet MS;font-size:x-small;">B.Sc/ B.B.A/ B.B.M </span></td>
<td width="72" height="19" align="center"><span style="font-family:Trebuchet MS;font-size:x-small;">1017</span></td>
<td width="34" height="19" align="center"><span style="font-family:Trebuchet MS;font-size:x-small;">9</span></td>
</tr>
<tr>
<td width="25" height="21" align="center"><span style="font-family:Trebuchet MS;font-size:x-small;">7</span></td>
<td width="190" height="21"><span style="font-family:Trebuchet MS;font-size:x-small;">Asst Inspector of Labour</span></td>
<td width="174" height="21" align="center"><span style="font-family:Trebuchet MS;font-size:x-small;">B.Sc/ B.B.A/ B.B.M </span></td>
<td width="72" height="21" align="center"><span style="font-family:Trebuchet MS;font-size:x-small;">1068</span></td>
<td width="34" height="21" align="center"><span style="font-family:Trebuchet MS;font-size:x-small;">20</span></td>
</tr>
<tr>
<td width="25" height="30" align="center"><span style="font-family:Trebuchet MS;font-size:x-small;">8</span></td>
<td width="190" height="30"><span style="font-family:Trebuchet MS;font-size:x-small;">Sub-Registrar Grade –II</span></td>
<td width="174" height="30" align="center"><span style="font-family:Trebuchet MS;font-size:x-small;">Graduation</span></td>
<td width="72" height="30" align="center"><span style="font-family:Trebuchet MS;font-size:x-small;">1071</span></td>
<td width="34" height="30" align="center"><span style="font-family:Trebuchet MS;font-size:x-small;">29</span></td>
</tr>
<tr>
<td width="25" height="30" align="center"><span style="font-family:Trebuchet MS;font-size:x-small;">9</span></td>
<td width="190" height="30"><span style="font-family:Trebuchet MS;font-size:x-small;">Women Welfare Officer</span></td>
<td width="174" height="30" align="center"><span style="font-family:Trebuchet MS;font-size:x-small;">B.Sc/ B.B.A/ B.B.M </span></td>
<td width="72" height="30" align="center"><span style="font-family:Trebuchet MS;font-size:x-small;">1012</span></td>
<td width="34" height="30" align="center"><span style="font-family:Trebuchet MS;font-size:x-small;">1</span></td>
</tr>
<tr>
<td width="25" height="28" align="center"><span style="font-family:Trebuchet MS;font-size:x-small;">10</span></td>
<td width="190" height="28"><span style="font-family:Trebuchet MS;font-size:x-small;">Supervisor of Industrial Co-operatives in the <span style="text-decoration:underline!important;position:static;"><span style="color:#000000;"><span style="font-weight:400;font-size:13px;position:static;"><span style="border-bottom:1px solid orange;font-family:Trebuchet MS;font-weight:400;font-size:13px;position:static;background-color:transparent;">Industries</span></span></span></span><a id="KonaLink1" style="text-decoration:underline!important;position:static;" href="http://www.freshersworld.com/jobs/displayjob.asp?fwid=12420#" target="undefined"><span id="preLoadWrap1" style="position:relative;"> </span></a></span></p>
<div id="preLoadLayer1" style="position:absolute;z-index:4000;top:-32px;left:-18px;display:none;"><a id="KonaLink1" style="text-decoration:underline!important;position:static;" href="http://www.freshersworld.com/jobs/displayjob.asp?fwid=12420#" target="undefined"><img style="border:0 none;" src="http://kona.kontera.com/javascript/lib/imgs/grey_loader.gif" alt="" /></a></div>
<p>and Commerce Dept.</td>
<td width="174" height="28" align="center"><span style="font-family:Trebuchet MS;font-size:x-small;">B.Sc/ B.B.A/ B.B.M </span></td>
<td width="72" height="28" align="center"><span style="font-family:Trebuchet MS;font-size:x-small;">1022</span></td>
<td width="34" height="28" align="center"><span style="font-family:Trebuchet MS;font-size:x-small;">7</span></td>
</tr>
<tr>
<td width="25" height="29" align="center"><span style="font-family:Trebuchet MS;font-size:x-small;">11</span></td>
<td width="190" height="29"><span style="font-family:Trebuchet MS;font-size:x-small;">Audit Inspector in the Audit Wing of Hindu Religious and Charitable Endowments <span style="color:#000000;"><span style="position:static;text-decoration:underline;"><span style="font-weight:400;font-size:13px;position:static;"><span style="font-family:Trebuchet MS;font-weight:400;font-size:13px;position:static;">Administration</span></span></span></span> Dept.</span></td>
<td width="174" height="29" align="center"><span style="font-family:Trebuchet MS;font-size:x-small;">B.Sc/ B.B.A/ B.B.M </span></td>
<td width="72" height="29" align="center"><span style="font-family:Trebuchet MS;font-size:x-small;">1029</span></td>
<td width="34" height="29" align="center"><span style="font-family:Trebuchet MS;font-size:x-small;">27</span></td>
</tr>
<tr>
<td width="25" height="24" align="center"><span style="font-family:Trebuchet MS;font-size:x-small;">12</span></td>
<td width="190" height="24"><span style="font-family:Trebuchet MS;font-size:x-small;">Asst in <span style="color:#000000;"><span style="position:static;text-decoration:underline;"><span style="font-weight:400;font-size:13px;position:static;"><span style="font-family:Trebuchet MS;font-weight:400;font-size:13px;position:static;">Revenue</span></span></span></span> Dept</span></td>
<td width="174" height="24" align="center"><span style="font-family:Trebuchet MS;font-size:x-small;">B.Sc/ B.B.A/ B.B.M </span></td>
<td width="72" height="24" align="center"><span style="font-family:Trebuchet MS;font-size:x-small;">2120,2200, 2202, 1033-1058,  1053-1055,  1059- 1061</span></td>
<td rowspan="9" width="89" height="108" align="center"><span style="font-family:Trebuchet MS;font-size:x-small;">Rs.5200-20200</span></td>
<td width="34" height="24" align="center"><span style="font-family:Trebuchet MS;font-size:x-small;">875</span></td>
</tr>
<tr>
<td width="25" height="19" align="center"><span style="font-family:Trebuchet MS;font-size:x-small;">13</span></td>
<td width="190" height="19"><span style="font-family:Trebuchet MS;font-size:x-small;">Executive Officer Grade- II in Town Panchayat Dept</span></td>
<td width="174" height="19" align="center"><span style="font-family:Trebuchet MS;font-size:x-small;">Graduation</span></td>
<td width="72" height="19" align="center"><span style="font-family:Trebuchet MS;font-size:x-small;">1091</span></td>
<td width="34" height="19" align="center"><span style="font-family:Trebuchet MS;font-size:x-small;">5</span></td>
</tr>
<tr>
<td width="25" height="13" align="center"><span style="font-family:Trebuchet MS;font-size:x-small;">14</span></td>
<td width="190" height="13"><span style="font-family:Trebuchet MS;font-size:x-small;">Asst in the Office of the Commissioner of Commercial Taxes</span></td>
<td width="174" height="13" align="left"><span style="font-family:Trebuchet MS;font-size:x-small;">B.Sc/ B.B.A/ B.B.M </span></td>
<td width="72" height="13" align="center"><span style="font-family:Trebuchet MS;font-size:x-small;">1025</span></td>
<td width="34" height="13" align="center"><span style="font-family:Trebuchet MS;font-size:x-small;">1</span></td>
</tr>
<tr>
<td width="25" height="8" align="center"><span style="font-family:Trebuchet MS;font-size:x-small;">15</span></td>
<td width="190" height="8"><span style="font-family:Trebuchet MS;font-size:x-small;">Asst in the Industries and Commerce Department</span></td>
<td width="174" height="8" align="left"><span style="font-family:Trebuchet MS;font-size:x-small;"> M.Sc./ M.Com/ B.B.A./  B.B.M </span></td>
<td width="72" height="8" align="center"><span style="font-family:Trebuchet MS;font-size:x-small;">1027</span></td>
<td width="34" height="8" align="center"><span style="font-family:Trebuchet MS;font-size:x-small;">63</span></td>
</tr>
<tr>
<td width="25" height="7" align="center"><span style="font-family:Trebuchet MS;font-size:x-small;">16</span></td>
<td width="190" height="7"><span style="font-family:Trebuchet MS;font-size:x-small;">Asst in the Office of the Commissioner of Revenue Administration</span></td>
<td width="174" height="7" align="left"><span style="font-family:Trebuchet MS;font-size:x-small;">B.Sc/ B.B.A/ B.B.M</span></td>
<td width="72" height="7" align="center"><span style="font-family:Trebuchet MS;font-size:x-small;">1030</span></td>
<td width="34" height="7" align="center"><span style="font-family:Trebuchet MS;font-size:x-small;">6</span></td>
</tr>
<tr>
<td width="25" height="18" align="center"><span style="font-family:Trebuchet MS;font-size:x-small;">17</span></td>
<td width="190" height="18"><span style="font-family:Trebuchet MS;font-size:x-small;">Asst in the Office of the Commissioner of Land Administration</span></td>
<td width="174" height="18" align="left"><span style="font-family:Trebuchet MS;font-size:x-small;">B.Sc/ B.B.A/ B.B.M </span></td>
<td width="72" height="18" align="center"><span style="font-family:Trebuchet MS;font-size:x-small;">1031</span></td>
<td width="34" height="18" align="center"><span style="font-family:Trebuchet MS;font-size:x-small;">2</span></td>
</tr>
<tr>
<td width="25" height="17" align="center"><span style="font-family:Trebuchet MS;font-size:x-small;">18</span></td>
<td width="190" height="17"><span style="font-family:Trebuchet MS;font-size:x-small;">Planning Jr. Asst in the Tamil Nadu State Planning Commission</span></td>
<td width="174" height="17" align="center"><span style="font-family:Trebuchet MS;font-size:x-small;"> B.Sc/ B.B.A/ B.B.M </span></td>
<td width="72" height="17" align="center"><span style="font-family:Trebuchet MS;font-size:x-small;">1032</span></td>
<td width="34" height="17" align="center"><span style="font-family:Trebuchet MS;font-size:x-small;">1</span></td>
</tr>
<tr>
<td width="25" height="1" align="center"><span style="font-family:Trebuchet MS;font-size:x-small;">19</span></td>
<td width="190" height="1"><span style="font-family:Trebuchet MS;font-size:x-small;">LDC in the Tamil Nadu Legislative Assembly Secretariat</span></td>
<td width="174" height="1" align="center"><span style="font-family:Trebuchet MS;font-size:x-small;">Graduation</span></td>
<td width="72" height="1" align="center"><span style="font-family:Trebuchet MS;font-size:x-small;">1086</span></td>
<td width="34" height="1" align="center"><span style="font-family:Trebuchet MS;font-size:x-small;">3</span></td>
</tr>
<tr>
<td width="25" height="1" align="center"><span style="font-family:Trebuchet MS;font-size:x-small;">20</span></td>
<td width="190" height="1"><span style="font-family:Trebuchet MS;font-size:x-small;">Asst in the Office of the Tamil Nadu PSC</span></td>
<td width="174" height="1" align="center"><span style="font-family:Trebuchet MS;font-size:x-small;">Graduation</span></td>
<td width="72" height="1" align="center"><span style="font-family:Trebuchet MS;font-size:x-small;">1081</span></td>
<td width="34" height="1" align="center"><span style="font-family:Trebuchet MS;font-size:x-small;">4</span></td>
</tr>
</tbody>
</table>
</div>
<p><span style="font-family:Trebuchet MS;font-size:x-small;"><strong>Important dates</strong></span></p>
<div>
<table style="height:88px;" border="1" width="428">
<tbody>
<tr>
<td width="272" height="22" align="center"><span style="font-family:Trebuchet MS;font-size:x-small;">Date of Notification </span></td>
<td width="140" height="22" align="center"><span style="font-family:Trebuchet MS;font-size:x-small;">15.11.2009</span></td>
</tr>
<tr>
<td width="272" height="28" align="center"><span style="font-family:Trebuchet MS;font-size:x-small;">Last date for receipt of applications</span></td>
<td width="140" height="28" align="center"><span style="font-family:Trebuchet MS;font-size:x-small;">30-12-2009</span></td>
</tr>
<tr>
<td width="272" height="23" align="center"><span style="font-family:Trebuchet MS;font-size:x-small;">Date of Written Examination</span></td>
<td width="140" height="23" align="center"><span style="font-family:Trebuchet MS;font-size:x-small;"> 11-04-2010</span></td>
</tr>
</tbody>
</table>
</div>
<p><strong> </strong></p>
<p><strong>Examination Fee:</strong>- Rs 100/- (Rupees One Hundred only) Examination fee should be paid only through any one of the Post offices listed in Annexure – III to the Brochure and the Postal receipt obtained for the payment of fee should be pasted in the space provided in the application (For further details refer para 2 under part -III of Information Brochure to candidates and for Examination fee concessions refer para 12 of the ‘Instructions, etc., to candidates’). All candidates should pay Rs 5/- (Rupees five only) as service charge to the Post Office while obtaining the postal receipt. Candidates should inform the OMR application Number to the Counter Clerk of the Post Office for obtaining the Postal receipt.</p>
<p><strong>How to apply</strong></p>
<p>OMR application form along with an ‘Information Brochure to Candidates’ containing General Instructions for filling up the application form,Commission’s ‘Instructions, etc., to candidates’ and an envelope for sending application can be obtained from any one of the HEAD POST OFFICES or selected Sub-Post Offices in Tamil Nadu / Puducherry on payment of Rs 30′- Filled in applications must be sent to the Controller of Examinations, Tamil Nadu Public Service Commission, Omanthoorar Government Estate, Anna Salai, Chennai — 600 002 well in advance so as to reach the Commission’s Office before on 30th December 2009. Candidates applying Online should send the applications (i.e. The printout generated from the web site and signed by the candidates) with the Postal Receipt along with attested copies of Certificates so as to reach the Commission’s office on or before the last date for receipt of applications, failing which his/her application will be rejected.</p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[What is Oracle Financials?]]></title>
<link>http://oraclefinancial.wordpress.com/2009/12/12/what-is-oracle-financials/</link>
<pubDate>Sat, 12 Dec 2009 10:18:47 +0000</pubDate>
<dc:creator>Mahmoud Maher</dc:creator>
<guid>http://oraclefinancial.wordpress.com/2009/12/12/what-is-oracle-financials/</guid>
<description><![CDATA[Question What is Oracle Financials? Answer Oracle Financials products provide organizations with sol]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p><strong>Question</strong></p>
<p>What is Oracle Financials?<br />
<strong>Answer</strong></p>
<p>Oracle Financials products provide organizations with solutions to a wide range of long- and short-term accounting system issues. Regardless of the size of the business, Oracle Financials can meet accounting management demands with:</p>
<p>Oracle Assets: Ensures that an organization&#8217;s property and equipment investment is accurate and that the correct asset tax accounting strategies are chosen.</p>
<p>Oracle General Ledger: Offers a complete solution to journal entry, budgeting, allocations, consolidation, and financial reporting needs.<br />
Oracle Inventory: Helps an organization make better inventory decisions by minimizing stock and maximizing cash flow.<br />
Oracle Order Entry: Provides organizations with a sophisticated order entry system for managing customer commitments.<br />
Oracle Payables: Lets an organization process more invoices with fewer staff members and tighter controls. Helps save money through maximum discounts, bank float, and prevention of duplicate payments.<br />
Oracle Cash Management: Lets you perform bank reconciliation and cash forecasting.</p>
<p>Oracle Personnel: Improves the management of employee- related issues by retaining and making available every form of personnel data.<br />
Oracle Purchasing: Improves buying power, helps negotiate bigger discounts, eliminates paper flow, increases financial controls, and increases productivity.<br />
Oracle Receivables:. Improves cash flow by letting an organization process more payments faster, without off-line research. Helps correctly account for cash, reduce outstanding receivables, and improve collection effectiveness.<br />
Oracle Revenue Accounting Gives an organization timely and accurate revenue and flexible commissions reporting.<br />
Oracle Sales Analysis: Allows for better forecasting, planning. and reporting of sales information.</p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Interview Questions on Oracle Purchasing or Oracle PO]]></title>
<link>http://oraclefinancial.wordpress.com/2009/12/12/interview-questions-on-oracle-purchasing-or-oracle-po/</link>
<pubDate>Sat, 12 Dec 2009 09:54:57 +0000</pubDate>
<dc:creator>Mahmoud Maher</dc:creator>
<guid>http://oraclefinancial.wordpress.com/2009/12/12/interview-questions-on-oracle-purchasing-or-oracle-po/</guid>
<description><![CDATA[ORACLE PURCHASING &#8211; PURCHASE ORDERS FREQUENTLY ASKED QUESTIONS CONTENTS &#8212;&#8212;&#8211; ]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p><strong>ORACLE PURCHASING &#8211; PURCHASE ORDERS FREQUENTLY ASKED QUESTIONS</strong><br />
CONTENTS<br />
&#8212;&#8212;&#8211;<br />
1. In the Price type quickpick in the Purchase Order Lines zone in enter<br />
Purchase Order form, there is a value called COST PLUS FEE. What is the<br />
COST PLUS FEE price type? How is Purchase Order treating this<br />
price type?<br />
2. What is 2-way, 3-way, 4-way matching? How is this set up?<br />
3. How do you reflect discount from a supplier on a Purchase orders?<br />
4. How do you change the created date on a Purchase Order?<br />
5. What is the sorting order for requisition lines in autocreation of a<br />
Purchase Order?<br />
6. What does the error &#8216;APP-50022: Oracle Human Resources could not retrieve a<br />
value for User Type profile option&#8217; mean?<br />
7. In the Enter Receipts (RCVRCERC) form and using different responsibilities<br />
produces different values in the action required field. The Purchasing<br />
Responsibility shows Direct and Standard while the Inventory Responsibility<br />
shows just Direct.<br />
Why are the action options for creating receipts different in Inventory<br />
compared Purchasing?<br />
8. How do you purge Cancelled Requisitions?<br />
9. On the requisition form in the source details zone, there is a field<br />
labeled supplier item. Where does this information on the quickpick come<br />
from and how can this information default in?<br />
10. You are entering a requisition and are unable to find the header or line<br />
note fields. Was this replaced in GUI by attachments?<br />
11. When you select the Notifications form to review approvals and click on<br />
approve button for a Requisition waiting for approval, the &#8216;Reject&#8217; box is<br />
greyed out. How does the approver reject a requisition?<br />
12. What are standard Quotations used for?<br />
13. When do you see the status of a Purchase order as Archived?<br />
14. Where are standard notes in GUI?<br />
15. In Oracle Purchasing, where is the automatic numbering for Purchase Order<br />
defined and maintained?<br />
16. There is a field for the organization code. What is this code?<br />
17. Can the original Purchase Order can be viewed in any way without resorting<br />
to SQL, for a revised Purchase Order?<br />
<strong></strong></p>
<p><strong>QUESTIONS &#38; ANSWERS<br />
</strong>&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-<br />
1. In the Price type quickpick in the Purchase Order Lines zone in enter<br />
Purchase Order form, there is a value called COST PLUS FEE. What is the<br />
COST PLUS FEE price type? How is Purchase Order treating this<br />
price type?<br />
Answer<br />
&#8212;&#8212;<br />
The functionality for COST PLUS FEE price type is not in Oracle Purchasing at<br />
this point of time. PO does not do anything with this price type.<br />
It is an enhancement request that is being looked at for future releases.<br />
2. What is 2-way, 3-way, 4-way matching? How is this set-up?<br />
Answer<br />
&#8212;&#8212;<br />
2-way matching verifies that Purchase order and invoice information match within your tolerances as follows:<br />
Quantity billed &#60;= Quantity Ordered Invoice price &#60;= Purchase order price (&#60;= sign is used because of tolerances) 3-way matching verifies that the receipt and invoice information match with the quantity tolerances defined: Quantity billed &#60;= Quantity received 4-way matching verifies that acceptance documents and invoice information match within the quantity tolerances defined: Quantity billed &#60;= Quantity accepted. (Acceptance is done at the time of Inspecting goods). Whether a PO shipment has 2-way, 3-way or 4-way matching can be setup in the Shipment Details zone of the Enter PO form (character) Receipt required Inspection required Matching Yes Yes 4-way Yes No 3-way No No 2-way In GUI, Shipments block, alternative region, click on More&#8230;this brings up a region with &#8216;Invoice matching&#8217; column where you can choose 2-way, 3-way or 4- way match. You can find more detailed information about matching in the Oracle Payables Reference Manual (Volume 3) Topical Essay on Integrating your Payables and Purchasing Information. 3. How do you reflect discount from a supplier on a Purchase orders? Answer &#8212;&#8212; The legal document is the Purchase order not the quote and therefore the purchase order should reflect agreed upon price. Secondly if the discount comes after the PO then AP should handle it when invoicing. If you are using a blanket Purchase order then you can use price breaks. 4. How do you change the created date on a Purchase Order? Answer &#8212;&#8212; The &#8216;Created&#8217; date on the Purchase order is not an updateable field, due to it being a legal document once approved. 5. What is the sorting order for requisition lines in autocreation of a Purchase Order? Answer &#8212;&#8212; Requisition lines first meet search criteria determined by &#8220;find&#8221; screen, and then are grouped together by item and item category, then by need-by date. After you choose an action, enter any search criteria to narrow the selection of requisition lines. Oracle Purchasing chooses requisition lines from the requisition pool that meet your search criteria. All requisition lines for the same item and item category are grouped together, but they are not necessarily in order alphabetically. Within each grouping of item and item category, requisition lines are ordered by need-by date. 6. What does the error &#8216;APP-50022: Oracle Human Resources could not retrieve a value for User Type profile option&#8217; mean? Answer &#8212;&#8212; The profile HR: User Type needs to be set. Set the profile option &#8216;HR: User Type&#8217; at the Responsibility level. 7. In the Enter Receipts (RCVRCERC) form and using different responsibilities produces different values in the action required field. The Purchasing Responsibility shows Direct and Standard while the Inventory Responsibility shows just Direct. Why are the action options for creating receipts different in Inventory compared Purchasing? Answer &#8212;&#8212; Set the Profile option RCV: Allow routing override to &#8216;YES&#8217; at the application level. 8. How do you purge Cancelled Requisitions? Answer &#8212;&#8212; To purge any Purchase orders or Requisitions: &#8211; assign the Payables Purge GUI responsibility to the user &#8211; have the user choose that responsibility &#8211; then choose Purge from the menu &#8211; under the Category field do a List of Values and pick Simple Requisitions for cancelled requisitions The choices are listed. 9. On the requisition form in the source details zone, there is a field labeled supplier item. Where does this information on the quickpick come from and how can this information default in? Answer &#8212;&#8212; The supplier item field on the requisition can be populated by using either the supplier item catalog or ASL. Take an item from the supplier item catalog that has an associated supplier item, add it to the order pad and then add it to the requisition. After doing this go to the source details zone. The supplier item is defaulted in for that item you choose from the catalog. Navigation: &#8211;&#62; Purchasing &#8211;&#62; Supplier Item catalog<br />
10. You are entering a requisition and are unable to find the header or line<br />
note fields. Was this replaced in GUI by attachments?<br />
Answer<br />
&#8212;&#8212;<br />
The attachments have replaced notes. The attachments are better because at the<br />
header level, the requisition notes were not coming over to the Purchase Order<br />
whereas the attachment does come over to the Purchase Order.<br />
11. When you select the Notifications form to review approvals and click on<br />
approve button for a Requisition waiting for approval, the &#8216;Reject&#8217; box is<br />
greyed out. How does the approver reject a requisition?<br />
Answer<br />
&#8212;&#8212;<br />
You cannot reject Requisitions submitted to yourself. You can only reject those<br />
from others.<br />
12. What are standard Quotations used for?<br />
Answer<br />
&#8212;&#8212;<br />
Standard quote is one that you can tie back to a PO. For example, navigate to<br />
RFQ -&#62; Auto create -&#62; enter a PO and reference it back.<br />
13. When do you see the status of a Purchase order as Archived?<br />
Answer<br />
&#8212;&#8212;<br />
You must approve or print a specific purchase order before you can see it in<br />
the history information.<br />
14. Where are standard notes in GUI?<br />
Answer<br />
&#8212;&#8212;<br />
Go to Setup &#8211;&#62; Attachments &#8211;&#62;Create attachment. Go to Purchase Order and<br />
attach the attachment to the Purchase Order. In GUI, notes are replaced by<br />
attachments.<br />
15. In Oracle Purchasing, where is the automatic numbering for Purchase Order<br />
defined and maintained?<br />
Answer<br />
&#8212;&#8212;<br />
The navigation path for GUI is:<br />
Setup &#8211;&#62; Organizations &#8211;&#62; Purchasing Options, Numbering alternate region<br />
The navigation path for Character is:<br />
\ Navigate Setup Purchasing Options Purchasing, Numbering options<br />
16. There is a field for the organization code. What is this code?<br />
Answer<br />
&#8212;&#8212;<br />
This code is a short abbreviation for the organization.<br />
17. Can the original Purchase Order can be viewed in any way without resorting<br />
to SQL, for a revised Purchase Order?<br />
Answer<br />
&#8212;&#8212;<br />
The original version of a revised PO cannot be viewed from the PO form or PO<br />
summary form. Information on the original PO can be obtained from the<br />
PO_HEADERS_ARCHIVE and PO_LINES_ARCHIVE tables using the PO_HEADER_ID column as<br />
a common reference using SQL only.</p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Interview Questions on Inventory,Purchasing]]></title>
<link>http://oraclefinancial.wordpress.com/2009/12/12/interview-questions-on-inventorypurchasing/</link>
<pubDate>Sat, 12 Dec 2009 09:51:51 +0000</pubDate>
<dc:creator>Mahmoud Maher</dc:creator>
<guid>http://oraclefinancial.wordpress.com/2009/12/12/interview-questions-on-inventorypurchasing/</guid>
<description><![CDATA[Questions: 1. What is an Organization &amp; Location? 2. What are the KeyFlexFields in Oracle Invent]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p><strong>Questions:</strong></p>
<p>1. What is an Organization &#38; Location?<br />
2. What are the KeyFlexFields in Oracle Inventory Module?<br />
3. What are the Attributes of Item Category &#38; System Items?<br />
4. What are the KeyFlexFields in Oracle Purchasing &#38; Oracle Payables?<br />
5. What are the KeyFlexFields in Oracle HumanResources &#38; Oracle Payroll?<br />
6. How would you create an Employee (Module Name) Describe?<br />
7. What is a Position Hierarchy? Is there any restriction to create that?<br />
8. To whom we call as a Buyer? What are the Responsibilities?<br />
9. How do you Setup an Employee as a User – Navigation?<br />
10. How many Approval Groups we have? Describe?<br />
11. Describe the Types of Requisition?<br />
12. How many Status’s and Types For RFQ’s &#38; Quotations Describe?<br />
13. How many Types of Purchase Orders We Have?<br />
14. What is a Receipt?<br />
15. What is Catlog Rfq?<br />
16. Give me online about Planned Po?<br />
17. How can the manger view the Approval Documents Information?<br />
18. Whether the manager can forward to Any other person? How?<br />
19. Can u resend the document your subordinate how?<br />
20. What is Po Summary?</p>
<p><strong>Answers:</strong></p>
<p>1. It is a Ware House Which you can Store the Items, And You can setup your business Organization Information Like Key Flexfilelds,Currency,Hr Information and starting time and end time. Location&#8217;s are like godown place, office place, production point.</p>
<p>2. System items,Item Categories,Account Alias,Sales Order,Item Catalog,Stock Locators</p>
<p>3. The classification of items are Category Like Hard ware and Software, where as the Systems are individual items like Cpu,Key Board.</p>
<p>4. No Flexfields, But the help of Inventory And Human Resources we can use</p>
<p>5. Job Flexfield,Position Flexfield,Grade Flexfiled,Costing,People Group Flexfield,Personal Analysis Flexfield.</p>
<p>6. If Human Resource is Installed Hr/Payroll, If Not I can create Employee using with Gl,Ap,Purchasing,Fixed Assets</p>
<p>7. It is a Grouping of Persons for Approving and Forwarding the Documents from one person to another person, there is no restriction.</p>
<p>8. The Employee is nothing a Buyer, who is responsible for Purchase of Goods or services.</p>
<p>9. Security&#8212;-User&#8212;-Define, System Administration Module</p>
<p>10. Document Total,Accounts,Items,Item Categories,Location</p>
<p>11. Purchase Requistion,Internal Requistion</p>
<p>12. In Process,Print,Active,Closed for Rfq&#8217;s In Process,Active,Closed for Quotation</p>
<p>13. Standard,Purchase Agreement,Blanket Po,Planned Po</p>
<p>14. To Register the Purchase orders/Po lines for shipment purpose</p>
<p>15. It contains Price breaks with different quantity levels</p>
<p>16. For a Agreement for long period for goods</p>
<p>17. Notifications Window</p>
<p>18. Yes, In the Notifications Window under the Forward to Push Button</p>
<p>19. Yes, In the Notifications Window under the Forward to Push Button</p>
<p>20. The Purchase Order Summay Information like total lines, and status.</p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Interview Questions - Oracle Apps AOL and Sysadmin]]></title>
<link>http://oraclefinancial.wordpress.com/2009/12/12/interview-questions-oracle-apps-aol-and-sysadmin/</link>
<pubDate>Sat, 12 Dec 2009 09:01:08 +0000</pubDate>
<dc:creator>Mahmoud Maher</dc:creator>
<guid>http://oraclefinancial.wordpress.com/2009/12/12/interview-questions-oracle-apps-aol-and-sysadmin/</guid>
<description><![CDATA[Find below the Interview questions related to oracle apps technical interview. The Questions are pri]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p>Find below the Interview questions related to oracle apps technical interview. The Questions are primarily on Sysadmin and AOL (Application Object Library) Responsibilities. The questions are in MCQ style. The answers are written at the end of each question.<br />
1. Which of the following is not associated with a responsibility?<br />
A. Menu<br />
B. Request group<br />
C. Data group<br />
D. Password expiration<br />
Ans:D</p>
<p>2. What do you need to do to allow a different user to see your output file?<br />
A. The user must log on as a system administrator.<br />
B. The user must have the View My Requests form in system administrator mode.<br />
C. The user must be logged on with the same responsibility as the user that generated the output file, and the profile option Concurrent: Report Access Level value must be set to Responsibility.<br />
D. The user must be logged on as the same responsibility as the one that generated the output file and profile option Concurrent: Report Access Level value is User.<br />
Ans:C</p>
<p>3. When will a request group become a request security group?<br />
A. When the request group is assigned to a responsibility<br />
B. When the request group is specified for the Submit Request form<br />
C. When the request group is defined with request sets<br />
D. When the request group is defined with stage functions<br />
Ans:A</p>
<p>4. How can you customize the SRS process?<br />
A. Change the form title<br />
B. Restrict it by request group<br />
C Eliminate the Submit Another Request dialog window<br />
D. All of the above<br />
Ans:D</p>
<p>5. Which is not a component of a request set?<br />
A. Stage<br />
B. Group<br />
C. Request<br />
D. Parameter Ans:B</p>
<p>6. Which of the following operations cannot be performed with the internal concurrent manager?<br />
A. Restart<br />
B. Verify<br />
C. Deactivate<br />
D. Terminate<br />
Ans:A</p>
<p>7. Which one of the following will be the correct outcome with two include rules in a combined rule?<br />
A. Program will be included if the program is in one of the include rules<br />
B. Program will be included if the program is in both of the include rules<br />
C. Program will be included if the program is run by one of the two Oracle IDs in the include rules<br />
D. None of the above<br />
Ans:B</p>
<p>8. When will the number of actual processes be less than the number of target processes?<br />
A. When the concurrent manager is down<br />
B. When the concurrent manager is coming up<br />
C. When there are not enough requests<br />
D. All of the above<br />
Ans:D</p>
<p>9. Which of the following is not a component of parallel concurrent processing?<br />
A. Internal monitor<br />
B. Transaction manager<br />
C. Primary node<br />
D. Secondary node<br />
Ans:B</p>
<p>10. Which of the following is the overriding level for profile option values?<br />
A. Site<br />
B. Application<br />
C. Responsibility<br />
D. User<br />
Ans:D</p>
<p>11. Which of the following is the correct sequence for setting up database change audits? A. Audit installations, audit tables, audit groups, audit trail update tables request<br />
B. Audit installation, audit groups, audit tables, audit trail update tables request<br />
C. Audit trail update tables request, audit installation, audit groups, audit tables<br />
D. Audit groups, audit tables, audit trail update tables request, Audit Installation<br />
Ans:B</p>
<p>12. Which of the following is not a document sequence type?<br />
A. Category<br />
B. Automatic<br />
C. Gapless<br />
D. Manual<br />
Ans:A</p>
<p>13. Which of the following determines the subdirectory for an executable?<br />
A. Application name<br />
B. Execution method<br />
C. Subroutine<br />
D. Execution filename<br />
Ans:B</p>
<p>14. For what is the Token field used?<br />
A. Default value<br />
B. Profile option value<br />
C. Oracle Reports parameter<br />
D. Value set<br />
Ans:C</p>
<p>15. How are output files associated with various printer components?<br />
A. Through the printer type of the selected printer and the selected print style<br />
B. Through the selected print style and the selected printer driver<br />
C. Through the selected printer type and the selected print style<br />
D. Through the printer type of the selected printer and the selected<br />
Ans:A</p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Oracle Apps Technical Interview Questions]]></title>
<link>http://oraclefinancial.wordpress.com/2009/12/12/oracle-apps-technical-interview-questions/</link>
<pubDate>Sat, 12 Dec 2009 08:59:17 +0000</pubDate>
<dc:creator>Mahmoud Maher</dc:creator>
<guid>http://oraclefinancial.wordpress.com/2009/12/12/oracle-apps-technical-interview-questions/</guid>
<description><![CDATA[Below is the list of question asked in Oracle Apps Technical Interviews. 1. Explain Directory Struct]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p>Below is the list of question asked in Oracle Apps Technical Interviews.</p>
<p>1. Explain Directory Structure of APPS?<br />
2. How to activate, deactivate and run Concurrent Managers?<br />
3. What is the location for concurrent request or manager logfiles and output files?<br />
4. Specify the standard naming conventions for the logfile and output file?<br />
5. How to write LOG information from PL/SQL block to log file?<br />
6. What is Request Group?<br />
7. What is Request Set?<br />
8. What is difference between the Request Group and Request Set?<br />
9. What are the steps to develop a simple Oracle Apps form?<br />
10. What are the important Libraries in Template.fmb?<br />
11. Which Concurrent Manager will run when you run the report in Oracle Application ?<br />
12. How to create a Multi-org report in Apps?<br />
13. State the mandatory parameters while developing Multi-org report in Apps?<br />
14. What is the Schema for AOL?<br />
15. What is the significance of :$FLEX$ ?<br />
16. State some of the FND tables?<br />
17. How to create Query-only form in Oracle Apps with out touching the fmb file?<br />
18. What is the profile option pertaining to Operating Unit?<br />
19. What is the difference between Applsys and Apps?<br />
20. How to Register Shell Script Program in Oracle Applications? How to use parameters while registering shell script as a concurrent program?<br />
21. How to Register PL/SQL Stored Procedure in Oracle Apps? What are the Mandatory thing we need to do for creating PL/SQL Procedure before Registering into Apps?<br />
22. What is Zoom? How to enable zoom feature using Custom.pll?</p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Interview Questions on Oracle Apps AR module - Functional]]></title>
<link>http://oraclefinancial.wordpress.com/2009/12/12/interview-questions-on-oracle-apps-ar-module-functional/</link>
<pubDate>Sat, 12 Dec 2009 08:56:58 +0000</pubDate>
<dc:creator>Mahmoud Maher</dc:creator>
<guid>http://oraclefinancial.wordpress.com/2009/12/12/interview-questions-on-oracle-apps-ar-module-functional/</guid>
<description><![CDATA[Oracle Receivables is not an easy module to set-up. To crack the interview is bit more tedious.Below]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p>Oracle Receivables is not an easy module to set-up. To crack the interview is bit more tedious.Below are some of the Functional questions pertaining to Oracle AR module. Just go through them and brush up your skills.</p>
<p>1. How many Address’s can have one Customer?<br />
Primary Address, Bill – To – Address, Ship – To – Address</p>
<p>2. Customer Number Always Automatic / Manual?<br />
Any thing Either Manual or Automatic</p>
<p>3. What are the Mandatory Address’s you should create a Customer for Communicate him?<br />
Remit – To – Address</p>
<p>4. Can U Merge the Customers? If How?<br />
Using the Merging Customer Window</p>
<p>5. What is Accounting Rules?<br />
It is For Generating Revenue Recognition Programs like Monthly, Quarterly</p>
<p>6. What is Invoicing Rules?<br />
The Invoicing Rules Helps you when you receive data from Outside systems like Auto Invoices how the data should insert and It contains 2 rules Advance Invoice, Arrears Invoice.</p>
<p>7. Where should the customers send the payments of Invoices?<br />
Remittance Banks or Vendor Places</p>
<p>8. What is the Transaction Type?<br />
It describes us Whether you want transfer the Receivables data into General Ledger or not. And also when ever you create an invoice what are the accounts should be effected and also the sign of Transaction also.</p>
<p>9. What is a Transaction Source?<br />
It is For Invoice or Invoice Batch numbers whether automatically or manually</p>
<p>10. How many Transactions we have?<br />
Six, Credit Transactions: Invoice: Debit Memo: Charge back: Guarantee: Deposit</p>
<p>11. How can i reduce the Invoice amount?<br />
Using with Credit Transactions</p>
<p>12. What are the Accounts to be use in Transaction Types (Few)?<br />
Revenue, Receivables, Freight, Tax, Clearing, Unearned, Unbilled</p>
<p>13. How can i Assign a Deposit amount to an Invoice?<br />
In the Invoice Window “Commitment” Region</p>
<p>14. What is the Guarantee?<br />
It is agreement between both sides for goods or services in the future , specific range of periods</p>
<p>15. Give the Navigation for Credit Transactions?<br />
Transactions/Credit Transactions</p>
<p>16. How many ways you can apply the Receipt Amount?<br />
Application: Mass Apply</p>
<p>17. How will you know a Customer Balance Amount?<br />
Using with the Customer Account Overview window</p>
<p>18. Can U Define Customer Agreements using with AR?<br />
No, In the Oracle Order Entry Module</p>
<p>19. What are Aging Buckets?<br />
It is for Outstanding Reports purpose the no of days in various ranges</p>
<p>20. How will U View the Outstanding Balance of a Customer?<br />
Generating the Aging Buckets Report</p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Instructional Design Interview Questions]]></title>
<link>http://myportfolio2009.wordpress.com/2009/12/12/instructional-design-interview-questions/</link>
<pubDate>Sat, 12 Dec 2009 08:38:08 +0000</pubDate>
<dc:creator>darsan</dc:creator>
<guid>http://myportfolio2009.wordpress.com/2009/12/12/instructional-design-interview-questions/</guid>
<description><![CDATA[Here is a list of questions that you as an ID might encounter during interviews. What is ADDIE? Have]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p><a href="http://myportfolio2009.wordpress.com/files/2009/12/j0402960.jpg"><img class="aligncenter size-medium wp-image-126" title="Interview" src="http://myportfolio2009.wordpress.com/files/2009/12/j0402960.jpg?w=300" alt="" width="300" height="200" /></a></p>
<p>Here is a list of questions that you as an ID might encounter during interviews.</p>
<ol>
<li>What is ADDIE?</li>
<li>Have you ever had to deviate from the ADDIE model for any course? If yes, explain.</li>
<li>What is the difference between an ILT and WBT?</li>
<li>What is the process you use to create instruction?</li>
<li>How do you create observable performance objectives using Robert Mager&#8217;s theory?</li>
<li>Can u tell us something about education theories &#8211; Gagne, Bloom&#8217;s&#8230;?</li>
<li>How do u work with a difficult SME?</li>
<li>How do you create a WBT for a client who simply gives you their classroom training PPTs to be converted into a WBT?</li>
<li>How would you incorporate Kirkpatrick&#8217;s second level of evaluation to create performance-based training?</li>
<li>What is your proficiency level of the listed eLearning tools? Flash, Captivate, Camtasia, Breeze, Blackboard.</li>
<li>How you ensure you work effectively with subject matter experts?</li>
<li>Describe how you get information from &#8220;difficult&#8221; Subject Matter Experts?</li>
<li>Describe your design process.</li>
<li>How do you ensure your Learning Objectives are met?</li>
<li>How do you measure the success of your course?</li>
<li>Which of Kirkpatrick&#8217;s Four Levels do you have the most experience with?</li>
<li>If you design a course for a sales class, and the instructor comes to you saying the attendees just are not understanding the material, what would you say or do?</li>
<li>how to repeat an action in Word? (F4)</li>
<li>how to add your name as author of a document in Word</li>
<li>Could you introduce your favorite instructional design models, theories, and/or tactics and how to moderate/integrate them in real situation?</li>
<li>Could you give some comments to be kept in mind when we design a web-based instruction with comparison to the traditional ISD?</li>
<li>Do you interact with prospective learner or instructor in the process of ISD? If you do, could you introduce the way to interact with them and its advantage and disadvantage?</li>
<li>Could you give some recommendation/tip for effective and harmonious teamwork with SME, and other team members from your experience?</li>
<li>Could you give some advices for the novice designers who want to be a professional Instructional Designer?</li>
<li>What is your educational background?</li>
<li>What is your prior experience (experience related and Dot related to multimedia development)?</li>
<li>How long have you been in this field?</li>
<li>How do you classify yourself?</li>
<li>Do you have experience in any other role other than that of ID?</li>
<li>What is your philosophy of instructional design or multimedia development?</li>
<li>How did your educational background and prior experience prepare you for the job?</li>
<li>What kind of change have you seen in the field of courseware development over the last three years and how have your job, role, and duties changed as a result?</li>
<li>How do you expect the duties of an instructional designer likely to evolve in the near future?</li>
<li>How have your educational background and prior experience prepared you to cope and keep up with this change?</li>
<li>What are your roles and main duties as instructional designer</li>
<li>What other roles do instructional designers from your company customarily perform?</li>
<li>What is your relationship with other staff members?</li>
<li>What is your relationship with the clients?</li>
<li>How long has your company been in business?</li>
<li>What are the characteristics of your main competitors?</li>
<li>Describe the working environment of your company?-its philosophy, work ethics. how people treat each other, etc.</li>
<li>What is the ID models/processes you use to develop an instructional program?</li>
<li>Do you use the same model/process or different ones for the programs to be developed? Any trend in using ID models you&#8217;ve noticed in recent years?</li>
<li>What parts of the design and production process are you directly involved in and what are your responsibilities?</li>
<li>How has your involvement in the production process changed in the last three years? Are you involved in parts of the process you weren&#8217;t before? Likewise, are you not involved in parts you were before?</li>
<li>How has the design and production process changed in the last three years?</li>
<li>What additional changes do you anticipate in the near future? How will these changes affect your role?</li>
<li>Do you have input in the vision of the project?</li>
<li>At what point in the production process do you first become involved?</li>
<li>What other roles do you work closest with and why?</li>
<li>At what point do you stop working on a title?</li>
<li>Are you involved in creating the storyboard/flowchart? When do you begin to create it?</li>
<li>What aspects of your storyboard are often subject to editing? Client</li>
<li>Do you have direct contact with the client, or does someone else in the company handle those interactions? How do they do that?</li>
<li>What has changed with respect to your relationships with clients in the last three years? Teamwork</li>
<li>How often do you meet and what is the purpose of the meeting?</li>
<li>How do team members communicate with each other?</li>
<li>How important is teamwork to the product development?</li>
<li>How to build a successful team?</li>
<li>How many instructional designers are involved in developing a prototype?</li>
<li>Are the prototypes a segment of the title or a totally separate project?</li>
<li>Do you often create more than one prototype?</li>
<li>Does the prototype limit you in the production of the entire title?</li>
<li>If you also author a prototype:</li>
<li>What is your preference of authoring tools? Why?</li>
<li>How is a tool chosen for a specific project?</li>
<li>What is the key equipment necessary for authoring?</li>
<li>What do you think are the keys to a good instructional design?</li>
<li>How do you make a design inviting and fun?</li>
<li>Are you often requested to use gender-specific or ethnic-specific designs, and if so, under what circumstances?</li>
<li>How do you decide to use text, visuals, or interactions in your design?</li>
<li>How do you build interactivity into your designs?</li>
<li>What types of transitions do you employ in your designs?</li>
<li>What type of feedback do you use in your design? Why?</li>
<li>Do you often have to use color-codes/color schemes/designs that the client wishes to use?</li>
<li>Do you try to address different learning styles/ability levels in your design?</li>
<li>Do you prefer learner-controlled designs?</li>
<li>How many levels (from the main menu) do you suggest in a design?</li>
<li>How do the subject matter experts contribute to the multimedia application?</li>
<li>You involved in any type(s) of the evaluation of the products? In what way?</li>
<li>Does your company evaluate your performance or that of other instructional designers&#8217;?</li>
<li>How should the performance of instructional designers be evaluated? Personal</li>
<li>Can you think of any examples of lessons learned from experiences in the field?</li>
<li>What are some major obstacles you face in doing your job?</li>
<li>What aspects of your job do you like most?</li>
<li>What advice would you give someone who wants to become an instructional designer?</li>
<li>What type of qualities would you personally look for in an instructional designer?</li>
<li>What quality makes up a good instructional designer?</li>
<li>Describe your typical day?</li>
<li>Do you meet with the client? If so, how often? Why is it important?</li>
<li>Which roles are involved in the design phase, how many?</li>
<li>Have you had any clients return for repeat business with you? Why do you think so?</li>
<li>What authoring tools are most commonly used in multimedia development?</li>
<li>If you use different authoring tools to develop a prototype and the final product:</li>
<li>What is your preference of authoring tools for developing the final product? Why?</li>
<li>How is a tool chosen for a specific project?</li>
<li>What is the key equipment necessary for authoring the final product?</li>
<li>Do designs ever need to be altered after they have been approved because they are unfeasible from a production point of view?</li>
<li>How do you communicate the scope of a change you are requested to make?</li>
<li>What is the relationship between authoring and programming?</li>
<li>Should authors know some programming?</li>
<li>Do you develop and use templates?</li>
<li>Do you work from a style guide, and if so, how is it created and who creates them?</li>
<li>What is the process for collecting all the pieces you use m the title?</li>
<li>How do you gather information about the learners you expect to be in the class?</li>
<li>How detailed are the learner outcomes for the class? Does the college have to review and sign-off on them?</li>
<li>Do you have to come up with all learner activities? Do you design them from scratch or find existing materials, like a book or tutorial?</li>
<li>Do you have to test the learner&#8217;s at the end of the course? Even if the college does not require it, do you go through some kind of assessment so the learners can prove to their employers (current or prospective) that their skills have improved?</li>
<li>Tell us about your favorite instructional design models and theories.</li>
<li>How do you evaluate your course? A survey handed out to the learners at the end of the course? How do you use the evaluation to change the course?</li>
<li>the manager of the sales department walks into your office and says she needs training on customer service. What do you do?&#8221;</li>
<li>How do you design and develop an excellent learning experience?</li>
<li>Tell about your qualifications for this job?</li>
<li>What technical skills you have?</li>
</ol>
<p>Have you got more questions? Please post them.</p>
</div>]]></content:encoded>
</item>

</channel>
</rss>
