45,000 Jobs - Get an Interview Call,  Post Your Resume Here
SURESHKUMAR.NET FORUMS
Registered Member Login:
Not a member? Register today!



Welcome to the SURESHKUMAR.NET FORUMS.

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.




SDLC

        

Reply
 
LinkBack Thread Tools Display Modes
Old 29-02-08, 07:33 AM   #1 (permalink)
Member
 
Join Date: Feb 2008
Age: 46
Posts: 92
Thanks: 17
Thanked 3 Times in 3 Posts
Rep Power: 2 butair is on a distinguished road
SDLC

Any material on this topic? I searched this forum but came up empty handed.

Thanks

butair is offline Offline   Reply With Quote
Old 29-02-08, 12:09 PM   #2 (permalink)
Senior Member
 
Join Date: Jan 2008
Location: hyd
Age: 27
Posts: 107
Thanks: 0
Thanked 22 Times in 14 Posts
Rep Power: 5 tejus has a spectacular aura about tejus has a spectacular aura about tejus has a spectacular aura about
Re: SDLC

hi, butair i am attaching some documents hope i had attached what u required.
Attached Files
File Type: doc Software Development Life Cycle for full life cycle projects.doc (49.5 KB, 260 views)
File Type: doc Testing Lifecycle.doc (40.0 KB, 213 views)
File Type: doc testing_tools_manual.doc (360.0 KB, 221 views)
tejus is offline Offline   Reply With Quote
The Following 8 Users Say Thank You to tejus For This Useful Post:
AjayKumar.Kataram (19-09-08), butair (01-03-08), elli (05-03-08), Kitab2007 (23-03-08), mvithiyadharan (17-09-08), newqtp (05-03-08), renukarth (10-03-08), suresh_m1729@yahoo.co.in (15-09-08)
Old 01-03-08, 05:51 AM   #3 (permalink)
Member
 
Join Date: Feb 2008
Age: 46
Posts: 92
Thanks: 17
Thanked 3 Times in 3 Posts
Rep Power: 2 butair is on a distinguished road
Re: SDLC

Thanks, Tejus. I have copied these files and will look them over tonight.
butair is offline Offline   Reply With Quote
Old 06-03-08, 07:47 PM   #4 (permalink)
Member
 
Join Date: Mar 2008
Age: 26
Posts: 40
Thanks: 1
Thanked 2 Times in 2 Posts
Rep Power: 2 smiletinu is on a distinguished road
Re: SDLC

tejus u r doing very good help us, nice ya keep it up
smiletinu is offline Offline   Reply With Quote
Old 09-03-08, 11:37 PM   #5 (permalink)
Junior Member
 
Join Date: Mar 2008
Age: 44
Posts: 1
Thanks: 0
Thanked 1 Time in 1 Post
Rep Power: 2 bobstewart is on a distinguished road
Re: SDLC

At the risk of self promotion here is a great resource: SDLC Systems Development Life Cycle for Web Services and SDLC for Software as a Service SaaS Service Oriented Architecture SOA Software Development Life Cycle for Project Management Organizations PMO
Best Regards,
-Bob Stewart
bobstewart is offline Offline   Reply With Quote
The Following User Says Thank You to bobstewart For This Useful Post:
AjayKumar.Kataram (19-09-08)
Old 11-04-08, 05:51 PM   #6 (permalink)
Junior Member
 
Join Date: Apr 2008
Age: 27
Posts: 5
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Power: 2 mahendra7799 is on a distinguished road
Re: SDLC

nice one keep it up
mahendra7799 is offline Offline   Reply With Quote
Old 15-09-08, 10:48 PM   #7 (permalink)
Senior Member
 
Join Date: Jun 2008
Location: Bangalore
Posts: 686
Thanks: 239
Thanked 29 Times in 26 Posts
Rep Power: 11 suresh_m1729@yahoo.co.in is a jewel in the rough suresh_m1729@yahoo.co.in is a jewel in the rough suresh_m1729@yahoo.co.in is a jewel in the rough suresh_m1729@yahoo.co.in is a jewel in the rough
Re: SDLC

Hi Tejus,
Thanks for sharing!!!
suresh_m1729@yahoo.co.in is offline Offline   Reply With Quote
Old 16-09-08, 07:54 PM   #8 (permalink)
Senior Member
 
Join Date: Feb 2008
Posts: 147
Thanks: 15
Thanked 71 Times in 46 Posts
Rep Power: 10 Sean2 is a splendid one to behold Sean2 is a splendid one to behold Sean2 is a splendid one to behold Sean2 is a splendid one to behold Sean2 is a splendid one to behold Sean2 is a splendid one to behold Sean2 is a splendid one to behold
Smile Re: SDLC and Software Testing Life Cycle

Software Development Life Cycle

Phases
SDLC adheres to important phases that are essential for developers, such as planning, analysis, design, and implementation, and are explained in the section below. There are several SDLC Models in existence. The oldest model, that was originally regarded as “the SDLC” is the waterfall model: a sequence of stages in which the output of each stage becomes the input for the next. These stages generally follow the same basic steps but many different waterfall methodologies give the steps different names and the number of steps seems to vary between 4 and 7.
There is not a definitive correct model, but the steps can be characterized and divided as follows:

Initiation/Planning

To generate a high-level view of the intended project and determine the goals of the project. The feasibility study is sometimes used to present the project to upper management in an attempt to gain funding. Projects are typically evaluated in three areas of feasibility: economical, operational, and technical. Furthermore, it is also used as a reference to keep the project on track and to evaluate the progress of the MIS team (Post & Anderson, 2006)
This phase is also called as analysis phase.

Requirements Analysis

The goal of systems analysis is to find out where the problem is in attempt to fix the system. This step involves breaking down the system in different pieces and drawing diagrams to analyze the situation. Analyses project goals, breaking down functions that need to be created, and attempts to engage users so that definite requirements can be defined.

Design

Functions and operations are described in detail, including screen layouts, business rules, process diagrams and other documentation. The output of this stage will be to describe the new system as a collection of modules or subsystems.

Build

Modular and subsystem programming code will be accomplished during this stage. This stage is intermingled with the next in that individual modules will need testing before integration to the main project. Planning in software life cycle involves setting goals, defining targets, establishing schedules, and estimating budgets for an entire software project.

Testing

The code is tested at various levels. Unit, system and user acceptance testing are often performed. This is a very grey area as many different opinions exist as to what the stages of testing are and how much if any iteration occurs. Iteration is not generally part of the Waterfall model, but usually some occurs at this stage.

Types of testing:
  • Data set testing
  • Unit testing
  • System Testing
  • Integration testing
  • User acceptance
Implementation

The final stage of a project or the initial development, where the software is put into production and is used by the actual business.

Types of implementation:
  • Documentation
  • Training
  • Parallel implementation
  • Big-bang implementation (Direct cutover, Plunge)
  • Phased implementation
  • Pilot implementation
Operations and Maintenance

The life of the system which includes changes and enhancements before the decommissioning or sunset of the system. Maintaining the system is a very important aspect of SDLC. As key personnel change position in the organization, new changes will be implemented, which will require system updates.

Baselines in the SDLC

Baselines are an important part of the SDLC. These baselines are established after four of the 5 phases of the SDLC and are critical to the iterative nature of the model (Blanchard & Fabrycky, 2006, p.31). Each baseline is considered as a milestone in the SDLC.
Functional Baseline: Is established after the conceptual design phase.
Allocated Baseline: Is established after the preliminary design phase.
Product Baseline: Is established after the detail design and development phase.
Updated Product Baseline: Is established after the production construction phase.
Strength and Weaknesses of SDLC
StrengthsWeaknesses
Control.Increased development time.
Monitor Large projects.Increased development cost.
Detailed steps.Systems must be defined up front.
Evaluate costs and completion targets.Rigidity.
Documentation.Hard to estimate costs, project overruns.
Well defined user input.User input is sometimes limited.
Ease of maintenance.
Development and design standards.
Tolerates changes in MIS staffing.



Very few people in the modern computing world would use a strict waterfall model for their SDLC as many modern methodologies have superseded this thinking. Some will argue that the SDLC no longer applies to models like Agile computing, but it is still a term widely in use in Technology circles.

An alternative to the SDLC is Rapid Application Development, which combines prototyping, Joint Application Development and implementation of CASE tools. The advantages of RAD are speed, reduced development cost, active user involvement in development process.

It should not be assumed that just because the waterfall model is the oldest original SDLC model that it is the most efficient system. At one time the model was beneficial mostly to the world of automating activities that were assigned to clerks and accountants. However, the world of technological evolution is demanding that systems have a greater functionality that would assist help desk technicians/administrators or information technology specialist/analyst.

Software Testing Life Cycle:

The test development life cycle contains the following components:
Requirements
Use Case Document
Test Plan
Test Case
Test Case execution
Report Analysis
Bug Analysis
Bug Reporting

Typical interaction scenario from a user’s perspective for system requirements studies or testing. In other words, “an actual or realistic example scenario”. A use case describes the use of a system from start to finish. Use cases focus attention on aspects of a system useful to people outside of the system itself.
  • Users of a program are called users or clients.
  • Users of an enterprise are called customers, suppliers, etc.
Use Case:
A collection of possible scenarios between the system under discussion and external actors, characterized by the goal the primary actor has toward the system’s declared responsibilities, showing how the primary actor’s goal might be delivered or might fail.
Use cases are goals (use cases and goals are used interchangeably) that are made up of scenarios. Scenarios consist of a sequence of steps to achieve the goal, each step in a scenario is a sub (or mini) goal of the use case. As such each sub goal represents either another use case (subordinate use case) or an autonomous action that is at the lowest level desired by our use case decomposition.
This hierarchical relationship is needed to properly model the requirements of a system being developed. A complete use case analysis requires several levels. In addition the level at which the use case is operating at it is important to understand the scope it is addressing. The level and scope are important to assure that the language and granularity of scenario steps remain consistent within the use case.
There are two scopes that use cases are written from: Strategic and System. There are also three levels: Summary, User and Sub-function.
Scopes: Strategic and System
Strategic Scope:
The goal (Use Case) is a strategic goal with respect to the system. These goals are goals of value to the organization. The use case shows how the system is used to benefit the organization.,/p> These strategic use cases will eventually use some of the same lower level (subordinate) use cases.
System Scope:
Use cases at system scope are bounded by the system under development. The goals represent specific functionality required of the system. The majority of the use cases are at system scope. These use cases are often steps in strategic level use cases
Levels: Summary Goal , User Goal and Sub-function.
Sub-function Level Use Case:
A sub goal or step is below the main level of interest to the user. Examples are “logging in” and “locate a device in a DB”. Always at System Scope.
User Level Use Case:
This is the level of greatest interest. It represents a user task or elementary business process. A user level goal addresses the question “Does your job performance depend on how many of these you do in a day”. For example “Create Site View” or “Create New Device” would be user level goals but “Log In to System” would not. Always at System Scope.
Summary Level Use Case:
Written for either strategic or system scope. They represent collections of User Level Goals. For example summary goal “Configure Data Base” might include as a step, user level goal “Add Device to database”. Either at System of Strategic Scope.
Test Documentation

Test documentation is a required tool for managing and maintaining the testing process. Documents produced by testers should answer the following questions:
  • What to test? Test Plan
  • How to test? Test Specification
  • What are the results? Test Results Analysis Report
Sean2 is offline Offline   Reply With Quote
The Following 3 Users Say Thank You to Sean2 For This Useful Post:
AjayKumar.Kataram (19-09-08), butair (16-09-08), mvithiyadharan (17-09-08)
Old 16-09-08, 09:16 PM   #9 (permalink)
Senior Member
 
Join Date: Jun 2008
Location: Bangalore
Posts: 686
Thanks: 239
Thanked 29 Times in 26 Posts
Rep Power: 11 suresh_m1729@yahoo.co.in is a jewel in the rough suresh_m1729@yahoo.co.in is a jewel in the rough suresh_m1729@yahoo.co.in is a jewel in the rough suresh_m1729@yahoo.co.in is a jewel in the rough
Re: SDLC

Hi Sean,
Thanks for sharing!!!!
suresh_m1729@yahoo.co.in is offline Offline   Reply With Quote
Old 16-09-08, 09:32 PM   #10 (permalink)
Senior Member
 
Join Date: Feb 2008
Posts: 147
Thanks: 15
Thanked 71 Times in 46 Posts
Rep Power: 10 Sean2 is a splendid one to behold Sean2 is a splendid one to behold Sean2 is a splendid one to behold Sean2 is a splendid one to behold Sean2 is a splendid one to behold Sean2 is a splendid one to behold Sean2 is a splendid one to behold
Smile SDLC an easier way of understanding SDLC.....

What is the 'Software Development Life Cycle'?
Software life cycle models describe phases of the software cycle and the order
in which those phases are executed.There are tons of models, and many
companies adopt their own, but all have very similar patterns.The general, basic
model is shown below:
General Life Cycle Model

Requirements --->Design----->Implementation------>Testing

Each phase produces deliverables required by the next phase in the life cycle.

Requirements are translated into design.Code is produced during implementation that is driven by the design.Testing verifies the deliverables of the implementation phase against requirements.


They are:
Requirements:
Business requirements are gathered in this phase. Meetings with managers, stake holders and users are held in order to determine the requirements.Who is going to use the system? How will they use the system?What data should be input into the system? What data should be output by the system?how the user interface should work?The overall result is the system as a whole and how it performs, not how it is actually going to do it.

Design:

The software system design is produced from the results of the requirements phase.This is where the details on how the system will work is produced.Design focuses on high level design like, what Requirements Design Implementation Testing programs are needed and how are they going to interact, low-level design (how the individual programs are going to work), interface design (what are the interfaces going to look like) and data design (what data will be required). During these phases, the software's overall structure is defined. Analysis and Design are very crucial in the whole development cycle. Any glitch in the design phase could be very expensive to solve in the later stage of the software development.

Coding:

Code is produced from the deliverables of the design phase during implementation, and this is the longest phase of the software development life cycle.For a developer, this is the main focus of the life cycle because this is where the code is produced.Different high level programming languages like C, C++, Pascal, Java are used for coding. With respect to the type of application, the right programming language is chosen.Implementation my overlap with both the design and testing phases.

Testing:

During testing, the implementation is tested against the requirements to make sure that the product is actually solving the needs addressed and gathered during the requirements phase.Normally programs are written as a series of individual modules, the system is tested to ensure that interfaces between modules work (integration testing), the system works on the intended platform and with the expected volume of data (volume testing) and that the system does what the user requires (acceptance/beta testing)

Installation, Operation and maintenance:

Software will definitely undergo change once it is delivered to the customer. There are many reasons for the change. Change could happen because of some unexpected input values into the system. In addition, the changes in the system could directly affect the software operations.

Last edited by Sean2; 16-09-08 at 09:35 PM..
Sean2 is offline Offline   Reply With Quote
The Following User Says Thank You to Sean2 For This Useful Post:
AjayKumar.Kataram (19-09-08)
Old 16-09-08, 09:50 PM   #11 (permalink)
Senior Member
 
Join Date: Jun 2008
Location: Bangalore
Posts: 686
Thanks: 239
Thanked 29 Times in 26 Posts
Rep Power: 11 suresh_m1729@yahoo.co.in is a jewel in the rough suresh_m1729@yahoo.co.in is a jewel in the rough suresh_m1729@yahoo.co.in is a jewel in the rough suresh_m1729@yahoo.co.in is a jewel in the rough
Re: SDLC

Really Good Work Sean!!!
Thanks!!!
suresh_m1729@yahoo.co.in is offline Offline   Reply With Quote
Old 17-09-08, 02:46 PM   #12 (permalink)
Member
 
Join Date: Jul 2008
Age: 32
Posts: 55
Thanks: 0
Thanked 9 Times in 7 Posts
Rep Power: 3 hightech will become famous soon enough hightech will become famous soon enough
Re: SDLC and Software Testing Life Cycle

Quote:
Originally Posted by Sean2 View Post
Software Development Life Cycle

Phases
SDLC adheres to important phases that are essential for developers, such as planning, analysis, design, and implementation, and are explained in the section below. There are several SDLC Models in existence. The oldest model, that was originally regarded as “the SDLC” is the waterfall model: a sequence of stages in which the output of each stage becomes the input for the next. These stages generally follow the same basic steps but many different waterfall methodologies give the steps different names and the number of steps seems to vary between 4 and 7.
There is not a definitive correct model, but the steps can be characterized and divided as follows:

Initiation/Planning

To generate a high-level view of the intended project and determine the goals of the project. The feasibility study is sometimes used to present the project to upper management in an attempt to gain funding. Projects are typically evaluated in three areas of feasibility: economical, operational, and technical. Furthermore, it is also used as a reference to keep the project on track and to evaluate the progress of the MIS team (Post & Anderson, 2006)
This phase is also called as analysis phase.

Requirements Analysis

The goal of systems analysis is to find out where the problem is in attempt to fix the system. This step involves breaking down the system in different pieces and drawing diagrams to analyze the situation. Analyses project goals, breaking down functions that need to be created, and attempts to engage users so that definite requirements can be defined.

Design

Functions and operations are described in detail, including screen layouts, business rules, process diagrams and other documentation. The output of this stage will be to describe the new system as a collection of modules or subsystems.

Build

Modular and subsystem programming code will be accomplished during this stage. This stage is intermingled with the next in that individual modules will need testing before integration to the main project. Planning in software life cycle involves setting goals, defining targets, establishing schedules, and estimating budgets for an entire software project.

Testing

The code is tested at various levels. Unit, system and user acceptance testing are often performed. This is a very grey area as many different opinions exist as to what the stages of testing are and how much if any iteration occurs. Iteration is not generally part of the Waterfall model, but usually some occurs at this stage.

Types of testing:
  • Data set testing
  • Unit testing
  • System Testing
  • Integration testing
  • User acceptance
Implementation

The final stage of a project or the initial development, where the software is put into production and is used by the actual business.

Types of implementation:
  • Documentation
  • Training
  • Parallel implementation
  • Big-bang implementation (Direct cutover, Plunge)
  • Phased implementation
  • Pilot implementation
Operations and Maintenance

The life of the system which includes changes and enhancements before the decommissioning or sunset of the system. Maintaining the system is a very important aspect of SDLC. As key personnel change position in the organization, new changes will be implemented, which will require system updates.

Baselines in the SDLC

Baselines are an important part of the SDLC. These baselines are established after four of the 5 phases of the SDLC and are critical to the iterative nature of the model (Blanchard & Fabrycky, 2006, p.31). Each baseline is considered as a milestone in the SDLC.
Functional Baseline: Is established after the conceptual design phase.
Allocated Baseline: Is established after the preliminary design phase.
Product Baseline: Is established after the detail design and development phase.
Updated Product Baseline: Is established after the production construction phase.
Strength and Weaknesses of SDLC
StrengthsWeaknesses
Control.Increased development time.
Monitor Large projects.Increased development cost.
Detailed steps.Systems must be defined up front.
Evaluate costs and completion targets.Rigidity.
Documentation.Hard to estimate costs, project overruns.
Well defined user input.User input is sometimes limited.
Ease of maintenance.
Development and design standards.
Tolerates changes in MIS staffing.



Very few people in the modern computing world would use a strict waterfall model for their SDLC as many modern methodologies have superseded this thinking. Some will argue that the SDLC no longer applies to models like Agile computing, but it is still a term widely in use in Technology circles.

An alternative to the SDLC is Rapid Application Development, which combines prototyping, Joint Application Development and implementation of CASE tools. The advantages of RAD are speed, reduced development cost, active user involvement in development process.

It should not be assumed that just because the waterfall model is the oldest original SDLC model that it is the most efficient system. At one time the model was beneficial mostly to the world of automating activities that were assigned to clerks and accountants. However, the world of technological evolution is demanding that systems have a greater functionality that would assist help desk technicians/administrators or information technology specialist/analyst.

Software Testing Life Cycle:

The test development life cycle contains the following components:
Requirements
Use Case Document
Test Plan
Test Case
Test Case execution
Report Analysis
Bug Analysis
Bug Reporting

Typical interaction scenario from a user’s perspective for system requirements studies or testing. In other words, “an actual or realistic example scenario”. A use case describes the use of a system from start to finish. Use cases focus attention on aspects of a system useful to people outside of the system itself.
  • Users of a program are called users or clients.
  • Users of an enterprise are called customers, suppliers, etc.
Use Case:
A collection of possible scenarios between the system under discussion and external actors, characterized by the goal the primary actor has toward the system’s declared responsibilities, showing how the primary actor’s goal might be delivered or might fail.
Use cases are goals (use cases and goals are used interchangeably) that are made up of scenarios. Scenarios consist of a sequence of steps to achieve the goal, each step in a scenario is a sub (or mini) goal of the use case. As such each sub goal represents either another use case (subordinate use case) or an autonomous action that is at the lowest level desired by our use case decomposition.
This hierarchical relationship is needed to properly model the requirements of a system being developed. A complete use case analysis requires several levels. In addition the level at which the use case is operating at it is important to understand the scope it is addressing. The level and scope are important to assure that the language and granularity of scenario steps remain consistent within the use case.
There are two scopes that use cases are written from: Strategic and System. There are also three levels: Summary, User and Sub-function.
Scopes: Strategic and System
Strategic Scope:
The goal (Use Case) is a strategic goal with respect to the system. These goals are goals of value to the organization. The use case shows how the system is used to benefit the organization.,/p> These strategic use cases will eventually use some of the same lower level (subordinate) use cases.
System Scope:
Use cases at system scope are bounded by the system under development. The goals represent specific functionality required of the system. The majority of the use cases are at system scope. These use cases are often steps in strategic level use cases
Levels: Summary Goal , User Goal and Sub-function.
Sub-function Level Use Case:
A sub goal or step is below the main level of interest to the user. Examples are “logging in” and “locate a device in a DB”. Always at System Scope.
User Level Use Case:
This is the level of greatest interest. It represents a user task or elementary business process. A user level goal addresses the question “Does your job performance depend on how many of these you do in a day”. For example “Create Site View” or “Create New Device” would be user level goals but “Log In to System” would not. Always at System Scope.
Summary Level Use Case:
Written for either strategic or system scope. They represent collections of User Level Goals. For example summary goal “Configure Data Base” might include as a step, user level goal “Add Device to database”. Either at System of Strategic Scope.
Test Documentation

Test documentation is a required tool for managing and maintaining the testing process. Documents produced by testers should answer the following questions:
  • What to test? Test Plan
  • How to test? Test Specification
  • What are the results? Test Results Analysis Report

Thanks for sharing useful information.
hightech is offline Offline   Reply With Quote
The Following 2 Users Say Thank You to hightech For This Useful Post:
AjayKumar.Kataram (19-09-08), mvithiyadharan (17-09-08)
Old 19-09-08, 11:13 PM   #13 (permalink)
Senior Member
 
Join Date: Aug 2006
Location: Hyderabad,India
Age: 30
Posts: 8,044
Thanks: 2,105
Thanked 425 Times in 303 Posts
Rep Power: 124 AjayKumar.Kataram has a reputation beyond repute AjayKumar.Kataram has a reputation beyond repute AjayKumar.Kataram has a reputation beyond repute AjayKumar.Kataram has a reputation beyond repute AjayKumar.Kataram has a reputation beyond repute AjayKumar.Kataram has a reputation beyond repute AjayKumar.Kataram has a reputation beyond repute AjayKumar.Kataram has a reputation beyond repute AjayKumar.Kataram has a reputation beyond repute AjayKumar.Kataram has a reputation beyond repute AjayKumar.Kataram has a reputation beyond repute
Re: SDLC

Thanks to all who has shared the information
AjayKumar.Kataram is offline Offline   Reply With Quote
Reply

Tags
sdlc


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is On
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Which phase is called as the Blackout or Quite Phase in SDLC ? hasini Testing Interview / Technical Questions 1 05-09-08 01:45 PM
What is sdlc and stages in sdlc hasini Testing Interview / Technical Questions 4 17-03-08 03:45 PM
What is SDLC and STLC hasini Testing Interview / Technical Questions 7 18-01-08 03:58 PM
what is the role of tester in each phase of SDLC murali_1401 Testing Tools & QA 3 19-04-07 03:52 PM
What is the role of tester in SDLC cycle ( in each phase ) hasini Testing Interview / Technical Questions 0 23-01-07 02:52 PM


All times are GMT +6.5. The time now is 04:26 PM.

More Interview Questions Here...

Content Relevant URLs by vBSEO 3.3.0