Peoples Education Society`s
(Mumbai)
P. E. S. COLLEGE OF ENGINEERING
Nagsenvan,Aurangabad
Affiliated to Dr. Babasaheb Ambedkar Technological
University, Lonere
B. Tech F. Y. (Computer Science & Engineering)
Semester VIII
Academic Year 2020-21
Industrial Training / Field Training / Internship
Progress Monitoring Dairy
Name of Student Shubham Pandurang Kale
PRN No 20213420181124210060
Class Final year (B. tech)
Name of Mentor Pagar Mam
About Campus
The People's Education Society, founded by Bharatratna Dr. Babasaheb
Ambedkar at Mumbai in 1945, has a network of numerous educational
institutions of higher learning. The uniform appreciation and goodwill,
earned by this august society, over a tumultuous period of fifty-seven
years, with its numerous schools and colleges at Mumbai, Pune,
Bangalore, Mahad, Nanded, Pandharpur, Aurangabad, Vashi, and
Kolhapur in the states of Maharashtra and Karnataka, as centers as
learning have opened up vistas of knowledge for the adventure of
conquering the frontiers of intellect and wisdom. Following are the list of
Schools and Colleges under the banner of People's Education Society at
various places in India.
Our Vision
● To create sound technical manpower with global
competitiveness, morality and social sense.
● To promote intellectual, moral and social democracy to ensure all
round development of students.
Our Mission
● To provide state-of-art technical infrastructure and motivate
students to realise their own potential.
● To provide an embellished academic and congenial environment to
students for a complete learning experienc
Instruction to Student
● Industrial Training / Field Training / Internship should be a minimum 2
weeks (15 days).
● Students should update day wise reports in their dairy with the signature of
signatory authority.
● Students should report/communicate to mentors on a regular basis regarding
progress reports of Industrial Training / Field Training / Internship.
● Industrial Training / Field Training / Internship Certificate is Mandatory.
About The Organization
❖ Name of Organization: Kalavati Technology PVT. LTD. Auranagabad.
❖ Address: bhagat singh Nagar Road, Near Tulja Bhawani Chowk, Mayur Park,
Aurangabad, Maharashtra 431003
❖ Name of Contact Person: Nitin Nikam Sir
❖ Contact No: 9975147603
❖ E-mail ID: nitinnikam@gmail.com
❖ Website: www.kalavati.com
❖ Brief Information about Organization:The Kalavati Technologies software
company is the fast growed software company, where all the highly skilled team
of employees are worked together in a very enthusiastic way and dedicated to
helping out the companies of all sizes for being forward in a race as it comes to
their competitors. Kalavati technologies provides the help by delivering the
applications to the companies.Kalavati technology ensures that the clients must
get the quality solution of services.
Certificate from kalavati
Official communication
\\ 1. Introduction
We have started our internship with Kalvati Technology PVT. LTD
Aurangabad. On the first they have given a brief introduction about their company. They tell
us what technologies they are working on, and how many employees are working in their
company. So many things they have shared regarding their company. Nitin Nikam Sir is the
director of Kalavati Technologies.
The Kalavati Technologies software company is a fast growing software company, where all
the highly skilled team of employees are working together in a very enthusiastic way and
dedicated to helping out the companies of all sizes for being forward in a race as it comes to
their competitors.
Kalavati technologies provides the help by delivering the applications to the
companies.Kalavati technology ensures that the clients must get the quality solution of
services.They also believe in providing some best features to exceed the clients expectations.
also works under several names Like, Kalavati technologies software company in
Aurangabad. Kalavati technologies website development company in Aurangabad. Kalavati
technologies app developers in Aurangabad. Annual growth is near about 25-50 cr.
2. First Task
After the introduction Nitin Nikam Sir gave us 6 Programming tasks , where we have to
print star patterns using our own logic . We have to complete this Assignment within a
week , and send this assignment to Nikam sir.
Following are the task given by Nikam sir:
3. Second Task
After the completion of the task first we send it to Nitin Nikam Sir after the evaluation of the
first task they gave us the second task. In the second task they gave another 60 questions of
Programming so ,we solved those questions using our own Logic.
Following are the questions given Nikam Sir
1. Write a C / C++ program to print the sum of a given range of a number
2. Write a C / C++ program to display the multiplication of given number
3. Write a C / C++ program to display factorial of given number
4. Write a C / C++ program to swapping of two numbers
5. Write a C / C++ program to swapping of two numbers without using third variable
6. Write a C / C++ program to find whether a number is prime or not
7. Write a C / C++ program to find number is odd or even
8. Write a C / C++ program to display 1-9 table
9. Write a C / C++ program to get number and find sum of all odd numbers in that given
range
10.Write a C / C++ program to get number and find sum of all even numbers in that given
range
11.Write a C / C++ program to find square of a given number
12.Write a C / C++ program to find cube of a given number
13.Write a C / C++ program to display sum of squares of factorial of given range
14.Write a C / C++ program to reverse a string without using string functions
15.Write a C / C++ program to accept number and print it in a reverse order
16.Write a C / C++ program to create palindrome of that given number
17.Write a C / C++ program to find whether a number is palindrome or not
18.Write a C / C++ program to create palindrome of that given string
19.Write a C / C++ program to find whether a string is palindrome or not
20.Write a C / C++ program to find Fibonacci series of given number
21.Write a C / C++ program to check whether is a Fibonacci series or not
22.Write a C / C++ program to create code for this series I/P= aaabbbccc :: O/P= a3b2c4
23.Write a C / C++ program to find max three values in a given array
24.Write a C / C++ program to get sum of max three values in given array
25.Write a C / C++ program to get multiplication of max three values in given array
26.Write a C / C++ program to get addition of given number I/P = 5643 :: O/P =
5+6+4+3=18 :: 1+8=9
27.Write a C / C++ program to find characters highest frequency
28.Write a C / C++ program to find duplicate elements in a given array
29.Write a C / C++ program to get numbers between 1-7 and display respective day like
Mon,Tue,etc.
30.Write a C / C++ program to find sum of all numbers in a array
31.Write a C / C++ program to find multiplication of all numbers in a array
32.Write a C / C++ program to find total numbers of vowels , constants and digits
33.Write a C / C++ program to find size of a array
34.Write a C / C++ program to convert decimal to binary
35.Write a C / C++ program to convert decimal to octal
36.Write a C / C++ program to convert decimal to hexadecimal
37.Write a C / C++ program to convert binary to decimal
38.Write a C / C++ program to convert binary to octal
39.Write a C / C++ program to convert binary to hexadecimal
40.Write a C / C++ program to convert octal to decimal
41.Write a C / C++ program to convert octal to binary
42.Write a C / C++ program to convert octal to hexadecimal
43.Write a C / C++ program to convert hexadecimal to decimal
44.Write a C / C++ program to convert hexadecimal to binary
45.Write a C / C++ program to convert hexadecimal to octal
46.Write a C / C++ program to find missing numbers in a given array
47.Write a C / C++ program to find duplicate characters from array
48.Write a C / C++ program to count the number of words in a given array
49.Write a C / C++ program to count the number of digit in a given array
50.Write a C / C++ program to find sum of digits of a given number using recursion
51.Write a C / C++ program to double every third character in a given array
52.Write a C / C++ program to create I/P = 10110101110 :: O/P = 11111110000
53.Write a C / C++ program to find whether a given number is Armstrong number or not
54.Write a C / C++ program to find Armstrong numbers from given range
55.Write a C / C++ program to find all Armstrong numbers
56.Write a C / C++ program to get a characters in array and find all possible word from that
array
57.Write a C / C++ program to find all odd numbers and even numbers from that array
58.Write a C / C++ program to find second highest number , minimum number and
maximum number from that given array
59.Write a C / C++ program to search a number from that given array
60.Write a C / C++ program to generate random number
61.Write a C / C++ program to create File
62.Write a C / C++ program to read File
63.Write a C / C++ program to write File
64.Write a C / C++ program to Edit File Projects
4. Task Third
After Solving the basic programs by my own loginc Nikam sir gave two projects, , so code
this project using our own logic .
Following are the two project given by Nikam sir:
1. Write a C / C++ program to display ATM transaction
We develop a mini project of ATM transactions. Where we have to code for the basic
operation of ATM machine like withdraw, deposit balance, balance inqurey
etc.
Following are the screenshot of project output:
2. Write a C / C++ program to display Bill of restaurant
In this mini project we have to code for generating bills by talking the amount of dishes
ordered by the customer from the user and at the end this will show the total bill.
5. Task fourth
In task four they gave us dbms queries to solve. There were a total 10 queries they gave.
1. Develop a table for students
2. Develop a table for branches
3. Develop a table for subjects
4. Develop a relationship between students, branches and subjects
5. Develop a SQL query to list details of students that offer more than 3 branches.
6. Develop a SQL query to list the details of students that offer more than 6 subjects.
7. Develop a SQL query to list the details of subjects that are common for more than 3
branches.
8. Develop a SQL query to list students who got 70% above in more than 2 subjects
9. Develop a SQL query to list students who got between 50% - 70% above in more than 3
subjects
10.Develop a SQL query to list students who got 80% above in 2 subjects and 60% below in
3 subjects .
Certificate
This is certified that Mr. Shubham Pandurang Kale having
PRN 20213420181124210060. I Am in Final year of Computer Science
and Engineering. Roll No: 66 at P E S College Of Engineering affiliated
to Dr. Babasaheb Ambedkar Technical University Lonere
Successfully Completed Internship at Kalawati Technology PVT. LTD.
Aurangabad.
Signatory Authority with Stamp