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

Interview by [Company] Java developer

 
Greenhorn
Posts: 11
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I want to prepare for my technical interview rounds by [Company] (Mumbai branch).What questions are asked by [Company] for 5 years experience Java developer?
 
author
Posts: 23958
142
jQuery Eclipse IDE Firefox Browser VI Editor C++ Chrome Java Linux Windows
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Company name removed as specified by policy ... https://coderanch.com/t/31504/Jobs/careers/Guidelines-Job-Discussion
 
Author
Posts: 3473
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
You have no control over what questions get asked.

1. Go through your resume and refresh your experiences and know your CV inside out.
2. Research about the organization and prepare why you want work for them.
3. Go through the specs, and brush up on the core concepts.


How to prepare for Java job interviews?
 
Ranch Hand
Posts: 10198
3
Mac PPC Eclipse IDE Ubuntu
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

MeghnaN Shah wrote:I want to prepare for my technical interview rounds by [Company] (Mumbai branch).What questions are asked by [Company] for 5 years experience Java developer?



What sort of questions do you expect?
 
Author
Posts: 27
5
Mac IntelliJ IDE Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I think the "5 years" experience bit is irrelevant. Are you going for a junior or senior position? Both will be fairly similar, but with senior you'll be expected more to be able to design and make technical choices with clear consideration. One of my favourite questions to ask is "Tell me about Spring"- the candidate can then show they know about DI/IOC etc, but I then follow up with "Do you like it? Would you use it in a new project?". A junior dev will simply say yes or no without any particular thought, just reacting to their experience. A senior dev will be more aware of the other options and the limitations/benefits of Spring and be able to articulate whatever their opinion is.

One of my other favourites for senior guys is "Tell me about your system" (you can read in detail at http://www.corejavainterviewquestions.com/tell-me-about-your-system) where you draw out your current system and we deep dive into the architecture and technology choices. Can you clearly articulate the requirements for a system and how that influenced the architecture (e.g. something is high throughput, low latency, batch etc. etc.).

More generally, study Data Structures and algorithms, object oriented programming, garbage collection.
 
catch it before it slithers away! Oh wait, it's a tiny ad:
Gift giving made easy with the permaculture playing cards
https://coderanch.com/t/777758/Gift-giving-easy-permaculture-playing
reply
    Bookmark Topic Watch Topic
  • New Topic