• 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
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

advice please.......

 
Ranch Hand
Posts: 67
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,
I have to appear an interview next week. The type of question that they are going to ask is only about my project works. I have done 3 projects including my course projects but they didn't gave me much expossure. So can you please give me an idea about what type of question they can ask ? I have done online shopping projects. The database used is ms access and oracle(sql).
From where can I get an online tutorial of rdbms?
Please help me.....its only a little time for me for the preparation.....
Thanks.
 
Ranch Hand
Posts: 346
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Originally posted by jyotsna varma:
Hi,
I have to appear an interview next week. The type of question that they are going to ask is only about my project works. I have done 3 projects including my course projects but they didn't gave me much expossure. So can you please give me an idea about what type of question they can ask ? I have done online shopping projects. The database used is ms access and oracle(sql).
From where can I get an online tutorial of rdbms?
Please help me.....its only a little time for me for the preparation.....
Thanks.


First note, MS Access is a front its not considered a real db because of its lack of supporitng full SQL...don;t refer to in the interview; instead refer to your work with Oracle!
Here is a question they might ask ..given that you don't want sql statments in java code so as to avoid the prevention of scaling or database independence what woudl be your solution to achieve this goal?
The answer is Java Frameworks both on the applicaiton server side and a good dose ao frameworks on the java persitence side..
Did you cover any java frameworks in your project?
 
Friend
Ranch Hand
Posts: 67
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Thank you very much Fred.
If you have more about this please let me know.
Jyotsna.
 
Ranch Hand
Posts: 164
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Here's an excellent "quick & dirty" SQL tutorial: SQL for Web Nerds
 
Friend
Ranch Hand
Posts: 67
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Thank you Thomas.
 
Roses are red, violets are blue. Some poems rhyme and some don't. And some poems are a tiny ad.
a bit of art, as a gift, the permaculture playing cards
https://gardener-gift.com
reply
    Bookmark Topic Watch Topic
  • New Topic