互聯(lián)網(wǎng)金融 面試題
Google面試題(英文版)
A friend of mine had an interview a couple weeks ago with Google Inc. He provided me a list of just some of the questions he was asked. I’ve added a few more from others I have talked to who had interviews with the internet giant, Google, as well. See if you can answer them. Many are open ended with several right answers, therefore I did not provide the answers.
1. How many golf balls can fit in a school bus?
2. You are shrunk to the height of a nickel and your mass is proportionally reduced so as to maintain your original density. You are then thrown into an empty glass blender. The blades will start moving in 60 seconds. What do you do?
3. How much should you charge to wash all the windows in Seattle?
4. How would you find out if a machine’s stack grows up or down in memory?
5. Explain a database in three sentences to your eight-year-old nephew.
6. How many times a day does a clock’s hands overlap?
7. You have to get from point A to point B. You don’t know if you can get there. What would you do?
8. Imagine you have a closet full of shirts. It’s very hard to find a shirt. So what can you do to organize your shirts for easy retrieval?
9. Every man in a village of 100 married couples has cheated on his wife. Every wife in the village instantly knows when a man other than her husband has cheated, but does not know when her own husband has. The village has a law that does not allow for adultery. Any wife who can prove that her husband is unfaithful must kill him that very day. The women of the village would never disobey this law. One day, the queen of the village visits and announces that at least one husband has been unfaithful. What happens?
10. In a country in which people only want boys, every family continues to have children until they have a boy. if they have a girl, they have another child. if they have a boy, they stop. what is the proportion of boys to girls in the country?
11. If the probability of observing a car in 30 minutes on a highway is 0.95, what is the probability of observing a car in 10 minutes (assuming constant default probability)?
12. If you look at a clock and the time is 3:15, what is the angle between the hour and the minute hands? (The answer to this is not zero!)
13. Four people need to cross a rickety rope bridge to get back to their camp at night. Unfortunately, they only have one flashlight and it only has enough light left for seventeen minutes. The bridge is too dangerous to cross without a flashlight, and it’s only strong enough to support two people at any given time. Each of the campers walks at a different speed. One can cross the bridge in 1 minute, another in 2 minutes, the third in 5 minutes, and the slow poke takes 10 minutes to cross. How do the campers make it across in 17 minutes?
14. You are at a party with a friend and 10 people are present including you and the friend. your friend makes you a wager that for every person you find that has the same birthday as you, you get $1; for every person he finds that does not have the same birthday as you, he gets $2. would you accept the wager?
15. How many piano tuners are there in the entire world?
16. You have eight balls all of the same size. 7 of them weigh the same, and one of them weighs slightly more. How can you find the ball that is heavier by using a balance and only two weighings?
17. You have five pirates, ranked from 5 to 1 in descending order. The top pirate has the right to propose how 100 gold coins should be divided among them. But the others get to vote on his plan, and if fewer than half agree with him, he gets killed. How should he allocate the gold in order to maximize his share but live to enjoy it? (Hint: One pirate ends up with 98 percent of the gold.)
Do you still think you have what it takes to work for Google?
騰訊網(wǎng)絡(luò )編程面試題
1、 OSI七層模型和功能
2、四層模型和功能
3、TCP和UDP協(xié)議的區別(網(wǎng)絡(luò )方面面試題最常見(jiàn)的了)
4:HTTP和FTP是哪一層的協(xié)議,是基于哪個(gè)協(xié)議的協(xié)議?
5:為什么TCP是可靠的,UDP卻不可靠?
6:TCP協(xié)議是如何實(shí)現它的可靠性的?
搜狐的一份面試題
英文題目(可以用中文回答)
1) Please describe the different between XML,XSD,XSL through their definition.
2) Do you know the Persistent Object in J2EE;if yes ,please describe some mechanism of it.
3) Please describe some famous encryption arithmetic as many as you know, one of arithmatics to explain if possible.
智力邏輯題
1.某一密碼僅使用K、L、M、N、O共5個(gè)字母,密碼中的單詞從左向右排列,密碼單詞必須遵循如下規則:
(1) 密碼單詞的最小長(cháng)度是兩個(gè)字母,可以相同,也可以不同
(2) K不可能是單詞的第一個(gè)字母
(3) 如果L出現,則出現次數不止一次
(4) M不能使最后一個(gè)也不能是倒數第二個(gè)字母
(5) K出現,則N就一定出現
(6) O如果是最后一個(gè)字母,則L一定出現
問(wèn)題一:下列哪一個(gè)字母可以放在LO中的O后面,形成一個(gè)3個(gè)字母的密碼單詞?
A) K B)L C) M D) N
問(wèn)題二:如果能得到的字母是K、L、M,那么能夠形成的兩個(gè)字母長(cháng)的密碼單詞的總數是多少?
A)1個(gè) B)3個(gè) C)6個(gè) D)9個(gè)
問(wèn)題三:下列哪一個(gè)是單詞密碼?
A) KLLN B) LOML C) MLLO D)NMKO
問(wèn)題四:3個(gè)相同的字母可以構成的不同密碼單詞的'總數是多少?
A) 1個(gè) B)2個(gè) C) 3個(gè) D) 4個(gè)
問(wèn)題五:?jiǎn)卧~密碼MMLLOKN可以通過(guò)下列變成另一個(gè)密碼單詞,除了:
A) 用N代替每個(gè)L B)用O代替每一個(gè)M C)用O代替 D)把O移到N的左邊 2.62-63=1 等式不成立,請移動(dòng)一個(gè)數字(不可以移動(dòng)減號和等于號),使得等式成立,如何移動(dòng)?
技術(shù)編程題
1) 請用VB(或者c#)語(yǔ)言來(lái)描述一下blowfish的加密解密算法。如果不行,可以用中文+圖的形式來(lái)說(shuō)明。如果不了解blowfish算法,請描述一下自己比較熟悉的加密解密算法。
2) 如果你是一位軟件架構師,您將如何去搭建一個(gè)符合n-tie的架構?并請描述一下您搭建的每一層的作用。(注意:請您考慮項目中有WebService的情況)3) 請用代碼簡(jiǎn)單描述一下Singleton、抽象工廠(chǎng)、Bridge、Composite(任選三個(gè))的設計模式的概念。
網(wǎng)易互動(dòng)面試題
面試流程如下:
一環(huán)節:拿起桌上的白紙折疊成一個(gè)名牌,兩面寫(xiě)上自己的名字和學(xué)校
二環(huán)節:自我介紹,每人時(shí)間不超過(guò)30秒,總時(shí)間不超過(guò)5分鐘
三環(huán)節:案例分析,案例內容是一個(gè)剛畢業(yè)開(kāi)始工作的大學(xué)生遭遇到的職場(chǎng)困境
一問(wèn):面對的是什么問(wèn)題,出現這種問(wèn)題的原因是什么
二問(wèn):如果是你將怎么做
三環(huán)節首先讓大家各自提出對一個(gè)問(wèn)題的看法,不限次序,大家說(shuō)完后13人分為3組,共同討論第一、二題,時(shí)間20分鐘,然后每組選出一個(gè)人論述討論結果,時(shí)間三分鐘,小組其他人有2次補充機會(huì ),每人1分鐘
最后HR讓每個(gè)人說(shuō)一句話(huà),用這一句話(huà)來(lái)打動(dòng)HR。
面試隨后結束,時(shí)間11點(diǎn)整
在11點(diǎn)40分左右有6位同學(xué)接到了2面通知,我被成功BS
下午2點(diǎn)10多分開(kāi)始的2面,每人30分鐘,3VS1,單面
經(jīng)過(guò)和幾位二面同學(xué)的交流,面試內容如下:
一、 大部分針對簡(jiǎn)歷中所列的實(shí)踐內容進(jìn)行的發(fā)散性提問(wèn),具體面試官問(wèn)什么就看自己如何引導了
二、 人格測試類(lèi)的問(wèn)題,比如說(shuō)出一個(gè)自己最想去的地方和到達這個(gè)地方想使用的交通工具
三、 博弈類(lèi):試舉出你相對于這次二面的某位同學(xué)你的3個(gè)優(yōu)點(diǎn)和3個(gè)缺點(diǎn)及他相對于你的3個(gè)優(yōu)點(diǎn)和3個(gè)缺點(diǎn),這個(gè)問(wèn)題類(lèi)似囚徒博弈
二面后當晚8點(diǎn)左右發(fā)放了3面通知,3位同學(xué)通過(guò),三面在11月3日開(kāi)始,面試官是2位網(wǎng)易互動(dòng)的總監
據和3面的同學(xué)交流,三面流程如下:
首先三面開(kāi)始前有200個(gè)性格測試題,時(shí)間20分鐘,無(wú)序有重復
三面問(wèn)題隨意性很強,3位同學(xué)問(wèn)的問(wèn)題并不相同,以下為戴同學(xué)3面時(shí)所遇到的問(wèn)題:
1、 對你昨天的面試情況做個(gè)總結
2、 為什么你是人力資源崗位,卻要申請營(yíng)銷(xiāo)類(lèi)職位
3、 你剛才說(shuō)的經(jīng)驗,其實(shí)很多社招生比你有經(jīng)驗,而且我有個(gè)顧慮,你沒(méi)有市場(chǎng)營(yíng)銷(xiāo)這個(gè)學(xué)科基礎,你怎么看待這個(gè)問(wèn)題
4、 你說(shuō)你很有激情,踢過(guò)足球嗎?有激情的人很容易上場(chǎng)5分鐘就受傷,這就是有激情不好的地方
5、 你對今天的面試有什么準備嗎?
6、 你剛才說(shuō)你玩過(guò)夢(mèng)幻西游,來(lái)說(shuō)說(shuō)優(yōu)缺點(diǎn)
7、 如果我說(shuō)你剛才說(shuō)的都是錯誤的,你怎么想?
8、 另外一個(gè)面試官馬上接話(huà),說(shuō)你像1面案例中的那個(gè)學(xué)生,還沒(méi)進(jìn)公司就開(kāi)始提意見(jiàn)
9、 你的表達能力在同齡人中是優(yōu)秀的,但你說(shuō)話(huà)時(shí)整天用“我”這個(gè)詞,說(shuō)這個(gè)詞的人一般都有個(gè)缺點(diǎn)就是缺乏換位思考,你怎么看待?
10、 你對這個(gè)崗位有什么了解
問(wèn)題大致上時(shí)這些,每人的面試時(shí)間在1個(gè)小時(shí)左右,其中一位同學(xué)在3面時(shí)面試了2次,因為兩個(gè)面試官意見(jiàn)發(fā)生了沖突,很猶豫要不要,可以看出網(wǎng)易在招聘時(shí)的態(tài)度是非常嚴謹的。
感謝戴同學(xué)對三面經(jīng)歷的慷慨提供,也祝福他早日能收到網(wǎng)易的offer!
整個(gè)筆試和面試過(guò)程就是以上這些了,下面我寫(xiě)點(diǎn)個(gè)人的建議希望能為想去網(wǎng)易工作的同學(xué)做個(gè)參考:
1、 筆試,網(wǎng)易是可以霸筆的,如果同學(xué)有心,而距離網(wǎng)易所設的考點(diǎn)都比較遠時(shí)可以在網(wǎng)易筆試前一天到達考點(diǎn)等待,收到了筆試通知更好,沒(méi)收到也無(wú)所謂,但筆試一定要參加的,網(wǎng)易對筆試成績(jì)還是很看重的
2、 面試著(zhù)裝,如果是市場(chǎng)類(lèi)的職位推薦大家穿正裝,技術(shù)類(lèi)的則不必拘泥
3、 群面的時(shí)候一定要主動(dòng),積極提出自己的看法,總結一句話(huà)就是要多說(shuō)
4、 網(wǎng)易一般是不給霸面機會(huì )的,如果要霸面,一定要提前準備充分
5、 網(wǎng)易在校招時(shí)并不很注重畢業(yè)院校、專(zhuān)業(yè)、學(xué)歷等,但最好有很多的實(shí)踐經(jīng)驗
6、 如果自己玩游戲不多,沒(méi)有玩過(guò)網(wǎng)易的游戲也沒(méi)有關(guān)系,但一定要真誠,不要遮掩
新浪面試
面試環(huán)節:
1、自我介紹,時(shí)間在三分鐘內。每個(gè)人在介紹自己前,必須對上一個(gè)人的時(shí)間控制和發(fā)言?xún)热葸M(jìn)行點(diǎn)評,時(shí)間也是3分鐘;
2、回答指定問(wèn)題,每人抽個(gè)信封,里頭有題目,但只有在叫到自己的時(shí)候才可以打開(kāi)看,看完先把題目念出來(lái),然后立刻作答,時(shí)間也是三分鐘;
3、辯論,大家分成兩個(gè)小組,確定組長(cháng)、1辯、2辯、總結陳詞;
4、考官發(fā)問(wèn);
5、自由提問(wèn)時(shí)間。
學(xué)習?shū)B(niǎo)網(wǎng)站是免費的綜合學(xué)習網(wǎng)站,提供各行各業(yè)學(xué)習資料、學(xué)習資訊供大家學(xué)習參考,如學(xué)習資料/生活百科/各行業(yè)論文/中小學(xué)作文/實(shí)用范文實(shí)用文檔等等!
聲明:本網(wǎng)站尊重并保護知識產(chǎn)權,根據《信息網(wǎng)絡(luò )傳播權保護條例》,如果我們轉載的作品侵犯了您的權利,請在一個(gè)月內通知我們,我們會(huì )及時(shí)刪除。
蜀ICP備2020033479號-4 Copyright ? 2016 學(xué)習?shū)B(niǎo). 頁(yè)面生成時(shí)間:0.301秒