Vande Bharath

Vande Bharath

Placement Crash -1

Core Java | Advanced Java | MySQL | Frontend | Aptitude | Soft Skills

Gain hands-on experience, industry-relevant knowledge, and career-enhancing skills to become a job-ready professional. Work on real-world projects, earn an industry-recognized certification, and receive placement assistance to launch your career successfully! 

4 Months

Offline/Online

(593+)

Batches Starts On 1st,10th & 20th of every month

Batches Start From 1st,10th & 20th of every month

Document

Course Overview

4-Months Course Duration

We go over all the prerequisites needed to acquire a fantastic job, from the ground up.

100% Placement Assistance

Providing complete assistance with the preparation to crack the interviews

Placement Opportunities

We are assisting in finding better and more relevant job openings.

Live Training Interactive Sessions

Through guidance ensures the students gain the best out of the course.

Why Choose Placement Crash -1 ?

Placement Crash -1 is your gateway to a fast, effective, and career-focused learning experience. Designed for aspiring tech professionals, this intensive program equips you with a complete stack of in-demand skills—from Core and Advanced Java to MySQL, Frontend Development, Aptitude, and essential Soft Skills. What sets us apart is our hands-on, project-based approach, guided by industry experts who bring real-world insights to every session. 

Instructors

Syllabus

Core Java
  • Phase-1 
    • Introduction to programming
    • Programming basics
    • Variables
    • Operators
    • Loops
    • Conditional statements
  • Phase-2 
    •  Introduction to Data types
    • Primitive data types
    • Non-Primitive data types
    • Type casting
    • Numeric type promotion
    • Pattern Programming
  • Phase-3 
    • Introduction to arrays
    • 1D Array
    • Multi dimentional arrays
    • Jagged Arrays
    • Disadvantage of arrays
    • Arrays class in java
    • Introduction to Strings
    • Immutable Strings
    • Mutable Strings
    • Interview based String questions
    • Categories of methods
    • Method overloading
  • Phase-4 
    • Introduction to OOPs
    • Encapslation
    • Inheritance
    • Polymorphism
    • Abstraction
    • Interface
  • Phase-5 
    • Exception Handling
    • Multi-Threading
    • Data Structures using Java
    • Collection Framework
Advance Java

Advanced java

  • Phase-6
    • Java 8 features
    • File Operations
    • Networkig 
  • Phase-7 
    • J2EE introduction
    • JDBC
    • Servlets
    • JSP
    • JSTL
    • MVC
  • Phase-8 
    • Introduction to Hibernate
    • Crud Operations
    • Hibernate Mapping
    • Collection Mapping Types in Hibernate
    • Hibernate mapping Using XML file
    • Hibernate mapping Using Annotations
    • Bidirectional Mapping
    • Hibernate Lazy Collection
  • Phase-9 
    • Introduction to Spring
    • Spring Framework Architecture: Overview
    • Spring Containers
    • Default and Custom Event Handling
    • JDBC Framework
    • Spring MVC Framework
    • Section Introduction
    • Spring Boot vs. Spring
    • Spring Boot Exception Handling
    • Building RESTful Web Services
    • Consuming RESTful Web Services
  • Phase-10 
    •  Project
MySQL
  • MySQL Training 
    • Getting started with MySQL
    • Installing MySQL database server
    • Downloading MySQL sample database
    • Loading the sample database into your own MySQL database server
  • Querying data
    • SELECT, SELECT DISTINCT
  • Filtering data
    • WHERE
    • AND
    • OR
    • IN
    • BETWEEN
    • LIKE
    • LIMIT
    • IS NULL
  • Sorting data
    • ORDER BY
    • Natural sorting using ORDER BY clause
  • Joining tables
    • MySQL alias
    • MySQL Join
    • INNER JOIN
    • LEFT JOIN
    • RIGHT JOIN
    • CROSS JOIN
    • Self-join
  • Grouping data
    • GROUP BY clause
    • HAVING
  • MySQL subquery, derived table, and CTE
    • MySQL subquery
    • MySQL der+ived table
    • MySQL CTE
    • Recursive CTE
  • Using Set operators
    • UNION and UNION ALL
    • INTERSECT, MINUS
  • MySQL transaction
    • MySQL table locking
  • MySQL indexes
    • Managing MySQL database indexes
    • UNIQUE index
  • Modifying data in MySQL
    • INSERT
    • INSERT IGNORE
    • UPDATE
    • UPDATE JOIN
    • DELETE
    • ON DELETE CASCADE
    • DELETE JOIN
    • REPLACE
    • Prepared Statement
  • Managing MySQL databases and tables
    • Managing database in MySQL
    • Understanding MySQL Table Types
    • CREATE TABLE
    • MySQL sequence
    • ALTER TABLE
    • Renaming table
    • Removing a column from a table
    • Adding a new column to a table
    • DROP TABLE
    • MySQL temporary table
    • TRUNCATE TABLE
  • MySQL data types
    • INT
    • DECIMAL
    • BIT
    • BOOLEAN
    • CHAR
    • VARCHAR
    • TEXT
    • DATE
    • TIME
    • DATETIME
    • TIMESTAMP
    • JSON
    • ENUM
  • MySQL constraints
    • NOT NULL constraint
    • Primary key constraint
    • Foreign key constraint
    • UNIQUE constraint
    • CHECK constraint
  • Procedure
    • Views
    • Advanced sql clauses
    • Real time data manipulation on database.
HTML5
  • Introduction to HTML
    • What is HTML?
    • What is an HTML Element?
    • Editors
    • Basic HTML Tags
      • Heading Tags
      • Paragraph Tag
      • Line Break Tag
      • Links
      • Head
      • Images
      • Tables
      • Centering Content
      • Horizontal Lines
      • Preserve Formatting
      • Nonbreaking Spaces
    • HTML Attributes
      • Core Attributes
      • Internationalization Attributes
      • The xml:lang Attribute 
    • A simple HTML Document Structure
      • The <!DOCTYPE> Declaration
    • Features of HTML
    • How WEB works?
    • What is WEB Page?
  • Introduction to HTML5
    • History of HTML5
    • New Features
    • Browser Support
    • Backward Compatibility
    • Why HTML5?
    • Power of HTML5
  • HTML5 Syntax
    • The DOCTYPE
    • Character encoding
    • The <script> Tag
    • The <link> Tag
    • HTML5 Elements
    • HTML5 Attributes
    • HTML5 Document Structure
  • HTML5 Attributes
    • Standard Attributes
    • Custom Attributes
  • HTML5 Events
  • HTML5 WEB Forms 2.0
    • The <input> element in HTML4
    • The <input> element in HTML5
    • HTML5 datetime
    • HTML5 datetime local
    • HTML5 date
    • HTML5 month
    • HTML5 week
    • HTML5 time
    • HTML5 number
    • HTML5 range
    • HTML5 email
    • HTML5 URL
    • The <output> element
    • The placeholder attribute
    • The required attribute
  • HTML5 Sematic
    • What are Semantic Elements?
    • Semantic Elements: <div> and <span>
    • Non – Semantic Elements: <form>, <table>, and <img>
    • New Sematic Elements in HTML5 
  • HTML5 SVG
    • Viewing SVG Files
    • Embedding SVG in HTML5
    • SVG Circle
    • SVG Rectangle
    • SVG Line
    • SVG Ellipse
    • SVG Polygon
    • SVG Polyline
    • SVG Gradients
    • SVG Star
  • HTML5 CANVAS
    • The Rendering Context
    • Browser Support
    • HTML5 Canvas Example
    • Canvas – Drawing Rectangle
    • Canvas – Drawing Paths
    • Canvas – Drawing Lines
    • Canvas – Drawing Bezier Curves
    • Canvas – Drawing Quadratic Curves
    • Canvas – Using Images
    • Canvas – Create Gradients
    • Canvas – Styles and Colors
    • Canvas – Text and Fonts
    • Canvas – Pattern and Shadow
    • Canvas – Save and Restore States
    • Canvas – Translation
    • Canvas – Rotating
    • Canvas – Scaling
    • Canvas – Transforms
    • Canvas – Composition
    • Canvas – Animations
  • HTML5 MathML
    • MathML Examples
    • Using MathML Characters
    • Matrix Presentation Examples
  • HTML5 WEB Storage
    • Session Storage
    • Local Storage
    • Delete WEB Storage
  • HTML5 WEB SQL Database
    • The Core Methods
    • Opening Database
    • Executing Queries
    • INSERT Operation
    • READ Operation
    • Final Example
  • HTML5 Server Sent Events
    • WEB Application for SSE
    • Server-side Script for SSE
    • Handle Server-Side Events
  • HTML5 WebSockets
    • WebSocket Attributes
    • WebSocket Events
    • WebSocket Methods
    • WebSocket Example
    • Client-Side HTML and JavaScript Code
    • Install pywebsocket
    • Start the server
  • HTML5 Audio and Video
    • Embedding Video
    • Video Attribute Specification
    • Embedding Audio
    • Audio Attribute Specification
    • HTML5 Audio and Video Tags
    • Handling Media Events
    • Configuring Servers for Media Type
  • HTML5 Geolocation
    • Geolocation Methods
    • Geolocation getCurrentPosition () API
    • Geolocation watchPosition () API
    • Geolocation clearWatch() API
    • Location Properties
    • Handling Errors
    • Position Options
  • HTML5 WEB Workers
    • What are WEB workers?
    • How WEB workers work?
    • Stopping WEB workers
    • Handling Errors
    • Checking for Browser Support
CSS
  • Introduction to CSS
    • What is CSS?
    • Why to learn CSS?
    • Advantages of CSS
    • Syntax and Anatomy of CSS
  • CSS Inclusion
    • Inline Style Sheet
    • Internal Style Sheet
    • External Style Sheet
    • CSS Imports @import Rule
    • Overriding CSS Rules
    • Browser Handling
    • Comments in CSS
  • Types of selectors
    • Type Selector
    • Universal Selector
    • Descendant Selector
    • Class Selector
    • ID Selector
    • Chile Selector
    • Attribute Selector
    • Grouped Selector
  • CSS Colors
    • RGB Values
    • Hex Code Values
    • Short Hex Code Values
  • CSS Background
    • Background
    • Background color
    • Background image
    • Background repeat
    • Background position
    • Background attachment
  • CSS Fonts
    • Styling Fonts with CSS
    • Font Family
    • Font Size
    • Font Weight
    • Font Variant
    •  
  • CSS Text
    • Formatting Text with CSS
    • Text color
    • Text alignment
    • Text decoration
    • Text transformation
    • Text indentation
    • Letter spacing
    • Word spacing
    • Line height
  • CSS Links
    • Styling Links with CSS
    • Modifying standard link styles
    • Setting custom color of links
    • Removing the default underline from links
    • Making text links look like buttons
  • CSS Lists
    • Types of HTML lists
    • Styling lists with CSS
    • Changing the marker type of lists
    • Changing the position of list markers
    • Using images as list markers
    • Setting all list properties at once
    • Creating navigation menus using lists
  • CSS Table
    • Styling tables with CSS
    • Adding borders to tables
    • Collapsing table borders
    • Adjusting space inside tables
    • Setting table width and height
    • Controlling the table layout
    • Aligning the text inside table cells
    • Controlling the position of tables caption
    • Handling empty cells
    • Creating zebra striped tables
    • Making a table responsive

CSS BOX MODEL

  • CSS Box Model
    • What is box model?
    • Width and height of the elements
  • CSS Dimension
    • Setting elements dimensions
    • Setting the width and height
    • Setting maximum width and height
    • Setting minimum width and height
    • Setting a width and height range
  • CSS Padding
    • CSS padding properties
    • Define paddings for individual sides
    • The padding shorthand property
    • Effort of padding and border on layout
  • CSS Border
    • CSS border properties
    • Understanding the different border styles
    • Setting the border width
    • Specifying the border color
    • The border shorthand property
  • CSS Margin
    • CSS margin properties
    • Setting margins for individual sides
    • The margin shorthand property
    • Horizontal centering with auto margins

CSS ADVANCED 

  • CSS Outline
    • CSS outline properties
    • Outline vs borders
    • Understanding the different outline styles
    • Setting the outline width
    • Specifying the outline color
    • The outline shorthand property
    • Removing outline around active links
  • CSS Cursors
    • Changing the look for cursor
    • Creating a customized cursor
  • CSS Overflow
    • Handling overflowing content
  • CSS Units
    • Understanding CSS units
    • Relative length units
    • Absolute length units
  • CSS Visual Formatting
    • CSS visual formatting model
    • Types of boxes generated in CSS
      • Block boxes
      • Inline boxes
  • CSS Display
    • CSS display property
    • Changing the default display value
    • Display block
    • Display inline
    • Display inline – block
    • Display none
  • CSS Visibility
    • Controlling the Visibility of Elements
    • CSS visibility vs Display
  • CSS Position
    • CSS positioning methods
    • Static positioning
    • Relative positioning
    • Absolute positioning
    • Fixed positioning
  • CSS Layers
    • Stacking elements in layers using z-index property
  • CSS Float
    • Floating elements with CSS
    • How elements float
    • Turning off float using clear property
  • CSS Alignment
    • Text alignment
    • Center alignment using the margin property
    • Aligning elements using the position property
    • Left and right alignment using the float property
    • Clearing floats
    • Fixing the collapsed parent
  • CSS Pseudo-Classes
    • What is Pseudo-class
    • Anchor Pseudo-classed
    • The :first-child Pseudo-class
    • The :last-child Pseudo-class
    • The :nth-child Pseudo-class
    • The :lang Pseudo-class
    • Pseudo-classes and CSS Classes
  • CSS Pseudo-Elements
    • What is pseudo-element?
    • The ::first-line Pseudo-element
    • The ::last-line Pseudo-element
    • The ::before and ::after Pseudo-element
    • Pseudo-elements and CSS Classes
  • CSS Media Types
    • Introduction to media types
    • Creating media dependent style sheets
    • Different media types
  • CSS Sprites
    • What is a sprite
    • Advantages of using CSS image sprite
    • Making the image sprite
    • Display an icon from image sprite
    • Creating a Navigation Menu Using CSS Image Sprite
    • Foundation HTML5 for Navigation
    • Applying the CSS on Navigation
  • CSS Opacity
    • Cross browser opacity
    • CSS opacity in different browsers
    • CSS image opacity
    • Change image opacity on mouse over
    • Text in transparent box
    • CSS transparency using RGBA
    • Declaring a fallback color
  • CSS Attribute Selectors
    • Understanding the attributes selectors
    • Styling forms with attribute selectors
  • CSS Validation
    • Why validate your CSS code
    • Validate a website

CSS3 FEATURES

  • CSS3 Border
    • Using CSS3 borders
    • Creating CSS3 rounded corners
    • Adding CSS3 border images
  • CSS3 Color
    • Defining colors in CSS3
    • RGBA Color values
    • HSL Color Values
    • HSLA Color Values
  • CSS3 Background
    • Using CSS3 backgrounds
    • CSS3 background-size Property
    • CSS3 background-clip Property
    • CSS3 background-origin Property
    • CSS3 Multiple Backgrounds
  • CSS3 Gradients
    • Using CSS3 Gradients
    • Creating CSS3 Linear Gradients
    • Setting direction of linear gradient using angles
    • Creating linear gradients using multiple color stops
    • Setting the location color stops
    • Repeating the linear gradients
    • Creating CSS3 Radial Gradients
    • Setting the Shape of Radial Gradients
    • Setting the size of Radial Gradients
    • Repeating the Radial Gradients
    • CSS3 Transparency and Gradients
  • CSS3 Text Overflow
    • Handling text overflow in CSS3
    • Hiding overflow text
    • Breaking Overflow Text
    • Specify word breaking rules
  • CSS3 Drop Shadows
    • Using css3 drop shadows
    • CSS3 Box-shadow Property
    • CSS3 Text-shadow Property
  • CSS3 2D Transforms
    • 2D transformation of elements
    • Transform Functions
    • 2D Transform Functions
  • CSS3 3D Transforms
    • 3D transformation of elements
    • Transform Functions
    • 3D Transform Functions
  • CSS3 Transitions
    • Understanding CSS3 Transitions
    • Performing multiple Transitions
    • Transition Shorthand Property
    • CSS3 Transition Properties
  • CSS3 Animation
    • Creating CSS3 Animations
    • Defining Keyframes
    • Animation shorthand property
    • CSS3 animation properties
  • CSS3 Multi-Column Layouts
    • Creating multi-column Layouts
    • Setting column count or width
    • Setting column gap
    • Setting column rules
    • CSS3 multiple columns properties
  • CSS3 Box Sizing
    • Redefining box width with box – sizing
    • Creating Layouts with Box Sizing
  • CSS3 Flexbox
    • Understanding the Flex Layout Model
    • How flex layout works
    • Controlling flow inside flex container
    • Controlling the dimensions of flex items
    • Align flex items along Main Axis
    • Align flex items along Cross Axis
    • Recording Individual Flex Items
    • Horizontal and Vertical Center Alignment with Flexbox
    • Enable Wrapping of Flex Items
  • CSS3 Filters
    • Understanding the CSS3 Filter Functions
    • The blur effects
    • Setting the image brightness
    • Adjusting the image contrast
    • Adding Drop shadow to Images
    • Converting an image to Grayscale
    • Applying hue rotation on Image
    • The invert Effect
    • Applying opacity to Images
    • Applying sepia effect to Images
    • Adjusting the saturation of Images
  • CSS3 Media Queries
    • Media queries and responsive WEB design
    • Changing column width based on screen size
    • Changing layouts based on screen size
  • CSS3 Miscellaneous
    • Extending User Interface with CSS3
    • Resizing Elements
    • Setting Outline Offsets
JavaScript
  • Introduction
    • What is JavaScript
    • Client – Side JavaScript
    • Advantages of JavaScript
    • Limitations of JavaScript
    • Applications of JavaScript Programming
    • JavaScript Development Tools
    • Where is JavaScript Today?
  • JavaScript Syntax
    • Your First JavaScript Code
    • Whitespace and Line Breaks
    • Semicolons and Optional
    • Case Sensitivity
    • Comments in JavaScript
  • JavaScript Enabling
    • JavaScript in Internet Explorer
    • JavaScript in Firefox
    • JavaScript in Chrome
    • JavaScript in Opera
    • Warning for Non – JavaScript Browsers
  • JavaScript Placement
    • JavaScript in <head> … </head> Section
    • JavaScript in <body> … </body> Section
    • JavaScript in <body> and <head> Sections
    • JavaScript in External File
  • JavaScript Variables
    • Datatypes
    • Variable
    • Variable Scope
    • Variable Names
    • Reserved Words
  • JavaScript Operators
    • What is an Operator?
    • Arithmetic Operators
    • Bitwise Operators
    • Assignment Operators
    • Comparison Operators
    • Logical Operators
    • Miscellaneous Operators
  • JavaScript Conditional Statements
    • Flow Chart of if – else
    • If statement
    • If – else statement
    • If – else – if statement
  • JavaScript Switch – Case
    • Flow chart of switch-case
    • Break keyword
    • Default keyword
  • JavaScript Loops
    • The while Loop 
    • The do – while Loop
    • The for Loop
    • The for – in Loop
  • JavaScript Loop Control 
    • The break statement
    • The continue statement
    • Using Labels to Control the Flow
  • JavaScript Functions
    • Functions Definition
    • Calling a Function
    • Function Parameters
    • The return statements
    • Nested Functions
    • Function () Constructor
    • Function Literals
  • JavaScript Event
    • What is an Event?
    • onclick Event Type
    • onsubmit Event Type
    • onmouseover and onmouseout
    • HTML5 Standard Events
  • JavaScript Cookies
    • What are Cookies?
    • How it Works?
    • Storing Cookies
    • Reading Cookies
    • Setting Cookies Expiry Date
    • Deleting a Cookie
  • JavaScript Page Redirect
    • What is Page Redirection?
    • JavaScript Page Refresh
    • Auto Refresh
    • How Page Re-direction Works?
  • JavaScript Dialog Box
    • Alert Dialog Box
    • Confirmation Dialog Box
    • Prompt Dialog Box
  • JavaScript Void Keyword
  • JavaScript Page Printing
    • How to Print a Page?
  • JavaScript Objects
    • Object Properties
    • Object Methods
    • User – Defined Objects
    • Defining Methods for an Object
    • The ‘with’ Keyword
  • JavaScript Number
    • Number Properties
    • Prototype
    • Constructor 
    • Number Methods
  • JavaScript Boolean
    • Boolean Properties
    • Prototype
    • Constructor 
    • Boolean Methods
  • JavaScript String
    • String Properties
    • Prototype
    • Length
    • Constructor 
    • String Methods 
    • String HTML Wrappers
  • JavaScript Arrays
    • Arrays Properties
    • Prototype
    • Length
    • Constructor
    • Arrays Methods
  • JavaScript Date
    • Date Properties
    • Prototype
    • Constructor
    • Date Methods
  • JavaScript Math
    • Math Properties
    • Math Methods
  • JavaScript RegExp
    • Brackets
    • Quantifiers
    • Literal Characters
    • Metacharacters
    • Modifiers
    • RegExp Properties
    • Constructor
    • Global
    • ignoreCase
    • lastIndex
    • multiline
    • Source
    • RegExp Methods
  • JavaScript DOM
    • The Legacy DOM
    • The W3C DOM
    • The IE4 DOM
    • DOM Compatibility

JAVASCRIPT ADVANCED

  • JavaScript Errors and Exception
    • Syntax errors
    • Runtime errors
    • Logical errors
    • The try – catch – finally statement
    • The throw statement
    • The onerror () method
  • JavaScript Form Validation
    • Basic Form Validation
    • Data Format Validation
  • JavaScript Animation
    • Manual Animation
    • Automated Animation
    • Rollover with a Mouse Event
  • JavaScript Multimedia
    • Checking for Plug – Ins
    • Controlling Multimedia
  • JavaScript Debugging
    • Error Message in IE
    • Error Message in Firefox or Mozilla
    • Error Notifications
    • How to Debug a Script
    • Useful Tips for Developers
  • JavaScript Image Map
  • JavaScript Browsers
    • Navigator Properties
    • Navigator Methods
    • Browser Detection
Bootstrap 5
  • Introduction to Bootstrap 5
    • What you can do with bootstrap
    • Advantages of using bootstrap
  • Getting Started
    • Creating your first WEB page
    • Downloading the Bootstrap files
  • Grid System
    • What is bootstrap grid system
    • Creating two column layouts
    • Creating three column layouts
    • Bootstrap auto-layout columns
    • Column wrapping behavior
    • Creating multi-column layouts
    • Nesting of grid columns
    • Creating variable width columns
    • Alignment of grid columns
    • Reordering of grid columns
    • Offsetting the grid columns
    • Creating compact columns
    • Breaking Columns to a New Line
  • Fixed System
    • Creating fixed layouts 
  • Fluid System
    • Creating fluid layouts
  • Responsive Layout
    • What is responsive WEB Design
    • Creating responsive layouts
  • Typography
    • Working with headings
    • Working with paragraphs
    • Text formatting
    • Test transformation
    • Text coloring
    • Styling blockquotes
  • Tables
    • What is Tables
    • Creating a Simple Table with Bootstrap
    • Creating tables with striped rows
    • Creating tables with borders/ borderless
    • Enabling hover state on table row
    • Creating small or compact table
    • Setting table head colors
    • Optional Emphasis Classes for Table rows
    • Creating Responsive tables with bootstrap
  • Lists
    • Creating lists
    • List items inline
    • Creating horizontal definition lists
  • List Groups
    • Creating list groups with bootstrap
    • List group with linked items
    • List group with contextual states
  • Forms
    • Creating forms with bootstrap
    • Creating vertical form layout
    • Creating horizontal form layout
    • Creating inline form layout
    • Creating static form control
    • Placement of checkboxes and radios
    • Creating disabled form controls
    • Creating read-only inputs
    • Column and height sizing of input fields
    • Help text
    • Form validation
    • Supported form control
  • Custom Forms
    • Creating custom form controls
    • Creating customs checkboxes
    • Creating custom radio buttons
    • Disabling custom checkboxes and radios
    • Creating toggle switches
    • Creating custom select menu
    • Creating custom range inputs
    • Creating custom file inputs
  • Input Groups
    • Extending form controls with bootstrap
    • Creating prepended and appended inputs
    • Checkboxes and radio buttons addons
    • Placing multiple inputs or addons
    • Buttons addons for text inputs
    • Adding segmented dropdown button groups
    • Height sizing
  • Buttons
    • Creating buttons with bootstrap
    • Bootstrap button styles
    • Bootstrap outline buttons
    • Changing the sizes of buttons
    • Disabled buttons
    • Active buttons
    • Spinner buttons
  • Button Groups
    • Creating buttons groups
    • Creating button toolbar
    • Height Sizing of Button Groups
    • Nesting Button Groups
    • Vertically Stacked Button Groups
    • Creating Justified Button Groups
  • Images
    • Styling images with bootstrap
    • Creating Responsive Images and Videos
    • Horizontal Alignment of Images
  • Cards
    • Introduction
    • Creating a Basic card
    • Content types for card component
    • Customizing the card background
    • Customizing the card border and text
    • Card layout options
    • Creating card decks
    • Creating card columns
    • Creating horizontal cards
    • Card image overlays
    • Text alignment inside card
    • Specifying card size
    • Card with stretched link
  • Media Objects
    • Using the bootstrap media object
    • Creating nested media objects
    • Alignment of media objects
    • Creating a media list
  • Icons
    • Using icons in bootstrap 4
    • How to include font awesome
    • How to use font awesome icons in your code
  • Navs
    • Nav components
    • Creating basic nav 
    • Alignment of nav items
    • Creating the basic tabs
    • Creating the pills nav
    • Tabs and pills nav with dropdown menus
    • Fill and justify nav component
  • Navbar
    • Creating a simple navbar 
    • Adding dropdown to navbar
    • Placing search form inside navbar
    • Changing the color scheme of navbars
    • Fixed navbar
  • Breadcrumbs
    • Creating breadcrumbs
  • Pagination
    • Creating pagination with bootstrap
    • Pagination with disabled and active states
    • Changing the sizes of pagination
    • Alignment of pagination
  • Badges
    • Creating badges with bootstrap
    • Contextual classes for badges
    • Creating pill badges
    • Showing counter with badges
  • Progress Bars
    • Creating progress bar 
    • Creating progress bar with label
    • Setting the height of progress bars
    • Creating stripped progress bar
    • Creating animated progress bar
    • Changing progress bar value dynamically
    • Creating stacked progress bar
    • Progress bars with emphasis classes
    • Striped progress bars with emphasis classes
  • Spinners
    • Creating the spinners
    • Creating colored spinner
    • Creating growing spinners
    • Sizing of spinners
    • Using spinners within buttons
    • Alignment of spinners
  • Jumbotron
    • Showcasing contents with jumbotron
    • Creating full page width jumbotron
  • Helper Classes
    • Color Classes
    • Background Color Classes
    • Text Alignment Classes
    • Broder Classes
    • Spacing Classes
    • Float Classes
    • Shadow Classes
    • Sizing Classes
    • Vertical Alignment Classes
    • Position Classes
    • Display Classes
    • Miscellaneous Classes

Bootstrap Advance

  • Modals
    • Creating Modals with Bootstrap
    • Activate Modals via Data Attributes
    • Activate Modals via JavaScript
    • Changing the size of Modals
    • Changing Modal Content Based on Trigger Button
    • Creating Vertically Centered Modal
    • Using the Grid inside Modals
    • Loading Content in Modal via Ajax
    • Options
    • Methods
    • Events
  • Dropdown
    • Creating Dropdown Menus with Bootstrap
    • Adding Dropdowns via Data Attributes
    • Dropdown within a Navbar
    • Dropdown within Navs
    • Dropdown within Buttons
    • Bootstrap split button Dropdowns
    • Dropdowns inside button groups
    • Creating Dropup, Dropleft and Dropright Menus
    • Creating the Right Aligned Dropdown Menus
    • Adding Header to Dropdown Items
    • Disable items within a Dropdown
    • Adding Dropdown via JavaScript
    • Options
    • Methods
    • Events
  • Tabs
    • Creating Tabs with Bootstrap
    • Creating Dynamic Tabs via Data Attributes
    • Creating Dynamic Tabs via JavaScript
    • Methods
    • Events
  • Tooltips
    • Creating the Tooltips with Bootstrap
    • Setting the directions of Tooltips
    • Options
    • Method
    • Events
  • Popovers
    • Creating Popovers
    • Setting the direction of popovers
    • Hiding the popovers on Next Click
    • Options
    • Methods
    • Events
  • Alerts
    • Creating alert Message 
    • Additional Content inside Alerts
    • Matching Links color inside Alerts
    • Closing Alerts via Data Attribute
    • Closing Alerts via JavaScript
    • Methods
    • Event
  • Stateful Buttons
    • Controlling Button States
    • Creating Single Toggle Button
    • Creating Buttons Checkbox
    • Creating Buttons Radio
    • Methods
  • Accordian
    • Creating Accordian Widget 
    • Accirdian with plus and minus icons
    • Expanding and Collapsing Elements via Data Attributes
    • Epanding and Collapsing Elements via JavaScript
    • Options
    • Methods
    • Events
  • Carousel
    • Creating Carousels with bootstrap
    • Activate Carousels via Data Attributes
    • Activate Carousels via JavaScript
    • Options
    • Methods
    • Events
  • Typeahead
    • Creating Typeaheads with Bootstrap
    • Creating Twitter Typeaheads with Local Dataset
    • Creating Twitter Typeaheads with External Dataset
  • ScrollSpy
    • Creating ScrollSpy
    • Creating ScrollSpy via Data Attributes
    • Creating ScrollSpy via JavaScript
    • Options
    • Methods
    • Events
  • Toasts
    • Creating the Toasts
    • Stacking Toasts Vertically
    • Placement of Toasts
    • Options
    • Methods
    • Events
Quantitative Aptitude
  • Speed maths
  • Number System
  • Percentages
  • Ratios
  • Averages
  • Profit and Loss
  • Simple and Compound Interest
  • Ages
  • Mixtures
  • Time and Work
  • Time speed and Distance
  • Permutations and Combinations
  • Probability
  • Clocks
Reasoning
  • Coding and Decoding
  • Blood Relations
  • Seating Arrangements
  • Syllogisms
  • Direction Sense
  • Ranking test
  • Data Sufficiency
Soft Skill
  • Interview Skills:
    • Resume Writing
    • Group Discussion
    • Mock Interview (HR Round)
  • Communicative Skills:
    • Comprehension Skills
    • Grammar with fun
    • Vocabulary Skills
    • Email Skills
    • Art of Presentation
    • Art of Writing
    • Body Language 
    • Cover Letter 
    • Listening Skills
  • Personality Development:
    • Attitude
    • Self Confidence 
    • Grooming 
    • Meeting & Reporting
    • Time management
    • Creativity at workplace
    • Ethical values
    • Leadership and Team building
    • Decision making and Negotiation
    • Stress management
    • Corporate Expectations 
    • Customer Relationship Management 
    • Goal Setting
    • SWOT Analysis
    • SelfEfficacy
  • Etiquettes:
    • Telephonic
    • Dining 
    • Corporate

Course Features

Comprehensive Curriculum

Covers Core Java, Advanced Java, MySQL, Frontend Development, Aptitude, and Soft Skills for a well-rounded learning experience.

Mini Projects

Work on real-world projects, coding exercises, and database applications to gain practical knowledge.

Soft Skills & Aptitude Development

Improve problem-solving, communication, and interview skills to enhance career opportunities.

Certification & Placement Assistance

Earn an industry-recognized certificate and get resume building, interview preparation, and job referrals to secure your dream job.

Course Fees

Offline/Online Training + Mentorship

Rs. 19,999/- *18% GST

Register Here

Frequently Asked Questions

What is Placement Crash -1?

 A career-focused training program covering Core & Advanced Java, MySQL, Frontend, Aptitude, and Soft Skills.

Who can join?

 Anyone looking to start a tech career—graduates, students, or career switchers.

What makes it unique?

 Hands-on learning, expert-led sessions, industry-recognized certification, and personalized placement support.

Will I get a certificate?

Yes, you’ll receive an industry-recognized certificate upon completion.

Does the program include placement help?

Yes, we offer resume building, mock interviews, and direct placement assistance.

Student Testimonials