• 转自 http://www.orafaq.com/wiki/Interview_Questions
  • Tell us about yourself/ your background.
  • What are the three major characteristics that you bring to the job market?
  • What motivates you to do a good job?
  • What two or three things are most important to you at work?
  • What qualities do you think are essential to be successful in this kind of work?
  • What courses did you attend? What job certifications do you hold?
  • What subjects/courses did you excel in? Why?
  • What subjects/courses gave you trouble? Why?
  • How does your previous work experience prepare you for this position?
  • How do you define 'success'?
  • What has been your most significant accomplishment to date?
  • Describe a challenge you encountered and how you dealt with it.
  • Describe a failure and how you dealt with it.
  • Describe the 'ideal' job... the 'ideal' supervisor.
  • What leadership roles have you held?
  • What prejudices do you hold?
  • What do you like to do in your spare time?
  • What are your career goals (a) 3 years from now; (b) 10 years from now?
  • How does this position match your career goals?
  • What have you done in the past year to improve yourself?
  • In what areas do you feel you need further education and training to be successful?
  • What do you know about our company?
  • Why do you want to work for this company. Why should we hire you?
  • Where do you see yourself fitting in to this organization ...initially? ...in 5 years?
  • Why are you looking for a new job?
  • How do you feel about re-locating?
  • Are you willing to travel?
  • What are your salary requirements?
  • When would you be available to start if you were selected?

Oracle 面试宝典 - General Questions的更多相关文章

  1. java面试宝典(蓝桥学院)

    Java面试宝典(蓝桥学院) 回答技巧 这套面试题主要目的是帮助那些还没有java软件开发实际工作经验,而正在努力寻找java软件开发工作的学生在笔试/面试时更好地赢得好的结果.由于这套试题涉及的范围 ...

  2. Java面试宝典2013版(超长版)

    一. Java基础部分......................................................................................... ...

  3. Java面试宝典2014版

    一. Java基础部分......................................................................................... ...

  4. Java 面试宝典-2017

    http://www.cnblogs.com/nelson-hu/p/7190163.html Java面试宝典-2017   Java面试宝典2017版 一. Java基础部分........... ...

  5. Java面试宝典-2017

    Java面试宝典2017版 一. Java基础部分........................................................................... ...

  6. Java面试宝典2018

    转 Java面试宝典2018 一. Java基础部分…………………………………………………………………………………….. 7 1.一个“.java”源文件中是否可以包括多个类(不是内部类)?有什么限制 ...

  7. java 软件开发面试宝典

    一. Java 基础部分........................................................................................ ...

  8. 最全的Java面试宝典

    一. 前言部分 从享受生活的角度上来说:“程序员并不是一种最好的职业,我认为两种人可以做程序员,第一,你不做程序员,你就没有什么工作可做,或者说是即使有可以做的工作但是你非常不愿意去做:第二,你非常痴 ...

  9. java面试宝典2019(好东西先留着)

    java面试宝典2019 1.meta标签的作用是什么 2.ReenTrantLock可重入锁(和synchronized的区别)总结 3.Spring中的自动装配有哪些限制? 4.什么是可变参数? ...

随机推荐

  1. JavaScript 模块化加载

    存在AMD(Asynchronous Module Definition异步模块定义)规范和CMD(Common Module Definition通用模块定义)规范.对于依赖的模块,AMD是提前执行 ...

  2. spring中解析xml

    解析xml有SAX,Stax,dom等方式,那么spring中是如何解析xml文件的呢? Document doc = this.documentLoader.loadDocument( inputS ...

  3. hadoop单线程实现server多socket连接读取数据原理分析

    一.问题引出. Hadoop 的Server 采用了Java 的NIO,这样的话就仅需要为每一个socket 连接建立一个线程,读取socket 上的数据.在Server 中,只需要一个线程,就可以a ...

  4. Python程序的执行原理(转载)

    Python程序的执行原理 2013-09-17 10:35 佚名 tech.uc  1. 过程概述 Python先把代码(.py文件)编译成字节码,交给字节码虚拟机,然后虚拟机一条一条执行字节码指令 ...

  5. 吴柄锡 github----MHA helper

    https://github.com/wubx http://www.cnblogs.com/kissdb/p/4009620.html

  6. 使用strace追踪多个进程

    http://www.ttlsa.com/tools/use-strace-to-track-multiple-processes/  strace是Linux环境下的一款程序调试工具,用来监察一个应 ...

  7. 他们都没告诉你适配 Android N 需要注意什么

    还记得 6.0 对 Apache Http 库的废除导致的应用崩溃吗?还记得 6.0 中 MAC id 始终返回为空导致的唯一 id 混合生成算法大幅失效吗? 1. Android 中 Java 的实 ...

  8. 第四篇:python 高级之面向对象初级

    python 高级之面向对象初级   python 高级之面向对象初级 本节内容 类的创建 类的构造方法 面向对象之封装 面向对象之继承 面向对象之多态 面向对象之成员 property 1.类的创建 ...

  9. Quartz Features

    Runtime Environments Quartz can run embedded within another free standing application Quartz can be ...

  10. <html:text> Id属性

    可能 会遇到这样 的问题,需要通过document.getElementById得到<html:text>标签的id, 可是据说ie设置property后id就是一样的了,不过具体没有去测 ...