0% found this document useful (0 votes)
15 views7 pages

Intro Abintio

Jayaram, an MCA graduate from SVU TPT, is currently working as a software engineer at Capgemini since September 2020, with experience in various projects and skills in Java, AEM, and SQL. He has a background in ETL applications using Ab Initio and SQL for data management in the healthcare sector. Jayaram expresses gratitude for the interview opportunity with HCL and inquires about the progress of his application.

Uploaded by

Rajendra Raj
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
15 views7 pages

Intro Abintio

Jayaram, an MCA graduate from SVU TPT, is currently working as a software engineer at Capgemini since September 2020, with experience in various projects and skills in Java, AEM, and SQL. He has a background in ETL applications using Ab Initio and SQL for data management in the healthcare sector. Jayaram expresses gratitude for the interview opportunity with HCL and inquires about the progress of his application.

Uploaded by

Rajendra Raj
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 7

JAYARAM was invited to the meeting.

Hi Chatterjee, Janak

the candidate has joined

Hi Everybody ,

Joining in 2 Mins.

sure Janak

To delete files older than 30 days in a directory,

Compare first two columns of a file ,

Rollback a Recovery File ,

Show Number of Partitions of a MFS File.

To get the latest tag of an Ab Initio Object

What is difference between Primary key & unique key? RANK() and DENSE_RANK() ,
Materlalized View & VIew, UNION & UNION ALL, WHERE & HAVING , ROWID & ROWNUM ?

a =2;

if [ $a % 2 -eq 0 ] ; then

echo " Even "

echo " Checking for Even/Odd "

else

echo " Odd "

fi

prasannanhce007@gmail.com

HI thanks for the opportunity my self jayaram am from nellore ap i completed MCA
in the year 2011 from svu TPT.
i started IT carrier from the year 2020 with Mphasis as a contract to hire for
Apslog tech PVt LTd.
and then Moved to NTTDATA which is my current organization

My skill sets are Abintio, UNIX,Shell scripting,&SQL


Abintio products i have worked on are GDE,EME,Conduct->IT,
------------------
for job scheduling Auto-sys, For migration jenkins, and worked On Jira.

Knowlodge on DataWareHousing Concepts like SCD & CDC

The current project am working for the client Blue Cross and Blue Shield of North
Carolina.

It is a Health insurance Company which is Fully Taxed and non-Profit Organization


in
North Carolina.

Project deals with building ETL applications using Ab Initio, SQL for data
management which is used in building dashboard which helps the client in taking
business
decisions.

our team develop new jobs based on various business


requirements.

We also work with the Business Users in resolving existing data issues by
Performing Reverse engineering on existing objects to know their present
functionality and
data flow and turn to know where specific enhancements are to be applied to avoid
the re#occurrence.

My roles and resposibilites are

Understanding the business & technical requirement.


Understanding the data flow from each source.
Analyze the requirements and prepare the technical document
Involved in enhancement, problem analysis/re-solution, coding, and testing phases
of
several requirements from business users.
Extensively handling the data issues by analyzing the root cause and implementing
history fix as well as the incremental fix if needed.

Identify, analyze and fix the issues in the production system.

ThanQ.

Class:
https://www.youtube.com/watch?v=KzVCBYqcXSA

https://www.youtube.com/watch?v=WBU4HJ5egZM&t=159s

Rollup:-
1.Aggrigate function
2.2modes
3.conditional level
4.making vector
5.it provides summarized o/p

scan:-
100
300

1,2,3 Three provides

it provides cummulative data

Source Team is very responsible

equi
full
cross

SQL
__________>

Database Tables
A database most often contains one or more tables. Each table is identified by a
name (e.g. "Customers" or "Orders"),
and contain records (rows) with data.

Keep in Mind That...


SQL keywords are NOT case sensitive: select is the same as SELECT

Some of The Most Important SQL Commands

SELECT - extracts data from a database


UPDATE - updates data in a database
DELETE - deletes data from a database
INSERT INTO - inserts new data into a database
CREATE DATABASE - creates a new database
ALTER DATABASE - modifies a database
CREATE TABLE - creates a new table
ALTER TABLE - modifies a table
DROP TABLE - deletes a table
CREATE INDEX - creates an index (search key)
DROP INDEX - deletes an index

Syntax

SELECT column1, column2, ...


FROM table_name;

SELECT DISTINCT column1, column2, ...


FROM table_name;

SELECT column1, column2, ...


FROM table_name
WHERE condition;

The SQL SELECT DISTINCT Statement


The SELECT DISTINCT statement is used to return only distinct (different) values
Inside a table, a column often contains many duplicate values; and sometimes you
only want to list the different (distinct) values

The SQL WHERE Clause


The WHERE clause is used to filter records.

It is used to extract only those records that fulfill a specified condition

Note: The WHERE clause is not only used in SELECT statements, it is also used in
UPDATE, DELETE, etc.!

Text Fields vs. Numeric Fields


SQL requires single quotes around text values (most database systems will also
allow double quotes).

However, numeric fields should not be enclosed in quotes:

The following operators can be used in the WHERE clause:


----------------------------------------------------------
Operator Description Example
= Equal
> Greater than
< Less than
>= Greater than or equal
<= Less than or equal
<> Not equal. Note: In some versions of SQL this operator may be written as !=
BETWEEN Between a certain range
LIKE Search for a pattern
IN To specify multiple possible values for a column

The SQL SELECT Statement


The SELECT statement is used to select data from a database
Return data from the Customers table:

Select ALL columns


If you want to return all columns, without specifying every column name, you can
use the SELECT * syntax:
Hi All,
I hope you are doing well as I write this. I would like to take a moment to thank
you for giving me the chance to interview on Oct 7, for the Abintio developer
position. Finding out more about HCL and talking about how my background and
abilities fit the team's objectives was a delight.

I'm writing to ask how my application is progressing. I'm still quite excited about
the prospect of working with HCL and contributing to a particular project or value
that was addressed during the interview.

Once again, I appreciate the chance, and I hope to hear from you soon.

Warm regards,
Jayaram
AEM
--------------------
This is jayaram i have done my MCA from svu tirupati, and i got distinction

currently am working as software engineer on capgemini since sept 2020 to till


date. am working on different projects like (AIG Retirement Services,DCP - Next
Gen,Travel guard,AIG China )

Skills i have used : Java, Sightly, JavaScript, HTML, CSS


Eclipse, Brackets, Github Desktop, Jira, Confluence.
JCR, SQL server

coming to my roles and responsibilities are as a AEM developer we have a sprint


plans i got user stories

once got the user stories, i have pull the code from master branch [ sonar qube ]

once pulling the code to my local machine, i have do analysis once analysis is
completed am working on code changes.

once done the code changes and pushed code to maste branch

once code is successful completed,i am informed to my TL every thing is done.

then i will raise pull request for code append to the master branch

working on editable templete to author making context on the page working on


context fragments.

context fragments : it is a static templete it can be used where we want

to perform code deployment to the higher environments.

to perform manual testing by comparing the existing site with the new developed
site.

You might also like

pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy