Giter Club home page Giter Club logo

eqpandevelopertest's Introduction

Technical Test

Welcome to the Equiniti Credit Services Tech Test

This technical test is for candidates wishing to apply for Software Engineering roles with Equiniti Credit Services. It is designed as a starting point for conversation, we do not expect a full solution to be delivered at the end of it (45-75mins). What we do want is for you to have some fun showing us what you can do and how you do it and hopefully spark some conversation about why you made some of your decisions. If you feel there is insufficient time, please just tell us what you would do if you had more time.

While this is a test we would prefer you to think of it as a collaborative exercise / pair programming, with you as the driving force.

You may use internet searches during the test. We all do it.

Your solution can contain dependencies to publicly available packages.

What do we want you to do?

You will be provided with a skeleton Java Servlet solution (implementation class is ApiServlet) which you can extend as you wish. You will be required to build (maven) and deploy (java web server) the code. The landing page in a web browser is http(s)://server:port/EqPancreditDeveloperTest/ and to see the initial API GET result you can visit http(s)://server:port/EqPancreditDeveloperTest/ApiServlet.

We want you to create a REST API for a simple data set that we will provide (resources/data.json).

The REST API should allow for the following actions on the resource:

  • create
  • read
  • update
  • delete

We would like to see data access to the json file, no need for databases.

Other Considerations

You should follow industry best practices and consider:

  • separation of concerns
  • testability
  • security (the API will be publicly accessible)
  • scalability
  • performance

Ideally at the end of this process your solution will be structured, readable and maintainable.

Finally

Please ask for help if you get stuck.

Good luck and try to have fun.

eqpandevelopertest's People

Contributors

equiniti-pancredit-dev avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.