Coder Social home page Coder Social logo

coding-test's Introduction

HIER DIGITAL CODING TEST

SOAL 1

Level Beginner Waktu : 20 menit

Buatlah program untuk mencari huruf pertama yang duplikat.

Contoh 1:

Input : ABCA, Output : A

Contoh 2:

Input : ABCDEBE, Output : B

SOAL 2

Level : Intermediate, Waktu : 60 menit

Ada sebuah tangga dengan N langkah. Anda bisa menaiki 1 - 2 langkah sekaligus. Buatlah fungsi untuk mentukan urutan2 langkah tersebut. Misalnya N = 3 maka ada 3 kemungkinan cara untuk menaiki tangga Contoh : Input : 3 Output : [1, 1, 1], [1, 2], [2, 1]

Input : 4 Output : [1, 1, 1, 1], [1, 1, 2], [1, 2, 1], [2, 1, 1], [2, 2]

SOAL 3

Level : Intermediate, Waktu : 90 Menit

Buatkan program bank sederhana menggunakan Laravel terbaru. Feature :

  • Login, Register, Topup, Withdraw & laporan mutasi
  • Saran untuk pengembangan program tersebut.

coding-test's People

Contributors

jwsdigital1 avatar same07 avatar

Watchers

 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.