Anda di halaman 1dari 11

Top 10 Technical Questions

Asked In TCS Interviews!

Saytooloud/Interview-Tips
Guess what? SayTooLoud brings to you, top 10 technical
questions asked in TCS interviews. These questions being
hot favorites, these would help you in practice job
interview. We would also be providing you with the
answers to these
Before beginning with the interview questions and
answers, lets check out a few details regarding the
telephonic interview and campus interview at TCS.

Saytooloud/Interview-Tips
1. ABOUT THE TELEPHONIC INTERVIEW:
In case TCS is not coming to your school this fall, and you
have most likely presented your resume on the web. You
look promising on paper and they might want to have a
hiring discussion with the hopeful. They will come up with
a mutually convenient schedule for your telephonic
interview. Your interviewer will evaluate your
communication abilities, self-management skills and
background by putting forth behavioral questions.
He/she may likewise evaluate your technical skills. On
the off chance that the interview goes well for you, you
will be approached for an in-person interview.

Saytooloud/Interview-Tips
2. ABOUT THE CAMPUS INTERVIEW:
This interview more often than not requires 45 minutes to
one hour and might have maybe a couple of
interviewers. One interviewer might analyze your
communication skills, self-management skills and
background by putting forth behavioral questions. The
other one will analyze your technical abilities.

Saytooloud/Interview-Tips
NOW WE WILL MOVE ON TO THE INTERVIEW
QUESTIONS AND ANSWERS,
STATE THE DIFFERENT STORAGE CLASSES IN C?
The four types of storage classes in C are register, extern,
auto and static.

Saytooloud/Interview-Tips
HOW TO PRINT AN ADDRESS?
Make use of %p in the printf statement, to print an
address.
DEFINE CLASS?
Class is nothing but a user-defined data type in C++. A
class can be created in order to resolve a specific sort of
problem. Post creation, its fine if the user does not know
the specifics of the working of a class.

Saytooloud/Interview-Tips
WHAT DO YOU MEAN BY DATA STRUCTURE?
A data structure is a method for organizing data that
takes into consideration, not just the items stored, in
addition, their relationship with each other. In detail
knowledge about the connection between data items
permits designing of efficient algorithms for data
manipulation.
EXPLAIN THE SCOPE OF A VARIABLE
Scope alludes to the perceivability of factors. It is
extremely valuable to have the capacity to constrain a
variables scope to a solitary function. In different terms,
the variable will have a restricted scope.

Saytooloud/Interview-Tips
WHAT IS A DIGITAL SIGNATURE?
Just like a handwritten signature is present on a printed
letter for verification, that the letters source is from its
indicated sender, a digital signature plays out a similar
task for an electronic message. A digital signature is an
encrypted form of a message digest, connected
together along with a message.
NAME THE HEADER FILE YOU OUGHT TO INCLUDE IF YOU
ARE TO CREATE A FUNCTION THAT CAN ACCEPT VARIABLE
NUMBER OF ARGUMENTS?
stdarg.h

Saytooloud/Interview-Tips
EXPLAIN THE BASIC DIFFERENCE BETWEEN A STRUCTURE
AND AN ARRAY?
Array is a collection or group of similar data types while
structures can be a group of different data types.
DEFINE AN OBJECT?
Object is nothing but a set of variables and its
associated methods. Objects possess state and
behavior.

Saytooloud/Interview-Tips
STATE THE DIFFERENCE BETWEEN A NULL POINTER AND A
VOID POINTER?
A Null pointer possesses the value 0. Void pointer
happens to be a generic pointer presented by ANSI. A
generic pointer can hold the address of any data type.
These were some of the basic interview questions that
are asked in TCS interviews. On similar lines, SayTooLoud
also shares with you, tips on how to face interviews.

Saytooloud/Interview-Tips
THANK YOU...

Saytooloud/Interview-Tips

Anda mungkin juga menyukai