1) What is the average exp. that ranchers do have before taking the SCEA?
7 years (after 4 years of formal IT education)
2) If you have a formal IT education, what is the most usefull course you had, that you think helped u doing ur job?
OOD, although a lot has changed since then in this field
3) What is the best Architecture/design book you have ever read?
"Patterns of Enterprise Application Architecture" by Martin Fowler
("Refactoring, Improving the Design of Existing Code" by the same author will make you a better designer)
4) Do you really learn a lot after the first, say 1-2 years of j2ee experiance in case you read all the patterns books (all look the same anyway) and you mainly design web apps. and thus "always the same story"
Definitely YES. Although I agree to be very selective, Gang of Four should be your basic knowledge.
5) PLEASE tell us about your experiances, the best architecture you have ever made, and how may design patters you usually use per project (4 or less, 4-12, more then 12)
Simple = good, less = more. Use Design Patterns whereever you can, not as often as you can! Good design will produce less code and probably uses less design patterns.
6) A project failure exp. due to bad acrchitecture It does not have to be urs just some arch. u have seen (and maybe had to refactor)
I think bad architecture expresses itself mostly not in project failure, but in troublesome maintenance afterwards.