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) I would like to submit the following question I was asked recently during my technical interview at Google. I'm rephrasing the question to make it clear for everyone to understand: - You are going on a one-way flight trip that includes billions of layovers. - You have 1 ticket for each part of your trip (i.e: if your trip is from city A to city C with a layover in city B, then you will have 1 flight ticket from city A to city B, and 1 flight ticket from city B to city C. - Each layover is unique. You are not stopping twice in the same city. - You forgot the original departure city. - You forgot the final destination city. - All the tickets you have are randomly sorted. Question are: - Design an algorithm to reconstruct your trip with minimum complexity. - How would you improve your algorithm. Example: - randomly sorted: New York->London San Francisco-> Hong Kong Paris->New York London->San Francisco - sorted: Paris->New York New York->London London->San Francisco San Francisco-> Hong Kong
3 6620HI everyone, I am commerce graduate, completed MBA Finance in Distinction. I would like to do FI/CO. Could any one of you please suggest, which is the best instistute for FI/CO training in Hyderabad. Compulearn, Reliance, or other. Thanks in advance Rupa Gupta
4 7374
You are the project manager for Design Your Web Site, Inc. Your company is designing the website for a national grocery score chain. You have your activity list in hand and are ready to diagram the activity dependencies using the PD technique. You know that: A. PDM uses AON diagramming methods. B. PDM uses AOA diagramming methods. C. PDM uses ADM diagramming methods. D. PDM uses PDM diagramming methods.
What are the static diagrams in UML?
How do you create a use case diagram in UML?
Can devops be applied to a waterfall process? Explain the significance of the agile process in devops implementation.
What is the behavioral design pattern?
What is difference between encapsulation and abstraction?
Explain the significance of the agile process in devops implementation.
What are route constraints in mvc?
Name some languages which have object oriented language and characteristics?
What are the core operations of DevOps in terms of development and Infrastructure?
what are the components defined in the model from mvc architecture?
What are the interfaces you used in beans?
Why is it required to have an abstraction layer in uml?
Your selection committee is debating between two projects. Project A has a payback period of 18 months. Project B has a cost of $125,000 with expected cash inflows of $50,000 the first year and $25,000 per quarter after that. Which project should you recommend? A. Either Project A or Project B because the payback periods are equal B. Project A because Project B's payback period is 21 months C. Project A because Project B's payback period is 24 months D. Project A because Project B's payback period is 20 months
Can we reduce the visibility of the inherited or overridden method ?