profile-pic
Vetted Talent

Venkata Chaitanya Jonnalagadda

Vetted Talent
Seeking challenging and progressive work with professional organization, where I can utilize my potentials to the fullest, polish my interpersonal skills and enhance my strengths in conjunction with the organization's goals and objectives.
  • Role

    Tech Lead

  • Years of Experience

    8.4 years

Skillsets

  • SSIS - 4 Years
  • SQL Server
  • Oracle PL/SQL
  • Test Management
  • Informatica
  • Sap callidus
  • Toad developer

Vetted For

4Skills
  • Roles & Skills
  • Results
  • Details
  • icon-skill_image
    Senior SQL DeveloperAI Screening
  • 59%
    icon-arrow-down
  • Skills assessed :TSQL, Data Analysis, Problem Solving Attitude, SQL
  • Score: 59/100

Professional Summary

8.4Years
  • Senior Software Engineer

    Legato Health Technologies
  • Dec, 2019 - Feb, 20244 yr 2 months

    Tech Lead

    Carelon Global Solutions
  • Business Technology Analyst

    Deloitte Consulting US India
  • Associate Software Engineer

    Tech Mahindra

Applications & Tools Known

  • icon-tool

    T-SQL

  • icon-tool

    SQL Server Integration Services

  • icon-tool

    Informatica

  • icon-tool

    Oracle DB

  • icon-tool

    Control-M

  • icon-tool

    Jira

  • icon-tool

    SAP Crystal Reports

  • icon-tool

    PL/SQL

Work History

8.4Years

Senior Software Engineer

Legato Health Technologies
    Analyze code defects for compensation and commission issues for broker agents; Create and update workflows in Informatica; Perform Data Change Requests (DCRs).

Tech Lead

Carelon Global Solutions
Dec, 2019 - Feb, 20244 yr 2 months

    1.   Understand & analyze the business requirements, that comes in the form of PORs/SSCRs (Plan Of Records/Small System Change Requests)

    2.    Analyze code defects for compensation and commission related issues for broker agents and fixing the defects

    3.     Development of ETL objects in Informatica & SSIS from source Anthem preprocessor system to SAP Callidus Cloud system

    4.     Perform Data Change Requests (DCRs) for updating the commissions details for specific agents as per ad-hoc client request

    5.     Mentor the team on technical tasks, conduct deployment meetings, review the tech approach &

    unit test documents for defects and user stories implemented during release deployments

Business Technology Analyst

Deloitte Consulting US India
    Part of the 'Helix Data Migration Team'; Analyzed business requirements and migrated PHI from Eurocare to Mednext. Created and deployed SSIS packages for data migration. Fixed data issues in end-user profiles using PL/SQL.

Associate Software Engineer

Tech Mahindra
    Understand & analyze the business Logic and Data Flow. Fix data issues in SSIS by analyzing the SQL code and fixing the bugs and code issues. Understand the existing logic and develop ETL, Stored Procedures and functions.

Achievements

  • Experience in ETL tools
  • Certifications in Oracle Cloud Infrastructure and Healthcare Management
  • Experience in Test management tools

Major Projects

4Projects

Enterprise Sales Compensation System (ESCS)

    Worked for Anthem, Inc. Analyzed business requirements; Analyzed code defects; Created and updated workflows in Informatica; Performed Data Change Requests (DCRs).

Elevance Health

Carelon Global Solutions
Dec, 2019 - Feb, 20244 yr 2 months

    1.     Understand & analyze the business requirements, that comes in the form of PORs/SSCRs (Plan Of Records/Small System Change Requests)

    2.     Analyze code defects for compensation and commission related issues for broker agents and fixing the defects

    3.     Development of ETL objects in Informatica & SSIS from source Anthem preprocessor system to SAP Callidus Cloud system

    4.     Perform Data Change Requests (DCRs) for updating the commissions details for specific agents as per ad-hoc client request

    5.     Mentor the team on technical tasks, conduct deployment meetings, review the tech approach &

    unit test documents for defects and user stories implemented during release deployments

Anthem Inc

Deloitte Consulting
Apr, 2017 - Dec, 20192 yr 8 months

    1.     Fix data issues in end-user profiles by analyzing the PL/SQL code and fixing the data issues

    2.      Perform change requests whenever a new job or major changes required in the job scripts

    3.     Provided KTs/Walkthroughs to Legato Health Technologies (rebranded as Carelon Global Solutions) about WEM/E3 System

Applied Materials

Tech Mahindra
Nov, 2015 - Dec, 20161 yr 1 month

    1.      Understand & analyze the business Logic and Data Flow.

    2.     Fix data issues in SSIS by analyzing the SQL code and fixing the bugs and code issues.

    3.      Understand the existing logic and develop ETLs, Stored Procedures and functions

Education

  • Bachelor's of Technology

    Raghu Institute of Technology (2015)
  • Graduation in Information Technology

    Raghu Institute of Technology (2015)
  • Intermediate M.P.C

    NRI Academy (2011)

Certifications

  • AHM

    AHIP (Oct, 2020)
  • Oracle Cloud Infrastructure

    Oracle (Dec, 2021)
    Credential ID : 1Z0-1085-21
  • SQL

    TestDome (Sep, 2021)

    Credential URL : Click here to view
  • Certified professional, academy for health care management (pahm) in healthcare management: an introduction (ahm250)

  • Oracle cloud infrastructure foundations 2021 certified associate

Interests

  • Internet Surfing
  • Technology Research
  • Watching Movies
  • Exercise
  • Exploring Places
  • Gyming
  • AI-interview Questions & Answers

    Hi, my name is. I work in SQL, Lambda SQL, Python SQL, and other.

    So I utilized T SQL in complex SQL queries by trying to understand the ask first and then create a solution in my mind and try to implement that with T SQL. It could be incorporating functions or different procedures while solving complex problems.

    So to optimize this equal query that is running too long, I would see to, I would first try to see the cost where exactly the query is taking long, actually. So I would run the stats to see where the cost is getting more. And then I try to gather the stats or try to fine tune the query by removing the redundant checks and filtering the records that are needed and stuff retrieving by giving select star. So I will try to pull the required fields for the query, and I would use subqueries instead of in because in will take a lot of time in also in joins also. So wherever the cost is more for the or the time is taking more for the.

    For retrieving data from multiple tables in the database, I would do a join on the tables that have the data, and I will only pull the required fields that are necessary to be populated in the business report. This is how I handle data extraction by collating data from different table sources and pulling it out into the report, so I can do it with a SQL query by doing a join. And also I can do it with ETL by joining two forces to a flat file, which is a file source for the report.

    Designing a SQL database for an application that needs to handle large-scale data, which requires high read-write throughput, is first, I would allow concurrency control to be limited. So, basically, multiple read options will be there. If there are going to be multiple operations, then I would allow concurrency for multiple sessions by the same or different users to perform read and write operations at the same time, simultaneously without any stoppage or blockers in the way. So, I would also design a highly scalable database by taking offerings that would help perform queries faster, and I would incorporate tuning queries while creating the tables itself and try to optimize the runtime by writing efficient scripts for creating the tables and objects within a database.

    Some of the issues that we might encounter while designing and implementing a SQL database is to understand the scalability of the database, how much memory the database could use, and how many users or sessions can the database handle. So these all things come into mind when these all issues might arise when we start designing and implementing a SQL database. And I would resolve the issues by creating the database objects that are basically efficient by trying to utilize the memory with less memory as possible and being cost-effective while trying to run the SQL queries. So this can be achieved by creating the tables and database objects and other database objects such as stored procedures, functions, and all with efficient scripts, actually.

    So we can optimize the query by doing a select count. Instead of star, we can give the select count of a particular single field, which will equate to the same count that we are really looking for. So we can do a select count of field name from customers where country for US entity equals New York. By doing this, by eliminating the star, we try to pull less records, which will give the same count as that which we get while giving a count of star, or we can use a count of 1. That will solve the problem.

    Can be made. So, doing a select start from orders where order ID equals 1 to 3. So we can try to pull the particular fields instead of giving a start, which would help improving the snippet and thereby

    So the process which we would take to migrate a database from one to another is to do a cyclic check by transferring the database from one to another. So basically, we employ a pluggable database, which will ensure to transfer data from one to another. Since it's a large SQL database, we can transfer data from one to another using a pluggable database, which will ensure that the downtime is minimal since the original database from which we are transferring will still be up, and there'll be no downtime or restart of the services. So using a pluggable database can solve the problem.

    In the event of a SQL database failure, the steps we would take to restore the system by minimizing data and downtime loss is to take backups while ensuring we do the data transfer beforehand. So, basically, when we deploy a pluggable database, we simultaneously take a full backup on the backup drive, which would help us to restore the data in case of any unexpected failures, and it will minimize data loss and downtime.