關閉→
當前位置:全書匯>簡歷>求職簡歷>筆試題目>阿里前端開發工程師筆試題

阿里前端開發工程師筆試題

全書匯 人氣:1.63W

阿里20xx筆試困難嗎?只要做好充分的準備,其實並不難!下面就由本站小編爲大家介紹一下阿里前端開發工程師的文章,歡迎閱讀。

阿里前端開發工程師筆試題

阿里前端開發工程師筆試題篇1

1、下面哪個不屬於W3C標準盒模型?

a.內容

b.邊框

c.內邊距

d.輪廓

2、下列事件哪個不屬於鼠標觸發的事件?

k

extmenu

eout

own

3、一個實現搜尋結果的頁面,如果你想實現高亮搜尋關鍵詞,應該使用下面哪個tag?

a.

b.

c.

d.

4、瀏覽器在一次HTTP請求中,需要傳輸一個4097字節的文字數據至服務器,可以採用哪些方式?

a.存入indexdDB

b.存入COOKIE

c.放在URL參數

d.寫入Session

e.使用post

f.放在Local Storage

阿里前端開發工程師筆試題篇2

1、下面哪個不是CSS中表示尺寸的單位?

、%

、rem

、ck

、pc

2、請在____處填寫答案,從而達到題目的要求

var arr = [1, 2, 3, 4, 5];

var result = (_______________________________)("+");

(result);

3、把一個字面量對象,變成某個類的實例

function Type

var a = ;

______________

// a instanceof Type === true

阿里前端開發工程師筆試題篇3

1、補充下面的函數,判斷p爲Array

function isArray(p){

return otype._____y(p)==='_____';

}

2、請寫一個表格以及對應的CSS,使表格奇數行爲白色背景,偶數行爲灰色背景,鼠標移上去時爲黃色背景。

3、實現一個程序,輸入爲一段英文文字,示例如下:

Alibaba Group Holding Limited is a Chinese e-commerce company that provides consumer-to-consumer, business-to-consumer and business-to-business sales services via web portals. It also provides electronic payment services, a shopping search engine and data-centric cloud computing services. The group began in 1999 when Jack Ma founded the website , a business-to-business portal to connect Chinese manufacturers with overseas buyers. In 20xx, two of Alibaba’s portals handled 1.1 trillion yuan ($170 billion) in sales.

統計這段文字中單詞的出現頻率、分佈區間,要求如下:

1. 僅統計英文單詞,1999 $170 1.1 標點符號之類的不算做單詞

2. 區間分 4個:少(出現1-5次)、 中(出現6-10次)、高(出現 11-20),極高(出現 >20 次) ,給出每個區間單詞數目在總單詞數中的百分比

3. 返回如下的 JSON 對象:

{

'occurrence': [/** 數據元素的第一個元素爲單詞,第二個位出現次數**/

['alibaba', 10]

['consumer', 10]

['business', 8]

],

'distribution': {

'high': '30%',

'low': '20%',

'medium': '40%',

'veryHeigh': '10%',

}

TAG標籤:#前端開發 #工程師 #筆試 #阿里 #