Saturday, May 17, 2014

Embedded Hardware Design Development Training Online

Embedded Systems Hardware Design Development Training +91 - 924 633 3245

Embedded Hardware design development online training
    Introduction:
  • Introduction to Hardware design & development process
  • Introduction to analog and digital design world (brief about analog and digital components)
  • Active elements
  • Passive elements
  • Voltage source
  • Current source
  • Amplifiers
  • Opamps
  • Logic Gates
  • Flip flops
  • Counters
    Power Supply design
  • Primary supplies
  • Secondary supplies
  • Static supplies (without Feedback)
  • Dynamic supplies (with Feedback)
  • Linear supplies
  • Switching supplies
  • Current controlled supplies
  • Voltage controlled supplies
  • Over voltage protection
  • Under voltage protection
  • Overcurrent current
  • Current control methods
  • Surge protection circuits
  • EMI/EMC protections
  • Mini project- Power supply design
    Micro controller & Peripheral’s
  • Different types of IC packages
  • Identification of Controller
  • Reset circuit
  • Debugger circuit
  • Push pull design of port pins
  • Open drain design of port pins
  • Memory Technologies ( RAM, ROM, EPROM, EEPROM, FLASH ) interfacing
  • I/O Interface Technologies
    Communication modules &User interfaces
  • Different types of communication module and interfaces
    RS232, 485, 422 full duplex and half duplex
    DMA
    ADC
    DAC
    External Temperature
    External Watch dog
    External RTC
    TCP/IP
    SPI, SSP
    I2C
    Wi-Fi
    Bluetooth
    USB
    Zigbee
    GPS
    GPRS module
    EDGE module
  • Microcontroller Interfacings with :
    LEDs
    Switches, Relays
    DC Motor, Stepper Motor
    ADC, DAC
    Temperature Sensor
    LCD, Touch Screen
    Seven segment display… etc.
    Load calculations
    Power requirement calculation methods
    PCB mechanical fixing
    PCB dimension
    PCB external interface connectors
    Mini Project
    PCB design and Manufacturing
  • Types of PCB / Base Material
  • Overview of PCB Technologies
  • CAD System Selection
  • Design Rules & Design Factors
  • Component Selection and Identification
  • Design Laminates / Thermal Management
  • Reliability Tooling Holes / Stiffeners (IPC- Lessons )
  • SMT, Wave and Reflow Soldering
  • Layout Rules & Parameters / Library & Its Components
  • Cross Probing, Conductor routing / Mid Term Interaction

MSBI Online Training Institute in India

MSBI Online Training Institute +91 - 903 299 4888.

course content for msbi online training and offline training
    MSBI COURSE CONTENT
  • Introduction to Microsoft Business Intelligence
  • Installing and using BI tools
  • Configuring BI tools
SSIS
    INTRODUCTION TO SQL SERVER 2008
    INTEGRATION SERVICES
  • Over view of integration services solutions
  • Integration Services Tools
    DEVELOPING INTEGRATION SERVICES SOLUTIONS
  • Creating an Integration Services Solution
  • Using Variables
  • Building And Running a Solution
    IMPLEMENTING CONTROL FLOW
  • Control Flow Tasks
  • Control Flow Precedence Constraints
  • Control Flow Containers
    IMPLEMENTING DATA FLOW
  • Data Flow Sources and Destinations
  • Data Flow Transformations
  • Data Flow Pipeline
    IMPLEMENTING LOGGING
  • Overview of Integration Services Logging
  • Implementing Logging
    DEBUGGING AND ERROR HANDLING
  • Debugging a Package
  • Implementing handling
    IMPLEMENTING CHECKPOINTS AND TRANSACTIONS
  • Implementing Checkpoints
  • Implementing Transactions
    SSIS ADMINISTRATION
  • Deploying Packages
  • Managing Packages
  • Securing Packages
  • Scheduling a Package
SSRS
    INTRODUCTION TO MICROSOFT SQL SERVER REPORTING SERVICES
  • Over View of SQL Server Reporting Services
  • Installing Reporting Services Reporting Services Tools
    AUTHORING REPORTS
  • Creating a Basic Table Report
  • Formatting Report Pages
  • Calculating Values
  • Interactive Navigation
  • Displaying Data
    MANIPULATING DATA SETS
  • Defining Report Data
  • Using parameters and Filters
  • Using Parameter Lists
    PUBLISHING AND EXECUTING REPORTS
  • Publishing reports
  • Executing reports
  • Creating Cached instances
  • Creating Snapshots and Report History
    USING SUBSCRIPTIONS TO DISTRIBUTE REPORTS
  • Introduction to Report Subscriptions
  • Creating Report Subscriptions
  • Managing Report Subscriptions
    SSRS ADMINISTRATION
  • Server Administration
  • Performance and Reliability monitoring
  • Administering Report Server Databases
  • Security Administration
SSAS
    INTRODUCTION TO ANALYSIS SERVICES
  • OLTP,DWH
  • OLAP TYPES
  • SSAS Architecture
  • Dimension Tables
  • Fact tables
  • Cubes
  • Analysis Services Tools
    CUBE DESIGN PROCESS AND CONCEPTS
  • Dimensions
  • Measure groups
  • Creating Simple Calculations
  • Aggregations and Hierarchies
  • Dimensions Relationships
  • Transactions
  • Perspectives
    ADVANCED CUBE DESIGN PROCESS
  • MDX introduction and Queries
  • Implementing KPI
  • Implementing Actions
  • Using Write back
    SSAS ADMINISTRATION
  • Apply Security Roles
  • Levels of Security
  • VLDB with partitioning
  • OLAP Processing
  • Monitoring Cube activity
  • Deployment and Scheduling
  • Planning for Disaster Recovery
  • Performance Tuning SSAS

Friday, May 16, 2014

Base SAS Online Training Institute in INDIA

Base SAS Online Training institute +91 - 903 299 4888.

Base SAS online training and class room training course content
    BASICS BEFORE STARTING SAS:
  • DATAWAREHOSING Concepts
  • What is ETL
  • ETL Concepts
  • What is OLAP
    SAS Introduction:
  • What is SAS
  • History of SAS
  • Modules available SAS
    Accessing Data
  • Accessing data from FLAT files.
  • Use INFILE statement options to control processing when reading raw data files.
  • Use various components of an INPUT statement to process raw data files including column and line pointer controls, and trailing @ controls.
  • Accessing data from a Database
  • Access an Excel workbook.
  • Accessing data from existing SAS dataset
    Creating Data Sets
  • Create temporary and permanent SAS data sets.
  • Combining SAS Data Sets
  • Understanding How Data Sets Are Read
  • Export data to create standard and comma-delimited raw data files.
  • Control which observations and variables in a SAS data set are processed and output.
    Managing Data
  • Investigate SAS data libraries using base SAS utility procedures.
  • Sort observations in a SAS data set.
  • Conditionally execute SAS statements.
  • Use assignment statements in the DATA step.
  • Modify variable attributes using options and statements in the DATA step.
  • Accumulate sub-totals and totals using DATA step statements.
  • Use SAS functions to manipulate character data, numeric data, and SAS date values.
  • Use SAS functions to convert character data to numeric and vice versa.
  • Process data using DO LOOPS.
  • Process data using SAS arrays.
  • Validate and clean data.
    Generating Reports
  • Generate list reports using the PRINT procedure.
  • Generate summary reports and frequency tables using base SAS procedures.
  • Enhance reports through the use of user-defined formats, titles, footnotes and SAS System reporting.
  • Generate reports using ODS statements.
    Handling Errors
  • Identify and resolve programming logic errors.
  • Recognize and correct syntax errors.
  • Examine and resolve data errors.
    Accessing Data Using SQL
  • Generate detail reports by working with a single table, joining tables, or using set operators in the SQL procedure.
  • Generate summary reports by working with a single table, joining tables, or using set operators in the SQL procedure.
  • Construct sub-queries and in-line views within an SQL procedure step.
  • Compare solving a problem using the SQL procedure versus using traditional SAS programming techniques.
  • Access Dictionary Tables using the SQL procedure.
    Macro Processing
  • Create and use user-defined and automatic macro variables within the SAS Macro Language.
  • Automate programs by defining and calling macros using the SAS Macro Language.
  • Understand the use of macro functions.
  • Use various system options that are available for macro debugging and displaying values of user-defined and automatic macro variables in the SAS log.
  • Create data-driven programs using SAS Macro Language.
    Advanced Programming Techniques
  • Demonstrate the use of advanced data look-up techniques such as array processing, hash objects, formats, and combining/merging data.
  • Reduce I/O by controlling the space required to store SAS data sets using compression techniques, length statements, or eliminating variables and observations.
  • Reduce programming time by developing reusable SAS programs which incorporate data step views, DATA steps that write SAS programs, and the FCMP procedure.
  • Perform effective benchmarking by using the appropriate SAS System options and interpreting the resulting resource utilization statistics.
  • Determine the resources used by the SORT procedure and avoid unnecessary sorts by using appropriate indexes, data set options, BY statement options, and the CLASS statement.
  • Identify appropriate applications for using indexes and create them using the DATA step, the DATASETS procedure, or the SQL procedure.
  • Compare techniques to eliminate duplicate data using the DATA step, the SORT procedure, and the SQL procedure.

SAS BI online training institute in USA

SAS BI Online Training institute +91 - 9246 333 245.

course content for sas bi training online and class room training
    SAS BI Tools & Applications

  • SAS Enterprise Guide
  • SAS Data Integration Studio (ETL),
  • SAS Management Console,
  • SAS Web Report Studio
  • SAS OLAP cube Studio
  • SAS Add -In for Microsoft Office
  • SAS Information Map Studio
  • SAS stored proess

    • SAS DI Content Developer

  • What Is Business Intelligence?
  • Navigating in SAS Data Integration Studio
  • Chapter 2 Working under Change Management
  • What Is Change Management?
  • Repository Types
  • Using Change Management

    • Designing the Course Data Mart

  • Planning a Data Warehouse
  • Exercises

    • Building a Data Mart

  • Review of the Case Study
  • Define the Source Data
  • Define the Target Tables
  • Load the Target Tables
  • Exercises

    • Building an OLAP Cube

  • What Is OLAP
  • Building an OLAP Cube
  • Solutions to Exercises

    • Transformations for Slowly Changing Dimensions (Self-Study)

  • Defining Slowly Changing Dimensions
  • Using the SCD Type 2 Loader Transformation
  • Using the Fact Table Lookup Transformation

    • Job Scheduling

  • Scheduling SAS Data Integration Studio Jobs

    • SAS® Data Integration Studio and Data Quality

  • SAS and Data Quality
  • Data Validation Transformation
  • Apply Lookup Standardization Transformation (Self-Study
  • Create Match Code Transformation (Self-Study)
  • Chapter 10 Administering SAS® Data Integration Studio
  • Setup Tasks for SAS® Data Integration Studio

    • SAS OLAP CUBE STUDIO 9.1
      Chapter 1

  • Introduction to the SAS® Enterprise Intelligence Platform
  • SAS Business Intelligence Overview
  • Business Intelligence Information Consumers

    • Chapter 2

  • Introduction to OLAP Cubes
  • Introduction to Online Analytical Processing
  • Overview of SAS OLAP Cube Studio
  • Registering Metadata
  • Exercises

    • Chapter 3

  • Working with SAS OLAP Cubes Derived from Detail Tables
  • Creating a SAS OLAP Cube from a Detail Table
  • Generating Aggregations Using Cross-Dimensional Tuning
  • Setting Permissions Using SAS Management Console
  • Viewing a SAS OLAP Cube with SAS Enterprise Guide
  • Exercises

    • Chapter 4

  • Working with SAS OLAP Cubes Derived from Star Schemas
  • Creating an OLAP Cube from a Star Schema
  • Viewing a SAS OLAP Cube with SAS Web OLAP Viewer for Java
  • Solutions to Exercises

    • Chapter 5

  • Monitoring and Tuning a SAS OLAP Cube
  • Building an Information Map from a SAS OLAP Cube
  • Creating a Report with SAS Web Report Studio
  • Exercises
  • Appendix A Working with SAS OLAP Cubes Derived from Summary Tables
  • Creating a SAS OLAP Cube from a Summary Table
  • Viewing a SAS OLAP Cube with Microsoft Excel
  • Appendix B SAS®9 Business Intelligence Training
  • SAS BI Content Developer

    • Chapter 6

  • Overview of the SAS Business Intelligence Applications
  • Introduction
  • SAS BI Java Applications
  • SAS BI Windows Applications
  • SAS BI Web Browser Applications

    • Chapter 7

  • Overview of the SAS Management Console
  • Introduction to the SAS Management Console
  • How the SAS Management Console Works
  • Introduction to the SAS Management Console Plug-Ins
  • Working with the User Interface

    • Chapter 8

  • Using SAS Data Integration Studio
  • SAS Data Integration Studio Overview
  • The SAS Data Integration Studio Interface
  • Adding Library Definitions
  • Using the Source Designer
  • Using the Target Designer
  • Using the Process Designer
  • Exercises

    • Chapter 9

  • Using SAS OLAP Cube Studio
  • Overview of SAS OLAP Cube Studio
  • SAS OLAP Cube Studio Interface

    • Chapter 10

  • Using the SAS Add-In for Microsoft Office
  • Overview of the SAS Add-In for Microsoft Office
  • Using the SAS Add-In for Microsoft Office
  • Exercises

    • Chapter 11

  • Using SAS Enterprise Guide
  • Investigating the Features of SAS Enterprise Guide
  • For Your Information v
  • Exploring SAS Enterprise Guide

    • Chapter 12

  • Using SAS Information Map Studio
  • Overview of the SAS Information Map Studio
  • Using SAS Information Map Studio
  • Exercises

    • Chapter 13

  • Using SAS Web Report Studio
  • Overview of SAS Web Report Studio
  • Using SAS Web Report Studio
  • Exercises
  • SAP BI Online Training Institute

    SAP BI Online Training In INDIA +91 - 903 299 4888.

    course content for sap bi online training and class room training

      AP Net Weaver and BI: Overview, Positioning and Fundamentals
    • Fundamentals of Data Warehousing and Business Intelligence
    • SAP Net Weaver Business Intelligence (BI) Overview
    • SAP Net Weaver Business Intelligence: Data Warehousing Overview
      Logical Model
    • RFC Destinations
    • ALE Distribution Model
    • Back End System Definition
    • Define Back End for Product Category
    • Set Control Parameters
    • Defining Logical and Assigning Logical systems to client in SAP R/3 and SRM
    • RFC Destinations in SAP R/3 and SRM
    • Cross Application Basic Settings
      Organisation Structure
    • Creation of Organisation Structure in SAP R/3 and SRM
    • Attributes Creation for the Creation of Shopping Cart
    • Report Running for Transferring all plants plants from the Backend System
      Organisation
    • User Generation in SRM, Generate User and Employee Data, Check User and Employee Data
    • Creation of Vendor Organisation Structure
    • Transfer Vendor Master Records
    • Change and Updating in Vendor Master Records
      CRM Middleware
    • Functional scope of the CRM Middleware in the Enterprise Buyer system.
    • CRM Middleware Settings in SAP R/3 and SRM.
    • Setting Filters in SRM for Material Group, Unit of Measure, Material type etc..
    • Replicate master data from the SAP back end system using the CRM
    • Middleware. Maintain Categories and Hierarchies
    • Product Maintenance
      Types of Procurement / Self Service Procurement
    • Shopping Cart
    • Purchase Requisition
    • Purchase Order
    • Goods Receipt
    • Invoice
    • Subsequent Credit, Subsequent Debit
    • Credit Memo
    • ERS
      Work Flow
    • Customize Settings for Work flow
    • Maintain Standard Settings for SAP Business Work flow
    • Approval Options
    • Shopping Cart Approvals
      Extended Classic Scenarios
    • Customize Settings for Extended Classic Scenario
      Plan Driven Procurement
    • Overview
    • Business Flow in Plan Driven Procurement
    • Plan Driven Procurement with Plant Maintenance
    • Plan Driven Procurement with Supplier Integration
    • Overview on Supplier Self Service - SUS
      Service Procurement
    • Overview on Service Procurement
      Catalog Content Management - CCM
    • Introduction to CCM
    • Types of Catalogs
    • Customize Settings for CCM
    • Open Catalog Interface (OCI)
    • Open Partner Interface (OPI)
      Sourcing
    • Sourcing and Bidding Engine Overview

    SAP PI Online Training Institute

    SAP PI Online Training Institute +91 - 903 299 4888.

    course content for sap pi online training and class room training

      Basics of PI
    • Architecture and components of the SAP NetWeaver Process Integration
    • Configuration and runtime behavior of synchronous and asynchronous scenarios
    • Connecting back-end systems using proxies and adapters
    • Overview of mapping
    • Overview of cross-component Business Process Management (ccBPM)
    • Outlook to SAP NetWeaver Process Integration in the context of Enterprise SOA
      Business Process Management
      BPM
    • Overview of BPM
    • Step types of ccBPM processes in SAP NetWeaver Process Integration (SAP NW PI)
    • BPEL4WS import and export
    • Delivered samples (process pattern)
    • Exception handling in ccBPM processes
    • Monitoring and error handling in ccBPM processes
      XI Proxy Development
    • Development Environment and Development Objects using SAP NetWeaver Process Integration
    • Concepts of Signature Derivation out of SAP Models in SAP NW PI 7.1
    • Proxy generation for ABAP in SAP NW PI 7.0 and 7.1
    • Implementing of server proxies and Enterprise Services in ABAP
    • Runtime configuration with WSADMIN, WSCONFIG, SOAMANAGER
    • Use of the Services Registry
    • Mass configuration, Direct Connection and Communication using WSRM
      PI Proxy Development
    • Condition Technique
    • Condition Type
    • Access Sequence
    • Condition Table
    • Field Catalog
    • Pricing Procedure
    • Condition Records
    • Condition Exclusion
      PI Operations
      Monitoring landscape
    • System component monitoring
    • End-to-end monitoring
    • Performance monitoring
      Administration tools
    • Runtime workbench
    • Netweaver administrator
      PI Mapping
    • Overview of mapping techniques
    • Standard functions in message mapping
    • User-defined functions in message mapping
    • Complex mapping tasks using message mapping
    • Value mapping technologies in message mapping
    • Additional techniques in message mapping
    • Integrating ABAP, Java, and XSLT mapping

    IBM AIX Online Training Institute

    IBM AIX Online Training Institute +91 - 903 299 4888.

      Basics
    • File system of UNIX
    • Architecture of UNIX
    • Creating, removing, copying, moving files & directories
    • Using files and directories
    • Wildcard characters
    • Input/Output-Redirections
    • File/Directory permissions
    • Vi-Editor
    • Usage of filter commands
      AIX introduction
    • Introduction to AIX
    • Introduction P-Series P4, P5, P6 and P7 hardware features
    • AIX 6.1 vs AIX 5.3
    • Upgradation from version 5.3 to 6.1*
    • Evolution of AIX servers and AIX OS
    • Using SMIT, WSM, SYSTEM DIRECTORY (System Management Interface Tool)
    • AIX on blade servers
      AIX installation
    • Using new and overwrite method
    • Preservation method
    • migration method
      Devices
    • Object Data Manager(ODM)
    • Device Terminology
    • Device states
    • Configuring the devices
    • Self configuring devices
    • Solving Real time issues related to devices
    • Solving device related questionnaire
    • Change of media speed on Ethernet adapter
      AIX Standalone booting procedure
    • The boot process
    • Important LED codes
    • Boot phases
    • System initialization
      Software installation
    • Patching definitions
    • Software installation and maintenance
    • Software states
    • Life cycle of TL, downloading TL from fix central
      Security and User Administration
    • User accounts
    • Groups
    • Security logs
    • Security files
    • Changing ownerships
    • Login sequence
    • Regaining root's password
      Storage Technology
    • DAS ( Direct Attach Storage )
    • NAS ( Network Attach Storage )
    • SAN ( Storage Attach Storage )
      Logical Volume Manager
    • Benefits of LVM
    • Logical Volume Manager Components
    • Physical storage
    • Logical storage
    • RAID levels
    • MWC (Active, Passive)
    • Read & Write policies
    • Volume groups
    • Uses of logical volumes
    • LVM questionnaire include real time issues related to LVM
      File systems
    • Explanation of types of File systems in real time usage.
    • Creation of file system
    • Creation of RAW File system as per the Database/Application
    • Creation and enable of LARGE file system for Database
    • Mounting of File system on different directories
    • Troubleshooting of corrupted file system
      Paging space
    • What is paging space?
    • Using paging space
    • Changing paging space
    • Importance of paging space
    • Importance of LRUD process
    • Real time issues with paging space
      Scheduling
    • Cron
    • At
    • batch
    • Real time discussions on jobs performed through cron& related issues
      Backup and restore
    • Mksysb backup-rootvg
    • Savevg backup for datavg
    • Performing mksysb like real time through NFS
    • Altvg backup and different methods for alt disk
    • Mirroring rootvg
    • SAN boot
    • Multibos
    • Real time discussions on backups
      WPAR
    • Its usage in industry
    • Creating WPAR & using WPAR
    • How to create a file system in WPAR
    • Discussions on real time scenarios around 100 real time tickets.
    • Configuring ground works monitoring agent
    • Resume preparation for AIX
      Problem determination
    • The errpt command
    • The system error log
    • Starting and stopping error log
    • Diagnostics, what is diag, what is diag cd & its usage in real time
      Networking
    • What is TCP/IP
    • Configuring TCP/IP
    • DNS
    • Taking host information before reboot
    • What is DNS
    • Why DNS
    • Ether channel, configuring ether channel (NIB and link aggregation)
    • Real time networking issues with AIX
    • Configuring router between two networks
    • Discussion on task related for AIX admin in TCP/IP
      Network File Sharing (NFS)
    • Configuring NFS server
    • Exporting NFS directories
    • Mounting an NFS directory at client
    • Discussion of real time scenarios, troubleshooting on NFS
    • Using rpcinfo, nfsstat, nfsthread
    • Starting and stopping of NFS services
      Performing tuning
    • Issues with CPU
    • Issues with memory
    • Issues with I/O
    • Real time Perf issue discussion, running perfpmr.Sh on AIX