<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
 <channel>
  <title>Interview Questions and Answers for Developers, Tests and DBAs</title>
  <link>http://interview.fyicenter.com/</link>
  <description>A comprehensive interview questions and answers database for developers, testers, and DBAs.</description>
  <pubDate>Tue, 14 Apr 2026 07:21:42 +0200</pubDate>
  <image>
   <url>http://interview.fyicenter.com/_logo.png</url>
   <title>Interview Questions and Answers for Developers, Tests and DBAs</title>
   <link>http://interview.fyicenter.com/</link>
  </image>
  <atom:link href="http://interview.fyicenter.com/rss_xml.php" rel="self" type="application/rss+xml" />
  <copyright>Copyright (c) FYIcenter.com</copyright> <item>
  <title>interview.FYIcenter.com Links</title>
  <link>http://interview.fyicenter.com/5295_interview_FYIcenter_com_Links.html</link>
  <description>&lt;img align='left' width='64' height='64' src='http://interview.fyicenter.com/z/_icon_General.png' />Other Resources: Software QA Resources Developer Resources DBA Resources Windows Tutorials Java JAR Files DLL Files File Extensions Security Certificates Regular Expression Link Directories Interview Q &amp;amp;amp; A Biotech Resources Cell Phone Resources Travel Resources Frequently Asked Questions FYI...  - Rank: 3953; Updated: 2025-03-17 01:46:21 -> &lt;a href='http://interview.fyicenter.com/5295_interview_FYIcenter_com_Links.html'>Source&lt;/a></description>
  <pubDate>Mon, 17 Mar 2025 01:46:21 +0100</pubDate>
  <category>General</category>
  <guid>http://interview.fyicenter.com/5295_interview_FYIcenter_com_Links.html</guid>
  <author>info@fyicenter.com (FYIcenter.com)</author>
 </item> <item>
  <title>Oracle PL/SQL Questions</title>
  <link>http://interview.fyicenter.com/2155_Oracle_PL_SQL_Questions.html</link>
  <description>&lt;img align='left' width='64' height='64' src='http://interview.fyicenter.com/z/_icon_Oracle.png' />1. What is normalization. 2. Difference between procedure and functions. 3. Oracle 9i Vs 10g. 4. how to improve the performance of a query. 5. %type vs %rowtype. 6. regression testing. 7. deleting the duplicate records without using rowid in oracle. 8. Row chaining. 9. types of cursors.  - Rank: 9772; Updated: 2024-08-10 01:35:01 -> &lt;a href='http://interview.fyicenter.com/2155_Oracle_PL_SQL_Questions.html'>Source&lt;/a></description>
  <pubDate>Sat, 10 Aug 2024 01:35:01 +0200</pubDate>
  <category>Oracle</category>
  <guid>http://interview.fyicenter.com/2155_Oracle_PL_SQL_Questions.html</guid>
  <author>info@fyicenter.com (Srikanth)</author>
 </item> <item>
  <title>How to set a cookie with the contents of a textbox ?</title>
  <link>http://interview.fyicenter.com/2977_How_to_set_a_cookie_with_the_contents_of_a_textbox_.html</link>
  <description>&lt;img align='left' width='64' height='64' src='http://interview.fyicenter.com/z/_icon_JavaScript.png' />How to set a cookie with the contents of a textbox ? Values stored in cookies may not have semicolons, commas, or spaces. You should use the handy "escape()" function to encode the values, and "unescape()" to retrieve them. //Sets cookie of current value for myTextBox function TextBoxOnchange() { va...  - Rank: 7595; Updated: 2024-05-02 17:31:27 -> &lt;a href='http://interview.fyicenter.com/2977_How_to_set_a_cookie_with_the_contents_of_a_textbox_.html'>Source&lt;/a></description>
  <pubDate>Thu, 02 May 2024 17:31:27 +0200</pubDate>
  <category>JavaScript</category>
  <guid>http://interview.fyicenter.com/2977_How_to_set_a_cookie_with_the_contents_of_a_textbox_.html</guid>
  <author>info@fyicenter.com ()</author>
 </item> <item>
  <title>Passing Control from One JSP Page to Another</title>
  <link>http://interview.fyicenter.com/207_Passing_Control_from_One_JSP_Page_to_Another.html</link>
  <description>&lt;img align='left' width='64' height='64' src='http://interview.fyicenter.com/z/_icon_General.png' />How do you pass control from one JSP page to another? Use the following ways to pass control of a request from one servlet to another or one jsp to another. The RequestDispatcher object's forward method to pass the control. The response.sendRedirect method  - Rank: 7763; Updated: 2024-02-05 17:26:16 -> &lt;a href='http://interview.fyicenter.com/207_Passing_Control_from_One_JSP_Page_to_Another.html'>Source&lt;/a></description>
  <pubDate>Mon, 05 Feb 2024 17:26:16 +0100</pubDate>
  <category>JSP</category>
  <guid>http://interview.fyicenter.com/207_Passing_Control_from_One_JSP_Page_to_Another.html</guid>
  <author>info@fyicenter.com (FYICENTER.com)</author>
 </item> <item>
  <title>How can JavaScript make a Web site easier to use? That is, are there certain JavaScript techniques that make it easier for</title>
  <link>http://interview.fyicenter.com/2072_How_can_JavaScript_make_a_Web_site_easier_to_use_That_is_are_there_certain_JavaScript_techniques_that_make_it_easier_for.html</link>
  <description>&lt;img align='left' width='64' height='64' src='http://interview.fyicenter.com/z/_icon_JavaScript.png' />How can JavaScript make a Web site easier to use? That is, are there certain JavaScript techniques that make it easier for people to use a Web site? JavaScript's greatest potential gift to a Web site is that scripts can make the page more immediately interactive, that is, interactive without having ...  - Rank: 7848; Updated: 2024-01-21 23:12:06 -> &lt;a href='http://interview.fyicenter.com/2072_How_can_JavaScript_make_a_Web_site_easier_to_use_That_is_are_there_certain_JavaScript_techniques_that_make_it_easier_for.html'>Source&lt;/a></description>
  <pubDate>Sun, 21 Jan 2024 23:12:06 +0100</pubDate>
  <category>JavaScript</category>
  <guid>http://interview.fyicenter.com/2072_How_can_JavaScript_make_a_Web_site_easier_to_use_That_is_are_there_certain_JavaScript_techniques_that_make_it_easier_for.html</guid>
  <author>info@fyicenter.com ()</author>
 </item> <item>
  <title>How many ways are there to initialize an int with a constant?</title>
  <link>http://interview.fyicenter.com/3662_How_many_ways_are_there_to_initialize_an_int_with_a_constant_.html</link>
  <description>&lt;img align='left' width='64' height='64' src='http://interview.fyicenter.com/z/_icon_CPP.png' />How many ways are there to initialize an int with a constant? Two. There are two formats for initializers in C++ as shown in the example that follows. The first format uses the traditional C notation. The second format uses constructor notation. int foo = 123; int bar (123);  - Rank: 6343; Updated: 2023-12-13 15:54:50 -> &lt;a href='http://interview.fyicenter.com/3662_How_many_ways_are_there_to_initialize_an_int_with_a_constant_.html'>Source&lt;/a></description>
  <pubDate>Wed, 13 Dec 2023 15:54:50 +0100</pubDate>
  <category>C++</category>
  <guid>http://interview.fyicenter.com/3662_How_many_ways_are_there_to_initialize_an_int_with_a_constant_.html</guid>
  <author>info@fyicenter.com ()</author>
 </item> <item>
  <title>Please add more q&amp;amp;amp;A</title>
  <link>http://interview.fyicenter.com/5299_Please_add_more_q%26amp%3Bamp%3Bamp%3BA.html</link>
  <description>&lt;img align='left' width='64' height='64' src='http://interview.fyicenter.com/z/_icon_General.png' />Hi, please add interview questions and answers for mulesoft technology.  - Rank: 3365; Updated: 2023-10-24 19:35:42 -> &lt;a href='http://interview.fyicenter.com/5299_Please_add_more_q%26amp%3Bamp%3Bamp%3BA.html'>Source&lt;/a></description>
  <pubDate>Tue, 24 Oct 2023 19:35:42 +0200</pubDate>
  <category>General</category>
  <guid>http://interview.fyicenter.com/5299_Please_add_more_q%26amp%3Bamp%3Bamp%3BA.html</guid>
  <author>info@fyicenter.com (Guest)</author>
 </item> <item>
  <title>Perl uses single or double quotes to surround a zero or more characters. Are the  single('  ') or double quotes (" ") identical?</title>
  <link>http://interview.fyicenter.com/4517_Perl_uses_single_or_double_quotes_to_surround_a_zero_or_more_characters_Are_the_single_or_double_quotes_identical_.html</link>
  <description>&lt;img align='left' width='64' height='64' src='http://interview.fyicenter.com/z/_icon_Perl.png' />Perl uses single or double quotes to surround a zero or more characters. Are the single(' ') or double quotes (" ") identical? They are not identical. There are several differences between using single quotes and double quotes for strings. 1. The double-quoted string will perform variable interpolat...  - Rank: 4222; Updated: 2023-09-13 11:11:51 -> &lt;a href='http://interview.fyicenter.com/4517_Perl_uses_single_or_double_quotes_to_surround_a_zero_or_more_characters_Are_the_single_or_double_quotes_identical_.html'>Source&lt;/a></description>
  <pubDate>Wed, 13 Sep 2023 11:11:51 +0200</pubDate>
  <category>Perl</category>
  <guid>http://interview.fyicenter.com/4517_Perl_uses_single_or_double_quotes_to_surround_a_zero_or_more_characters_Are_the_single_or_double_quotes_identical_.html</guid>
  <author>info@fyicenter.com ()</author>
 </item> <item>
  <title>Wha is the output from System.out.println("Hello"+null);?</title>
  <link>http://interview.fyicenter.com/3993_Wha_is_the_output_from_System_out_println_Hello_%2Bnull_%3B_.html</link>
  <description>&lt;img align='left' width='64' height='64' src='http://interview.fyicenter.com/z/_icon_Java.png' />Wha is the output from System.out.println("Hello"+nul l);?Hellonull  - Rank: 9586; Updated: 2023-08-24 11:46:29 -> &lt;a href='http://interview.fyicenter.com/3993_Wha_is_the_output_from_System_out_println_Hello_%2Bnull_%3B_.html'>Source&lt;/a></description>
  <pubDate>Thu, 24 Aug 2023 11:46:29 +0200</pubDate>
  <category>Java</category>
  <guid>http://interview.fyicenter.com/3993_Wha_is_the_output_from_System_out_println_Hello_%2Bnull_%3B_.html</guid>
  <author>info@fyicenter.com ()</author>
 </item> <item>
  <title>How do you locate the first X in a string txt?</title>
  <link>http://interview.fyicenter.com/2607_How_do_you_locate_the_first_X_in_a_string_txt_.html</link>
  <description>&lt;img align='left' width='64' height='64' src='http://interview.fyicenter.com/z/_icon_JavaScript.png' />How do you locate the first X in a string txt? A) txt.find('X'); B) txt.locate('X'); C) txt.indexOf('X'); D) txt.countTo('X');  - Rank: 16902; Updated: 2022-10-19 21:54:36 -> &lt;a href='http://interview.fyicenter.com/2607_How_do_you_locate_the_first_X_in_a_string_txt_.html'>Source&lt;/a></description>
  <pubDate>Wed, 19 Oct 2022 21:54:36 +0200</pubDate>
  <category>JavaScript</category>
  <guid>http://interview.fyicenter.com/2607_How_do_you_locate_the_first_X_in_a_string_txt_.html</guid>
  <author>info@fyicenter.com (Guest)</author>
 </item> <item>
  <title>What's a HashTable</title>
  <link>http://interview.fyicenter.com/1691_What_s_a_HashTable.html</link>
  <description>&lt;img align='left' width='64' height='64' src='http://interview.fyicenter.com/z/_icon_.NET.png' />What's difference between HashTable and ArrayList ? You can access array using INDEX value of array, but how many times you know the real value of index. Hashtable provides way of accessing the index using a user identified KEY value, thus removing the INDEX problem.  - Rank: 9533; Updated: 2021-03-07 13:16:39 -> &lt;a href='http://interview.fyicenter.com/1691_What_s_a_HashTable.html'>Source&lt;/a></description>
  <pubDate>Sun, 07 Mar 2021 13:16:39 +0100</pubDate>
  <category>.NET</category>
  <guid>http://interview.fyicenter.com/1691_What_s_a_HashTable.html</guid>
  <author>info@fyicenter.com ()</author>
 </item> <item>
  <title>How can I implement a variable field width with printf?</title>
  <link>http://interview.fyicenter.com/5157_How_can_I_implement_a_variable_field_width_with_printf_.html</link>
  <description>&lt;img align='left' width='64' height='64' src='http://interview.fyicenter.com/z/_icon_General.png' />How can I implement a variable field width with printf? That is, instead of something like %8d, I want the width to be specified at run time. printf("%*d", width, x) will do just what you want. The asterisk in the format specifier indicates that an int value from the argument list will be used for t...  - Rank: 9383; Updated: 2021-01-21 06:45:27 -> &lt;a href='http://interview.fyicenter.com/5157_How_can_I_implement_a_variable_field_width_with_printf_.html'>Source&lt;/a></description>
  <pubDate>Thu, 21 Jan 2021 06:45:27 +0100</pubDate>
  <category>C</category>
  <guid>http://interview.fyicenter.com/5157_How_can_I_implement_a_variable_field_width_with_printf_.html</guid>
  <author>info@fyicenter.com ()</author>
 </item> <item>
  <title>Can JavaScript steal text from your clipboard?</title>
  <link>http://interview.fyicenter.com/2108_Can_JavaScript_steal_text_from_your_clipboard_.html</link>
  <description>&lt;img align='left' width='64' height='64' src='http://interview.fyicenter.com/z/_icon_JavaScript.png' />Can JavaScript steal text from your clipboard? It is true, text you last copied for pasting (copy &amp;amp; paste) can be stolen when you visit web sites using a combination of JavaScript and ASP (or PHP, or CGI) to write your possible sensitive data to a database on another server.  - Rank: 10222; Updated: 2020-11-30 05:54:36 -> &lt;a href='http://interview.fyicenter.com/2108_Can_JavaScript_steal_text_from_your_clipboard_.html'>Source&lt;/a></description>
  <pubDate>Mon, 30 Nov 2020 05:54:36 +0100</pubDate>
  <category>JavaScript</category>
  <guid>http://interview.fyicenter.com/2108_Can_JavaScript_steal_text_from_your_clipboard_.html</guid>
  <author>info@fyicenter.com ()</author>
 </item> <item>
  <title>Selenium WebDriver Interview Question</title>
  <link>http://interview.fyicenter.com/5082_Selenium_WebDriver_Interview_Question.html</link>
  <description>&lt;img align='left' width='64' height='64' src='http://interview.fyicenter.com/z/_icon_General.png' />Selenium WebDriver Interview question Selenium Automates Browser.Its open source tool and integrated with many open source framework such as Junit,testng,sikuli and AutoLt.  - Rank: 4102; Updated: 2020-11-18 20:39:33 -> &lt;a href='http://interview.fyicenter.com/5082_Selenium_WebDriver_Interview_Question.html'>Source&lt;/a></description>
  <pubDate>Wed, 18 Nov 2020 20:39:33 +0100</pubDate>
  <category>SoftwareQA</category>
  <guid>http://interview.fyicenter.com/5082_Selenium_WebDriver_Interview_Question.html</guid>
  <author>info@fyicenter.com (Guest)</author>
 </item> <item>
  <title>Interview question - Order Process Automation</title>
  <link>http://interview.fyicenter.com/5301_Interview_question-Order_Process_Automation.html</link>
  <description>&lt;img align='left' width='64' height='64' src='http://interview.fyicenter.com/z/_icon_General.png' />An ecommerce transaction starts on an instance of SAP Hybris at the frontend (browser-based). The order then flows through a bespoke SQL Server based Data Hub, into MS Dynamics 365 (F&amp;amp;amp;O), where the order orchestrated. The flow also includes several batch jobs between the order placement and ...  - Rank: 2394; Updated: 2020-10-17 09:04:07 -> &lt;a href='http://interview.fyicenter.com/5301_Interview_question-Order_Process_Automation.html'>Source&lt;/a></description>
  <pubDate>Sat, 17 Oct 2020 09:04:07 +0200</pubDate>
  <category>General</category>
  <guid>http://interview.fyicenter.com/5301_Interview_question-Order_Process_Automation.html</guid>
  <author>info@fyicenter.com (Guest)</author>
 </item> <item>
  <title>Software testing vs. debugging</title>
  <link>http://interview.fyicenter.com/5300_Software_testing_vs_debugging.html</link>
  <description>&lt;img align='left' width='64' height='64' src='http://interview.fyicenter.com/z/_icon_General.png' />The difference between testing and debugging is...  - Rank: 2773; Updated: 2020-10-17 09:03:12 -> &lt;a href='http://interview.fyicenter.com/5300_Software_testing_vs_debugging.html'>Source&lt;/a></description>
  <pubDate>Sat, 17 Oct 2020 09:03:12 +0200</pubDate>
  <category>SoftwareQA</category>
  <guid>http://interview.fyicenter.com/5300_Software_testing_vs_debugging.html</guid>
  <author>info@fyicenter.com (Guest)</author>
 </item> <item>
  <title>What is wrong with this initialization?</title>
  <link>http://interview.fyicenter.com/5283_What_is_wrong_with_this_initialization_.html</link>
  <description>&lt;img align='left' width='64' height='64' src='http://interview.fyicenter.com/z/_icon_General.png' />What's wrong with this initialization? char *p = malloc(10); My compiler is complaining about an ``invalid initializer'', or something. Is the declaration of a static or non-local variable? Function calls are allowed in initializers only for automatic variables (that is, for local, non-static variab...  - Rank: 8152; Updated: 2020-08-03 10:29:16 -> &lt;a href='http://interview.fyicenter.com/5283_What_is_wrong_with_this_initialization_.html'>Source&lt;/a></description>
  <pubDate>Mon, 03 Aug 2020 10:29:16 +0200</pubDate>
  <category>C</category>
  <guid>http://interview.fyicenter.com/5283_What_is_wrong_with_this_initialization_.html</guid>
  <author>info@fyicenter.com ()</author>
 </item> <item>
  <title>Interview question</title>
  <link>http://interview.fyicenter.com/5298_Interview_question.html</link>
  <description>&lt;img align='left' width='64' height='64' src='http://interview.fyicenter.com/z/_icon_General.png' />Have you ever worked without salary?  - Rank: 2864; Updated: 2020-02-20 02:50:00 -> &lt;a href='http://interview.fyicenter.com/5298_Interview_question.html'>Source&lt;/a></description>
  <pubDate>Thu, 20 Feb 2020 02:50:00 +0100</pubDate>
  <category>General</category>
  <guid>http://interview.fyicenter.com/5298_Interview_question.html</guid>
  <author>info@fyicenter.com (Guest)</author>
 </item> <item>
  <title>What is Rational Suite?</title>
  <link>http://interview.fyicenter.com/5297_What_is_Rational_Suite_.html</link>
  <description>&lt;img align='left' width='64' height='64' src='http://interview.fyicenter.com/z/_icon_General.png' />I found your website in a Google search, after having visited another link in that search, IBM, which had an entire website devoted to Rational Suite. Essentially, all I wanted to know was who the vendor/developer of this software was and what the software did and hopefully get some detailed descrip...  - Rank: 2947; Updated: 2019-07-20 03:17:32 -> &lt;a href='http://interview.fyicenter.com/5297_What_is_Rational_Suite_.html'>Source&lt;/a></description>
  <pubDate>Sat, 20 Jul 2019 03:17:32 +0200</pubDate>
  <category>SoftwareQA</category>
  <guid>http://interview.fyicenter.com/5297_What_is_Rational_Suite_.html</guid>
  <author>info@fyicenter.com (Scott Cohn)</author>
 </item> <item>
  <title>What is the difference between Session State and ViewState?</title>
  <link>http://interview.fyicenter.com/2714_What_is_the_difference_between_Session_State_and_ViewState_.html</link>
  <description>&lt;img align='left' width='64' height='64' src='http://interview.fyicenter.com/z/_icon_JavaScript.png' />What is the difference between Session State and ViewState? ViewState is specific to a page in a session. Session state refers to user specific data that can be accessed across all pages in the web application.  - Rank: 12925; Updated: 2019-03-31 16:33:16 -> &lt;a href='http://interview.fyicenter.com/2714_What_is_the_difference_between_Session_State_and_ViewState_.html'>Source&lt;/a></description>
  <pubDate>Sun, 31 Mar 2019 16:33:16 +0200</pubDate>
  <category>JavaScript</category>
  <guid>http://interview.fyicenter.com/2714_What_is_the_difference_between_Session_State_and_ViewState_.html</guid>
  <author>info@fyicenter.com ()</author>
 </item> <item>
  <title>What do you know about .NET assemblies?</title>
  <link>http://interview.fyicenter.com/4933_What_do_you_know_about_NET_assemblies_.html</link>
  <description>&lt;img align='left' width='64' height='64' src='http://interview.fyicenter.com/z/_icon_.NET.png' />What do you know about .NET assemblies? Assemblies are the smallest units of versioning and deployment in the .NET application. Assemblies are also the building blocks for programs such as Web services, Windows services, serviced components, and .NET remoting applications.  - Rank: 4336; Updated: 2019-02-05 09:58:20 -> &lt;a href='http://interview.fyicenter.com/4933_What_do_you_know_about_NET_assemblies_.html'>Source&lt;/a></description>
  <pubDate>Tue, 05 Feb 2019 09:58:20 +0100</pubDate>
  <category>.NET</category>
  <guid>http://interview.fyicenter.com/4933_What_do_you_know_about_NET_assemblies_.html</guid>
  <author>info@fyicenter.com ()</author>
 </item> <item>
  <title>How does ASP.NET maintain state in between subsequent request</title>
  <link>http://interview.fyicenter.com/1712_How_does_ASP_NET_maintain_state_in_between_subsequent_request.html</link>
  <description>&lt;img align='left' width='64' height='64' src='http://interview.fyicenter.com/z/_icon_.NET.png' />How does ASP.NET maintain state in between subsequent request ? Refer caching chapter.  - Rank: 11884; Updated: 2019-02-05 09:46:05 -> &lt;a href='http://interview.fyicenter.com/1712_How_does_ASP_NET_maintain_state_in_between_subsequent_request.html'>Source&lt;/a></description>
  <pubDate>Tue, 05 Feb 2019 09:46:05 +0100</pubDate>
  <category>.NET</category>
  <guid>http://interview.fyicenter.com/1712_How_does_ASP_NET_maintain_state_in_between_subsequent_request.html</guid>
  <author>info@fyicenter.com ()</author>
 </item> <item>
  <title>Oracle ASM questions</title>
  <link>http://interview.fyicenter.com/5296_Oracle_ASM_questions.html</link>
  <description>&lt;img align='left' width='64' height='64' src='http://interview.fyicenter.com/z/_icon_General.png' />Please help to answer below Oracle ASM questions: Where you will free disk details in ASM? What status would be for Free disks? What is Rebalance operations? How you will check rebalance operations progress? how to increase performance of Rebalance operations? Mandatory BG process in ASM How will ch...  - Rank: 3306; Updated: 2019-01-20 01:16:42 -> &lt;a href='http://interview.fyicenter.com/5296_Oracle_ASM_questions.html'>Source&lt;/a></description>
  <pubDate>Sun, 20 Jan 2019 01:16:42 +0100</pubDate>
  <category>Oracle</category>
  <guid>http://interview.fyicenter.com/5296_Oracle_ASM_questions.html</guid>
  <author>info@fyicenter.com (Ashok)</author>
 </item> <item>
  <title>Is JSP technology extensible?</title>
  <link>http://interview.fyicenter.com/4413_Is_JSP_technology_extensible_.html</link>
  <description>&lt;img align='left' width='64' height='64' src='http://interview.fyicenter.com/z/_icon_General.png' />Is JSP technology extensible? YES. JSP technology is extensible through the development of custom actions, or tags, which are encapsulated in tag libraries.  - Rank: 5894; Updated: 2019-01-07 12:36:27 -> &lt;a href='http://interview.fyicenter.com/4413_Is_JSP_technology_extensible_.html'>Source&lt;/a></description>
  <pubDate>Mon, 07 Jan 2019 12:36:27 +0100</pubDate>
  <category>JSP</category>
  <guid>http://interview.fyicenter.com/4413_Is_JSP_technology_extensible_.html</guid>
  <author>info@fyicenter.com ()</author>
 </item> </channel>
</rss>   