I applied through an employee referral. The process took 5 days. I interviewed at i2Soft Technologies (Bengaluru) in Feb 2016
Interview
First round will be technical questions and 2nd round will be on Project questions and last round HR. They took 4-5 days to complete the interview process. I suggest people mainly concentrate on Project what you have been work.
I applied online. I interviewed at i2Soft Technologies in Jan 2018
Interview
13.Explain the different parts of an Assembly.
Answer: The different parts of an Assembly includes:
Manifest – It contains the information about the version of an assembly. It is also called as assembly metadata.
Type Metadata – Binary information of the program.
MSIL – Microsoft Intermediate Language code.
Resources – List of related files.
14.What is an EXE and a DLL?
Interview questions [1]
Question 1
5.What is CLS?
Answer: CLS stands for Common Language Specification. With the rules mentioned under CLS, the developers are made to use the components that are inter-language compatible. They are reusable across all the .Net Compliant languages.
6.What is JIT?
Answer: JIT stands for Just In Time. JIT is a compiler that converts Intermediate Language to a Native code.
The code is converted into Native language during execution. Native code is nothing but hardware specifications that can be read by the CPU. The native code can be stored so that it is accessible for subsequent calls.
7.MSIL?
Answer: MSIL stands for Microsoft Intermediate Language.
MSIL provides instructions for calling methods, initializing and storing values, operations such as memory handling, exception handling and so on. All .Net codes are first compiled to IL.
I applied online. The process took 3 days. I interviewed at i2Soft Technologies (Bengaluru) in Feb 2010
Interview
For me first round was technical round. It was scheduled on weekdays. Interview was about 10 minuts. Oops concepts, c#, ASP.net, HTML, SQL, 3 tire architecture, etc.
next day was HR interview, result came after 1 hour, where she explained company policy, job responsibilities etc. Overall it was very good. Because i was so desperate for job.
Interview questions [1]
Question 1
Explain connection pool functioning of c# & MSSQL?