INTERNSHIP REPORT - Third YEars
INTERNSHIP REPORT - Third YEars
BACHELOR OF TECHNOLOGY
in
KANURU, VIJAYAWADA-520007
2022 - 2023
PRASAD V. POTLURI SIDDHARTHA INSTITUTE OF TECHNOLOGY
AICTE Approved, NBA & NAAC accredited and ISO 9001: 2015 certified Institution
KANURU, VIJAYAWADA-520007
CERTIFICATE
This is to certify that the “Internship report” submitted by G.RAGHAVENDRA
(Reg. no: 20501A0222) is work done by him and submitted during 2022 – 2023 academic
year, in partial fulfillment of the requirements for the award of the degree of BACHELOR
OF TECHNOLOGY in ELECTRICAL AND ELECTRONICS ENGINEERING at
Internshala Trainings.
We are highly grateful and obliged for the most cooperative attitude of
Dr. Ch Padmanabha Raju, Head of Electrical and Electronics Engineering
Department in preparing our internship.
We are thankful to our beloved Principal Dr. K. SIVAJI BABU for his
encouragement and the facilities provided to us.
We are also thankful to all our staff members for their valuable support for the
completion of the Internship.
Finally, we express our thanks to the members who directly and indirectly
helped us in completing this internship.
N. SASIDHAR
(Reg.No: 19505A0222)
ABSTRACT
The Company:
Internshala is a internship and online training platform . It is the platform in which students
can get a chance of getting and doing internships on their dream or emerging technology .It is
a technology company on a mission to equip students with relevant skills and practical
exposure to help them to get into corporate world . On otherside it helps for the people in
their career to upskill themselves . Internshala is a platform where multiple students have a
chance of making internships and certified by the training .Internshala understands the gap
between the students and learnings and bridges them with their beautiful and best visual
content.Due to the visualisation of content makes the students to understand easily.
It is all too easy to lose valuable opportunities by introducing new technologies. When there
is no expertise to recognize these changes, this difficulty becomes significantly worse. It is
the case for companies with limited experience in creating and designing websites. Face the
development services of website agencies have revolutionized the functioning of companies.
As a result, the importance of Web Designing and Development is a valuable resource for
serious entrepreneurs or businesses interested in learning about the importance of websites.
Web Designing and Web Development play an important role when you want to market
your product and services and to succeed, start-ups need to market their products and
services. On the other hand, marketing strategies are useful for the sale of the brand. Web
design and web development are less expensive than other strategies like traditional
media and billboards. A company can publish all important information on this web
offered. The webmaster can easily add attractive deals to the Website. Surprisingly, it’s
much easier to update excellent website discounts and deals. As a consequence, the
INDEX
CONTENTS PAGE NO
1-2
CHAPTER 2:CSS
9-10
2.1 CSS Selectors
.
.
.
..
.
1. INTRODUCTION
The complexity of business environments constantly grows, both with regard to the amount
of data relevant for making strategic decisions and the complexity of included business
processes. Today’s dynamic and competitive markets often imply rapid (e.g., near real-time)
and accurate decision making. Relevant data are stored across a variety of data repositories,
possibly using different data models and formats, and potentially crossed with numerous
external sources for various context aware analysis. A data integration process combines data
residing on different sources and provides unified view of this data for a user [1]. For
example, in a data warehousing (DW) context, data integration is implemented through
extract-transform- that extracts, cleans, and transforms data from multiple, often
heterogeneous data sources and Finally, delivers data for further analysis. There are various
challenges related to data Flow design. Here we consider two: design evolution and design
complexity.
In an enterprise environment data is usually shared among users with varying technical skills
and needs, involved in different parts of a business process. Typical real-world data-intensive
workloads have high temporal locality, having 80% of data reused in a range from minutes to
hours. However, the cost of accessing these data, especially in distributed scenarios, is often
high. At the same time, intertwined business processes may also imply overlapping of data
processing. For instance, a sales department may analyze the revenue of the sales for the past
year, while Finance may be interested in the overall net profit. Computing the net profit can
largely benefit from the total revenue already computed for the sales department and thus, it
could benefit from the sales data Flow too. The concept of reusing partial results is not new.
Software and data reuse scenarios in data integration have been proposed in the past, showing
that such reuse would result in substantial cost savings, especially for large, complex business
environments. Data Flow re use could result in a significant reduce in design complexity, but
also in intermediate Flow executions and thus, in total execution time too.
1
1.1Module Description:
Shopper:
======
1) User registers the site.
2) Products will be showed
3) If user selected the product and then save
4) User selected product is send to the Order.
5) If user wants to buy the product they can also buy.
Supplier
=======
1) send product details
2) send payment verification
3) Store buying detail
4) Store line items using join product and order
Order
=============
1) Store all the user details.
2) Order detail
2
3