2023 2024 EduVark > Education Discussion > General Discussion


  #2  
June 16th, 2016, 10:18 AM
Super Moderator
 
Join Date: Mar 2012
Re: CMC Limited Interview Question

Hello, here I am providing you the interview questions asked in the CMC Limited Interviews as under:

1. If we use front end processor for I/O operations then the load will be reduced on
ans:cpu

2. one question on DMA
ansMA

3. In list of 4 numbers the maximum number of comparisions to find the maximum and immediate maximum number

4. Confuguration management does not consider about ans:hard ware devices.

5. The most important factor of the coding: ans:readability.

6 Which of the following testing methods is used as a aceptency test
ans:functional testing

7. If the number of conditions in the decision table is n,the max number of
ans:2 power n

8. What is meant by swaping?

9. If(node!=null)
{
write(node) A(left B,right D)
traverse(right subtree) D(left E,right f)
write(node)
traverse(left subtree)}

10. A question on Functional Dependencies which is not FD in the following?

11. If T(x)=2T(x/2)+1 T(1)=1 and n is the power of 2 then T(x)=?
ans2n-1)

12. If we want to access the data and members of a class to the immediate derived class which access specifier is used?
ansrotected

13. Two questions on Queries(sql) technical test is easy.u must attempt first data comparisons, then arithmetic, then datasufficiency.

14. windows NT is:
1. extension to windows 95 2)mutiprocessing system
3. provides GUI 4)none of the above.

15. If two entities have m,n elements.what is the result of cross product?
a.mn

16. For every table, IS foreign key mandatory ?
a.NO

17. Three questions on OOPS(Operator over loading,inheritance)

18. One question on system maintainance.
a.perfect
19. He has given base address of an array . find the address of given element.
20. One question on calling main in main.
21. main()
{
int x=32;
x=x>>6;
printf("%d",x);
}
a. 0
22. main()
{
int x=5;
x=x----1;
printf("%d",x);
}
a.error.

23. main()
{
int x=0xff;
if(x<<4>>12)
printf(" ...... ");
else
printf(" .... ");
}
a.


Quick Reply
Your Username: Click here to log in

Message:
Options



All times are GMT +5. The time now is 09:35 PM.


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2024, vBulletin Solutions Inc.
Content Relevant URLs by vBSEO 3.6.0

1 2 3 4 5 6 7 8