ComputerScience Engineering Interview Questions
Q: Write a function that returns the factorial of a number.
Q: What are data structures?
Q: What are condition statements?
Q: Define exception handling with example.
Q: Name the operating systems you are familiar with.
Q: What is the difference between a bug and a virus?
Q: What is hyper threading (HT technology)?
Q: Which programming language would you choose to make accounting software and why?
Q: What is a database? How does it differ from data marts and data warehouses?
Q: Explain the projects undertaken by you.
Q: Write the code to sort an array of integers.
Q: What is the difference between recursion and iteration?
Q: What are the similarities between recursion and iteration?
Q: What are constructors?
Q: What is the difference between C and C++?
Q: What is the difference between a Class and a Structure?
Showing posts with label infinite computer solutions interview. Show all posts
Showing posts with label infinite computer solutions interview. Show all posts
Infinite Computer solutions(ICS) Dot net Interview Questions
Infinite Computer solutions(ICS) Dot netInterview Questions
1. What is boxing?
2. What is step-step- execution?
3. What are the session events?
4. If a user will not close the application what will happend to the session?
5. What is system.ui.
6. What are the difference between stored procedure and function in Sql server
7. Tell me about how to execute a sqlserver stored procedure
8. try {
} catch (DivideByZeroException de)
{ MessageBox.Show(de.Message);
} catch (Exception ex)
{ MessageBox.Show("Exception");
}
finally
{
MessageBox.Show("Finally");
}
What is execution step in try-catch-finally. and in above if an DividebyZero happend , is second catch will work?
9. What ar the difference between finalize and dispose?
1. What is boxing?
2. What is step-step- execution?
3. What are the session events?
4. If a user will not close the application what will happend to the session?
5. What is system.ui.
6. What are the difference between stored procedure and function in Sql server
7. Tell me about how to execute a sqlserver stored procedure
8. try {
} catch (DivideByZeroException de)
{ MessageBox.Show(de.Message);
} catch (Exception ex)
{ MessageBox.Show("Exception");
}
finally
{
MessageBox.Show("Finally");
}
What is execution step in try-catch-finally. and in above if an DividebyZero happend , is second catch will work?
9. What ar the difference between finalize and dispose?
Subscribe to:
Posts (Atom)