Skip to main content

Posts

Showing posts with the label Quiz

C#.NET Interview Questions - Mock Test 1

Which of the following statements are TRUE about the .NET CLR? It provides a language-neutral development & execution environment. It ensures that an application would not be able to access memory that it is not authorized to access. It provides services to run "managed" applications. All the above Which of the following utilities can be used to compile managed assemblies into processor-specific native code? gacutil ngen sn dumpbin Which of the following components of the .NET framework provide an extensible set of classes that can be used by any .NET compliant programming language? .NET class libraries Common Language Runtime Common Language Infrastructure Component Object Model Which of the following jobs are NOT performed by Garbage Collector? Freeing memory on the stack. Avoiding memory leaks. Freeing memory occupied by unreferenced objects. Closing unclosed database collections. Closing unclosed files. 1,2,3 3,5 1,4,5 3,4 Which o...

Information Storage & Management - Mock Test - 1

Quiz Set 1 Which EMC product provides a software-defined platform that supports both block and file storage s ScaleIO Elastic Cloud Storage ViPR Controller XtremIO Which EMC product is a hyper-scale storage infrastructure that provides universal accessibility wi Centera Data Domain ECS Appliance XtremIO What is an accurate statement about the Common Internet File System (CIFS) protocol? Uses a Remote Procedure Call mechanism to provide access to the CIFS supported file systems Enables a CIFS server to maintain connection information regarding every connected client Contains an open variation of the stateless user datagram protocol that stores information about o Uses file system locking to enable users to simultaneously overwrite all metadata of a file system To improve performance, which EMC product allows a PCIe flash card to be deployed in a compute sys XtremSF XtremCache ScaleIO XtremIO Which LUN expansion technique provides both capacity expansion ...