Interview Questions and Answers Q761. Could you walk me through and draw out a sketch of a recent architecture project you completed ?  architecture 
This question was recently asked at 'Microsoft'.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 Asked in 1 Companies Q762. How do you version your projects ?  General 
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 Q763. What are the best practices for designing rest web services ?  Web Services 
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 Q764. Can you share some of the best practices while designing authentication and authorization system ?  Authentication 
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 Q765. Can you please share best practices while designing an angular application ?  Angular 
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 Q766. What are the static class members loaded into the memory ?  OOP 
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 Q767. How to you resolve merge conflicts in GIT ?  Git 
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 Q768. What is the difference between closing and completing the observer / listener ?  Angular 
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 Q769. Have you ever faced problem because of some listener / observers / subscriber performing action on the subscription which you don't want ? How did you fix the problem ?  Angular 
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 Q770. What is the difference between subscribe and emit ?  Angular 
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 Q771. What is the difference between subscribe and unsubscribe ?  Angular 
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 Q772. What is the difference between Subject and Observable ?  Angular 
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 Q773. What is the difference between Merge and "Stash and Merge" ?  Git 
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 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 expert Q775. What resources are shared between threads ?  Threads 
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 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 expert Q777. How do you merge changes from master to your feature branch ?  Git 
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 Q778. Do you ever merge changes from one feature branch to another ? Why ?  SCM 
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 Q779. What does this warning message for the unit test means  Angular 
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 Q780. What is conflict in GIT ?  Git 
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 Q781. What is GIT Stash ?  Git 
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 Q782. What is the use of NgControl ?  Angular 
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 Q783. What is the use of Renderer class in angular ?  Angular 
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 Q784. What is the use of ElementRef in angular ?  Angular 
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 Q785. What is systemd in Unix ?  Unix 
This question was recently asked at 'Broadcom, Symantec'.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 Asked in 2 Companies Q786. What would you use the span element for ?  HTML 
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 Q787. When String literals are compared using ==, they always returns true if the string values are same because ..      Core Java 
Ans.c. of String Pool 
Q788. Which of the following is true ? Core Java 
Ans.b. Inheritance is Tightly Bound 
Ans.c. if x.equals(y) returns true, x==y returns true too 
Ans.b. Constructor provided by Java if no constructor is declared