Skip to content

bascoli/COS-Coding-Test

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 

Repository files navigation

COS-Coding-Test

This is a coding exercise to test your skills in Intersystems Caché Object Script/Ensemble Frameworks. Please fork this repository to your own GitHub page and commit your most readable and well organized "production-ready code". Here's the problem statement:

Longest Palidrome

Create an Ensemble Production that will:

  1. Pick up a text file with a comma separated list of strings
  2. Find the longest palindromic substring of each string
  3. Store the resulting substring into a global indexed by the input string
  4. Write the substring results to a text file (one per line)

Notes/Hints

  • Use Ensemble concepts wherever practical (business services/process/operations)
  • Our users do not utilize the Ensemble Management Portal to manage our application; we are looking for custom ObjectScript classes over business hosts with BPL/DTL logic
  • Don't have your own instance of Intersystems Iris/HealthConnect? Get the community edition download or use the online IDE to get started right away

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published