You’ve been in your role for a while now, giving 110% to every assignment your manager hands out. You’ve volunteered for what seems like every project under the sun, and you’ve heard nothing but positive feedback every time.You’ve been patiently wait…
https://biginterview.com/blog/2011/09/tell-me-about-yourself.html There are some job interview questions that are guaranteed to come up in most (if not all) of your job interviews — regardless of your industry, your experience level, and job type. At…
http://www.topwcftutorials.net/2012/09/wcf-faqs-part2.html WCF Interview Questions – Part 2 This WCF tutorial is part-2 in series of WCF Interview Questions. Other parts in this series can be found here. 这是WCF问答系列教程中的第二部分,其他部分可以在下面的链接中找到: WCF Service…
原文 Node.js Interview Questions for 2017 什么是error-first callback? 如何避免无止境的callback? 什么是Promises? 用什么工具来保证代码的一致性风格? 为什么保持一致性风格很重要? When should you npm and when yarn? 什么是stub? 举个例子! 什么是test pyramid? 举个例子! 你喜欢哪个HTTP框架,为什么? 如何保护你的HTTP cookies 不遭受XSS攻击? 如何…
Uber总是考一些系统设计的题目,而且重复率很高,汇总了一下地里的所有design的题目,希望可以跟小伙伴们讨论下. Uber Design Questions 1.    让design uber app 2.    常见题-Design spotify,主要在问playlist和shuffle list功能. 3.    facebook friends recommendation. 4.     Excel设计 5.    聊项目 + 设计Messenger.因为我之前写过P2P的聊天软…
问题来源:http://markyun.github.io/2015/Front-end-Developer-Questions/ 31.视差滚动效果,如何给每页做不同的动画?(回到顶部,向下滑动要再次出现,和只出现一次分别 怎么做?)答:视差滚动(Parallax Scrolling)就是这样的效果之一.这种技术通过在网页向下滚动的时候,控 制背景的移动速度比前景的移动速度慢来创建出令人惊叹的3D效果.原理:(1)CSS3实现优点:开发时间短.性能和开发效率比较好,缺点是不能兼容到低版本的浏览…
http://www.topwcftutorials.net/2012/10/wcf-faqs-part3.html WCF Interview Questions – Part 3 This WCF tutorial is part-3 in series of WCF Interview Questions and Answers. Other parts in this series are as follows: 这是WCF问答系列教程中的第三部分,其他部分在下面: WCF Servic…
WCF Interview Questions – Part 4   This WCF service tutorial is part-4 in series of WCF Interview Questions. Before reading this please go through the following articles in this series. 这是WCF问答教程的第四部分,在阅读之前请先去看下面列出来的文章. WCF Service Interview Question…
Bridge Pattern, Composite Pattern, Decorator Pattern, Facade Pattern, COR Pattern, Proxy Pattern, template Pattern, MVC. Updated with the explanation of Composite pattern, Decorator Pattern and Template Pattern. Design Pattern Interview Question - Pa…
Interpeter , Iterator , Mediator , Memento and Observer design patterns. (I) what is Interpreter pattern? (B) Can you explain iterator pattern? (A) Can you explain mediator pattern? (I) Can you explain memento pattern? (B) Can you explain observer pa…
State, Stratergy, Visitor Adapter and fly weight design pattern from interview perspective. (I) Can you explain state pattern? (I) Can you explain strategy pattern? (A) Can you explain visitor pattern? (A) What the difference between visitor and stra…
Factory, Abstract factory, prototype pattern (B) What are design patterns? (A) Can you explain factory pattern? (I) Can you explain abstract factory pattern? (I)Can you explain builder pattern? (I) Can you explain prototype pattern? (A) Can you expla…
我们生活在一个纷繁复杂的数字世界中,每天都在信息海洋中遨游.如果不想被其淹没,继而成为别人思想的傀儡,就有必要对你接受的信息进行批判.筛选,自己决定该相信什么不该相信什么,进而形成自己的观点,而不是一味听信教科书.报纸.因特网.某专家.某主持人.某作家的说辞.这个时候我们迫切希望学会的一项技能应该就是——批判性思维. 那么什么是批判性思维?批判性思维包括一系列提出相关批判性问题的意识,以及在适当的时机对这些问题回答的能力和意愿. 在学习批判性思维之前先介绍两个相关的概念:海绵式思维和淘金式思维.…
April 26, 2015 Spent over a few months to go over 30 questions about algorithm starting from January 13, 2013. 网站很好, 看看, 有些帮助. Some of questions are my favorites ones. http://www.ardendertat.com/ 印象最深的是这道题目: (Most memorized example:) http://www.arden…
Observe that you call obj.draw as : <button onclick="obj.draw() The first time obj.draw is called, the context is different than when it called by requestAnimationFramemultiple times, as a callback function before the repaint. So try by saving thi…
1. diffenece between MVC and MVP http://stackoverflow.com/questions/2056/what-are-mvp-and-mvc-and-what-is-the-difference…
传送门 Time Limit: 3 Sec  Memory Limit: 128 MB Description Alice likes playing games. So she will take part in the movements of M within N days, and each game is represented in an integer between 1 and M. Roommates have Q magic questions: How many diffe…
How To Ask Questions The Smart Way Eric Steven Raymond Thyrsus Enterprises <esr@thyrsus.com> Rick Moen <respond-auto@linuxmafia.com> Copyright © 2001,2006 Eric S. Raymond, Rick Moen Revision History Revision 3.9 23 Apr 2013 esr URL fixes. Revi…
Front-end-Developer-Interview-Questions A list of helpful front-end related questions you can use to interview potential candidates, test yourself or completely ignore. I tested myself and recorded it. General Questions HTML Questions CSS Questions J…
十五 Twenty Questions Time Limit:3000MS     Memory Limit:0KB     64bit IO Format:%lld & %llu Submit Status Practice UVA 1252 Appoint description:  System Crawler  (2015-08-25) Description   Consider a closed world and a set of features that are defined…
101+ Manual and Automation Software Testing Interview Questions and Answers http://www.softwaretestinghelp.com/software-testing-interview-questions/…
Questions that are independent of programming language.  These questions are typically more abstract than other categories. Free Language Agnostic Programming Books 97 Things Every Programmer Should Know Algorithms and Data-Structures (PDF) Algorithm…
http://stackoverflow.com/questions/12601907/loading-google-maps-in-anonymous-function   window.gMapsCallback = function(){ $(window).trigger('gMapsLoaded'); } $(document).ready((function(){ function initialize(){ var mapOptions = { zoom: 8, center: n…
UNIX or Linux operating system has become default Server operating system and for whichever programming job you give interview you find some UNIX command interview questions there. These UNIX command interview questions are mostly asked during Java d…
In this tutorial we will discuss about different types of questions that can be used in a Java interview, in order for the employer to test your skills in Java and object-oriented programming in general. In the following sections we will discuss abou…
This is a summary of some of the most important questions concerning the Spring Framework, that you may be asked to answer in an interview or in an interview test procedure! There is no need to worry for your next interview test, because Java Code Ge…
reference from:http://www.programcreek.com/2013/10/top-10-questions-about-java-exceptions/ This article summarizes the top 10 frequently asked questions about Java exceptions. 1. Checked vs. Unchecked In brief, checked exceptions must be explicitly c…
reference from:http://www.programcreek.com/2013/09/top-10-questions-for-java-collections/ The following are the most popular questions of Java collections asked and discussed on Stackoverflow. Before you look at those questions, it's a good idea to s…
Verilog Interiew Quetions Collection :  What is the difference between $display and $monitor and $write and $strobe? What is the difference between code-compiled simulator and normal simulator? What is the difference between wire and reg? What is the…
Conducting Interview is not cheap and costs both time and money to a company. It take a lot of time to find the right candidate for a job from 100s resume you receive from consultants and agents. They will always tell you that this guy is a Java Guru…