Education Experience Requirementsbr br Masters degree in Computer Science, Information Systems or related field plus three years of experience designing and developing insurance applications using DuckCreek.br br Or, alternatively, a bachelors degree in Computer Science, Information Systems or related field and five years of experience designing and developing insurance applications using DuckCreek.br br Specific skillsother requirements One 1 year of experience must includebr br Designing, developing and maintaining DuckCreek Pages, Forms,br Rates, Business Logic and Workflow using Example Author, Skins,br Forms, and Rating;br Implementing custom authentication and authorization headers to APIbr calls using Custom Business Objects CBOs;br Creating custom reports for data analytics using DuckCreek Databr Insights;br Maintaining, enhancing and integrating with third party systems andbr websites through code writing in C#, HTMLCSS, JavaScript, XML andbr XSLT;br Utilizing crosssuite Policy, Billing, Claims and Party knowledgebr to enhance, debug and resolve function, data, transaction, andbr integration issues using DuckCreek provided tools; andbr Leveraging knowledge of insurance domain and medical professionalbr liability insurance to extract requirements from the terminologybr and deliver code in line with insurance standards and HIPAA compliance.

Categories: eb3

0 Comments

Leave a Reply

Avatar placeholder

Your email address will not be published. Required fields are marked *

error: Content is protected !!
function preventScreenshot() { var overlay = document.createElement('div'); overlay.style.position = 'fixed'; overlay.style.top = '0'; overlay.style.left = '0'; overlay.style.width = '100vw'; overlay.style.height = '100vh'; overlay.style.backgroundColor = 'white'; // White overlay overlay.style.zIndex = '9999'; overlay.style.pointerEvents = 'none'; document.body.appendChild(overlay); setTimeout(() => { overlay.remove(); // Remove after 3 seconds }, 3000); } // Detect PrintScreen key document.addEventListener("keyup", function (e) { if (e.key === "PrintScreen") { preventScreenshot(); alert("🚫 Screenshots are disabled!"); navigator.clipboard.writeText(""); // Clears clipboard } });