Design Patterns (211)
UML (234)
OOAD (384)
Software Design Tools (25)
Requirements Management (46)
Project Planning (76)
Project Management (435)
Technical Writer (10)
DevOps (119)
MVC Model View Controller (306)
Software Design AllOther (65) How would you deal with a bug that no one wants to fix? Both the SDE and his lead have said they won?t fix it?
3326Write a function that counts the number of primes in the range [1-N]. Write the test cases for this function.
2 18703Given a MAKEFILE (yeah a makefile), design the data structure that a parser would create and then write code that iterates over that data structure executing commands if needed.
5814Write a function that inserts an integer into a linked list in ascending order. Write the test cases for this function.
5568You have 3 jars. Each jar has a label on it: white, black, or white&black. You have 3 sets of marbles: white, black, and white&black. One set is stored in one jar. The labels on the jars are guaranteed to be incorrect (i.e. white will not contain white). Which jar would you choose from to give you the best chances of identifying the which set of marbles in is in which jar?
12 33554How will gather requirements and where do you record. Is it in word / Excel or do you have any tool for that ?
3 10531
Why abstraction is important?
All of the following are tools and techniques of the Quality Control process except: A. Monte Carlo Analysis B. Statistical sampling C. Pareto diagrams D. Trend analysis
What is output caching in mvc?
What are corpus tools?
Can we have a default method definition in the interface without specifying the keyword "default"?
What is a virtual function?
All of the following are true regarding parametric modeling except: A. It's a form of top-down estimating. B. It's a mathematical model. C. It's a tool used to estimate project costs. D. It's a tool used to estimate project time.
What does model-view-controller represent in an mvc application?
What are the advantages of mvc?
Explain how DevOps is helpful to developers?
What is mvc application life cycle?
You have been hired as a contract project manager for Grapevine Vineyards. Grapevine wants you to design an Internet wine club for their customers. Customers must pre-register before being allowed to order wine over the Internet so that legal age can be established. You tested using data from Grapevine's existing database. This new module cannot be tested until the data from the existing system is loaded. This is an example of which of the following? A. Preferential logic B. Soft logic C. Discretionary dependency D. Hard logic
How does a project manager can avoid the above given ten points for the success of project.
What are the five project management process groups, in order? A. Initiation, Executing, Planning, Controlling, and Closing B. Initiation, Controlling, Planning, Executing, and Closing C. Initiation, Planning, Controlling, Executing, and Closing D. Initiation, Planning, Executing, Controlling, and Closing
What is the difference between uses and extends?