<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
 <title>Interview Questions and Answers for Developers, Tests and DBAs</title>
 <subtitle>A comprehensive interview questions and answers database for developers, testers, and DBAs.</subtitle>
 <link rel="self" href="http://interview.fyicenter.com/atom_xml.php"/>
 <id>http://interview.fyicenter.com/atom_xml.php</id>
 <updated>2026-04-07T05:14:45+02:00</updated>
 <author>
  <name>FYIcenter.com</name>
 </author>
 <rights>Copyright (c) 2026 FYIcenter.com</rights>
 <category term="Interview"/>
 <category term="Questions"/>
 <category term="Answers"/> <entry>
  <title>interview.FYIcenter.com Links</title>
  <link rel="alternate" href="http://interview.fyicenter.com/5295_interview_FYIcenter_com_Links.html"/>
  <id>http://interview.fyicenter.com/5295_interview_FYIcenter_com_Links.html</id>
  <updated>2025-03-17T01:47:56+01:00</updated>
  <summary type="html">&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: 3937; Updated: 2025-03-17 01:46:21 -> &lt;a href='http://interview.fyicenter.com/5295_interview_FYIcenter_com_Links.html'>Source&lt;/a></summary>
  <author>
   <name>FYIcenter.com</name>
  </author>
  <category term="General"/>
 </entry> <entry>
  <title>Oracle PL/SQL Questions</title>
  <link rel="alternate" href="http://interview.fyicenter.com/2155_Oracle_PL_SQL_Questions.html"/>
  <id>http://interview.fyicenter.com/2155_Oracle_PL_SQL_Questions.html</id>
  <updated>2024-08-10T01:35:56+02:00</updated>
  <summary type="html">&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: 9752; Updated: 2024-08-10 01:35:01 -> &lt;a href='http://interview.fyicenter.com/2155_Oracle_PL_SQL_Questions.html'>Source&lt;/a></summary>
  <author>
   <name>Srikanth</name>
  </author>
  <category term="Oracle"/>
 </entry> <entry>
  <title>How to set a cookie with the contents of a textbox ?</title>
  <link rel="alternate" href="http://interview.fyicenter.com/2977_How_to_set_a_cookie_with_the_contents_of_a_textbox_.html"/>
  <id>http://interview.fyicenter.com/2977_How_to_set_a_cookie_with_the_contents_of_a_textbox_.html</id>
  <updated>2024-05-02T17:32:44+02:00</updated>
  <summary type="html">&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: 7581; 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></summary>
  <author>
   <name></name>
  </author>
  <category term="JavaScript"/>
 </entry> <entry>
  <title>Passing Control from One JSP Page to Another</title>
  <link rel="alternate" href="http://interview.fyicenter.com/207_Passing_Control_from_One_JSP_Page_to_Another.html"/>
  <id>http://interview.fyicenter.com/207_Passing_Control_from_One_JSP_Page_to_Another.html</id>
  <updated>2024-02-05T17:26:23+01:00</updated>
  <summary type="html">&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: 7744; 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></summary>
  <author>
   <name>FYICENTER.com</name>
  </author>
  <category term="JSP"/>
 </entry> <entry>
  <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 rel="alternate" 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"/>
  <id>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</id>
  <updated>2024-01-21T23:13:18+01:00</updated>
  <summary type="html">&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: 7837; 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></summary>
  <author>
   <name></name>
  </author>
  <category term="JavaScript"/>
 </entry> <entry>
  <title>How many ways are there to initialize an int with a constant?</title>
  <link rel="alternate" href="http://interview.fyicenter.com/3662_How_many_ways_are_there_to_initialize_an_int_with_a_constant_.html"/>
  <id>http://interview.fyicenter.com/3662_How_many_ways_are_there_to_initialize_an_int_with_a_constant_.html</id>
  <updated>2023-12-13T15:55:52+01:00</updated>
  <summary type="html">&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: 6326; 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></summary>
  <author>
   <name></name>
  </author>
  <category term="C++"/>
 </entry> <entry>
  <title>Please add more q&amp;amp;amp;A</title>
  <link rel="alternate" href="http://interview.fyicenter.com/5299_Please_add_more_q%26amp%3Bamp%3Bamp%3BA.html"/>
  <id>http://interview.fyicenter.com/5299_Please_add_more_q%26amp%3Bamp%3Bamp%3BA.html</id>
  <updated>2023-10-24T19:37:21+02:00</updated>
  <summary type="html">&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: 3353; 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></summary>
  <author>
   <name>Guest</name>
  </author>
  <category term="General"/>
 </entry> <entry>
  <title>Perl uses single or double quotes to surround a zero or more characters. Are the  single('  ') or double quotes (" ") identical?</title>
  <link rel="alternate" 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"/>
  <id>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</id>
  <updated>2023-09-13T11:12:08+02:00</updated>
  <summary type="html">&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: 4209; 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></summary>
  <author>
   <name></name>
  </author>
  <category term="Perl"/>
 </entry> <entry>
  <title>Wha is the output from System.out.println("Hello"+null);?</title>
  <link rel="alternate" href="http://interview.fyicenter.com/3993_Wha_is_the_output_from_System_out_println_Hello_%2Bnull_%3B_.html"/>
  <id>http://interview.fyicenter.com/3993_Wha_is_the_output_from_System_out_println_Hello_%2Bnull_%3B_.html</id>
  <updated>2023-08-24T11:48:02+02:00</updated>
  <summary type="html">&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: 9573; 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></summary>
  <author>
   <name></name>
  </author>
  <category term="Java"/>
 </entry> <entry>
  <title>How do you locate the first X in a string txt?</title>
  <link rel="alternate" href="http://interview.fyicenter.com/2607_How_do_you_locate_the_first_X_in_a_string_txt_.html"/>
  <id>http://interview.fyicenter.com/2607_How_do_you_locate_the_first_X_in_a_string_txt_.html</id>
  <updated>2022-10-19T21:54:43+02:00</updated>
  <summary type="html">&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: 16883; 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></summary>
  <author>
   <name>Guest</name>
  </author>
  <category term="JavaScript"/>
 </entry> <entry>
  <title>What's a HashTable</title>
  <link rel="alternate" href="http://interview.fyicenter.com/1691_What_s_a_HashTable.html"/>
  <id>http://interview.fyicenter.com/1691_What_s_a_HashTable.html</id>
  <updated>2021-03-07T13:18:10+01:00</updated>
  <summary type="html">&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: 9522; Updated: 2021-03-07 13:16:39 -> &lt;a href='http://interview.fyicenter.com/1691_What_s_a_HashTable.html'>Source&lt;/a></summary>
  <author>
   <name></name>
  </author>
  <category term=".NET"/>
 </entry> <entry>
  <title>How can I implement a variable field width with printf?</title>
  <link rel="alternate" href="http://interview.fyicenter.com/5157_How_can_I_implement_a_variable_field_width_with_printf_.html"/>
  <id>http://interview.fyicenter.com/5157_How_can_I_implement_a_variable_field_width_with_printf_.html</id>
  <updated>2021-01-21T06:46:24+01:00</updated>
  <summary type="html">&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: 9365; 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></summary>
  <author>
   <name></name>
  </author>
  <category term="C"/>
 </entry> <entry>
  <title>Can JavaScript steal text from your clipboard?</title>
  <link rel="alternate" href="http://interview.fyicenter.com/2108_Can_JavaScript_steal_text_from_your_clipboard_.html"/>
  <id>http://interview.fyicenter.com/2108_Can_JavaScript_steal_text_from_your_clipboard_.html</id>
  <updated>2020-11-30T05:54:44+01:00</updated>
  <summary type="html">&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: 10209; 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></summary>
  <author>
   <name></name>
  </author>
  <category term="JavaScript"/>
 </entry> <entry>
  <title>Selenium WebDriver Interview Question</title>
  <link rel="alternate" href="http://interview.fyicenter.com/5082_Selenium_WebDriver_Interview_Question.html"/>
  <id>http://interview.fyicenter.com/5082_Selenium_WebDriver_Interview_Question.html</id>
  <updated>2020-11-18T20:40:55+01:00</updated>
  <summary type="html">&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: 4087; Updated: 2020-11-18 20:39:33 -> &lt;a href='http://interview.fyicenter.com/5082_Selenium_WebDriver_Interview_Question.html'>Source&lt;/a></summary>
  <author>
   <name>Guest</name>
  </author>
  <category term="SoftwareQA"/>
 </entry> <entry>
  <title>Interview question - Order Process Automation</title>
  <link rel="alternate" href="http://interview.fyicenter.com/5301_Interview_question-Order_Process_Automation.html"/>
  <id>http://interview.fyicenter.com/5301_Interview_question-Order_Process_Automation.html</id>
  <updated>2020-10-17T09:04:08+02:00</updated>
  <summary type="html">&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: 2386; Updated: 2020-10-17 09:04:07 -> &lt;a href='http://interview.fyicenter.com/5301_Interview_question-Order_Process_Automation.html'>Source&lt;/a></summary>
  <author>
   <name>Guest</name>
  </author>
  <category term="General"/>
 </entry> <entry>
  <title>Software testing vs. debugging</title>
  <link rel="alternate" href="http://interview.fyicenter.com/5300_Software_testing_vs_debugging.html"/>
  <id>http://interview.fyicenter.com/5300_Software_testing_vs_debugging.html</id>
  <updated>2020-10-17T09:03:12+02:00</updated>
  <summary type="html">&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: 2761; Updated: 2020-10-17 09:03:12 -> &lt;a href='http://interview.fyicenter.com/5300_Software_testing_vs_debugging.html'>Source&lt;/a></summary>
  <author>
   <name>Guest</name>
  </author>
  <category term="SoftwareQA"/>
 </entry> <entry>
  <title>What is wrong with this initialization?</title>
  <link rel="alternate" href="http://interview.fyicenter.com/5283_What_is_wrong_with_this_initialization_.html"/>
  <id>http://interview.fyicenter.com/5283_What_is_wrong_with_this_initialization_.html</id>
  <updated>2020-08-03T10:30:39+02:00</updated>
  <summary type="html">&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: 8144; 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></summary>
  <author>
   <name></name>
  </author>
  <category term="C"/>
 </entry> <entry>
  <title>Interview question</title>
  <link rel="alternate" href="http://interview.fyicenter.com/5298_Interview_question.html"/>
  <id>http://interview.fyicenter.com/5298_Interview_question.html</id>
  <updated>2020-02-20T02:51:38+01:00</updated>
  <summary type="html">&lt;img align='left' width='64' height='64' src='http://interview.fyicenter.com/z/_icon_General.png' />Have you ever worked without salary?  - Rank: 2856; Updated: 2020-02-20 02:50:00 -> &lt;a href='http://interview.fyicenter.com/5298_Interview_question.html'>Source&lt;/a></summary>
  <author>
   <name>Guest</name>
  </author>
  <category term="General"/>
 </entry> <entry>
  <title>What is Rational Suite?</title>
  <link rel="alternate" href="http://interview.fyicenter.com/5297_What_is_Rational_Suite_.html"/>
  <id>http://interview.fyicenter.com/5297_What_is_Rational_Suite_.html</id>
  <updated>2019-07-20T03:19:09+02:00</updated>
  <summary type="html">&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: 2934; Updated: 2019-07-20 03:17:32 -> &lt;a href='http://interview.fyicenter.com/5297_What_is_Rational_Suite_.html'>Source&lt;/a></summary>
  <author>
   <name>Scott Cohn</name>
  </author>
  <category term="SoftwareQA"/>
 </entry> <entry>
  <title>What is the difference between Session State and ViewState?</title>
  <link rel="alternate" href="http://interview.fyicenter.com/2714_What_is_the_difference_between_Session_State_and_ViewState_.html"/>
  <id>http://interview.fyicenter.com/2714_What_is_the_difference_between_Session_State_and_ViewState_.html</id>
  <updated>2019-03-31T16:33:30+02:00</updated>
  <summary type="html">&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: 12897; 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></summary>
  <author>
   <name></name>
  </author>
  <category term="JavaScript"/>
 </entry> <entry>
  <title>What do you know about .NET assemblies?</title>
  <link rel="alternate" href="http://interview.fyicenter.com/4933_What_do_you_know_about_NET_assemblies_.html"/>
  <id>http://interview.fyicenter.com/4933_What_do_you_know_about_NET_assemblies_.html</id>
  <updated>2019-02-05T09:58:53+01:00</updated>
  <summary type="html">&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: 4325; 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></summary>
  <author>
   <name></name>
  </author>
  <category term=".NET"/>
 </entry> <entry>
  <title>How does ASP.NET maintain state in between subsequent request</title>
  <link rel="alternate" href="http://interview.fyicenter.com/1712_How_does_ASP_NET_maintain_state_in_between_subsequent_request.html"/>
  <id>http://interview.fyicenter.com/1712_How_does_ASP_NET_maintain_state_in_between_subsequent_request.html</id>
  <updated>2019-02-05T09:46:17+01:00</updated>
  <summary type="html">&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: 11874; 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></summary>
  <author>
   <name></name>
  </author>
  <category term=".NET"/>
 </entry> <entry>
  <title>Oracle ASM questions</title>
  <link rel="alternate" href="http://interview.fyicenter.com/5296_Oracle_ASM_questions.html"/>
  <id>http://interview.fyicenter.com/5296_Oracle_ASM_questions.html</id>
  <updated>2019-01-20T01:18:18+01:00</updated>
  <summary type="html">&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: 3295; Updated: 2019-01-20 01:16:42 -> &lt;a href='http://interview.fyicenter.com/5296_Oracle_ASM_questions.html'>Source&lt;/a></summary>
  <author>
   <name>Ashok</name>
  </author>
  <category term="Oracle"/>
 </entry> <entry>
  <title>Is JSP technology extensible?</title>
  <link rel="alternate" href="http://interview.fyicenter.com/4413_Is_JSP_technology_extensible_.html"/>
  <id>http://interview.fyicenter.com/4413_Is_JSP_technology_extensible_.html</id>
  <updated>2019-01-07T12:36:40+01:00</updated>
  <summary type="html">&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: 5876; Updated: 2019-01-07 12:36:27 -> &lt;a href='http://interview.fyicenter.com/4413_Is_JSP_technology_extensible_.html'>Source&lt;/a></summary>
  <author>
   <name></name>
  </author>
  <category term="JSP"/>
 </entry></feed>