SlideShare a Scribd company logo
1 of 101
Download to read offline
Accounts, IT and Investment
Durbadal Mukherjee
02-Dec-2023
Accounts, IT and Investment
Bifurcation observed in questions:
1. Investment : 10 to 12 questions
2. IT : 4 to 6 questions
3. ALSM : 2 to 3 questions
4. Accounting Ratios : 3 to 4 questions
5. Preperation of Financial Accounts: 8 to 10 questions
Information Technology
1. Storage Units – bit, byte, kilobyte, megabyte,
gigabyte, petabyte....
2. Bandwidth units – bps, Bps, KBps, MBps,
GBps,....
3. Network Types – LAN, MAN, WAN, ....
4. Network Topologies - Point to Point Topology ,
Mesh Topology , Star Topology , Bus Topology ,
Ring Topology , Tree Topology , Hybrid Topology
Information Technology
Some common protocals:
Address Resolution Protocol (ARP)
Border Gateway Protocol (BGP)
Domain name system (DNS)
Dynamic Host Configuration Protocol (DHCP)
File Transfer Protocol (FTP)
Hypertext Transfer Protocol (HTTP)
Internet Protocol (IP)
Open Shortest Path First (OSPF)
Simple Mail Transfer Protocol (SMTP)
Telnet
Transmission Control Protocol (TCP)
User Datagram Protocol (UDP)
Information Technology
List of Major Programming Langiages:
Java, Python, JavaScript
Ruby, C++, SQL, Perl
Swift, Scala, Rust
Kotlin, TypeScript, Objective-C
C, Fortran, COBOL
Ada, Haskell, Dart
MATLAB, C#, Go, Lua, PHP
Information Technology
What is a database?
Every organization has information that it must store and manage to meet its
requirements. For example, a corporation must collect and maintain human
resources records for its employees. This information must be available to
those who need it.
An information system is a formal system for storing and processing
information. An information system could be a set of cardboard boxes
containing manila folders along with rules for how to store and retrieve the
folders. However, most companies today use a database to automate their
information systems. A database is an organized collection of information
treated as a unit. The purpose of a database is to collect, store, and
retrieve related information for use by database applications.
Information Technology
What is a Spread-Mart?
Left to their own devices, business users will fend for themselves. More times
than not, we see a chasm between data and information; a chasm filled by
books and books full of spreadsheets. On their own, spreadsheets are not
the issue. There is simply to too much reliance on spreadsheets as a form
of Swiss army knife.
Though it may work in the short-term, calling this approach a “process” seems
to be a stretch, at best. Spreadsheets are fantastic personal productivity
tools; unfortunately, everyone tends to overuse them.
More to the point, the spreadsheets are not really being used properly. Time
and time again, analysts and business users create massive workbooks,
filled with dozens - if not hundreds - of sheets turning them into “reporting
applications”. So a spread-mart is really a data mart built using a series of
spreadsheet workbooks.
Information Technology
What is a Data Mart?
A data mart serves the same role as a data warehouse, but it is intentionally
limited in scope. It may serve one particular department or line of business.
The advantage of a data mart versus a data warehouse is that it can be
created much faster due to its limited coverage. However, data marts also
create problems with inconsistency.
It takes tight discipline to keep data and calculation definitions consistent
across data marts. This problem has been widely recognized, so data
marts exist in two styles. Independent data marts are those which are fed
directly from source data. They can turn into islands of inconsistent
information. Dependent data marts are fed from an existing data
warehouse. Dependent data marts can avoid the problems of
inconsistency, but they require that an enterprise-level data warehouse
already exist.
Data marts can be physically instantiated or implemented purely logically
though views. Furthermore, data marts can be co-located with the
enterprise data warehouse or built as separate systems.
Information Technology
What is an Operational Data Store?
Operational data stores exist to support daily operations. The ODS data is
cleaned and validated, but it is not historically deep: it may be just the data
for the current day. Rather than support the historically rich queries that a
data warehouse can handle, the ODS gives data warehouses a place to
get access to the most current data, which has not yet been loaded into the
data warehouse.
The ODS may also be used as a source to load the data warehouse. As data
warehousing loading techniques have become more advanced, data
warehouses may have less need for ODS as a source for loading data.
Instead, constant trickle-feed systems can load the data warehouse in near
real time.
Information Technology
What is a Data Warehouse?
A data warehouse is a database designed to enable business intelligence
activities: it exists to help users understand and enhance their
organization's performance. It is designed for query and analysis rather
than for transaction processing, and usually contains historical data derived
from transaction data, but can include data from other sources. Data
warehouses separate analysis workload from transaction workload and
enable an organization to consolidate data from several sources.
This helps in:
Maintaining historical records
Analyzing the data to gain a better understanding of the business and to
improve the business
Information Technology
What is the difference between a Data Warehouse vs. OLTP System?
Data warehouses are distinct from online transaction processing (OLTP)
systems. With a data warehouse you separate analysis workload from
transaction workload. Thus data warehouses are very much read-oriented
systems. They have a far higher amount of data reading versus writing and
updating.
This enables far better analytical performance and avoids impacting your
transaction systems. A data warehouse system can be optimized to
consolidate data from many sources to achieve a key goal: it becomes your
organization's "single source of truth".
There is great value in having a consistent source of data that all users can
look to; it prevents many disputes and enhances decision-making
efficiency.
Information Technology
What is a Data Discovery Lab?
The data discovery lab is a separate environment built to allow your analysts
and data scientists to figure out the value hidden in your data. The data lab
helps you find the right questions to ask and, of course, put those answers
to work for your business. It also referred to as a “sandbox”.
The lab is not the end result. Rather, it’s a way to generate new insights that
can be put to productive use. It’s important to figure out upfront how you’re
going to turn insight into value. And if you’re starting a data lab project for
the first time, you want that value to be visible quickly to maintain or gain
organizational support for the work
Information Technology
What is Big Data?
Put simply, big data is larger, more complex data sets, especially from new
data sources. These data sets are so voluminous that traditional data
processing software just can’t manage them. But these massive volumes of
data can be used to address business problems you wouldn’t have been
able to tackle before.
Information Technology
What is a Data Lake?
A data lake is a place to store your structured and unstructured data, as well
as a method for organizing large volumes of highly diverse data from
diverse sources. Watch this video to go a bit deeper.
Data lakes are becoming increasingly important as people, especially in
business and technology, want to perform broad data exploration and
discovery. Bringing data together into a single place or most of it in a single
place can be useful for that.
The key difference between a data lake and a data warehouse is that the data
lake tends to ingest data very quickly and prepare it later on the fly as
people access it. With a data warehouse, on the other hand, you prepare
the data very carefully upfront before you ever let it in the data warehouse.
Information Technology
What Is Artificial Intelligence?
Artificial intelligence as an academic discipline was founded in 1956. The goal
then, as now, was to get computers to perform tasks regarded as uniquely
human: things that required intelligence. Initially, researchers worked on
problems like playing checkers and solving logic problems.
Artificial intelligence, then, refers to the output of a computer. The computer is
doing something intelligent, so it’s exhibiting intelligence that is artificial.
Information Technology
What is Machine Learning?
Machine learning is the subset of artificial intelligence (AI) that focuses on
building systems that learn—or improve performance—based on the data
they consume.
Artificial intelligence is a broad term that refers to systems or machines that
mimic human intelligence. Machine learning and AI are often discussed
together, and the terms are sometimes used interchangeably, but they don’t
mean the same thing. An important distinction is that although all machine
learning is AI, not all AI is machine learning.
Today, machine learning is at work all around us. When we interact with
banks, shop online, or use social media, machine learning algorithms come
into play to make our experience efficient, smooth, and secure. Machine
learning and the technology around it are developing rapidly, and we're just
beginning to scratch the surface of its capabilities.
Information Technology
What is Deep Learning?
Put simply, deep learning is all about using neural networks with more
neurons, layers, and interconnectivity. We’re still a long way off from
mimicking the human brain in all its complexity, but we’re moving in that
direction. And when you read about advances in computing from
autonomous cars to Go-playing supercomputers to speech recognition,
that’s deep learning under the covers.
You experience some form of artificial intelligence. Behind the scenes, that AI
is powered by some form of deep learning.
Information Technology
What is a Subject Area?
A subject area is a single-topic-centric slice through an entire data warehouse
data model. A data mart or departmental mart is typically used to analyze a
single subject area such as finance, or sales, or HR. Within a database a
subject area groups all tables together that cover a specific (logical)
concept, business process or question. A data warehouse and enterprise
data warehouse will typically contain multiple subject areas, creating what
is sometimes referred to as a 360-degree view of the business.
Information Technology
What is a Schema?
A schema is a collection of database objects, including tables, views, indexes,
and synonyms. You can arrange schema objects in the schema models
designed for data warehousing in a variety of ways.
The model of your source data and the requirements of your users help you
design the data warehouse schema. You can sometimes get the source
model from your company's enterprise data model and reverse-engineer
the logical data model for the data warehouse from this. The physical
implementation of the logical data warehouse model may require some
changes to adapt it to your system parameters—size of computer, number
of users, storage capacity, type of network, and software.
Information Technology
What is a Star Schema?
Star schemas are often found in data warehousing systems with embedded
logical or physical data marts. The term star schema is another way of
referring to a "dimensional modeling" approach to defining your data model.
Most descriptions of dimensional modeling use terminology drawn from the
work of Ralph Kimball, the pioneering consultant and writer in this field.
Dimensional modeling creates multiple star schemas, each based on a
business process such as sales tracking or shipments.
Each star schema can be considered a data mart, and perhaps as few as 20
data marts can cover the business intelligence needs of an enterprise.
Information Technology
What is a Snowflake Schema?
The snowflake schema is a more complex data warehouse model than a star
schema, and is a type of star schema. It is called a snowflake schema
because the diagram of the schema resembles a snowflake. Snowflake
schemas normalize dimensions to eliminate redundancy. That is, the
dimension data has been grouped into multiple tables instead of one large
table.
Information Technology
What is a Dimension Table
Dimension tables provide category data to give context to the fact data. For
instance, a star schema for sales data will have dimension tables for
product, date, sales location, promotion and more. Dimension tables act as
lookup or reference tables because their information lets you choose the
values used to constrain your queries.
The values in many dimension tables may change infrequently. As an
example, a dimension of geographies showing cities may be fairly static.
But when dimension values do change, it is vital to update them fast and
reliably. Of course, there are situations where data warehouse dimension
values change frequently. The customer dimension for an enterprise will
certainly be subject to a frequent stream of updates and deletions.
Information Technology
What is a Fact Table
Fact tables have measurement data. They have many rows but typically not
many columns. Fact tables for a large enterprise can easily hold billions of
rows. For many star schemas, the fact table will represent well over 90
percent of the total storage space. A fact table has a composite key made
up of the primary keys of the dimension tables of the schema.
A fact table contains either detail-level facts or facts that have been
aggregated. Fact tables that contain aggregated facts are often called
summary tables. A fact table usually contains facts with the same level of
aggregation. Though most facts are additive, they can also be semi-
additive or non-additive. Additive facts can be aggregated by simple
arithmetical addition. A common example of this is sales. Non-additive facts
cannot be added at all
That should be most of it..

More Related Content

Similar to Gerenral insurance Accounts IT and Investment

Using Data Lakes to Sail Through Your Sales Goals
Using Data Lakes to Sail Through Your Sales GoalsUsing Data Lakes to Sail Through Your Sales Goals
Using Data Lakes to Sail Through Your Sales GoalsWilliamJohnson288536
 
Using Data Lakes To Sail Through Your Sales Goals
Using Data Lakes To Sail Through Your Sales GoalsUsing Data Lakes To Sail Through Your Sales Goals
Using Data Lakes To Sail Through Your Sales GoalsKevinJohnson667312
 
WHAT IS A DATA LAKE? Know DATA LAKES & SALES ECOSYSTEM
WHAT IS A DATA LAKE? Know DATA LAKES & SALES ECOSYSTEMWHAT IS A DATA LAKE? Know DATA LAKES & SALES ECOSYSTEM
WHAT IS A DATA LAKE? Know DATA LAKES & SALES ECOSYSTEMRajaraj64
 
Security issues in big data
Security issues in big data Security issues in big data
Security issues in big data Shallote Dsouza
 
A Review Paper on Big Data and Hadoop for Data Science
A Review Paper on Big Data and Hadoop for Data ScienceA Review Paper on Big Data and Hadoop for Data Science
A Review Paper on Big Data and Hadoop for Data Scienceijtsrd
 
the process of transforming data into in
the process of transforming data into inthe process of transforming data into in
the process of transforming data into inNISHANTHM64
 
Information On Line Transaction Processing
Information On Line Transaction ProcessingInformation On Line Transaction Processing
Information On Line Transaction ProcessingStefanie Yang
 
DATA WAREHOUSING
DATA WAREHOUSINGDATA WAREHOUSING
DATA WAREHOUSINGKing Julian
 
The book of elephant tattoo
The book of elephant tattooThe book of elephant tattoo
The book of elephant tattooMohamed Magdy
 
Future Trends in the Modern Data Stack Landscape
Future Trends in the Modern Data Stack LandscapeFuture Trends in the Modern Data Stack Landscape
Future Trends in the Modern Data Stack LandscapeCiente
 
Harness the power of data
Harness the power of dataHarness the power of data
Harness the power of dataHarsha MV
 
Top 60+ Data Warehouse Interview Questions and Answers.pdf
Top 60+ Data Warehouse Interview Questions and Answers.pdfTop 60+ Data Warehouse Interview Questions and Answers.pdf
Top 60+ Data Warehouse Interview Questions and Answers.pdfDatacademy.ai
 
Data Mining and Data Warehouse
Data Mining and Data WarehouseData Mining and Data Warehouse
Data Mining and Data WarehouseAnupam Sharma
 
Optimising Data Lakes for Financial Services
Optimising Data Lakes for Financial ServicesOptimising Data Lakes for Financial Services
Optimising Data Lakes for Financial ServicesAndrew Carr
 
Data Mining @ BSU Malolos 2019
Data Mining @ BSU Malolos 2019Data Mining @ BSU Malolos 2019
Data Mining @ BSU Malolos 2019Edwin S. Garcia
 
Stream Meets Batch for Smarter Analytics- Impetus White Paper
Stream Meets Batch for Smarter Analytics- Impetus White PaperStream Meets Batch for Smarter Analytics- Impetus White Paper
Stream Meets Batch for Smarter Analytics- Impetus White PaperImpetus Technologies
 

Similar to Gerenral insurance Accounts IT and Investment (20)

Using Data Lakes to Sail Through Your Sales Goals
Using Data Lakes to Sail Through Your Sales GoalsUsing Data Lakes to Sail Through Your Sales Goals
Using Data Lakes to Sail Through Your Sales Goals
 
Using Data Lakes To Sail Through Your Sales Goals
Using Data Lakes To Sail Through Your Sales GoalsUsing Data Lakes To Sail Through Your Sales Goals
Using Data Lakes To Sail Through Your Sales Goals
 
WHAT IS A DATA LAKE? Know DATA LAKES & SALES ECOSYSTEM
WHAT IS A DATA LAKE? Know DATA LAKES & SALES ECOSYSTEMWHAT IS A DATA LAKE? Know DATA LAKES & SALES ECOSYSTEM
WHAT IS A DATA LAKE? Know DATA LAKES & SALES ECOSYSTEM
 
Security issues in big data
Security issues in big data Security issues in big data
Security issues in big data
 
A Review Paper on Big Data and Hadoop for Data Science
A Review Paper on Big Data and Hadoop for Data ScienceA Review Paper on Big Data and Hadoop for Data Science
A Review Paper on Big Data and Hadoop for Data Science
 
Big data rmoug
Big data rmougBig data rmoug
Big data rmoug
 
the process of transforming data into in
the process of transforming data into inthe process of transforming data into in
the process of transforming data into in
 
Information On Line Transaction Processing
Information On Line Transaction ProcessingInformation On Line Transaction Processing
Information On Line Transaction Processing
 
DATA WAREHOUSING
DATA WAREHOUSINGDATA WAREHOUSING
DATA WAREHOUSING
 
The book of elephant tattoo
The book of elephant tattooThe book of elephant tattoo
The book of elephant tattoo
 
Future Trends in the Modern Data Stack Landscape
Future Trends in the Modern Data Stack LandscapeFuture Trends in the Modern Data Stack Landscape
Future Trends in the Modern Data Stack Landscape
 
Harness the power of data
Harness the power of dataHarness the power of data
Harness the power of data
 
Top 60+ Data Warehouse Interview Questions and Answers.pdf
Top 60+ Data Warehouse Interview Questions and Answers.pdfTop 60+ Data Warehouse Interview Questions and Answers.pdf
Top 60+ Data Warehouse Interview Questions and Answers.pdf
 
Data Mining and Data Warehouse
Data Mining and Data WarehouseData Mining and Data Warehouse
Data Mining and Data Warehouse
 
Optimising Data Lakes for Financial Services
Optimising Data Lakes for Financial ServicesOptimising Data Lakes for Financial Services
Optimising Data Lakes for Financial Services
 
Data Mining @ BSU Malolos 2019
Data Mining @ BSU Malolos 2019Data Mining @ BSU Malolos 2019
Data Mining @ BSU Malolos 2019
 
Stream Meets Batch for Smarter Analytics- Impetus White Paper
Stream Meets Batch for Smarter Analytics- Impetus White PaperStream Meets Batch for Smarter Analytics- Impetus White Paper
Stream Meets Batch for Smarter Analytics- Impetus White Paper
 
Essay Database
Essay DatabaseEssay Database
Essay Database
 
Abstract
AbstractAbstract
Abstract
 
DATA WAREHOUSING AND DATA MINING
DATA WAREHOUSING AND DATA MININGDATA WAREHOUSING AND DATA MINING
DATA WAREHOUSING AND DATA MINING
 

Recently uploaded

Governor Olli Rehn: Dialling back monetary restraint
Governor Olli Rehn: Dialling back monetary restraintGovernor Olli Rehn: Dialling back monetary restraint
Governor Olli Rehn: Dialling back monetary restraintSuomen Pankki
 
Call Girls Near Delhi Pride Hotel, New Delhi|9873777170
Call Girls Near Delhi Pride Hotel, New Delhi|9873777170Call Girls Near Delhi Pride Hotel, New Delhi|9873777170
Call Girls Near Delhi Pride Hotel, New Delhi|9873777170Sonam Pathan
 
(办理原版一样)QUT毕业证昆士兰科技大学毕业证学位证留信学历认证成绩单补办
(办理原版一样)QUT毕业证昆士兰科技大学毕业证学位证留信学历认证成绩单补办(办理原版一样)QUT毕业证昆士兰科技大学毕业证学位证留信学历认证成绩单补办
(办理原版一样)QUT毕业证昆士兰科技大学毕业证学位证留信学历认证成绩单补办fqiuho152
 
原版1:1复刻温哥华岛大学毕业证Vancouver毕业证留信学历认证
原版1:1复刻温哥华岛大学毕业证Vancouver毕业证留信学历认证原版1:1复刻温哥华岛大学毕业证Vancouver毕业证留信学历认证
原版1:1复刻温哥华岛大学毕业证Vancouver毕业证留信学历认证rjrjkk
 
The Triple Threat | Article on Global Resession | Harsh Kumar
The Triple Threat | Article on Global Resession | Harsh KumarThe Triple Threat | Article on Global Resession | Harsh Kumar
The Triple Threat | Article on Global Resession | Harsh KumarHarsh Kumar
 
How Automation is Driving Efficiency Through the Last Mile of Reporting
How Automation is Driving Efficiency Through the Last Mile of ReportingHow Automation is Driving Efficiency Through the Last Mile of Reporting
How Automation is Driving Efficiency Through the Last Mile of ReportingAggregage
 
Call Girls Near Golden Tulip Essential Hotel, New Delhi 9873777170
Call Girls Near Golden Tulip Essential Hotel, New Delhi 9873777170Call Girls Near Golden Tulip Essential Hotel, New Delhi 9873777170
Call Girls Near Golden Tulip Essential Hotel, New Delhi 9873777170Sonam Pathan
 
SBP-Market-Operations and market managment
SBP-Market-Operations and market managmentSBP-Market-Operations and market managment
SBP-Market-Operations and market managmentfactical
 
magnetic-pensions-a-new-blueprint-for-the-dc-landscape.pdf
magnetic-pensions-a-new-blueprint-for-the-dc-landscape.pdfmagnetic-pensions-a-new-blueprint-for-the-dc-landscape.pdf
magnetic-pensions-a-new-blueprint-for-the-dc-landscape.pdfHenry Tapper
 
House of Commons ; CDC schemes overview document
House of Commons ; CDC schemes overview documentHouse of Commons ; CDC schemes overview document
House of Commons ; CDC schemes overview documentHenry Tapper
 
NO1 WorldWide Genuine vashikaran specialist Vashikaran baba near Lahore Vashi...
NO1 WorldWide Genuine vashikaran specialist Vashikaran baba near Lahore Vashi...NO1 WorldWide Genuine vashikaran specialist Vashikaran baba near Lahore Vashi...
NO1 WorldWide Genuine vashikaran specialist Vashikaran baba near Lahore Vashi...Amil baba
 
Attachment Of Assets......................
Attachment Of Assets......................Attachment Of Assets......................
Attachment Of Assets......................AmanBajaj36
 
Interimreport1 January–31 March2024 Elo Mutual Pension Insurance Company
Interimreport1 January–31 March2024 Elo Mutual Pension Insurance CompanyInterimreport1 January–31 March2024 Elo Mutual Pension Insurance Company
Interimreport1 January–31 March2024 Elo Mutual Pension Insurance CompanyTyöeläkeyhtiö Elo
 
Andheri Call Girls In 9825968104 Mumbai Hot Models
Andheri Call Girls In 9825968104 Mumbai Hot ModelsAndheri Call Girls In 9825968104 Mumbai Hot Models
Andheri Call Girls In 9825968104 Mumbai Hot Modelshematsharma006
 
Call Girls Near Me WhatsApp:+91-9833363713
Call Girls Near Me WhatsApp:+91-9833363713Call Girls Near Me WhatsApp:+91-9833363713
Call Girls Near Me WhatsApp:+91-9833363713Sonam Pathan
 
Lundin Gold April 2024 Corporate Presentation v4.pdf
Lundin Gold April 2024 Corporate Presentation v4.pdfLundin Gold April 2024 Corporate Presentation v4.pdf
Lundin Gold April 2024 Corporate Presentation v4.pdfAdnet Communications
 
AfRESFullPaper22018EmpiricalPerformanceofRealEstateInvestmentTrustsandShareho...
AfRESFullPaper22018EmpiricalPerformanceofRealEstateInvestmentTrustsandShareho...AfRESFullPaper22018EmpiricalPerformanceofRealEstateInvestmentTrustsandShareho...
AfRESFullPaper22018EmpiricalPerformanceofRealEstateInvestmentTrustsandShareho...yordanosyohannes2
 
Monthly Market Risk Update: April 2024 [SlideShare]
Monthly Market Risk Update: April 2024 [SlideShare]Monthly Market Risk Update: April 2024 [SlideShare]
Monthly Market Risk Update: April 2024 [SlideShare]Commonwealth
 
Vp Girls near me Delhi Call Now or WhatsApp
Vp Girls near me Delhi Call Now or WhatsAppVp Girls near me Delhi Call Now or WhatsApp
Vp Girls near me Delhi Call Now or WhatsAppmiss dipika
 

Recently uploaded (20)

Governor Olli Rehn: Dialling back monetary restraint
Governor Olli Rehn: Dialling back monetary restraintGovernor Olli Rehn: Dialling back monetary restraint
Governor Olli Rehn: Dialling back monetary restraint
 
Call Girls Near Delhi Pride Hotel, New Delhi|9873777170
Call Girls Near Delhi Pride Hotel, New Delhi|9873777170Call Girls Near Delhi Pride Hotel, New Delhi|9873777170
Call Girls Near Delhi Pride Hotel, New Delhi|9873777170
 
(办理原版一样)QUT毕业证昆士兰科技大学毕业证学位证留信学历认证成绩单补办
(办理原版一样)QUT毕业证昆士兰科技大学毕业证学位证留信学历认证成绩单补办(办理原版一样)QUT毕业证昆士兰科技大学毕业证学位证留信学历认证成绩单补办
(办理原版一样)QUT毕业证昆士兰科技大学毕业证学位证留信学历认证成绩单补办
 
原版1:1复刻温哥华岛大学毕业证Vancouver毕业证留信学历认证
原版1:1复刻温哥华岛大学毕业证Vancouver毕业证留信学历认证原版1:1复刻温哥华岛大学毕业证Vancouver毕业证留信学历认证
原版1:1复刻温哥华岛大学毕业证Vancouver毕业证留信学历认证
 
The Triple Threat | Article on Global Resession | Harsh Kumar
The Triple Threat | Article on Global Resession | Harsh KumarThe Triple Threat | Article on Global Resession | Harsh Kumar
The Triple Threat | Article on Global Resession | Harsh Kumar
 
How Automation is Driving Efficiency Through the Last Mile of Reporting
How Automation is Driving Efficiency Through the Last Mile of ReportingHow Automation is Driving Efficiency Through the Last Mile of Reporting
How Automation is Driving Efficiency Through the Last Mile of Reporting
 
Call Girls Near Golden Tulip Essential Hotel, New Delhi 9873777170
Call Girls Near Golden Tulip Essential Hotel, New Delhi 9873777170Call Girls Near Golden Tulip Essential Hotel, New Delhi 9873777170
Call Girls Near Golden Tulip Essential Hotel, New Delhi 9873777170
 
SBP-Market-Operations and market managment
SBP-Market-Operations and market managmentSBP-Market-Operations and market managment
SBP-Market-Operations and market managment
 
magnetic-pensions-a-new-blueprint-for-the-dc-landscape.pdf
magnetic-pensions-a-new-blueprint-for-the-dc-landscape.pdfmagnetic-pensions-a-new-blueprint-for-the-dc-landscape.pdf
magnetic-pensions-a-new-blueprint-for-the-dc-landscape.pdf
 
Monthly Economic Monitoring of Ukraine No 231, April 2024
Monthly Economic Monitoring of Ukraine No 231, April 2024Monthly Economic Monitoring of Ukraine No 231, April 2024
Monthly Economic Monitoring of Ukraine No 231, April 2024
 
House of Commons ; CDC schemes overview document
House of Commons ; CDC schemes overview documentHouse of Commons ; CDC schemes overview document
House of Commons ; CDC schemes overview document
 
NO1 WorldWide Genuine vashikaran specialist Vashikaran baba near Lahore Vashi...
NO1 WorldWide Genuine vashikaran specialist Vashikaran baba near Lahore Vashi...NO1 WorldWide Genuine vashikaran specialist Vashikaran baba near Lahore Vashi...
NO1 WorldWide Genuine vashikaran specialist Vashikaran baba near Lahore Vashi...
 
Attachment Of Assets......................
Attachment Of Assets......................Attachment Of Assets......................
Attachment Of Assets......................
 
Interimreport1 January–31 March2024 Elo Mutual Pension Insurance Company
Interimreport1 January–31 March2024 Elo Mutual Pension Insurance CompanyInterimreport1 January–31 March2024 Elo Mutual Pension Insurance Company
Interimreport1 January–31 March2024 Elo Mutual Pension Insurance Company
 
Andheri Call Girls In 9825968104 Mumbai Hot Models
Andheri Call Girls In 9825968104 Mumbai Hot ModelsAndheri Call Girls In 9825968104 Mumbai Hot Models
Andheri Call Girls In 9825968104 Mumbai Hot Models
 
Call Girls Near Me WhatsApp:+91-9833363713
Call Girls Near Me WhatsApp:+91-9833363713Call Girls Near Me WhatsApp:+91-9833363713
Call Girls Near Me WhatsApp:+91-9833363713
 
Lundin Gold April 2024 Corporate Presentation v4.pdf
Lundin Gold April 2024 Corporate Presentation v4.pdfLundin Gold April 2024 Corporate Presentation v4.pdf
Lundin Gold April 2024 Corporate Presentation v4.pdf
 
AfRESFullPaper22018EmpiricalPerformanceofRealEstateInvestmentTrustsandShareho...
AfRESFullPaper22018EmpiricalPerformanceofRealEstateInvestmentTrustsandShareho...AfRESFullPaper22018EmpiricalPerformanceofRealEstateInvestmentTrustsandShareho...
AfRESFullPaper22018EmpiricalPerformanceofRealEstateInvestmentTrustsandShareho...
 
Monthly Market Risk Update: April 2024 [SlideShare]
Monthly Market Risk Update: April 2024 [SlideShare]Monthly Market Risk Update: April 2024 [SlideShare]
Monthly Market Risk Update: April 2024 [SlideShare]
 
Vp Girls near me Delhi Call Now or WhatsApp
Vp Girls near me Delhi Call Now or WhatsAppVp Girls near me Delhi Call Now or WhatsApp
Vp Girls near me Delhi Call Now or WhatsApp
 

Gerenral insurance Accounts IT and Investment

  • 1. Accounts, IT and Investment Durbadal Mukherjee 02-Dec-2023
  • 2. Accounts, IT and Investment Bifurcation observed in questions: 1. Investment : 10 to 12 questions 2. IT : 4 to 6 questions 3. ALSM : 2 to 3 questions 4. Accounting Ratios : 3 to 4 questions 5. Preperation of Financial Accounts: 8 to 10 questions
  • 3.
  • 4.
  • 5.
  • 6.
  • 7.
  • 8.
  • 9.
  • 10.
  • 11.
  • 12.
  • 13.
  • 14.
  • 15.
  • 16.
  • 17.
  • 18.
  • 19.
  • 20.
  • 21.
  • 22.
  • 23.
  • 24.
  • 25.
  • 26.
  • 27.
  • 28.
  • 29.
  • 30.
  • 31.
  • 32.
  • 33.
  • 34.
  • 35.
  • 36.
  • 37.
  • 38.
  • 39.
  • 40.
  • 41.
  • 42.
  • 43.
  • 44.
  • 45.
  • 46.
  • 47.
  • 48.
  • 49.
  • 50.
  • 51.
  • 52.
  • 53.
  • 54.
  • 55.
  • 56.
  • 57.
  • 58.
  • 59.
  • 60.
  • 61.
  • 62.
  • 63.
  • 64.
  • 65.
  • 66.
  • 67.
  • 68.
  • 69.
  • 70.
  • 71.
  • 72.
  • 73.
  • 74.
  • 75.
  • 76.
  • 77.
  • 78.
  • 79.
  • 80. Information Technology 1. Storage Units – bit, byte, kilobyte, megabyte, gigabyte, petabyte.... 2. Bandwidth units – bps, Bps, KBps, MBps, GBps,.... 3. Network Types – LAN, MAN, WAN, .... 4. Network Topologies - Point to Point Topology , Mesh Topology , Star Topology , Bus Topology , Ring Topology , Tree Topology , Hybrid Topology
  • 81. Information Technology Some common protocals: Address Resolution Protocol (ARP) Border Gateway Protocol (BGP) Domain name system (DNS) Dynamic Host Configuration Protocol (DHCP) File Transfer Protocol (FTP) Hypertext Transfer Protocol (HTTP) Internet Protocol (IP) Open Shortest Path First (OSPF) Simple Mail Transfer Protocol (SMTP) Telnet Transmission Control Protocol (TCP) User Datagram Protocol (UDP)
  • 82. Information Technology List of Major Programming Langiages: Java, Python, JavaScript Ruby, C++, SQL, Perl Swift, Scala, Rust Kotlin, TypeScript, Objective-C C, Fortran, COBOL Ada, Haskell, Dart MATLAB, C#, Go, Lua, PHP
  • 83. Information Technology What is a database? Every organization has information that it must store and manage to meet its requirements. For example, a corporation must collect and maintain human resources records for its employees. This information must be available to those who need it. An information system is a formal system for storing and processing information. An information system could be a set of cardboard boxes containing manila folders along with rules for how to store and retrieve the folders. However, most companies today use a database to automate their information systems. A database is an organized collection of information treated as a unit. The purpose of a database is to collect, store, and retrieve related information for use by database applications.
  • 84. Information Technology What is a Spread-Mart? Left to their own devices, business users will fend for themselves. More times than not, we see a chasm between data and information; a chasm filled by books and books full of spreadsheets. On their own, spreadsheets are not the issue. There is simply to too much reliance on spreadsheets as a form of Swiss army knife. Though it may work in the short-term, calling this approach a “process” seems to be a stretch, at best. Spreadsheets are fantastic personal productivity tools; unfortunately, everyone tends to overuse them. More to the point, the spreadsheets are not really being used properly. Time and time again, analysts and business users create massive workbooks, filled with dozens - if not hundreds - of sheets turning them into “reporting applications”. So a spread-mart is really a data mart built using a series of spreadsheet workbooks.
  • 85. Information Technology What is a Data Mart? A data mart serves the same role as a data warehouse, but it is intentionally limited in scope. It may serve one particular department or line of business. The advantage of a data mart versus a data warehouse is that it can be created much faster due to its limited coverage. However, data marts also create problems with inconsistency. It takes tight discipline to keep data and calculation definitions consistent across data marts. This problem has been widely recognized, so data marts exist in two styles. Independent data marts are those which are fed directly from source data. They can turn into islands of inconsistent information. Dependent data marts are fed from an existing data warehouse. Dependent data marts can avoid the problems of inconsistency, but they require that an enterprise-level data warehouse already exist. Data marts can be physically instantiated or implemented purely logically though views. Furthermore, data marts can be co-located with the enterprise data warehouse or built as separate systems.
  • 86. Information Technology What is an Operational Data Store? Operational data stores exist to support daily operations. The ODS data is cleaned and validated, but it is not historically deep: it may be just the data for the current day. Rather than support the historically rich queries that a data warehouse can handle, the ODS gives data warehouses a place to get access to the most current data, which has not yet been loaded into the data warehouse. The ODS may also be used as a source to load the data warehouse. As data warehousing loading techniques have become more advanced, data warehouses may have less need for ODS as a source for loading data. Instead, constant trickle-feed systems can load the data warehouse in near real time.
  • 87. Information Technology What is a Data Warehouse? A data warehouse is a database designed to enable business intelligence activities: it exists to help users understand and enhance their organization's performance. It is designed for query and analysis rather than for transaction processing, and usually contains historical data derived from transaction data, but can include data from other sources. Data warehouses separate analysis workload from transaction workload and enable an organization to consolidate data from several sources. This helps in: Maintaining historical records Analyzing the data to gain a better understanding of the business and to improve the business
  • 88. Information Technology What is the difference between a Data Warehouse vs. OLTP System? Data warehouses are distinct from online transaction processing (OLTP) systems. With a data warehouse you separate analysis workload from transaction workload. Thus data warehouses are very much read-oriented systems. They have a far higher amount of data reading versus writing and updating. This enables far better analytical performance and avoids impacting your transaction systems. A data warehouse system can be optimized to consolidate data from many sources to achieve a key goal: it becomes your organization's "single source of truth". There is great value in having a consistent source of data that all users can look to; it prevents many disputes and enhances decision-making efficiency.
  • 89. Information Technology What is a Data Discovery Lab? The data discovery lab is a separate environment built to allow your analysts and data scientists to figure out the value hidden in your data. The data lab helps you find the right questions to ask and, of course, put those answers to work for your business. It also referred to as a “sandbox”. The lab is not the end result. Rather, it’s a way to generate new insights that can be put to productive use. It’s important to figure out upfront how you’re going to turn insight into value. And if you’re starting a data lab project for the first time, you want that value to be visible quickly to maintain or gain organizational support for the work
  • 90. Information Technology What is Big Data? Put simply, big data is larger, more complex data sets, especially from new data sources. These data sets are so voluminous that traditional data processing software just can’t manage them. But these massive volumes of data can be used to address business problems you wouldn’t have been able to tackle before.
  • 91. Information Technology What is a Data Lake? A data lake is a place to store your structured and unstructured data, as well as a method for organizing large volumes of highly diverse data from diverse sources. Watch this video to go a bit deeper. Data lakes are becoming increasingly important as people, especially in business and technology, want to perform broad data exploration and discovery. Bringing data together into a single place or most of it in a single place can be useful for that. The key difference between a data lake and a data warehouse is that the data lake tends to ingest data very quickly and prepare it later on the fly as people access it. With a data warehouse, on the other hand, you prepare the data very carefully upfront before you ever let it in the data warehouse.
  • 92. Information Technology What Is Artificial Intelligence? Artificial intelligence as an academic discipline was founded in 1956. The goal then, as now, was to get computers to perform tasks regarded as uniquely human: things that required intelligence. Initially, researchers worked on problems like playing checkers and solving logic problems. Artificial intelligence, then, refers to the output of a computer. The computer is doing something intelligent, so it’s exhibiting intelligence that is artificial.
  • 93. Information Technology What is Machine Learning? Machine learning is the subset of artificial intelligence (AI) that focuses on building systems that learn—or improve performance—based on the data they consume. Artificial intelligence is a broad term that refers to systems or machines that mimic human intelligence. Machine learning and AI are often discussed together, and the terms are sometimes used interchangeably, but they don’t mean the same thing. An important distinction is that although all machine learning is AI, not all AI is machine learning. Today, machine learning is at work all around us. When we interact with banks, shop online, or use social media, machine learning algorithms come into play to make our experience efficient, smooth, and secure. Machine learning and the technology around it are developing rapidly, and we're just beginning to scratch the surface of its capabilities.
  • 94. Information Technology What is Deep Learning? Put simply, deep learning is all about using neural networks with more neurons, layers, and interconnectivity. We’re still a long way off from mimicking the human brain in all its complexity, but we’re moving in that direction. And when you read about advances in computing from autonomous cars to Go-playing supercomputers to speech recognition, that’s deep learning under the covers. You experience some form of artificial intelligence. Behind the scenes, that AI is powered by some form of deep learning.
  • 95. Information Technology What is a Subject Area? A subject area is a single-topic-centric slice through an entire data warehouse data model. A data mart or departmental mart is typically used to analyze a single subject area such as finance, or sales, or HR. Within a database a subject area groups all tables together that cover a specific (logical) concept, business process or question. A data warehouse and enterprise data warehouse will typically contain multiple subject areas, creating what is sometimes referred to as a 360-degree view of the business.
  • 96. Information Technology What is a Schema? A schema is a collection of database objects, including tables, views, indexes, and synonyms. You can arrange schema objects in the schema models designed for data warehousing in a variety of ways. The model of your source data and the requirements of your users help you design the data warehouse schema. You can sometimes get the source model from your company's enterprise data model and reverse-engineer the logical data model for the data warehouse from this. The physical implementation of the logical data warehouse model may require some changes to adapt it to your system parameters—size of computer, number of users, storage capacity, type of network, and software.
  • 97. Information Technology What is a Star Schema? Star schemas are often found in data warehousing systems with embedded logical or physical data marts. The term star schema is another way of referring to a "dimensional modeling" approach to defining your data model. Most descriptions of dimensional modeling use terminology drawn from the work of Ralph Kimball, the pioneering consultant and writer in this field. Dimensional modeling creates multiple star schemas, each based on a business process such as sales tracking or shipments. Each star schema can be considered a data mart, and perhaps as few as 20 data marts can cover the business intelligence needs of an enterprise.
  • 98. Information Technology What is a Snowflake Schema? The snowflake schema is a more complex data warehouse model than a star schema, and is a type of star schema. It is called a snowflake schema because the diagram of the schema resembles a snowflake. Snowflake schemas normalize dimensions to eliminate redundancy. That is, the dimension data has been grouped into multiple tables instead of one large table.
  • 99. Information Technology What is a Dimension Table Dimension tables provide category data to give context to the fact data. For instance, a star schema for sales data will have dimension tables for product, date, sales location, promotion and more. Dimension tables act as lookup or reference tables because their information lets you choose the values used to constrain your queries. The values in many dimension tables may change infrequently. As an example, a dimension of geographies showing cities may be fairly static. But when dimension values do change, it is vital to update them fast and reliably. Of course, there are situations where data warehouse dimension values change frequently. The customer dimension for an enterprise will certainly be subject to a frequent stream of updates and deletions.
  • 100. Information Technology What is a Fact Table Fact tables have measurement data. They have many rows but typically not many columns. Fact tables for a large enterprise can easily hold billions of rows. For many star schemas, the fact table will represent well over 90 percent of the total storage space. A fact table has a composite key made up of the primary keys of the dimension tables of the schema. A fact table contains either detail-level facts or facts that have been aggregated. Fact tables that contain aggregated facts are often called summary tables. A fact table usually contains facts with the same level of aggregation. Though most facts are additive, they can also be semi- additive or non-additive. Additive facts can be aggregated by simple arithmetical addition. A common example of this is sales. Non-additive facts cannot be added at all
  • 101. That should be most of it..