Logo
success mantra

success mantra

Success Mantra training course in Delhi has presented a remarkable system in its courses that encourages individual to create abilities as indicated by once individual need.The preparing begins by improving an individual for talk with then continues towards additional character advancement to a degree that one can confront any test that surfaces to them at the hour of meeting. Those people going through the instructional classes won’t just make due in the corporate world however will develop without breaking a sweat. The modules and preparing programs are planned in such a way by Success Mantra institute in Delhi that it helps individuals in each perspective. The best resources are picked for the preparation so that stunning arrangements can be given to individuals in least expense.

Success Mantra Training Syllabus

PROGRAMMING & PROBLEM SOLVING

Introduction

  • Declaration & Initialization
  • Floating Point Issues, Control Instructions,
  • Structure, Union Enum, Functions,
  • C Pre Processors, Pointers, Arrays, Strings,
  • Expressions, Input/Output, Extern,
  • Bitwise Operators, Typedef, Const, Static,
  • Memory Allocation, Command Line Augments
  • Variable No. of Arguments, Complicated Declarations
  • C PROGRAMMING
  • Introduction, main() function
  • if statement, if and else
  • if, else if and else, switch statements

Loops

  • while loop
  • do-while loop
  • for loop
  • break
  • continue

Strings

  • String Basics
  • Program to find the Length of the String using builtin function
  • Program to find the length of the String without using built in function
  • Program to find the length of the String using while loop
  • Program to find the length of the String using do-while loop
  • Program to find the length of the String using for loop
  • Program to copy one String into another string
  • Program to reverse a String using global variables
  • Program to reverse a String using local variables
  • Program to compare two String without using builtin functions
  • Program to check whether string is palindrome or not
  • Program to concatenate two strings
  • Program to convert a string from lower case to upper case
  • Program to print the ASCII equivalent of alphabets in a string
  • Program to count the number of Vowels, Consonants and special symbols in a string
  • Program to replace a Vowel with a special symbol

Pointers

  • Pointer basics, Reading different types of pointer
  • Pointer creation, Pointer usage, Pointer to Strings
  • Program to copy one string to another using pointer
  • Parameter Passing Techniques in C
  • Pass by value, Pass by reference
  • Memory allocation techniques
  • Static memory allocation
  • Dynamic memory allocation

TECHNICAL APTITUDE

DATA STRUCTURES

INTRODUCTION

  • Array Basics, Stack Basics
  • Difference between Arrays and Stacks
  • Program to Push, Pop and Display operation on Stacks
  • Queue basics
  • Program to Insert an element at rear of Queue
  • Program to Delete an element at the beginning of Queue
  • Program to display elements in Queue
  • Circular Queue
  • Program to Insert an element in a circular queue
  • Program to delete an element in a circular queue
  • Program to display elements in a circular queue
  • Program to insert, delete and display elements in a circular queue using pointers
  • Structures
  • Double Ended Queue
  • Polish Notation

Singly Linked Lists

  • Singly Linked-Lists
  • Basics of singly Linked-List
  • Program to insert an element at front in singly linked list
  • Program to insert an element at rear in singly linked list
  • Program to delete an element from front in singly linked list
  • Program to delete an element from rear in singly linked list
  • Program to display elements in a singly linked list
  • Program to insert an element at use is specific position
  • Program to delete an element from user’s specific position
  • Sort linked list
  • Reverse link list

Doubly Linked Lists

  • Basics of Doubly Linked-List
  • Program to insert an element at front in doubly linked list
  • Program to insert an element at rear in doubly linked list
  • Program to delete an element from front in doubly linked list
  • Program to delete an element from rear in doubly linked list
  • Program to display elements in a doubly linked list
  • Program to insert an element at use is specific position
  • Program to delete an element from user’s specific position

Circular Linked Lists

  • Circular Linked Lists, Basics of Circular Linked-List
  • Program to insert an element at front in Circular linked list
  • Program to insert an element at rear in Circular linked list
  • Program to delete an element from front in Circular linked list
  • Program to delete an element from rear in Circular linked list
  • Program to display elements in a Circular linked list
  • Program to insert an element at use is specific position
  • Program to delete an element from user’s specific position

Stacks and queues

  • Program to concatenate two linked lists
  • Program to count the number of nodes in the linked list
  • Program to add the data nodes of in the linked list
  • Program to reverse a linked list
  • Program to search an element in a linked list
  • Program to delete a node in the linked list
  • Program to insert an element towards the left of data node in linked list
  • Program to insert an element towards the right of data node in linked list
  • Program to find minimum element in the linked list
  • Program to find maximum element in the linked list
  • Program to count the number of even and odd number of elements in a linked list

Static and Dynamic memory Location

  • Program to compare two linked lists
  • Program to delete duplicate element in a linked list

Tree Basics

  • Pre order traversal, Post order traversal, In order traversal
  • Program to create a Binary Search Tree
  • Program to find a minimum element in a Binary Search Tree
  • Program to find a maximum element in a Binary Search Tree
  • Binary Search Tree
  • Threaded Binary Search Tree
  • Heep Tree

SQL

Introduction to SQL

  • Categorize the different types of SQL statements
  • Software Installation
  • Database Creation
  • Log on to the database.

Retrieve Data using the SQL SELECT Statement

  • Select Table Data With All Columns
  • Select Table Data With Specific Columns
  • Use Arithmetic Operators
  • Use Concatenation Operators
  • Use Column Alias
  • DESCRIBE command to display the table structure
  • Use of Distinct

Learn to Restrict and Sort Data

  • Use WHERE clause to limit the output retrieved
  • Between , In() , Is Null and Like
  • ORDER BY clause to sort Data

Use of DDL Statements to Create and Manage Tables

  • Create a simple table
  • Alter and Truncate Table
  • Drop Table and Concept of Recycle-bin

Data Manipulation Statements

  • Describe each DML statement
  • Insert rows into a table
  • Change rows in a table by the UPDATE statement
  • Delete rows from a table with the DELETE statement
  • Save and discard changes with the COMMIT and ROLLBACK statements

Constraints

  • Stop Entry of Invalid Data Through CONSTRAINTS
  • Add Primary Key , Foreign Key
  • Not Null , Unique and Check Constraints

Usage of Functions to Customize Output

  • Differences between single row and multiple row functions
  • Manipulate strings with character function in the SELECT and WHERE clauses
  • Manipulate numbers with the ROUND, TRUNC, and MOD functions
  • Manipulate dates with the DATE functions
  • ROWNUM and ROWID

Invoke Conversion Functions and Conditional Expressions

  • Describe implicit and explicit data type conversion
  • Use the TO_CHAR, TO_NUMBER, and TO_DATE conversion functions
  • Nest multiple functions
  • Use of Case Expression

Aggregate Data Using the Group Function

  • Use the aggregation functions to produce meaningful reports
  • Divide the retrieved data in groups by using the GROUP BY clause
  • Exclude groups of data by using the HAVING clause

Display Data From Multiple Tables Using Joins

  • Describe the types of problem that sub-queries can solve
  • Define sub-queries
  • Write single-row and multiple-row sub-queries
  • Use of Exists

Use Sub-queries to Solve Queries

  • Describe the types of problem that sub-queries can solve
  • Define sub-queries
  • Write single-row and multiple-row sub-queries
  • Use of Exists

Other Schema Objects

  • Create a View
  • Retrieve data from views
  • Create, maintain, and use sequences
  • Create and maintain indexes
  • Create synonyms

Control User Access

  • Create Users
  • System Privileges & Object Privileges
  • Granting Privileges
  • Manage Privileges Through Role
  • Revoke Object Privileges

REASONING & QUANTITATIVE APTITUDE

Quantitative Ability Test

  • Basic Mathematics
  • Divisibility
  • HCF and LCM
  • Numbers, decimal fractions and power

Applied Mathematics

  • Profit and Loss
  • Simple and Compound Interest
  • Time, Speed and Distance
  • Inverse

Engineering Mathematics

  • Logarithms
  • Permutation and Combinations
  • Probability

Logical Ability Test

  • Deductive Reasoning
  • Coding deductive logic
  • Data Sufficiency, Directional Sense, Logical Word Sequence
  • Objective Reasoning
  • Selection decision tables
  • Puzzles

Inductive reasoning

  • Coding pattern and Number series pattern recognition
  • Analogy and Classification pattern recognition

Abductive Reasoning

  • Logical word sequence
  • Data sufficiency

SOFT SKILLS

  • Group discussion
  • Resume Writing
  • HR Interview
  • Vocabulary
  • Synonyms
  • Antonyms
  • Contextual Vocabulary
  • Grammar
  • Error Identification
  • Sentence Improvement and Construction
  • Comprehension
  • Reading Comprehension

 

 

ENQUIRE NOW

OR CALL - 9540-438-438

Course Features

  • Real-life Practice Studies
  • Real-life Case Studies
  • Assignments
  • Lifetime Access
  • Expert Support
  • Global Certification
  • Job Portal Access

Client Testimonials

Appropriate and sufficient classes for a company is crucially important for it’s long-term success. We advise you in choosing the appropriate type of courses.

Neha Kumari

I never was interested in web designing but somehow I joined this course at Digi Manthan. At first I learned half heartily but gradually my trainer made the environment of learning that increased my curiosity in learning. Now I am working at a company with a slary of 40 thousand. I am grateful that I joined Digi Manthan.

Neha Kumari

Afreen

I learned Solar Course from Digi Manthan and I was really provided a great environment here. The timing of the classes were manageable and when I got certified I was immediately placed in a job with good amount of salary by Digi Manthan. This is the best institute for technical courses.

Afreen

Ashutosh Sharma

Joining Digi Manthan was best decision I made this year. I was doing nothing productive and then I had to push myself to do some work. So, I joined solar energy course in Digi Manthan and I was so satisfied. I started doing something productive in my life and my trainer supported me till the last. I am so grateful to join Digi Manthan.

Ashutosh Sharma

Sonu Singh

I learned Cloud development course from Digi Manthan and today I am at a good level of position in my job. My trainer made it so easy for me to understand all the critical problems and I am glad I joined Digi Manthan

Sonu Singh

Gurmeet kaur

"Digi Manthan is the best institute. Trust me, the trainers are supportive here and they teach with such methods that it is just amazing. I was not from IT background. So, it was hard for me to learn but the teachers really helped me a lot"

Gurmeet kaur

Icon

Register yourself to grow your knowledge