0% found this document useful (0 votes)
69 views

Full Stack Java With DSA (Blue BG)

Full stack java

Uploaded by

Divakar Src
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
69 views

Full Stack Java With DSA (Blue BG)

Full stack java

Uploaded by

Divakar Src
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 18

FULL STACK JAVA WITH DSA Dura on : 9 Months

CORE JAVA MODULE 4: OOP IMPLEMENTATION (PIE)


MODULE 1: INTRODUCTION TO JAVA · Why OOP
· Why Java was Developed · OOP Concepts with Real life examples
· Applica on Areas of Java · Class & it's Syntax, Object& it's Syntax
· History of Java · Reference Variable
· Pla orm Independency in Java · Constructors
· USP of Java: Java Features · Instance(Non-Sta c) & Sta c Variables
· Sun-Oracle Deal · Instance(Non-Sta c) & Sta c Methods
· Different Java Pla orms · this Keyword and it's usages
· Difference between JDK, JRE, JVM · Object & Sta c Ini alizers (Anonymous
· Java Versions Blocks)
· JVM Architecture · Understanding '+' Operator
· Installing Java on Windows · Inheritance& it's Syntax
· Understanding Path Variable: Why Set · Types of Inheritance
Path · Object Class as Root of Java Class
Hierarchy
MODULE 2: CREATING FIRST JAVA · Variable Hiding
PROGRAM · Method Hiding
· Understanding Text Editors to Write · Method Overriding
Programs · Method Overloading
· How to compile java file · Super keyword and it's usages
· Byte Code and class file · Final keyword and it's usages
· How to run class file · Constructor Chaining
· Upcas ng and Down cas ng
MODULE 3: JAVA LANGUAGE · Sta c & Dynamic Binding
FUNDAMENTALS · Run Time Polymorphism
· Iden fiers · Abstract Keyword (Abstract classes and
· Keywords ethods)
· Variables · Understanding Interfaces
· Literals · Implementa on of Encapsula on
· Data Types · Associa on with Implementa on
· Operators
· Comments MODULE 5: PACKAGES
· Looping Statements · Understanding Packages
· Condi on Statements · Se ng Class path
· Type Cas ng · Reading Input from Keyboard
· Access Modifiers
FULL STACK JAVA WITH DSA Dura on : 9 Months

MODULE 6: NESTED TYPES · String Class


· Sta c Nested Class · Crea ng String Object
· Non-sta c Nested Class · Opera ons on String
· Local Class · String Buffer Class and it's Methods
· Anonymous Class · Difference between String and String
· Nested Interface Buffer class
· String Builder Class and it's Methods
MODULE 7: ARRAYS · Difference between String Buffer and
· General Defini on of Array StringBuilder
· Advantages from Array
· Arrays in Java MODULE 11: SWING
· 1-d Arrays · Introduc on to AWT
· 2-d Arrays · Introduc on to Swing Components
· Jagged Arrays · Look And Feel of Swing Components
· Array of reference type · MVC Architecture of Swing Components
· Opera ons on Arrays · Working with Image
· Advance Swing Components
MODULE 8: COMMAND LINE ARGUMENTS · JOp onPane, JTree, JTable, JTabbedPane
AND WRAPPER CLASSES JfileChooser, JcolorChooser
· How to read command line arguments · Menu Components
· Wrapper Classes · J Menu
· Parsing of Numeric Strings · JMenuItem
· String representa on of Primi ves · JMenubar

MODULE 9: EXCEPTION HANDLING MODULE 12: MULTITHREADED


· Types of Run me Errors PROGRAMMING
· Understanding Excep ons · Mul tasking: Why Concurrent Execu on
· Excep on Class Hierarchy · Mul processing v/s Mul threading
· Try & Catch Blocks · Main Thread (Default Java Thread)
· Pa erns of Catch Block · Crea ng Child Threads and understanding
· Nested Try statements context switching
· Throw, throws and finally · Thread States
· Crea ng Custom Excep ons · Thread Group
· Checked & Unchecked Excep ons · Thread Synchroniza on: Methods and
· Asser on Blocks
· Inter-Thread communica on
MODULE 10: WORKING WITH STRINGS · Daemon Threads
· What is String · Deadlock
FULL STACK JAVA WITH DSA Dura on : 9 Months

MODULE 13: EXTENDED & UTILITY MODULE 2: DATABASE CONNECTIVITY (THE


CONCEPTS JDBC)
· Generics · Concepts of JDBC
· Lambda Expression · Need of JDBC
· Annota ons · Types of JDBC Drivers
· Object Cloning · Type1: Jdbc-Odbc bridge Driver
· Vargs · Type2: Na ve API Driver
· Sta c-import · Type3: Middleware layer
· Enum · Type4: Pure Java Driver
· Sta c, Default and Private Methods of · Type3: Middleware layer Driver
Interface · Difference between the JDBC drivers
· Var Type · Connec ng with Databases (MS Access,
· Java Modules My SQL, and Oracle)
· Execu ng query in Database
MINOR PROJECT IMPLEMENTATION · Other miscellaneous topics in JDBC

ADVANCE JAVA MODULE 3: JAVA EE (JAVA PLATFORM


MODULE 1: COLLECTION FRAMEWORK ENTERPRISE EDITION)
· Introduc on of Collec on Framework · Understanding the Concept of Java EE :
· Need of Collec on JEE Specifica on
· Collec on API (the classes and interfaces) · Java EE Architecture
· The methods of Collec on interface · Single Tier
· List Interface (the Array List, Vector, · Two Tier
Linked List, and Stack classes) · Three Tier
· The Iterator, List Iterator, and · N-Tier
Enumera on interfaces · Java EE Components
· Set Interface (the HashSet, Linked · Web Components
HashSet classes) · Distributed (Business) Components
· Map Interface (the Hash table, HashMap, · Java EE Containers& Servers
Linked Hash Map, classes) · Web Container& Web Server (Apache
· The Comparable & Comparator interfaces Tomcat)
· The Tree Map and Tree Set classes · EJB Container& Applica on Server
· How Collec on Framework is used in (WebLogic, Glassfish, WebSphere)
industry (the real Project · Java EE Services
· Development) · JNDI Service
· Wri ng an applica on using Collec on · Java Transac on Service
API and JDBC · JMS
FULL STACK JAVA WITH DSA Dura on : 9 Months

MODULE 4: JAVA SERVLET · Composite View


· Introduc on to web programming · Factory Pa ern
· Role of Servlet in web programming · Singleton Pa ern
· Servlet Lifecycle · DAO Pa ern
· Servlet with Annota ons
· @WebServlet JAVA FRAMEWORKS
· @WebInitParam MODULE 1: JPA (JAVA PERSISTENCE API)
· @WebListener · JPA overview
· @WebFilter · ORM
· @Mul partConfig · JPA En ty
· Request Dispatching · JPA Associa on Mapping
· Parameters & A ributes and their · JPA Inheritance Mapping
differences · JPA JPQL
· Servlet Config and Servlet Context · JPA Criteria API
· File Uploading and Downloading
· Session Tracking State Management MODULE 2: OVERVIEW OF HIBERNATE
· Cookie FRAMEWORK
· URL Rewri ng · Hibernate overview
· Hidden Form Field · Hibernate architecture
· Session Object · Hibernate configura on and mapping file
· Events & Listeners · Hibernate generator classes
· Dependency Injec on · Hibernate associa on mapping
· Refreshing Servlet · Hibernate inheritance mapping
· Filters · HQL, HCQL
· Hibernate caching
MODULE 5: JAVA SERVER PAGES (JSP) & · First level cache and Second level cache
JSTL
· JSP Architecture MODULE 3: BASIC BEAN WIRING
· JSP Elements · Containing your Bean
· JSP Objects · Crea ng Bean
· Understanding JavaBeans · Injec ng into bean proper es
· Custom Tags · Auto wiring
· Using tags of JSTL · Controlling Bean Crea on
· Expression Language
MODULE 4: ADVANCED BEAN WIRING
MODULE 6: DESIGN PATTERN · Declaring parent and Child Bean
· Why Design Pa erns...? · Applying method injec on
· Front Controller
FULL STACK JAVA WITH DSA Dura on : 9 Months

· Injec ng Non-spring Beans · Crea ng Controllers, Crea ng Models


· Registering Custom property editors · Crea ng Views
· Using Thyme leaf Template
MODULE 5: HITTING THE DATABASE
· Learning spring's data Access Philosophy MODULE 10: SPRING BOOT
· Configuring a data source · Spring BOOT Overview
· Using JDBC with Spring · Spring BOOT Ini alizer
· Working with JDBC Templates · Spring BOOT CLI, Spring BOOT Starter
· Using Spring's DAO Support Classes for · Spring BOOT Autoconfigura on
JDBC · Spring BOOT Applica on Proper es
· Integrate Hibernate with Spring · Spring BOOT RESTful API
· Caching · Spring BOOT MVC, Spring Security
· Spring Data JPA
MODULE 6: INTRODUCTION TO MVC
· Define MVC MODULE 11: BUILDING RESTFUL API USING
· Hibernate Injec on SPRING BOOT
· Spring Annota on, Spring Controller · Web Services, SOAP Web Services
· RESTful Web Services, JAX-RS
MODULE 7: MAVEN DEPLOYMENT · Jersy Framework, Resource
· Maven Configura on · HTTP Request & Response Components
· Conver ng Maven to Eclipse · HTTP Web Verbs, HTTP Endpoints
· Various Maven Command · HATEOAS

MODULE 8: SPRING DEPLOYMENT OF MAJOR PROJECT


· Spring Overview, Spring Module
· IOC Container
· Dependency Injec on
· Spring Beans
· Bean Scops
· Bean Configura on
· Se er Injec on, Constructor Injec on
· Spring Auto wiring

MODULE 9: SPRING MVC


· Spring MVC Overview
· MVC(Model-View-Controller)
· Dispatcher Servlet
· Configura on Files
· Dispatcher Servlet Architecture
FULL STACK JAVA WITH DSA Dura on : 9 Months

DSA using JAVA Introduc on to Graph


What is Graph?
Introduc on to Data Structures and Graph Terminologies
Algorithms Graph Representa on
Ÿ What is Data Structure BFS and DFS in Graph
Ÿ Benefits of Data Structure Cycles in Graph
Ÿ Types of Data Structure Shortest path in Graph
Ÿ What is algorithm Graph Opera ons
Ÿ Time and Space complexity
Searching Algorithms
Introduc on to Array Linear Search
Ÿ Advantages of Arrays Sen nel Linear Search
Ÿ Disadvantages of Arrays Binary Search
Ÿ Types of Arrays Meta Binary Search
Ternary Search
Introduc on to Linked List Jump Search
Ÿ Advantages of Linked List Interpola on Search
Ÿ Disadvantages of Linked List
Ÿ Types of Linked List Sor ng Algorithms
Ÿ What is Sor ng
Introduc on to Stack Ÿ Selec on Sort
What is Stack Ÿ Bubble Sort
Ÿ Inser on Sort
Introduc on to Queue Ÿ Merge Sort
Ÿ What is Queue? Ÿ Quick Sort
Ÿ Basic opera ons on Queue Ÿ Heap Sort
Ÿ Types of Queues Ÿ Shell Sort
Ÿ Implementa on of Queue using Array Ÿ Many more
Ÿ Implementa on of Queue using Linked
List Recursion Algorithms
Ÿ Applica ons of Queue Ÿ What is Recursion?
Ÿ Why Recursion?
Introduc on to Tree Ÿ Types of Recursions
Ÿ What is Tree Data Structure? Ÿ Tail Recursion
Ÿ Why Tree Data Structure Ÿ Implicit Recursion
Ÿ Tree Terminologies
Ÿ Types of Trees Backtracking Algorithms
Ÿ Tree Traversal Ÿ What is Backtracking?
Ÿ Tree Applica ons Ÿ How does a Backtracking Algorithm
work?
FULL STACK JAVA WITH DSA Dura on : 9 Months

Ÿ When to use Backtracking Algorithm? · HTML Color Coding


Ÿ Types of Backtracking Algorithms
Ÿ Recursive Backtracking Algorithms MODULE 5: HTML-GROUPING USING DIV
Ÿ Non-Recursive Backtracking Algorithms SPAN
· Div Tag
Introduc on to Hashing · Span Tags
Ÿ What is Hashing?
Ÿ Hash table
MODULE 6: HTML SEMANTIC ELEMENTS
Ÿ Applica ons of Hashing
· <ar cle>
WEB DESIGNING (HTML) · <aside>
MODULE 1: WEB PROGRAMMING · <details>
INTRODUCTION · <figure>
· Architecture of a website · <footer>
· Different technologies in making the · <header>
website · <main>
· Web Development Introduc on · <mark>
· <nav>
MODULE 2: HTML-INTRODUCTION · <sec on>
· History of HTML · <summary>
· What you need to do to get going and · < me>
make your first HTML page
· What are HTML Tags and A ributes? MODULE 7: HTML-LISTS
· HTML Tag vs. Element · Unordered Lists, Ordered Lists
· HTML A ributes · Defini on list

MODULE 3: HTML-HEADERS MODULE 8: HTML-IMAGES


· Title · Image and Image Mapping
· Base · Background Images
· Link
· Styles MODULE 9: HTML-HYPERLINK
· Script · Anchor Tag.
· Meta · URL - Uniform Resource Locator
· Rela ve and Absolute Address
MODULE 4: HTML-BASIC FORMATTING
TAGS MODULE 10: HTML-TABLE
· HTML Basic Tags · < table >
· HTML Forma ng Tags · < th >
FULL STACK JAVA WITH DSA Dura on : 9 Months

· < tr > · HTML Web Workers


· < td > · HTML SSE
· < cap on >
· < the ad > CSS
· < t body > MODULE 1: CSS INTRODUCTION
· < toot > · What is CSS?
· < cogroup > · Why Use CSS?
· < col > · CSS Syntax

MODULE 11: HTML-I FRAME MODULE 2: CSS CORE PROPERTIES


· Using I frame as the Target · CSS Color
· CSS Backgrounds
MODULE 12: HTML-FORM · CSS Box Model
· HTML Forms · CSS Borders
· HTML Form A ributes · CSS Margins
· HTML Form Elements · CSS Paddings
· HTML Input Types · CSS Box Sizing
· HTML Input A ributes
· HTML Input form A ributes MODULE 3: CSS UNITS
· < text area > · Absolute Units
· < bu on > · Rela ve Units
· < select > · Max-Width
· < label > · Min-Width

MODULE 13: HTML GRAPHICS MODULE 4: CSS STYLING


· HTML Canvas Graphics · CSS Text
· HTML SVG Graphics · CSS Fonts
· CSS Outline
MODULE 14: HTML MEDIA · CSS Alignment
· HTML Media · Important
· HTML Video
· HTML Audio MODULE 5: STYLING ELEMENTS
· HTML Plug-in · Links
· HTML You Tube · Lists
MODULE 15: HTML APIS · Dropdowns
· HTML Geoloca on · Tables
· TML Drag/Drop · Images
· HTML Web Storage
FULL STACK JAVA WITH DSA Dura on : 9 Months

· Image-Sprite · CSS Transi on


· Image-Filters · CSS Anima ons
· Clip-Path
· Forms MODULE 11: CSS RESPONSIVE
· Responsive Introduc on
MODULE 6: NAVBAR · Responsive Viewport
· Ver cal-Navbar · Responsive Breakpoint
· Horizontal-Navbar · Media Queries

MODULE 7: CSS SELECTORS JAVASCRIPT


· Simple Selectors MODULE 1: INTRODUCTION
· Combinator selectors · What is JavaScript?
· Why Use JavaScript?
Pseudo-class selectors
· Syntax
· Pseudo-elements selectors
· Statements
· A ribute selectors
· Comments
MODULE 2: LANGUAGE SYNTAX
MODULE 8: CSS POSITIONS
· Data Types
· Posi on
· Variable Declara ons
· Z-Index
· Var vs. Let
· Float
· Constant
· Clear
· Dynamic Type
· Overflow
· Type of
· Type Conversion
MODULE 9: CSS LAYOUTS
· Objects
· Display
· Arrays
· Block
· Inline
MODULE 3: OPERATORS
· Inline-Block
· JavaScript Operators.
· Grid
· Arithme c Operators
· Flex-Box
· Assignment Operators
P· Inline-Block
· Comparison Operators
· Grid
· Equality Operators
· Flex-Box
· Ternary Operators
· Logical Operators
MODULE 10: CSS TRANSFORMATION
· Bitwise Operators
· CSS 2D Transforms
· CSS 3D Transforms
FULL STACK JAVA WITH DSA Dura on : 9 Months

MODULE 4: CONTROL STATEMENT · JS Popup Alert


· if · JS Timing
· else · JS Cookies
· if/else
· switch/case MODULE 8: ARRAY
· Array Introduc on
MODULE 5: LOOP STATEMENT · Adding & Dele ng Element
· for · Modifying Element
· for/in · Searching Element
· for/off · Emptying Element
· while · Combining and Slicing Array
· do/while · Spread Operator
· Infinite loop · Looping with Array
· Break · Filtering with Array
· con nue · Mapping with Array
· Reducing an Array
MODULE 6: JAVASCRIPT HTML DOM MODULE 9: FUNCTIONS
· HTML Document object Model · Func on Declara ons.
· DOM Methods · Hois ng
· DOM Documents · Arguments
· DOM Elements · The Rest Operators
· DOM HTML · Default Parameters
· DOM Forms · Ge er and Se ers
· DOM CSS · Try and Catch
· DOM Events · Local vs. Global Scope
· DOM Event Listener · this keyword
· DOM Naviga on
· DOM Nodes MODULE 10: OBJECTS
· DOM Collec ons · Basics
· DOM Node Lists · Factory Func ons
· Constructor
MODULE 7: JAVASCRIPT HTML BOM · Dynamic Nature of Object
· HTML Browser object Model · Func ons are Objects
· JS Window · Value vs. Reference Type
· JS Screen · Enumera ng Proper es of an Object
· JS Loca on · Cloning an Object
· JS History · String
· JS Navigator · Date
FULL STACK JAVA WITH DSA Dura on : 9 Months

MODULE 11: BUILT-IN OBJECTS · AJAX Request


· Number · AJAX Response
· Math
· String MODULE 16: JAVASCRIPT JSON
· Array · JSON Introduc on
· Date · JSON Syntax
· Boolean · JSON Data Types
· Regex · JSON Parse
· JSON Stringify
MODULE 12: EVENTS · JSON Objects
· Introduc on · JSON Arrays
· Mouse Events
· Keyboard Events JQUERY
· Form Events · Ge ng started with jQuery
· Document/Window Events · Selec ng elements
· Manipula ng the page
MODULE 13: INTRODUCTION TO OOP
· Traversing the DOM and chaining
CONCEPT
· jQuery U lity Methods
· Prototype, Module pa ern
· Handling events and event delega on
· Augmen ng type
· AJAX, JSON and Deferred
· Closure
· Enhancing with Anima on effects
· ES6 Introduc on
· Grids, Tables with AJAX, Pagina on,
· Let & Const
Query UI
· Arrow Func ons
· jQuery Best Prac ces
· Class and Inheritance
· Rest and Map Operators
· Export and Import BOOTSTRAP 5
· Modules MODULE 1: INTRODUCTION
· Introduc on
MODULE 14: JAVASCRIPT WEB API · Quick Styles A er Dark
· API Introduc on, Forms API · Our First Web Page
· History API, Storage API · What's inside?
· Worker API, Fetch API · Scripts & Styles
· Geoloca on API · Core concepts
· Summary
MODULE 15: JAVASCRIPT AJAX
· AJAX Introduc on
· AJAX XMLH p
FULL STACK JAVA WITH DSA Dura on : 9 Months

MODULE 2: LAYOUT WITH BOOTSTRAP GitHub


· Introduc on
· Grid Layouts, Simple Layout REACT
· Fixed Grids, Fluid Grids MODULE 1: INTRODUCTION OF JAVASCRIPT
· Responsive Design ES 5 AND Es6
· Responsive U li es · Basic JavaScript
· Inspira on · Object Based JavaScript
· Summary · Introduc on to Es6
· JavaScript Helpers (for Each, filter, map,
MODULE 3: EVERYDAY BOOTSTRAP ilter, every, some)
· Introduc on · String Literals
· Typography · DE structuring
· Tables · Rest parameters & spread operator
· Forms · Arrow func on
· Bu ons · Default parameter
· Images & Icons · Class: Inheritance
· Summary · Constructor
· Promise
MODULE 4: BOOTSTRAP COMPONENT
· Introduc ons MODULE 2: INTRODUCTION TO REACTJS
· Drop Down Menu · What React JS?
· Bu ons with Menus · Why use React JS?
· Tabs & Pill · What is Single Page Applica on?
· The Navbars · Why SPA?
· Heros, Badgets, Labels and media · React JS Version
· Summary · REACT DOM
· REACT VIRTUAL DOM
MODULE 5: BOOTSTRAP AND JAVASCRIPT
· Introduc on MODULE 3: SET UP REACT JS
· More Bu ons ENVIRONMENT
· Modals · What is CLI: create-react-app project
· Tool ps and Popovers name
· Carousel · Advantage using CLI
· Summary · How to debug React JS applica on.
· Installa on CLI
GITHUB · Install Node JS
· Real-Time environmental setup with · Install React JS, Installa on CLI
FULL STACK JAVA WITH DSA Dura on : 9 Months

· Create a hello world example · Se ng Up React router


· Create React JS Project · Install/ Uninstall React router
· Understanding of Folder Structure · React Router Version 5
· How to debug React JS applica on · React router Version 6
· Introduc on of Babel · Se ng up react router
· Understand rou ng in single page
MODULE 4: BASIC FEATURES OF REACTJS applica ons
AND COMPONENTS · Working with Browser Router
· React Concepts components
· JSX · Configuring route with Route component
· Render Elements · Making routes dynamic using Route
· Types of Components, Class Components params
· Life Cycle Method of Class components · Working with nested routes
· Func onal Components · Naviga ng to pages using Link and Nav
· HOOKS in detail Link Component
· Create React JS Project · Redirect routes using Redirect
· Understanding of Folder Structure Component
· How to debug React JS applica on
· Introduc on of Babel MODULE 6: KEY FEATURES OF REACTJS
· Condi onal Rendering
MODULE 4: BASIC FEATURES OF REACTJS · Lists and Keys
AND COMPONENTS · Forms
· React Concepts
· JSX MODULE 7: EVENT HANDLING IN REACT
· Render Elements · Understanding React event system
· Types of Components · Passing arguments to event handlers
· Class Components
· Life Cycle Method of Class components MODULE 8: WORKING WITH FORMS
· Func onal Components · Controlled components
· HOOKS in detail · Understand the significance to default
· Use of HOOK Value Prop
· What is state · Using react ref prop to get access to DOM
· React Forms element
· Components and Props
· State and Lifecycle Handling Events MODULE 9: INTRODUCTION TO REDUX
· Prac ce on above topics · What is React Redux
Ÿ Why React Redux
MODULE 5: ROUTING WITH REACT ROUTER · Redux Install and setup
FULL STACK JAVA WITH DSA Dura on : 9 Months

· Ac ons
· Reducers
· Store
· igh Order Component
· Understanding map State to Props and
map Dispatch To Props Usage

MODULE 10: REDUX ADVANCED


· Async Ac ons
· Middleware
· What is redux saga
· Install and set up redux saga
· Working with Saga helpers (Crud
Opera on)
· Sagas vs Promises

MODULE 11: REACT WITH DESIGN


FRAMEWORK
· Material UI for design
· Formic Valida on

MODULE 12: REACT API'S


· Introduc on h ps Request
· Introduc on Axios NPM
· Introduc on Slider NPM
· Integra on of any NPM modules
· Introduc on of Google Map NPM
WHAT YOU WILL GET?

100% Job Designed for Program Comple on


Opportunity Students & Working Cer ficate from CETPA
Professionals & Global Partners

Weekly Doubt Prac cal Hands-On Instructors from


Clearing Sessions Capstone Project Top Product Based
Companies

Mul ple Hands-On Live Project 360 Degree


Sessions Placement
Assistance

400+ Hours of Live & Access to Recorded Support available all


Offline Sessions Sessions Days 9 AM - 9 PM
IST for Queries

Flexibility to pause Dedicated Student No Cost EMI


Learning and Learner Success Mentor Op ons available
join the upcoming Batch
SAMPLE CERTIFICATIONS

LE E
Training Completion Certificate Training Completion Certificate
This is to certify that

P
This is to certify that

P L
A M NAME
has successfully completed Six Months Training on

A M NAME
has successfully completed Nine Months Training on

S S
“FULL STACK JAVA WITH DSA” “FULL STACK JAVA WITH DSA”
Started From Started From
Day Month 00, 0000 Day Month 00, 0000
Mr. Anil Kumar Singh Mr. Vikas Kalra Mr. Anil Kumar Singh Mr. Vikas Kalra
Director-Training Director Director-Training Director

Verify this Certificate through Registration No.: ESSAPM2420226W6485609 at www.cetpainfotech.com Verify this Certificate through Registration No.: ESSAPM2420226W6485609 at www.cetpainfotech.com
Verify this Certificate by Registration Number xxxxxxxxxxxx at http://www.cetpainfotech.com Verify this Certificate by Registration Number xxxxxxxxxxxx at http://www.cetpainfotech.com

TRAINING | DEVELOPMENT | PLACEMENT

www.cetpainfotech.com

E
This is to certify that
NAME

P
has successfully completed Diploma in

“Full Stack Java with DSA” L


M at CETPA INFOTECH PVT. LTD.

SA
Skill Partner of

Date, 2024
Mr. Anil Kumar Singh Mr. Vikas Kalra
Director Director
CETPA INFOTECH PVT. LTD, CETPA INFOTECH PVT. LTD,
PLACEMENT

You might also like