• 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
  • Ron McLeod
  • paul wheaton
  • Jeanne Boyarsky
Sheriffs:
  • Paul Clapham
  • Devaka Cooray
Saloon Keepers:
  • Tim Holloway
  • Roland Mueller
  • Himai Minh
Bartenders:

Server-side Developer Opportunity [Telecommuting OK]

 
Greenhorn
Posts: 9
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Please note this is a job opportunity. please feel free to re-post. Thank you for your time.

Please mail results of the programming task below & your resume and hourly rate to molly [at] fremontconsulting.com


we are a recruiting company. we have a client that has this need. Please see the job description as well as a brief task they would like to see the candidate do to ensure he's a good fit for their work. Please let me know if you or someone you know may be a good fit. This can be done remotely; client company is on East Coast.

The ideal candidate should have extensive JavaScript client (YUI preferred) and server-side Java experience.

The project entails writing JSON API services in Java that pull data from a document-oriented database and makes the information available for the client application. The UI is rendered entirely in JavaScript on the client side and the server simply provides JSON APIs.

Experience with documented-orientated databases is not a requirement. Experience with Linux, Ant, Tomcat, Servlets, Hibernate (or another ORM tool) and MySQL is a must.

The ideal candidate will have at least five years of client and server-side development experience.

Tools/Platforms:

* Java 1.6
* Linux
* JavaScript
* MongoDB
* YUI 2.8
* TrimPath JS Lib
* Tomcat
* Git

Programming Task : client says: If someone can do this, they can do what we need.

1. Download and start MongoDB
2. Write a program in Java that:
1. Opens a database connection
2. Creates a collection
1. Collection should include the following fields:
1. id (Mongo generated)
2. name (random string)
3. timestamp (use a long field)
4. random number - double (min 0 - max 1,000).
3. Add 100 entries to the collection
4. Iterate over all of the documents in the collection
5. Print the average of all the random numbers
6. Print the sum of all the random numbers
7. Iterate over all documents in the collection and update the timestamp in each document to the current time (in ms).

Please email results of the task above & your resume and hourly rate to molly [at] fremontconsulting.com
--
Molly
Sr. Recruiter
Fremont Consulting
 
author
Posts: 14112
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Moved this from "Agile and Other Processes" to the appropriate forum.

I note that to solve that programming task, I'd need none of the listed tools beside Java or JavaScript and MongoDB. And for a competent developer with "at least five years of client and server-side development experience", it sounds like a quite boring task.

 
Author
Posts: 12617
IntelliJ IDE Ruby
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Yeah, that's a pretty low barrier to entry--OTOH, if that's all the client wants, hey. Too bad I'm not looking.
 
Ranch Hand
Posts: 2187
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Or, its a pretty fancy way to get someone to do your homework assignment...lol
 
Saloon Keeper
Posts: 28716
211
Android Eclipse IDE Tomcat Server Redhat Java Linux
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

James Clarks wrote:Or, its a pretty fancy way to get someone to do your homework assignment...lol



Actually, I've seen similar ads lately. As far as I can tell, they're looking to scoop up cheap talent, by making them audition. Which would beat the traditional industry standard way of just demanding that the applicant claim (i.e., lie)that they've worked with the product since 3 years before it was released. Or, for that matter, possess memorize-and-regurgitate certifications.

However, the problem was that the offered remuneration (when published) wasn't very attractive for the geographic area of the target audience, and, as I've said before, the ability to do complex work can no more be demonstrated by lightweight exercises than a Boy Scout First Aid merit badge indicates a qualification for neurosurgery.
 
reply
    Bookmark Topic Watch Topic
  • New Topic