版权说明:本文档由用户提供并上传,收益归属内容提供方,若内容存在侵权,请进行举报或认领
文档简介
自我介绍Goodmorning!Itisreallymyhonortohavethisopportunityforaninterview,Ihopeicanmakeagoodperformancetoday.I'mconfidentthatIcansucceed.NowiwillintroducemyselfbrieflyIam28yearsold,borninHeilongjiangprovince['prɔvins].IwasgraduatedfromHARBININSTITUTEOFTECHNOLOGYuniversity.mymajor['meidʒə]issoftwareengineeringandigotmyMaster'sdegreeaftermygraduationintheyearof2023(twothousandandten).WhenIinschool,Ispendmostofmytimeonstudy,ihavepassedCET4/6.andihaveacquiredalotsofbasicknowledgeofmymajor.Aboutthetechnology,IhaveaboutthreeyearsworkexperienceinJ2EEdevelopment.Agoodunderstandingofjavalanguage.HavingexperienceinsomepopularframeworklikeStruts2/Hibernate/Spring.Databaseprogrammingandnetworkknowledge.Webcontainertomcatweblogic.OperateSystemlikeLinuxDevelopertoolslikeMyEclipseissoHYPERLINK"app:ds:in"inHYPERLINK"app:ds:common"\t""commonHYPERLINK"app:ds:use"\t""use.InJuly[dʒʊˈlaɪ]2023,IbeganworkfordigitachinacompanyasasoftwareengineerinBeijingcity.BecauseI'mcapableofmoreresponsibilities,soIdecidedtochangemyjob.BecauseIwanttochangemyworkingenvironment,MoroverMotorolaisaglobalcompany,soIfeelIcangainthemostfromworkinginthiskindofcompanyennvironment.ThatisthereasonwhyIcomeheretocompete[kəm'pi:t]forthisposition.IthinkI'magoodteamplayerandI'mapersonofgreathonestytoothers.AlsoIamabletoworkundergreatpressure.That’sall.Thankyouforgivingmethechance.英文面试部分常问到的问题表述?1、职业的发展计划;Q:Couldyouprojectwhatyouwouldliketobedoingfiveyearsfromnowon?A:Perhaps,anopportunityatamanagementpositionwouldbemoreexciting.2、为什么要离开现在的这家公司;Q:Whydidyouleaveyourcurrentjob?A:Well,I’mhopingtogetanofferofabetterposition.Idesiredachallengepositionwhichcouldimprovemyskillsintestingfield,especiallyIwanttospecializeinautomationtestingandperformancetestingfield.IalsolikeworkinabilingualworkenvironmentwhichcouldimprovemyoralEnglish.3、工作中分派给同事的任务他们不配合怎么办(这个是根据我的情况询问的);Q:Howwillyouhandletheproblemastheworkwhichhasbeenassignedtoyourcolleagues,buttheydidnotlieinwithwhatyouhaveassignedtothem?A:Maybethemutualcommunicationwasnotenough,orthearrangementwasunreasonable.Adjustthearrangementinareasonablescope,andhavetotallycommunicationwithrelativeperson.Inaword,alloureffortwasfocusonimprovetheefficiency.4、工作中每周都会一到两次早上7点or晚上7-8点要开电话会议,你会怎么样?Q:Thereisonetimeortwiceconferencecallat7-8o’clockaweek,whatwillhappentoyou?A:Astome,Iwillattendthemeetingontime,andtakenotesoneveryimportantpoint;Aslongaswedoingthat,ourworkwouldbemoreefficientandourproductqualitywouldbeimproved.项目介绍项目规模消耗:costonemillionRMB队伍:fivepeople’steamworkforit时间:needoneyear技术描述Adoptedathree-tierstructuredesignedtoincludeperformancelayer,businesslogicanddataaccesstierlayerInperformancelayerweusestrutsframe,itimplementaMVCdesignpattern,separatetheviewer、controller、model。Reducethedependentofviewerandmodel.ThedataaccesstierlayerusedHibernateframework,it’saimplementionofORMMAPINGtechnology,causeifweoperateDatabasebydirectJDBCtype,thecodermustcostalotsoftimetolearndatabaseknowledge,andwhenweuseHibernate,coderjustknowhowtousejavaobjectisenough.ﻩJavaApplicationhasalotsofobjectstomanage.weneedtomanagetheylifecycle,andalsoneedtomanagetheybedependentoneachother,thisissocomplexandhard,developermusttakecareofthisalot.soifweuseSpringframework,developerjustneedtoknowwhitchobjecttheyneed,don’thavatoknowwheretheyare,letdeveloperjustbeinterestedinbusinesslogicisenough.AndintheDBlayer,weuseOracledatabases.DataWareHouseandDataMarket.ThewebcontainerisWeblogic.StrutsTheApacheStrutswebframeworkisafreeopen-sourcesolutionforcreatingJavawebapplications.WebapplicationsbasedonJavaServerPagessometimescommingle[kɔ'miŋɡl]databasecode,pagedesigncode,andcontrolflowcode.Inpractice,wefindthatunlesstheseconcernsareseparated,largerapplicationsbecomedifficulttomaintain.Onewaytoseparateconcerns[kən'sə:n]inasoftwareapplicationistouseaModel-View-Controller(MVC)architecture.TheModelrepresents[,repri'zent]thebusinessordatabasecode,theViewrepresentsthepagedesign[di'zain]code,andtheControllerrepresentsthenavigationalcode.TheStrutsframework['freimwə:k]isdesignedtohelpdeveloperscreatewebapplicationsthatuseaMVCarchitecture.Theframeworkprovidesthreekeycomponents:HibernateIsaOpenSourcepersistencetechnolog.HibernatemapstheJavaclassestothedatabasetables.HYPERLINK""Historically,HibernatefacilitatedthestorageandretrievalofJavadomainobjectsviaHYPERLINK""Object/RelationalMapping.Today,HibernateisacollectionofrelatedprojectsenablingdeveloperstoutilizePOJO-styledomainmodelsintheirapplicationsinwaysextendingwellbeyondObject/RelationalMapping.HibernateisanHYPERLINK""\o"Object-relationalmapping"object-relationalmapping(ORM)libraryfortheHYPERLINK"(programming_language)"\o"Java(programminglanguage)"Javalanguage,providingaHYPERLINK""\o"Softwareframework"frameworkformappinganHYPERLINK""\o"Object-orientedprogramming"object-orientedHYPERLINK""\o"Domainmodel"domainmodeltoatraditionalHYPERLINK""\o"Relationaldatabase"relationaldatabase.HibernatesolvesHYPERLINK""\o"Object-relationalimpedancemismatch"object-relationalimpedancemismatchproblemsbyreplacingdirectHYPERLINK"(computer_science)"\o"Persistence(computerscience)"persistence-relateddatabaseaccesseswithhigh-levelobjecthandlingfunctions.Hibernate'sprimaryfeatureismappingfromJavaclassestodatabasetables(andfromJavadatatypesto\o"SQL"SQLdatatypes).Hibernatealsoprovidesdataqueryandretrievalfacilities.HibernategeneratestheSQLcallsandattemptstorelievethedeveloperfrommanualresultsethandlingandobjectconversionandkeeptheapplicationportabletoallsupportedSQLdatabaseswithlittleperformanceoverhead.SpringInversionofControlcontainer(DependencyInjection)CentraltotheSpringFrameworkisitsHYPERLINK""\o"InversionofControl"InversionofControlcontainer,whichprovidesaconsistentmeansofconfiguringandmanagingJavaobjectsusingHYPERLINK"(computer_science)"\o"Callback(computerscience)"callbacks.Thecontainerisresponsibleformanagingobjectlifecycles:creatingobjects,callinginitializationmethods,andconfiguringobjectsbywiringthemtogether.ObjectscreatedbythecontainerarealsocalledManagedObjectsorBeans.Typically,thecontainerisconfiguredbyloadingXMLfilescontainingBeandefinitionswhichprovidetheinformationrequiredtocreatethebeans.ObjectscanbeobtainedbymeansofDependencylookuporHYPERLINK""\o"Dependencyinjection"Dependencyinjection.Dependencylookupisapatternwhereacallerasksthecontainerobjectforanobjectwithaspecificnameorofaspecifictype.Dependencyinjectionisapatternwherethecontainerpassesobjectsbynametootherobjects,viaeitherHYPERLINK"(computer_science)"\o"Constructor(computerscience)"constructors,properties,orHYPERLINK""\o"Factorymethodpattern"factorymethods.InmanycasesoneneednotusethecontainerwhenusingotherpartsoftheSpringFramework,althoughusingitwilllikelymakeanapplicationeasiertoconfigureandcustomize.TheSpringcontainerprovidesaconsistentmechanismtoconfigureapplicationsandintegrateswithalmostallJavaenvironments,fromsmall-scaleapplicationstolargeenterpriseapplications.Thecontainercanbeturnedintoapartially-compliantHYPERLINK""\o"EJB"EJB3containerbymeansoftheHYPERLINK""Pitchforkproject.Some[HYPERLINK":Avoid_weasel_words"\o"Wikipedia:Avoidweaselwords"who?]criticizetheSpringFrameworkfornotcomplyingwithstandards.HYPERLINK""\l"cite_note-4"[5]However,HYPERLINK""SpringSourcedoesn'tseeEJB3complianceasamajorgoal,andclaimsthattheSpringFrameworkandthecontainerallowformorepowerfulprogrammingmodels.HYPERLINK""\l"cite_note-5"[6]Aspect-orientedprogrammingframeworkTheSpringFrameworkhasitsown\o"Aspect-orientedprogramming"AOPframeworkwhichmodularizesHYPERLINK""\o"Cross-cuttingconcern"cross-cuttingconcernsinHYPERLINK"(computer_science)"\o"Aspect(computerscience)"aspects.ThemotivationforcreatingaseparateAOPframeworkcomesfromthebeliefthatitwouldbepossibletoprovidebasicAOPfeatureswithouttoomuchcomplexityineitherdesign,implementation,orconfiguration.TheSpringAOPframeworkalsotakesfulladvantageoftheSpringContainer.TheSpringAOPframeworkisinterceptionbased,andisconfiguredatHYPERLINK"(program_lifecycle_phase)"\o"Runtime(programlifecyclephase)"runtime.ThisremovestheneedforacompilationsteporHYPERLINK""\o"Load-timeweaving(pagedoesnotexist)"load-timeweaving.Ontheotherhand,interceptiononlyallowsforpublicorprotectedmethod-executiononexistingobjectsataHYPERLINK""\o"Joinpoint"joinpoint.ComparedtotheHYPERLINK""\o"AspectJ"AspectJframework,SpringAOPislesspowerfulbutalsolesscomplicated.Spring1.2includessupporttoconfigureAspectJHYPERLINK"(computer_science)"\o"Aspect(computerscience)"aspectsinthecontainer.Spring2.0addedmoreintegrationwithAspectJ;forexample,theHYPERLINK""\o"Pointcut"pointcutlanguageisreusedandcanbemixedwithSpAOP-basedaspects.Further,Spring2.0addedaSpringAspectslibrarywhichusesAspectJtooffercommonSpringfeaturessuchasdeclarativetransactionmanagementanddependencyinjectionviaAspectJcompile-timeorload-timeweaving.HYPERLINK""\o"SpringSource"SpringSourcealsousesAspectJforAOPinotherSpringprojectssuchasHYPERLINK""\o"SpringRoo"SpringRooandSpringInsight,withHYPERLINK""\o"SpringSecurity"SpringSecurityalsoofferinganAspectJ-basedaspectlibrary.SpringAOPhasbeendesignedtomakeitabletoworkwithcross-cuttingconcernsinsidetheSpringFramework.AnyobjectwhichiscreatedandconfiguredbythecontainercanbeenrichedusingSpringAOP.TheSpringFrameworkusesSpringAOPinternallyfortransactionmanagement,security,remoteaccess,andHYPERLINK""\o"JMX"JMX.Sinceversion2.0oftheframework,SpringprovidestwoapproachestotheAOPconfiguration:schema-basedapproach.@AspectJ-basedannotationstyle.TheSpringteamdecidednottointroducenewAOP-relatedterminology;therefore,intheSpringreferencedocumentationandAPI,termssuchasHYPERLINK""\o"Aspect"aspect,HYPERLINK""\o"Joinpoint"joinpoint,HYPERLINK"(computer_science)"\o"Advice(computerscience)"advice,HYPERLINK""\o"Pointcut"pointcut,introduction,HYPERLINK""\o"Targetobject(pagedoesnotexist)"targetobject(HYPERLINK""\o"Advisedobject(pagedoesnotexist)"advisedobject),HYPERLINK""\o"AOPproxy(pagedoesnotexist)"AOPproxy,andweavingallhavethesamemeaningsasinmostotherAOPframeworks(particularlyHYPERLINK""\o"AspectJ"AspectJ).TransactionmanagementframeworkSpring'stransactionmanagementframeworkbringsanabstractionmechanismtotheJavaplatform.Itsabstractioniscapableof:workingwithlocalandHYPERLINK""\o"Distributedtransaction"globaltransactions(localtransactiondoesnotrequireanHYPERLINK""\o"Applicationserver"applicationserver)workingwithHYPERLINK""\o"Nestedtransaction"nestedtransactionsworkingwithtransactionsafepointsworkinginalmostallenvironmentsoftheHYPERLINK""\o"Javaplatform"JavaplatformIncomparison,HYPERLINK""\o"JavaTransactionAPI"JTAonlysupportsHYPERLINK""\o"Nestedtransaction"nestedtransactionsandHYPERLINK""\o"Distributedtransaction"globaltransactions,andrequiresanHYPERLINK""\o"Applicationserver"applicationserver(andinsomecasesalsodeploymentofapplicationsinanapplicationserver).TheSpringFrameworkshipsaPlatformTransactionManagerforanumberoftransactionmanagementstrategies:TransactionsmanagedonaHYPERLINK""\o"JDBC"JDBCConnectionTransactionsmanagedonHYPERLINK""\o"Object-relationalmapping"Object-relationalmappingUnitsofWorkTransactionsmanagedviatheJTATransactionManagerandUserTransactionTransactionsmanagedonotherresources,likeHYPERLINK""\o"Objectdatabase"objectdatabasesNexttothisabstractionmechanismtheframeworkalsoprovidestwowaysofaddingtransactionmanagementtoapplications:Programmatically,byusingSpring'sTransactionTemplateConfiguratively,byusingHYPERLINK""\o"Metadata"metadatalikeXMLorJava5HYPERLINK""\o"Annotation"annotationsTogetherwithSpring'sdataaccessframework—whichintegratesthetransactionmanagementframework—itispossibletosetupatransactionalsystemthroughconfigurationwithouthavingtorelyonJTAorHYPERLINK""\o"EJB"EJB.ThetransactionalframeworkalsointegrateswithHYPERLINK""\o"JavaMessageService"messa
温馨提示
- 1. 本站所有资源如无特殊说明,都需要本地电脑安装OFFICE2007和PDF阅读器。图纸软件为CAD,CAXA,PROE,UG,SolidWorks等.压缩文件请下载最新的WinRAR软件解压。
- 2. 本站的文档不包含任何第三方提供的附件图纸等,如果需要附件,请联系上传者。文件的所有权益归上传用户所有。
- 3. 本站RAR压缩包中若带图纸,网页内容里面会有图纸预览,若没有图纸预览就没有图纸。
- 4. 未经权益所有人同意不得将文件中的内容挪作商业或盈利用途。
- 5. 人人文库网仅提供信息存储空间,仅对用户上传内容的表现方式做保护处理,对用户上传分享的文档内容本身不做任何修改或编辑,并不能对任何下载内容负责。
- 6. 下载文件中如有侵权或不适当内容,请与我们联系,我们立即纠正。
- 7. 本站不保证下载资源的准确性、安全性和完整性, 同时也不承担用户因使用这些下载资源对自己和他人造成任何形式的伤害或损失。
最新文档
- 租别人门面房合同
- 个人汽车抵押贷款合同样本
- 企业团建旅行合同
- 知识产权过户合同模板
- 2025届安徽省黄山市“八校联盟”高三物理第一学期期末达标检测模拟试题含解析
- 安徽省黄山市屯溪区屯溪第一中学2025届物理高三上期末学业质量监测试题含解析
- 2025届湖南省百所重点高中高三上物理期中经典试题含解析
- 月嫂24小时服务雇佣合同
- 2025届湖南省名校联盟物理高一上期中学业质量监测模拟试题含解析
- 2024年附属工程合同范本
- DB3205-T 1126-2024非物质文化遗产档案建设与管理规范
- 2024-2030年中国汽车凸轮轴行业需求状况及未来发展策略研究报告版
- 2024年企业合并协议与合同
- 学生自主管理班级制度
- 小红书种草营销师模拟题及答案(单选+多选+判断)
- 天津市2024-2025学年高一上学期11月期中考试 化学试题(无答案)
- 2024年居间服务合同:新能源项目开发与合作
- 教师资格考试初级中学数学面试试题及解答参考(2024年)
- 2024年合同外增加工程量情况说明(1020字)
- 2024甘肃省水务投资限责任公司引洮供水公司招聘42人高频难、易错点500题模拟试题附带答案详解
- 明清古家具鉴赏智慧树知到期末考试答案章节答案2024年东北林业大学
评论
0/150
提交评论