• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Ron McLeod
  • Liutauras Vilda
  • Paul Clapham
  • paul wheaton
Sheriffs:
  • Tim Cooke
  • Devaka Cooray
  • Rob Spoor
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Tim Moores
  • Carey Brown
  • Mikalai Zaikin
Bartenders:

a interview with a webpay company

 
Ranch Hand
Posts: 42
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I will have a interview with a company which doing secure online payment transactions on next
Tuesday. I applied a position as java software developer.
Are there any technical security
questions on the web, so I can prepare with.
Please help.
If I can get the job. I will bug beers for you.
 
Author
Posts: 6055
8
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I'd brush up on my security vocabulary. Even if they don't expect you to do crypto work, they'll probably want someone with some familiarity with crypto and security concepts. Here are some below, off the top of my head.
Basic terms & concepts:
Encryption / Decryption
Cipher
Hash
Public key cryptography
Symmetric key cryptography
Eliptic curve cryptography
Certificates
Certificate chaining
Authentication vs. Authorization

Algorithms & Protocols:
DES, AES, SSL, RSA, El Gamal, Blowish, Twofish, RC2, RC4, RC5
Threats:
Man-in-the-middle attack
Denial-of-service attack
Overwriting memory / Buffer overflow
If you really want to impress them, read some basic cyrpto ideas and learn how the community uses the standard set of players: Alice, Bob, Eve, and Mallory, so you can use them in your answers.

--Mark
 
Michelle Lee
Ranch Hand
Posts: 42
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Thank you mark for the advice. I very appreciated
it
 
Die Fledermaus does not fear such a tiny ad:
a bit of art, as a gift, that will fit in a stocking
https://gardener-gift.com
reply
    Bookmark Topic Watch Topic
  • New Topic