0% found this document useful (0 votes)
5 views

InterView1 (1)

Uploaded by

Nitesh Gupta
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
5 views

InterView1 (1)

Uploaded by

Nitesh Gupta
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 3

Introduction

I am Shujan kr ray.i am from Assam at present i am living in Bangalore.


I am currently working with Capillary Technology.

Capillary Technology as a Java Developer with 2.1+ years of experience and have been working on a
Health Insurance Domain.
In Current Orgainisation i work on USA Gov. project.

"I developed the Insurance System for Health (ISH), a health insurance platform featuring
modules like User Management, Data Collection, Correspondence, and Eligibility
Determination. Utilizing technologies such as Spring Boot, Hibernate, JPA, RESTful Web Services,and
Micro services with MySQL as the database.
I developed the Insurance System for Health (ISH), a comprehensive health insurance platform comprising
modules such as User Management, Data Collection, Correspondence, and Eligibility
Determination. Utilizing technologies such as Spring Boot, Hibernate, JPA, and RESTful Web Services,
following a microservices architecture,with MySql as the database.

Roles and responsibilities for developing RESTful APIs in your project:-


1:- Developed RESTful APIs for modules like User Management, Data Collection, Correspondence,
and Eligibility Determination using Spring Boot.
2:- Implemented database operations with Hibernate, JPA, and Oracle for efficient data handling.
3:- Secured APIs with Spring Security, enabling role-based access control.
4:- Conducted unit testing using JUnit 5 and validated APIs with Postman.
5:- Deployed APIs in a microservices architecture for scalability and modular functionality.

Company Address:
Capillary Technologies India Limited, 101/360, 15th Cross Rd, Sector 4, HSR Layout, Bengaluru, Karnataka 560102

Job change reason


I am looking for new opportunities to enhance my skills, work on challenging projects, and grow
professionally in a dynamic environment.

Genetech Software solutions private limited. Java - 2.1 years


(Hyderabad) Spring Boot – 2.1 years
(Offer latter) (Payroll) Microsearvise – 1 years

DevOps – 7 month

MySQL- 2.2 years


Major Project
Name :: ISH (Insurance System for Health)

Client Org :: California State Govt (USA)

Enviroment :: Java, JEE , spring boot , Micorservices , MySQL, AWS and etc..

Description :: The main agenda of this project is to provide fully integrated single point online platform to apply for
health and insurance plans for the citizens of | CA(California) state based on life situations and profiles CA State
GOVT basically offers the following schems /plans for its citizens

a) SNAP

b) CCAP

c) Medicaid

d) Medicare

e) QHP (Qualified Health Plan)

=> SNAP is a food stamp program for citizens , SNAP is applicable only for the citizens who are having no-income
or low-income

(SNAP :: Supplemental Nutrition Assistance Program)

=> CCAP is a Children program ,CCAPis applicable for the families who are having kids and less income

(CCAP --Child Care Assistence Program)

=> Medicaid isa health plan , Medicaid is applicable for the citizens with limited income and resources

=> Medicare is health plan , Medicare is applicable for the citizens who are having above 65 years

=> QHP ( Qualified Health Plan) :: It is commercial health Plan that citizens can purchase

note:: Every Planis having some rules or parameters to get verified ,if citizens satisfy those rules or parameters then
only our app/project will approve the applications

Process to follow :

=> Citizens apply for these plans using ISH Project

=> ISH Project will collect citizens data and it will determine weather citizen is elgible for that project or not

=> if the citizen data matches with that plan rules then citizen will be approved for the plans else the citizen will
denied for the plans

=> if the citizen is approved for the plan , he will get monthly benifit

=>Citizens should to go nearest DHS office for applying plans and for approval or denial for the plans
Elgibility Determinitation Module (ED Module)

=> Once the Data collection is completed using DC module, we need to proceed for ED module to determine
weather citizen elgible for applied plans or not
=> Elgibility for plans should be decided basedon plan _elgibility conditions and given data of the citizen
=> Once the ED module completes the elgibility detemintiation , the data(record) should be inserted to
JR701_ED_ELGIBILITY_DETAILS db table and should also be inserted to JR701_CO_TRIGGERS db table
Elgibility Determination Rest API
input :: caseNo
output :: Eligible citizen and plan info
(caseNo, holderName, holderSSN , planName, planStatus , start Date, end Date, benefit amount, denial reson)
plan conditions
SNAP plan Condition
CCAP plan condition
citizen employment_income <=300citizenemploymentincome<=300citizenemploymenti
ncome<=300 + kids count >0 + each kid age <=16
Medaid plan con
MedCare plan Condition ::
CAJW plan condition ::
QHP plan condition ::
itizen employment_income <=300$ + property_income ==
citizen age >=65 +
citizen isjobless + citizenis graduated
Can be applied by any citizen

Db tables
JR701_ELGIBILITY_DETEMINATION
ED_TRACE_ID
CASE_NUMBER
HOLDER_NAME
(PK)
JR701_CO_TRIGGERS
HOLER_SSN = =
PLAN_NAME CO_TRIGGER_ID PK
PLAN_STATUS CASE_NUMBER
date
CO_NOTICE_PDF (BLOB) (default null)
TRIGGER_STATUS (default : pending)
PLAN_START_DATE
LAN_END_DATE
BENIFIT_AMT
DENIAL_REASON
date
Ul for ED Module
hoder_name
planName
planStatus
startDate
endDate

You might also like