資源描述:
《銀行測試面試題庫》由會(huì)員上傳分享,免費(fèi)在線閱讀,更多相關(guān)內(nèi)容在教育資源-天天文庫。
1、1.答案題目正確性為80%以上。單選題1.若類A繼承B,下列哪個(gè)寫法是正確的是(B)publicclassA,B{}publicclassAextendsB{}publicclassAB{}publicclassAextendB{}2.如果自動(dòng)化過程中出現(xiàn)兩個(gè)一樣的Brower對象,則需要通過下面哪種識別方式識別?如果同一個(gè)頁面出現(xiàn)兩個(gè)一樣的WebEdit對象,則需要通過下面哪種識別方式識別?a)objectsidentifierb)ordinalidentifierc)SMARTIDidentifierd)originalident
2、ifierBBABCBBA3.下面哪種寫法是正確的?Bselectcategory,AVG(productprice)平均價(jià)格fromproductinfogroupbyproductpriceHAVINGAVG(category)>2000;20currencydeposit,weprescribeapassonaregularbasis,qilucardaccountonaregularbasis),certificatebondsandsavingsbonds(electronic);3.notdrawnonabanksavin
3、gscertificate,certificatebondsapplyformortgageloans,acceptingonlythelenderselectcategory,AVG(productprice)平均價(jià)格fromproductinfogroupbycategoryHAVINGAVG(productprice)>2000;selectcategory,AVG(productprice)平均價(jià)格fromproductinfogroupbyproductpriceHAVINGproductprice>2000;selectc
4、ategory,AVG(productprice)平均價(jià)格fromproductinfogroupbyproductpriceHAVINGcategory>2000;4.下列描述中正確的是(C)軟件工程主要解決軟件產(chǎn)品的生產(chǎn)率問題。軟件工程只是解決軟件項(xiàng)目的管理問題軟件工程的主要思想是強(qiáng)調(diào)在軟件開發(fā)過程中需要應(yīng)用工程化的原則。軟件工程只是解決軟件開發(fā)中的技術(shù)問題。5.下面有關(guān)系統(tǒng)并發(fā)訪問數(shù)估算數(shù)據(jù)那個(gè)最有效:D同時(shí)在線用戶數(shù)100高峰時(shí)段日處理業(yè)務(wù)量100000平均每秒用戶請求數(shù)50高峰時(shí)段平均每秒請求數(shù)806.關(guān)于進(jìn)程的敘述哪一項(xiàng)是
5、不正確的B20currencydeposit,weprescribeapassonaregularbasis,qilucardaccountonaregularbasis),certificatebondsandsavingsbonds(electronic);3.notdrawnonabanksavingscertificate,certificatebondsapplyformortgageloans,acceptingonlythelender一個(gè)進(jìn)程的工作沒有完成之前,另一進(jìn)程就可開始工作,則稱這些進(jìn)程具有并發(fā)性可同時(shí)執(zhí)行的進(jìn)
6、程是指若干進(jìn)程同時(shí)占用處理器一個(gè)進(jìn)程獨(dú)占處理器時(shí)其執(zhí)行結(jié)果只取決于進(jìn)程本身進(jìn)程并發(fā)執(zhí)行時(shí)其執(zhí)行結(jié)果與進(jìn)程執(zhí)行的相對速度有關(guān)7.操作系統(tǒng)具有進(jìn)程管理、存儲(chǔ)管理、文件管理和設(shè)備管理的功能,在以下有關(guān)的描述中,哪一個(gè)是不正確的A存儲(chǔ)管理主要是管理內(nèi)存資源設(shè)備管理是指計(jì)算機(jī)系統(tǒng)中除了CPU和內(nèi)存以外的所有輸入、輸出設(shè)備的管理進(jìn)程管理主要是對程序進(jìn)行管理文件管理可以有效地支持對文件的操作,解決文件共享、保密和保護(hù)問題8.文件的存取方式是由文件的性質(zhì)和用戶使用文件的情況而確定的,一般有兩種存取方式,它們是A順序存取和隨機(jī)存取順序存取和鏈接存取直接
7、存取和間接存取只讀存取和讀寫存取20currencydeposit,weprescribeapassonaregularbasis,qilucardaccountonaregularbasis),certificatebondsandsavingsbonds(electronic);3.notdrawnonabanksavingscertificate,certificatebondsapplyformortgageloans,acceptingonlythelender9.評估下面的一組SQL語句:CREATETABLEdept(d
8、eptnoNUMBER(2),dnameVARCNAR2(14),1ocVARCNAR2(13));ROLLBACK;DESCRIBEDEPT下面關(guān)于該組語句的哪個(gè)描述是正確的?CROLLBACK語句將釋放DEPT占用的