Board logo

subject: Some Computer Programmer Interview Questions For You [print this page]


Some Computer Programmer Interview Questions For You

A computer programmer or coder is a person who writes the codes for developing software. The term programmer refers to an expert in developing several software products. One who professes or practices an approach to a programming language may be commonly known as a software programmer analyst. A computer programmer is a highly qualified and skilled person who is liable for writing, testing, debugging and maintaining the instructions which are known as computer programs that follow their instructions. If you want to secure a reputed job in this field who writes codes for developing several software applications then you should prepare yourself for some frequently asked queries about this field. Some of them interview questions are enlisted below:

Explain your technical and non technical knowledge and skills?

In my profession I have already worked on many new technologies such as C, C++, java, .net, Visual Basic, VAX, SGI, VMS, Pascal, FORTRAN, Macro II, RCS, MS, Solaris, MS/DOS, team ware and many other programming languages.

Give us the short description of class?

Well my dear friend the answer to this question is very easy. A class is a prototype from which an object is created. It is a real object which consists of data and methods.

Finally elaborate your weakness and your strength?

This is a very good query my dear friend. It offers a good opportunity to impress your interviewer. Just give the answer with confidence. You can say that you are very optimistic. Never explain your true weakness, always express your weakness in a positive way like I am too much focused on my work and sometimes forget my family.

Explain the concept of call by value and call by reference?

In call by reference, the address of the argument is passed and modification will be reflected in the other. In call by value, the copy of the argument is passed as a parameter so that the called method and calling method works on different data.

What do you understand by c language?

It is the most widely used programming language which is also prized for its efficiency. It is programming language used for developing system software and also used for writing many other applications.

Write a program to check whether 2000 a leap year or not?

Main( )

int year;

clrscr();

printf("Enter a Year to check : ");

scanf("%d", &year);

if(year % 400 == 0)

{printf("%d is a Leap Year.", year);}

else if(year % 100 == 0)

{printf("%d is not a Leap Year.", year);}

else if(year % 4 == 0)

{printf("%d is a Leap Year.", year);}

else

{printf("%d is not a Leap Year", year);

printf("Press any key to Quit...");}




welcome to loan (http://www.yloan.com/) Powered by Discuz! 5.5.0