Spring - Interview Questions and Answers for 'Accenture' - 3 question(s) found - Order By Newest Recently asked in TCS , Tech Mahindra, HCL , Accenture and Fidelity. Q1. Explain Flow of Spring MVC ? Spring Admin info@buggybread.com
Ans. The DispatcherServlet configured in web.xml file receives the request.
The DispatcherServlet finds the appropriate Controller with the help of HandlerMapping and then invokes associated Controller.
Then the Controller executes the logic business logic and then returns ModeAndView object to the DispatcherServlet.
The DispatcherServlet determines the view from the ModelAndView object.
Then the DispatcherServlet passes the model object to the View.
The View is rendered and the Dispatcher Servlet sends the output to the Servlet container.
Finally Servlet Container sends the result back to the user. Help us improve. Please let us know the company, where you were asked this question : Like Discuss Correct / Improve j2ee spring mvc frameworks web applications architecture Accenture Accenture India fidelity IBM India Softtek Tata Consultancy (TCS) HCL Technologies Pragiti Internet Technologies Cognizant (CTS) Tech Mahindra Basic   frequent Related Questions What are the benefits of using Spring Framework ? What is MVC ? How can we manage Error Messages in the web application ? Difference between Java beans and Spring Beans ? What bean scopes does Spring support? Explain them. What are some differences between Spring caching and Hibernate caching? Can we have two beans with same class with different bean id in spring ? What is the difference between Singleton and Prototype Bean scope in Spring ? What are different modules of spring ? Very frequently asked.Usually among first few questions. Q2. What is MVC ? Design Anonymous
Ans. MVC is a Design Pattern that facilititates loose coupling by segregating responsibilities in a Web application
1. Controller receives the requests and handles overall control of the request
2. Model holds majority of the Business logic, and
3. View comprise of the view objects and GUI component Help us improve. Please let us know the company, where you were asked this question : Like Discuss Correct / Improve j2ee mvc mvc design pattern design pattern struts spring web application web frameworks ebay HCL Technologies Tata Consultancy (TCS) Wipro United Health Group (UHG) Accenture Accenture India Fidelity Fidelity Investments
Tieto Walt Disney Sharon Software Systems Tech Mahindra Amdocs Deegit Lexis Nexis Elsevier Symantec Infosys Priceline Ancestry Cumulus Systems Capgemini Symantec Motorola Solutions Priceline Overstock Ancestry Vitech Systems Group Wells Fargo PayloCity ITHAKA MIT Chewy Deutsche Bank Bureau Veritas HARMAN Marlabs Mindtree Jefferies Solstice Cogent Infotech Cybage Software Uneecops Technologies Sky Betting & Gaming Conduent Aricent DataMetica Winsoft Technologies Altimetrik.Harbinger Group Bombayworks Software Solutions LiveVox Quickwork Technologies Codoc Technologies Provizor It Services Fulcrum Worldwide Thermo Fisher Scientific CME Group New Era India Consultancy Live Connections Simeio basic   frequent Try 1 Question(s) TestRelated Questions Explain Flow of Spring MVC ? What are the benefits of using Spring Framework ? Why Struts 1 Classes are not Thread Safe whereas Struts 2 classes are thread safe ? What bean scopes does Spring support? Explain them. Which MVC is struts2 based on ? What are different modules of spring ? What is Spring configuration file? Q: What is default scope of bean in Spring framework? What is bean auto wiring? Q3. What are the features of Spring Framework ? Spring 2018-08-28 15:42:48
This question was recently asked at 'Accenture,Accenture India'.This question is still unanswered. Can you please provide an answer. Help us improve. Please let us know the company, where you were asked this question : Like Discuss Correct / Improve Accenture Accenture India Related Questions Difference between == and .equals() ? Why is String immutable in Java ? Explain the scenerios to choose between String , StringBuilder and StringBuffer ?
or
What is the difference between String , StringBuilder and StringBuffer ? What are the difference between composition and inheritance in Java? Does garbage collection guarantee that a program will not run out of memory? What are different ways to create String Object? Explain. What do you mean by "Java is a statically typed language" ? Why do we need Inner classes ? Cant we just work with outer classes wherever we implement Inner classes ? Why Char array is preferred over String for storing password? What are different ways of object creation in Java ?