Tags:General Question, HR Interview Questions | 93 views
Tell me about yourself? Which adjectives would you use to describe yourself? What is your greatest strength? What is your greatest weakness? Why do you want this position?” Why do you want to leave your current job? (Why did you leave your last job?) How do you handle stressful situations? What is the toughest problem [...]
Frequently a question of the programs printing out their own output appears in code interviews. The question does not really test a skill of a programmer, as much as general awareness of tricks to do that. The quine page by Gary Thompson provides many examples of such applications in various languages. In case you were [...]
Tags:XML Questions | 3,855 views
71. How do I undeclare an XML namespace prefix? In version 1.0 of the XML namespaces recommendation, you cannot “undeclare” an XML namespace prefix. It remains in scope until the end of the element on which it was declared unless it is overridden. Furthermore, trying to undeclare a prefix by redeclaring it with an empty [...]
Tags:General Question, XML Questions | 1,812 views
. Give some examples of XML DTDs or schemas that you have worked with. Although XML does not require data to be validated against a DTD, many of the benefits of using the technology are derived from being able to validate XML documents against business or technical architecture rules. Polling for the list of DTDs [...]