月薪8000RMB的面试试题,做了才发现不会的好多!!!!

xiabao 2008-12-18 03:42:11
昨天下去去面试, 去之前自信满满,做完后蔫了!!
公司主要是给北美客户做外包的,请各位专家,大大帮看下!!

PHP/MySql
1. PHP is a server-side script language ()true ()false

2. What does the GD library do?

3. How do you debug a PHP application?

4. What would the following code print to the browser? Why?
$num = 10;
function multiply(){
$num = $num * 10;
}
multiply();
echo $num;

5 What is difference between require_once(), require(), include().

6 How we know browser properties?

7 How can you get an IP address?

8 What is the difference between echo and print statement?

9 How can I maintain the count of how many persons have hit my site?

10 What are the various methods to pass data from one web page to another web page ?

11 How can you avoid execution time out error while fetching record from mysql

12 What type of inheritance that php supports

13 How do you capture audio/video in PHP?

14 How to handle drop down box change event without refreshing page?

15 How to get the URL domain name in PHP?

16 What is Joomla? What is osCommerce?

17 What kinds of PHP frameworks do you know about? Which one have you used?


MySQL management interview questions
1. How do you show the currently running queries?

2. How do you kill a MySQL query?

3. I need to find out how many client connections were aborted by MySQL server.

4. What does SET SQL_AUTO_IS_NULL =1 do?
Javascript & Ajax

1. Why so JavaScript and Java have similar name?
A. JavaScript is a stripped-down version of Java
B. JavaScript's syntax is loosely based on Java's
C. They both originated on the island of Java
D. None of the above

2. When a user views a page containing a JavaScript program, which machine actually executes the script?
A. The User's machine running a Web browser
B. The Web server
C. A central machine deep within Netscape's corporate offices
D. None of the above

3. What should appear at the very end of your JavaScript?
The <script LANGUAGE="JavaScript">tag
A. The </script>
B. The <script>
C. The END statement
D. None of the above

4. Which of the following can't be done with client-side JavaScript?
A. Validating a form
B. Sending a form's contents by email
C. Storing the form's contents to a database file on the server
D. None of the above

5. How can you create fade-in effect with script?
ASP.NET (Bonus Test)
1. How many web.configs can an application have?

2. How do you set language in web.config?

3. If cookies is disabled in client browser, will session tracking work?

4. Differences between Active.exe and Dll

5. What inheritance does VB.NET support?

6. What fields do you have experience in: VB .Net, VC .Net,

English Translation: Translate the blow paragraphs into Chinese

1) Accessible design
1. Cross-browser and platform compatibility
2. Text based navigation
3. Appropriate color contrast for readability
4. Resizable fonts and correct character encoding (ready for internationalization)
5. Print-friendly versions
6. Fast loading, light pages
7. Metatags, alt tags, title tags and tooltips where appropriate
Accessible design will allow a majority of users, including those with disabilities such as the visually impaired and those with limited Internet connections using older browsers to generally access information. However, given the nature of the Internet, XYZ should be aware that not every feature can possibly be made available to all users, especially to users with very old or unsupported browsers.
2) Content Organization
1. Coherent structure
2. Time-saving conventions
3. Persistent navigation
4. Pathway (breadcrumbs)
Consistent underlying architecture will make XYZ on-line content easier for visitors and content managers to find and use, improving transparency and information management. Usability translates into a positive visitor experience and relationship with the provider.

...全文
483 33 打赏 收藏 转发到动态 举报
写回复
用AI写文章
33 条回复
切换为时间正序
请发表友善的回复…
发表回复
ojekleen 2008-12-18
  • 打赏
  • 举报
回复
[Quote=引用 17 楼 only_endure 的回复:]
so simple,so naive.
[/Quote]
w_lion 2008-12-18
  • 打赏
  • 举报
回复
很好啊
收藏了
以后去考别人
w_lion 2008-12-18
  • 打赏
  • 举报
回复
很好啊
收藏了
以后去考别人
flyjimi 2008-12-18
  • 打赏
  • 举报
回复
[Quote=引用 2 楼 zhuanshen712 的回复:]
说实话,大部分都看得懂,心里会不会的也有个谱,就是他妈的用英语说不出来....
[/Quote]
呵呵,这个“他妈的”用的相当好,大家回去慢慢体会。
qinhl99 2008-12-18
  • 打赏
  • 举报
回复
mark下
huanhuan27374244 2008-12-18
  • 打赏
  • 举报
回复
呵呵.
lintf1986 2008-12-18
  • 打赏
  • 举报
回复
瞧瞧
xiabao 2008-12-18
  • 打赏
  • 举报
回复
强人!!!!不佩服不行,题目是我用U盘拷回来的!!!
zjybushiren88888 2008-12-18
  • 打赏
  • 举报
回复
题目最大的难度在于本身 而不是表达的东西
wanghuaide 2008-12-18
  • 打赏
  • 举报
回复
up
haiyuhuang 2008-12-18
  • 打赏
  • 举报
回复
关注
iamlglg 2008-12-18
  • 打赏
  • 举报
回复
疯狂同意2楼的 丫我知己啊!

*****************************************************************************
为了自己的梦想,加油,努力,不放弃~~~
liufei_1314 2008-12-18
  • 打赏
  • 举报
回复
还不错
cteddy 2008-12-18
  • 打赏
  • 举报
回复

不错的
ms44 2008-12-18
  • 打赏
  • 举报
回复
太一般了。
zekelove 2008-12-18
  • 打赏
  • 举报
回复
用English有难度啊
一品梅 2008-12-18
  • 打赏
  • 举报
回复
so simple,so naive.
vc_delphi 2008-12-18
  • 打赏
  • 举报
回复
晕晕的,e问,看不懂哦
无爱大叔 2008-12-18
  • 打赏
  • 举报
回复
Javascript & Ajax

1. Why so JavaScript and Java have similar name? (D)
A. JavaScript is a stripped-down version of Java
B. JavaScript's syntax is loosely based on Java's
C. They both originated on the island of Java
D. None of the above

2. When a user views a page containing a JavaScript program, which machine actually executes the script? (A)
A. The User's machine running a Web browser
B. The Web server
C. A central machine deep within Netscape's corporate offices
D. None of the above

3. What should appear at the very end of your JavaScript? (A)
The <script LANGUAGE="JavaScript">tag
A. The </script>
B. The <script>
C. The END statement
D. None of the above

4. Which of the following can't be done with client-side JavaScript? (A)
A. Validating a form
B. Sending a form's contents by email
C. Storing the form's contents to a database file on the server
D. None of the above

5. How can you create fade-in effect with script?
<HTML>
<HEAD>
<TITLE>javascriptboy</TITLE>
<SCRIPT language=JavaScript>
// Flash table Extension for Dreamwever ,by dio(diopex@sina.com)
nereidFadeObjects = new Object();
nereidFadeTimers = new Object();
function nereidFade(object, destOp, rate, delta){
if (!document.all)
return
if (object != "[object]"){ //do this so I can take a string too
setTimeout("nereidFade("+object+","+destOp+","+rate+","+delta+")",0);
return;
}
clearTimeout(nereidFadeTimers[object.sourceIndex]);
diff = destOp-object.filters.alpha.opacity;
direction = 1;
if (object.filters.alpha.opacity > destOp){
direction = -1;
}
delta=Math.min(direction*diff,delta);
object.filters.alpha.opacity+=direction*delta;
if (object.filters.alpha.opacity != destOp){
nereidFadeObjects[object.sourceIndex]=object;
nereidFadeTimers[object.sourceIndex]=setTimeout("nereidFade(nereidFadeObjects["+object.sourceIndex+"],"+destOp+","+rate+","+delta+")",rate);
}
}

</SCRIPT>
</HEAD>
<BODY text=#000000 bgColor=#e3e3e3>

<TABLE borderColor=#ffffff height=100 cellSpacing=1 cellPadding=1 width=100 align=center bgColor=#000033 border=1>
<TR align=middle>
<TD onmouseover=nereidFade(this,100,10,5) style="FILTER: alpha(opacity=70)" onmouseout=nereidFade(this,50,10,5) bgColor=#00ccff>
<FONT face=verdana color=#ffffff size=1>dio</FONT>
</TD>
<TD onmouseover=nereidFade(this,100,10,5) style="FILTER: alpha(opacity=70)" onmouseout=nereidFade(this,50,10,5) bgColor=#ff9900>
<FONT face=verdana color=#ffffff size=1>pex</FONT>
</TD>
</TR>
<TR align=middle>
<TD onmouseover=nereidFade(this,100,10,5) style="FILTER: alpha(opacity=70)" onmouseout=nereidFade(this,50,10,5) bgColor=#ff3399>
<FONT face=verdana color=#ffffff size=1>pex</FONT>
</TD>
<TD onmouseover=nereidFade(this,100,10,5) style="FILTER: alpha(opacity=70)" onmouseout=nereidFade(this,50,10,5) bgColor=#33ff66>
<FONT face=verdana color=#ffffff size=1>dio</FONT>
</TD>
</TR>
</TABLE>
</BODY>
</HTML>
无爱大叔 2008-12-18
  • 打赏
  • 举报
回复
ASP.NET (Bonus Test)
1. How many web.configs can an application have?
A: Each folder can use a web.config in an application.

2. How do you set language in web.config?
A: <globalization requestEncoding= "gb2312 " responseEncoding= "gb2312 " fileEncoding= "gb2312 "/>

3. If cookies is disabled in client browser, will session tracking work?
A: Session still can work.

4. Differences between Active.exe and Dll
A: Active.exe? ActiveX can used in a HTML page or another page, Dll cann't.
ActiveX is accessed and downloaded and interact to web page, Dll can accessed only.
When a page is used an ActiveX, there will an alert message when you first access this page.

5. What inheritance does VB.NET support?
A: I don't know, I'm familiar with c# only.

6. What fields do you have experience in: VB .Net, VC .Net,
A: c#.Net.

English Translation: Translate the blow paragraphs into Chinese

1) Accessible design
无障碍设计
1. Cross-browser and platform compatibility
跨浏览器和平台的能力
2. Text based navigation
基于文本方式导航
3. Appropriate color contrast for readability
易于浏览的颜色对比
4. Resizable fonts and correct character encoding (ready for internationalization)
可改变文字大小并且设置正确的字符集编码(为国际化准备)
5. Print-friendly versions
友好打印版本
6. Fast loading, light pages
快速载入,轻量级页面
7. Metatags, alt tags, title tags and tooltips where appropriate
恰当的使用Meta,alt,title和tooltip标签
Accessible design will allow a majority of users, including those with disabilities such as the visually impaired and those with limited Internet connections using older browsers to generally access information. However, given the nature of the Internet, XYZ should be aware that not every feature can possibly be made available to all users, especially to users with very old or unsupported browsers.
无障碍设计将允许大多数用户,包括那些残疾,如视障人士和那些有限的互联网连接的使用旧版本的浏览器的人,以便正常获得的信息。然而,鉴于互联网的性质,XYZ应该知道,但并不是每个功能都能适用于所有用户,尤其是对用户使用非常旧的或不支持的浏览器。

2) Content Organization
内容组织
1. Coherent structure
精简结构
2. Time-saving conventions
节省时间的习惯
3. Persistent navigation
持续性的导航
4. Pathway (breadcrumbs)
路径
Consistent underlying architecture will make XYZ on-line content easier for visitors and content managers to find and use, improving transparency and information management. Usability translates into a positive visitor experience and relationship with the provider.
一贯的基本架构将使得XYZ在线内容更容易为游客和内容管理人员查找和使用,提高透明度和信息管理。可用性转化会为一个积极访问者带来体验并且保持了与供应商的关系。

好累,请高人指点。翻了一会儿词霸呵呵。
加载更多回复(13)

62,046

社区成员

发帖
与我相关
我的任务
社区描述
.NET技术交流专区
javascript云原生 企业社区
社区管理员
  • ASP.NET
  • .Net开发者社区
  • R小R
加入社区
  • 近7日
  • 近30日
  • 至今
社区公告

.NET 社区是一个围绕开源 .NET 的开放、热情、创新、包容的技术社区。社区致力于为广大 .NET 爱好者提供一个良好的知识共享、协同互助的 .NET 技术交流环境。我们尊重不同意见,支持健康理性的辩论和互动,反对歧视和攻击。

希望和大家一起共同营造一个活跃、友好的社区氛围。

试试用AI创作助手写篇文章吧