"The new features of the ... development environment allows developers ... to ... automatically generating 100 percent of their applications."
(Source: Oracle Investor Relations)
Now I wonder why we have software engineers in the first place....
Agile leadership is different to traditional project management. Self-organizing teams, flat hierarchies, fast response-times, frequent changes, require a different style of working with people, but also new techniques. In this blog I want to cover once in a while things that I learned from working with agile teams.
"The new features of the ... development environment allows developers ... to ... automatically generating 100 percent of their applications."
(Source: Oracle Investor Relations)
Which of these is a correct fragment within the web-app element of deployment descriptor. Select the one correct answer.Does this ask for the abilities for writing correct XML files, or does it ask for whether someone understands how to specify an error page in the deployment descriptor (web.xml) of a Java web application.
1. <exception> <exception-type> mypackage.MyException</exception-type> <location> /error.jsp</location> </exception>
2. <error-page> <exception-type> mypackage.MyException</exception-type> <location> /error.jsp</location> </error-page>
3. <error-page> <exception> mypackage.MyException </exception-type> <location> /error.jsp </location> </error-page>
4. <error-page> <exception-type> mypackage.MyException</exception-type> </error-page>
5. <error-page> <servlet-name> myservlet</servlet-name> <exception-type> mypackage.MyException</exception-type> </error-page>
6. <exception> <servlet-name> myservlet</servlet-name> <exception-type> mypackage.MyException</exception-type> </exception>
"If you click the add or delete button in a table, and nothing happens, something is wrong." (Author to remain unknown)
"IMHO only a fool will spend 2 hours sitting for a technical test without the employer having gone through some trouble to have a pre-selection round first."And later he added
"I happen to be not only adept on the technical front, but also socially observant and capable of making (mostly correct) strategic decision."Do we expect too much? I know of several other companies who use technical tasks for engineering positions as well, for example ThoughtWorks.