由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Programming版 - Can you offer some performance/scalability programming tips (for interview)
相关主题
LISP is better than XML, but worse is better?现在谈paradigm过时了
Java 不是纯oo, oo 不是 imperative programminggoodbug基本不会编程,就会吹牛逼
quantum computing era is comingwhy use template?
prolog, lisp, sql,这些算functional programming么?Why Avoid array indexing. Use pointers.
VS2012 C# programing questions for record antomation test求教:c++中如何从raw data中创建对象?
各位对编程预制板快,即插即用有何高见?有什么参考网站请教:Map reduce到底是什么啊 (转载)
不同的语言可以统一语法吗请问各位工作的人,算法复杂度分析在工作中用的着吗?
各个语言在paradigms上的对比大家有什么UML工具推荐?
相关话题的讨论汇总
话题: some话题: tips
进入Programming版参与讨论
1 (共1页)
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

1 (共1页)
进入Programming版参与讨论
相关主题
大家有什么UML工具推荐?VS2012 C# programing questions for record antomation test
请教个throughput的问题各位对编程预制板快,即插即用有何高见?有什么参考网站
瓶颈在哪儿?不同的语言可以统一语法吗
find start point of loop from linked list各个语言在paradigms上的对比
LISP is better than XML, but worse is better?现在谈paradigm过时了
Java 不是纯oo, oo 不是 imperative programminggoodbug基本不会编程,就会吹牛逼
quantum computing era is comingwhy use template?
prolog, lisp, sql,这些算functional programming么?Why Avoid array indexing. Use pointers.
相关话题的讨论汇总
话题: some话题: tips