This topic has been archived. It cannot be replied.
-
工作学习 / 事业与工作 / 得到一个公司第二次interview, 准确说来是第三次.
-smilingears(微笑的耳朵);
2002-11-9
{2223}
(#845253@0)
-
up.
-smilingears(微笑的耳朵);
2002-11-9
(#845472@0)
-
我不知道你申请的职位是什么,如果主要是design,考虑business and database modeling. 具体的东西就是UML或一些数据库design工具
-kkkkkkkk(Toronto123);
2002-11-9
(#845579@0)
-
The position is Senior Java Developer.
-smilingears(微笑的耳朵);
2002-11-9
(#846032@0)
-
retail和inventory方面的经验, 我确实有过一些, 我想这也是他给我interview的一个原因. 关于data modeling, interviewer会问些什么问题呢? database normalization?
UML他也问过一些, 主要是问我用过什么Diagram, 数据库的工具主要有ERWIN and TOAD, 这些我也用过. 不过从来没有参加过数据库的design.
-smilingears(微笑的耳朵);
2002-11-9
{238}
(#846156@0)
-
If you used Erwin, that's seemly enough for the position.you may also need to emphasize how those systems are integrated. anyhow good luck!
-kkkkkkkk(Toronto123);
2002-11-9
{82}
(#846243@0)
-
what do you mean how those systems are integrated?He've asked me to introduce the system I've done by drawing the architecture. I don't know if you mean this.
-smilingears(微笑的耳朵);
2002-11-9
{111}
(#846253@0)
-
Yes. As you said, there are lots of stuff.
-kkkkkkkk(Toronto123);
2002-11-9
(#846272@0)
-
The challenge on Mirgration
-elac(elac);
2002-11-9
{514}
(#846035@0)
-
Could you give me some detail?Could you give me some detail? Why you say the change of hardware platform would cause many migration on database migration. Could you give me some examples of oracle specific functions? I know DB2 has more datatypes than oracle. Datatype matching would definitely a problem.
-smilingears(微笑的耳朵);
2002-11-9
{275}
(#846144@0)
-
说个简单的,比如oracle 里的rownum,DB2里可不是那么好实现的。
-guestagain();
2002-11-9
(#846219@0)
-
这个问题以前确实遇到过. 忘记了. 多谢
-smilingears(微笑的耳朵);
2002-11-9
(#846242@0)
-
An example for possible problem caused by hardware platform change,if ur application use some bit operation (for encryption or other purpose), the present of interger in different hardware system are totally different (the high part and low part), then ur programs need to be modified accordingly.
-elac(elac);
2002-11-10
{230}
(#847784@0)
-
Although I never met and even heard such kind of situations, but i keep it in mind. thanks a lot
-smilingears(微笑的耳朵);
2002-11-10
(#848398@0)
-
It does exist, u can try it on AIX and Windows, you will find the difference of the present of integer. Anyway this is just a minor problem that could bother them
-elac(elac);
2002-11-11
(#848659@0)
-
Actually that difference is caused by Intel and PowerPC CPU, not the OS,
-elac(elac);
2002-11-11
(#848661@0)
-
I think the most challenge thing in server side development is performance tuning, sometime it is mission impossible.
-simonxf(初为人父);
2002-11-11
(#848411@0)
-
could you tell something about performance tunning? thanks
-smilingears(微笑的耳朵);
2002-11-11
(#848419@0)