How will you make customers feel welcome in our store?
Correct Answer
Countless potential customers in retail shops go unnoticed every day It is often this attitude of indifference that leads people to shop at other places Make sure that you have a candidate that will meet and greet your customers Interviewees, let your personality shine here Let your interviewer know that you are not afraid to introduce yourself to customers, and that you will not be hiding in the back restocking something
Correct Answer: Marshalling is the process of packaging and sending interface method parameters across thread, process or machine boundaries It is not necessary when the client and the server are on the same computer
Correct Answer: COM is the component Object Model is a system whch creates application which are binary form that is language independent , object oriented ,modular and reusable
Correct Answer: The major difference is the length of the hash generated CRC32 is, evidently, 32 bits, while sha1() returns a 128 bit value, and md5() returns a 160 bit value This is important when avoiding collisions
10. What?s the difference between include and require?
Correct Answer: It?s how they handle failures If the file is not found by require(), it will cause a fatal error and halt the execution of the script If the file is not found by include(), a warning will be issued, but execution will continue