Blog

What is Disaster Recovery ?- Definition from Trenovision

Disaster A “Disaster” is any event that can cause a significant disruption in operational  processing capabilities for a period of time, which affects the operations of the business. Disaster may exist when:- A service providing support to a critical business function fails. It is determined …

What is Mediation ?- Definition from Trenovision

Mediation Mediation is the process of collecting the files from network elements i.e. upstream, applying certain business rules and distributing to the various downstream applications. Simply put,  it’s about collection,  processing,  and distribution,  but in actual terms it’s a quite complex task. Mediation acts as …

How to setup account for IOS Application development ?

IOS IOS which was previously called iPhone OS is a mobile operating system developed by Apple Inc. Its first release was in 2007 which included iPhone and iPod Touch. IPad (1st Generation) was released in the April 2010 and in iPad mini was released in …

What is Requirement Gathering ?- Definition from Trenovision

Requirement Gathering Requirement Gathering is the process of determining, documenting, and managing stakeholder needs and requirements to meet project objectives. The key benefit of this process is that it provides the basis for defining and managing the project scope including product scope. Requirement Gathering Input: …

Unix Shell Scripting

Unix Shell Scripting Unix is a family of multitasking, multiuser computer operating systems that derive from the original AT&T Unix, development starting in the 1970s at the Bell Labs research center by Ken Thompson, Dennis Ritchie, and others.   Kernel : The core of the …

Introduction to VBScripting

Overview of VB Script VBScript is a Microsoft scripting language.It is the default scripting language in ASP. VBScript is a scripting language is a lightweight programming language. It  is a light version of Microsoft’s programming language Visual Basic It is only supported by Microsoft’s browsers (Internet …

Scheduling Approaches In Real Time Operating System

Scheduling Approaches In Real Time Operating System In Real Time Operating System there are mainly three scheduling approaches which are used to schedule the tasks. Clock driven Weighted round-robin Priority driven Clock driven approach On initialising the system Scheduler decides the tasks that have to …

Real Time Systems – Definition from Trenovision

Operating Systems Operating System acts as a middle man between the user and the computer hardware. Goals of the Operating System Executes user programs and makes problem solving easier Makes computer system convenient to use. Use the hardware in an efficient manner. Modeling an Operating …

Wase Solution | Real Time Operating Systems | RTOS | Solved | Assignment

Wase Solution | Real Time Operating Systems | RTOS | Solved | Assignment   RTOS Assignment below are the some of the solved RTOS Assignment question. 1. Construct a Raspberry Pi model Robot system for HR system in an organization to assess an employee’s contribution. …

Effort Estimation – Definition from Trenovision

Effort Estimation In software development, effort estimation is the process of predicting the most realistic amount of effort (expressed in terms of person-hours or money) required to develop or maintain software based on incomplete, uncertain and noisy input. Effort estimates may be used as input to project plans, iteration plans, budgets, investment …

Field Testing – Definition from Trenovision

Field Testing Field testing is performed to ensure the device is built to standardized specifications by validating the device hardware and software. A few of the things this involves are checking basic features like Call performance (monitor point and monitor route testing), interoperability testing and …

Risk Mitigation and Contingency Plan | Explained

What is Risk ? Risk is an uncertain future event or condition that, if it occurs, has a negative impact on a project’s objectives. Project Risk is always in the future. Issue: A risk that has become a reality due to an event called a …

End To End Testing

What is End To End Testing ? End-to-end testing is a methodology used to test whether the flow of an application is performing as designed from start to finish. The purpose of carrying out end-to-end tests is to identify system dependencies and to ensure that the …

Informatica Information Lifecycle Management ILM

Informatica ILM – Overview Informatica ILM : A firm which has acquired 100TB of data from its various landscapes in its production environment. The firm is using a Full Copy (Clones) to all its non-production environments like, development, QA, Testing, Training, Pre-production and a couple …

Sql *Loader

Sql *Loader Sql *Loader is a high speed data loading utility supplied by Oracle that loads data from external files into table in an Oracle Database. It can accepts data in variety of formats, can perform transformation, filtering and can load into multiple tables from …

Java Collections

Java Collections Framework The Java language API provides many of the data structures from this class for you.It defines a “collections” as “an object that represents a group of objects”. It defines a collections framework as “a unified architecture for representing and manipulating collections, allowing …