t*********t 发帖数: 278 | 1 Hello,
I have a phone screen tomorrow with an internet company that has a high
traffic portal website. I was told the screen will be very technical and
probably focusing on algorithm/pattern/paradigm for performance/efficiency
of the code.
Although I have quite some experience in the industry focusing on Java/XML,
my experiences are mainly in the area of business logic/architecture/
integration/client customization, and I am not a "hardcore" coder.
Although many of the questions to be asked in the phone interview will be
rarely used in real work, they will be asked nevertheless. Therefore, I am
hoping I can get some help from people on this board (Expert and Newbies
alike) on some programming tips/tricks that are important for applications
that expect high performance/availability/scalability. The programming
language will be Java.
Thanks a lot.
lhx | g*****g 发帖数: 34805 | 2 That takes years of experience and it would be pretty hard to
pretend I am afraid. I used to ask how would you scale your
app 10 times or 100 times, then ask more questions on your design.
There's no standard answer there, but an inexperenced developer
can quickly be exposed.
Expect questions on multiple threading, caching, App and DB clusering.
How to monitor/profile app to find out bottleneck, how to resolve given
bottleneck.
,
【在 t*********t 的大作中提到】 : Hello, : I have a phone screen tomorrow with an internet company that has a high : traffic portal website. I was told the screen will be very technical and : probably focusing on algorithm/pattern/paradigm for performance/efficiency : of the code. : Although I have quite some experience in the industry focusing on Java/XML, : my experiences are mainly in the area of business logic/architecture/ : integration/client customization, and I am not a "hardcore" coder. : Although many of the questions to be asked in the phone interview will be : rarely used in real work, they will be asked nevertheless. Therefore, I am
|
|