Langsung ke konten utama
Test Interview Save to PDF

Test Interview English

STANDARD TEST HOTELIER

  • Tell us about yourself?
  • What do you know about the company?
  • Why do you want to join with the company?
  • Why did you applied for this job? Why did you leave your last job?
  • What do you enjoy about your current job?
  • Why should we hire you? What are you qualification for this job?
  • What about the salary?
  • What are your career goal and future plans? How long do you plan to work here?
  • Your Strength and weakness?
  • How many times you called in sick in the last year?
  • Challenges to be a Front Office Clerk?

CASE BY CASE

  • How do you when handling guest complaint?
  • Describe a stressful situation in which you have to use your communication skill or problem solving skills? And what the result?
  • How did you handle a critized?
  • Describe how you prioritiez implausible deadline?
  • Do you have any blind spots?
  • What the best and worst examole of customer service that you have come across?

  • Best:
    Worst:

Komentar

Postingan populer dari blog ini

Install adb on mac os

Delete your old installation (optional)  rm -rf ~/.android-sdk-macosx/ Download  adb   Go folder download  cd Download Unzip file unzip platform-tools-latest*. zip Create and move adb mkdir ~/.android-sdk-macosx mv platform-tools/ ~/.android-sdk-macosx/platform-tools Add platform your path echo 'export PATH=$PATH:~/.android-sdk-macosx/platform-tools/' >> ~/.bash_profile Refresh your bash profile (restart terminal) source ~/.bash_profile Start adb devices adb devices

Install Repository Linux Backtrack

Langsung aja. Buka terminal. $  sudo wget http://all.repository.backtrack-linux.org/backtrack.gpg kemudian add key backtrack.gpg $ sudo apt-key add backtrack.gpg Tambahkan source backtrack  $ sudo gedit /etc/apt/sources.list Masukan reponya: deb http://all.repository.backtrack-linux.org revolution main microverse non-free testing deb http://32.repository.backtrack-linux.org revolution main microverse non-free testing deb http://source.repository.backtrack-linux.org revolution main microverse non-free testing Save > Close Kemudian  $ sudo apt-get update Jika gk error brati ok.. Tinggal install aja nama aplikasinya $ sudo apt-get install sqlmap cara bukanya ada di folder pentes $ cd /pentes/database/sqlmap Cara penggunaannya: Untuk melakukan scanning terhadap Target [URL] ./sqlmap.py -u [url] Untuk mendapatkan informasi database Target [URL] ./sqlmap.py -u [url] –dbs Untuk mendapatkan informasi table di database Target...