ALLInterview.com :: Home Page KalAajKal.com
 Advertise your Business Here     
Browse  |   Placement Papers  |   Company  |   Code Snippets  |   Certifications  |   Visa Questions
Post Question  |   Post Answer  |   My Panel  |   Search  |   Articles  |   Topics  |   ERRORS new
   Refer this Site  Refer This Site to Your Friends  Site Map  Bookmark this Site  Set it as your HomePage  Contact Us     Login  |  Sign Up                      
info       Did you received any Funny E-Mails from your Friends and like to share with rest of our friends? Yeah!! you can post that stuff   HERE
Google
 
Categories >> Software >> Software-Design >> Project-Planning
 
 


 

Back to Questions Page
 
Question
What is the basics of Agile/Scrum development?
Rank Answer Posted By  
 Question Submitted By :: Guest
I also faced this Question!!   © ALL Interview .com
Answer
Where the requirements are evolving at very fast rate and 
customers wanst the deliveries in very short frequency.
 
0
Suvir
 
 
Question
Assignment

A software house got a project to automate sales/purchase 
department of a furniture store. The store management is 
clearly transferred their requirements to the software 
house management. There is no chance of changing the 
requirements afterwards. 
Software house management use waterfall process model to 
make the project. 
Given is the progress flow of water-fall process model
 

In waterfall process model, the deliverable (document) 
produced in one phase serves as an input to the next 
phase.  

Suppose you are a project manager who is leading this 
project. It is decided to work and complete the project 
using waterfall process model approach. You are required to 
develop a plan in which the key task is to decide the 
deliverable that should be built during and after 
completion of each phase. Also give a description or 
required contents that must be included in those 
deliverables.

You are not supposed to make the complete project. All you 
are required to do is to make a Project plan.  In that, you 
need to give a set of deliverables (documents) which 
according to you, should be developed in each of the phase 
(Requirements, Designing, implementation, Testing, 
Maintenance). Also provide contents which should be there 
in each deliverable. The contents should be clear and have 
brief explanation.

Note:: There are one folder and one file in the attached 
folder. The file is named as Assignment 4 write-up which is 
your assignment write-up. The other folder named Project 
deliverables is the folder in which you are required to 
organize and place your deliverables. Name of the 
document/deliverable saved in each folder should be 
mentioned in the file named checklist (This file is placed 
in the “Project deliverables” folder)

For Example

If you produce a deliverable named Requirement 
Specification (RS) in the “Requirements” phase. You need to 
do following tasks
1)	Finalize the RS contents
2)	Save the file in sub-folder named Requirements
3)	Write the name of this document in the checklist 
file under the heading Requirements.


Similarly, you need to make and save deliverables of each 
phase. Not all phases contain one deliverable. There must 
be some phases having more than one deliverables.
PLEASE SIR PRIVIDE ME THE CHECK LIST FOR GIVE SENERION ?
CHECKLIST ARE:
1-Requirements	     

2- Designing

3- Implementation

4- Testing

5- Maintenance
Rank Answer Posted By  
 Question Submitted By :: Siemens
I also faced this Question!!   © ALL Interview .com
Answer
plzz help me in this assignment and have you course of
Algorithms CS502, if so plzz send me solution of assignment 4
sweet_ier@yahoo.com
 
0
Sweeti
 
 
Question
what are all the test scenarios for login passwords?(user 
authentication)
Rank Answer Posted By  
 Question Submitted By :: Taamsa
This Interview Question Asked @   Infosys
I also faced this Question!!   © ALL Interview .com
Answer
i have seen a tester pressing tab and checking whether the 
password field accept white spaces in between the letters.

And another thing is special character acceptence.U should 
not allow any User to have passwords with special characters
(few exceptions are there.Check it out!!)
 
0
Geeky Gal ..:))
 
 
 
Answer
* Ensure that total number of chrecters are with in the   
range. 
* The copy option should not be provided.
* ensure that  not to accept white spaces.
* spelcial cheractor are alowed.
 
0
B.n.murty
[Wipro]
 
 
Answer
one of the scenarios is 
Username and password should not be the same
 
0
Chandana
[Wipro]
 
 
Answer
we need to check the is there is any malicious codes it 
accepts.

like

username : hacker
Password : something' or 1=1 -
 
0
Renganathan
[Wipro]
 
 
Answer
When ever the user presses tab key after entering the 
password the program has to check all these scenarios---
1) The password entered should be with in the range 
specified. (say >6 & <12 characters)
2) No white spaces.
3) Password should contain atleast one Capital letter and 
one Digit.
4) No special characters should be used.
5) Most importantly password should not match with the 
username. (( for security reasons ))
 
4
Bhaskar@infosys
[Wipro]
 
 
Question
what is SDLC? what are the different stages in SDLC?
Rank Answer Posted By  
 Question Submitted By :: Swapna
This Interview Question Asked @   Choice-Solutions , Infosys, Sdlc, Wipro
I also faced this Question!!   © ALL Interview .com
Answer
SDLC is Software Development Life Cycle. It is used to 
develop the software systematically . 
SDLC have main 7 Stage: 
1. Priliminary Investigation 
2. Feasibility Study
3. Analysis
4. Design 
5. Coding 
6. Testing 
7. Maintainance & Review.
 
0
Virender Dahiya
 
 
Answer
Acronym for system development life cycle. SDLC is the 
process of developing information systems through 
investigation, analysis, design, implementation and 
maintenance. SDLC is also known as information systems 
development or application development. SDLC is a systems 
approach to problem solving and is made up of several 
phases, each comprised of multiple steps: 
•	The software concept - identifies and defines a 
need for the new system 
•	A requirements analysis - analyzes the information 
needs of the end users 
•	The architectural design - creates a blueprint for 
the design with the necessary specifications for the 
hardware, software, people and data resources 
•	Coding and debugging - creates and programs the 
final system 
•	System testing - evaluates the system's actual 
functionality in relation to expected or intended 
functionality.
 
3
Hardik Desai
 
 
Answer
SDLC defines as SOFTWARE DEVELOPMENT LIFE CYCLE 
         It is defined as how well our application is build 
in meeting the customer requirement and customer 
expectation.

The different stages are 
1.Information Gathering: In this phase Bussiness Analyst 
will gather all the information  from customer requirement 
and prepare B.R.S. documents.
2.Analysis: In this phase Senior Business Analyst will 
prepare S.R.S documents.
3.Design: This is done by the Cheif Architect.
4.Coding: This phase is done by the developer.
5.Testing: This phase is done by Test Engineeers.
6.Release and Maintance: all sr.department will release the 
product .
In maintance  the maintance team will change the software 
if necessory.
 
5
Aruna
 
 
Answer
Sdlc is the standard procedure followed to build a software
types of Sdlc : 
1.Waterfall model
2.Spiral model
3.V or V and V model
4.prototype model
5.Hybrid model

Different stages in SDLC :
*Requirement collection
*feasebility study
*making CRS into SRS(system  requirement pefication)
*Design
  *HLD
  *LLD
*coding
*testing
*implementation
*maintainance

 
0
Ravindra
 
 
Answer
Software Developmet life cycle comprises of the following 
different stages.

1) Information Gathering
2) Requirement Analysis
3) Design
4) Coding
5) Testing
6) Implementation & Maintenance.

Information Gathering : In this phase; information is 
gathered from the customer , if some information are 
missing then we need to go to customer and take the 
required information. Mainly this is done by the Business 
Analyst as they are the one who are completely involved in 
Software Development life Cycle.
The Document Prepared during this phase is : Business 
Requirement Specification (BRS)or Customer Required 
Specification( CRS) Or User Requirement Specification(URS).

Entry Criteria : BRS OR CRS or URS.

2) Analysis Phase : The Features and the functions that 
need to be put in the project are determined.

Entry Criteria : Business Requirement Document
Exit Criteria : SRS ( Software Requirement Specification)

3) Design Phase : The actually flow of the project is done 
here.Deciding upto logical functionality ,ER diagram , Data 
Flow etc are made. These activities would be executed by 
team lead , technical Specialist and depending upon the 
work appropriate decisions are made.
Document prepared during this phase are HLD, LLD
HLD : Defines the overall Hierarchy of the function.
Example : Login into Net Banking. From the root level to 
the least level is defines in HLD.

LLD: Internal logic of the project is defined. Focuses on 
thei nternal functionality of the program. Each and every 
module logic is defined.

Entry Criteria : SRS
Exit Criteria : Design Document. 

4) Coding Phase : Based on the design document , small-
small modules are prepared . All the modules are summed 
together to form a .exe

Entry Criteria : Design document
Exit Criteria : .exe
Unit testing , integration testing & white box testing 
comes in this phase.

Testing : Actuall system testing take place here. 

Implementing & Maintenace : I think all know this.
 
0
Jyoti
 
 
Answer
SDLC 

Softwate Development Life Cycle..

this is a process used for developing any software. for this
following five steps are considered..

1. requirement analysis
2. designing
3. coding
4. testing(unit and integration testing)
5. implementation of s/w and maintainance
 
0
Mohit
 
 
Answer
SDLC is Software Development Life Cycle. It is used to 
develop the software systematically . 
SDLC have main 7 Stage: 
1. Priliminary Investigation 
2. Feasibility Study
3. Analysis
4. Design 
5. Coding 
6. Testing 
7. Maintainance & Review.
 
0
Tarz
 
 
Question
Tell me something about your project?
Rank Answer Posted By  
 Question Submitted By :: Swapna
This Interview Question Asked @   HCL , Nds
I also faced this Question!!   © ALL Interview .com
Answer
My project name is MEDIA-ERP.Its consist of 7 modules.
i am working maintenance module.Our client is Dailythanthi 
newspaper.i done many forms & Reports.some form is asset 
warraty,asset detail,manufacture details.Its fully related 
to maintain the asset in up to date.Insurance form is main 
one.If any cause ie theft or fire,we vl claim insurnce.and 
i am also done my reports thats all


THANK U
 
0
Ambika
 
 
Answer
My project is small but contains many messages and also 
higher amount of money 

My aim is easy to understand
 
0
Krishnamoorthy
 
 
Answer
my project is mp_tourism resevation program in which 
employees can reseve the persons for particular place 
hotel, transport
.we can maintain all information about mp tourist places &  
it plat form is Visual basic & we used oracal as back end
 
0
Supriya Mishra
 
 
Answer
my project is ERP .
it consists of five main modules production,purchase ,sales 
and material management system .
The main aim of the project is 
 * To save the time and reduce the paper usage. 
 * To increase the production with proper plane.
 * To increase the sales by online marketing. 
 * To reduce wastage of the raw material by proper 
estimation for purchase of the raw material.
 I worked in devoloping purchase module .
 whenever i want to execute more than one command i used 
some stored procedures to reduce the network traffic, 
reusability of the code.

this is some thing about my project . Tell  me the better 
way to explane about my project . what points should be 
covered
 thank you
 
0
Murty
 
 
Answer
We need to explain the following way ..

what is your project..?
Ans:My Project name is Security Management.

What is the purpose of project..?
Ans: The main purpose of this project is develop to check 
user authentication and user management.This project is 
main part of our product.  

What is your project functions..?
Ans: This project support user access,user 
authentication,user and group management,Security audit 
functions.


Who is the client of the project ..?
Ans: AT&T

How many members working in that project ..?
Ans: 7 members

What is your role in the project ..?
Ans:
Customer document review 
Requirement preparation
Team Management
Estimation
Design,coding and Unit/IT testing.
Bug fixing and System Test support
 
0
Sankar
 
 
Question
What is the team size of your project ?
Rank Answer Posted By  
 Question Submitted By :: Laya
This Interview Question Asked @   Infosys , NIIT, Satyam, Saber Corporation
I also faced this Question!!   © ALL Interview .com
Answer
Currently the team size is around 20 people.
 
2
Guest
 
 
Question
What is your role in the current project and what kinds of
responsibilities you are handling ?
Rank Answer Posted By  
 Question Submitted By :: Laya
This Interview Question Asked @   Infosys
I also faced this Question!!   © ALL Interview .com
Answer
Currently I am working as UID professional fr the current 
project. My responsiblity includes designing User 
interfaces and task analysis.
 
0
Guest
 
 
Answer
My responsibilities in this project included 

Development of Customer, Tracker and Downloads module. 
Involved in development, debugging, and Unit Testing
 
0
Saru
 
 
Question
What are various life cycle model in S/W development ?
Rank Answer Posted By  
 Question Submitted By :: Mathur
This Interview Question Asked @   Digital-GlobalSoft
I also faced this Question!!   © ALL Interview .com
Answer
1. Waterfall
2. RUP (Iterative)
3. eXtreame Programming (Agile)
4. some others like Sprial, V-Shape etc.
 
0
Naveen Verma
 
 
Answer
also include RAD model in the above answer
 
0
Vickys
 
 
Answer
1.waterefall model
2.prototyping model
3.iterative enhancement model
4.RAD model
5.spiral model
6.component based devlopment model(cbd model)
7.time boxing model e.t.c
 
0
Priyanka Vyas
 
 
Answer
waterefall model
2.prototyping model
3.iterative enhancement model
4.RAD model
5.spiral model
6.component based devlopment model(cbd model)
7.time boxing model e.t.c
8.MVC Model
 
0
Jim
 
 
Question
About current project architecture ?
Rank Answer Posted By  
 Question Submitted By :: Geethu
This Interview Question Asked @   Microsoft , ADP Technologies
I also faced this Question!!   © ALL Interview .com
Answer
Tell something .
Client/Server architecture (r ) Two tier (r) Three tier .
.Net also max 3 tier project.
Check the answer.
 
0
Shivaa (seventhsence Networks)
 
 
Answer
HI ,
I am narasimha,plz go through this link.


http://www.c-
sharpcorner.com/UploadFile/paulabraham/Building3TierAppPA112
82005053625AM/Building3TierAppPA.aspx
 
0
Narasimha
 
 
 
Back to Questions Page
 
 
 
 
 
   
Copyright Policy  |  Terms of Service  |  Help  |  Site Map 1  |  Articles  |  Site Map  |   Site Map  |  Contact Us interview questions urls   External Links 
   
Copyright © 2007  ALLInterview.com.  All Rights Reserved.

ALLInterview.com   ::  Forum9.com   ::  KalAajKal.com