SlideShare ist ein Scribd-Unternehmen logo
1 von 6
Downloaden Sie, um offline zu lesen
Are you keen to join the IT giant TCS, then this blog post with
some common technical interview questions and answers,
is just for you?
Campus Interview
This often takes 45 minutes to an hour and might have more
than one interviewer. One interviewer might focus on your
communication skills, skills of self-management and
background by asking behavioral questions. The other would
focus on your technical skills.
Phone Interview
They can set up a mutually convenient date and time for your
phone interview. Your interviewer would then assess your
communication skills, self-management skills, and background
by asking behavioural questions. He or she might also assess
your technical abilities. If phone interview goes well, next
would follow an in-person interview.
Technical interview questions and answers
1. What is your strongest programming language?
You should tell about your favourite programming language
and be prepared with questions based on that.
2. Differences between C and Java?
1. JAVA is Object-Oriented whereas C is procedural.
2. Java is an Interpreted language whereas C is a compiled
language.
3. C is a low-level language and JAVA is a high-level
language.
4. C makes use of top-down approach while JAVA uses a
bottom-up approach.
5. Pointer goes backstage in JAVA and C needs handling of
pointers.
6. JAVA supports Method Overloading while C does not
support overloading at all.
7. Exception Handling is in JAVA while errors and crashes in
C.
3. In header files whether functions are defined or
declared?
This is a very common and definite, technical interview
questions and answers for TCS IT job.
Functions are declared within a header file. The function
prototypes exist in a header file, and not function bodies. They
are defined in the library.
4. Name the different storage classes in C?
There are four types of storage classes in C, namely extern,
register, auto and static
5. What is static variable?
Static is an access qualifier. When a variable is declared as
static, the scope is limited to the function, but it would remain
for the lifetime of the program.
6. How do you print an address?
Apply %p in printf to print the address.
7. What are macros? What are its benefits and limits?
Macros are processor directive which gets replaced at compile
time.
The limitation is that they can replace the code they do not
function summon. And the benefit is that they can lower time
to replace the same values.
8. Differentiate between pass by reference and pass by
value?
Pass by value sends value from a caller to summoning the
function so the called function cannot change the values in
caller function. But Pass by reference can pass an address to
the caller function instead of value if called function requires
editing any value it can directly modify.
9. Define an object?
An object is a bundle of variables and methods. Objects have
both state and behavior
10. Define a class?
A class is a user-defined data type in C++. It is created to
solve a particular kind of problem. After its creation, the user
need not know the specifics of the working of a class.
11. What is a pointer?
The pointer is a variable in a program, the value can vary. The
way a compiler and a linker handles is that assigns a specific
block of memory within the computer to hold the value of that
variable.
12. Differentiate between null and void pointers.
A Null pointer has a value of 0. A void pointer is a generic
pointer introduced by ANSI.
13. What is function overloading?
This is a feature of C++ that permits us to create several
functions with the same name, as long they have different
parameters. Take an instance of the following function:
int Add(int nX, int nY)
{
Return nX + nY;
}
14. What is friend function?
A friend function for a class is used in object-oriented
programming to permit an access to public, private, or
protected data in a class from outside.
To mention, a function which is not a member of a class
cannot access such information.
15. What is an inline function?
The inline functions are to enter the code of a called function
at the point where the function is called. If done well, this can
improve the application’s performance in exchange for
increased compile time.
16. Differentiate between an array and a list?
The array is a collection of homogeneous elements. The list is
a collection of heterogeneous elements.
For Array, memory is static and continuous. For List, memory
is dynamic and random.
Array: User doesn’t need to keep a track of next memory
allocation.
List: An user has to keep Track of next location where memory
is stored.
The array uses direct access of stored members; whereas list
uses sequential access for members.
17. Differentiate between structures and array.
Arrays are a group of similar data types whereas structures is
a group of different data types
18. Define data structure.
A data structure is a way to organize data which considers not
only the items stored but also their relationship to each other.
19. List out the area in which data structures are applied
extensively.
Compiler Design,
Operating System,
Database Management System,
Statistical analysis package,
Numerical Analysis,
Graphics,
Artificial Intelligence,
Simulation
20. Tell about benefits of inheritance.
It allows code reusability. Reusability saves time during
development of programs. It allows reuse of proven and
debugged high-quality software; hence lowering problem once
a system becomes functional.
Among the vast resource of questions, we have included a
few of the most commonly asked ones.
With this, we conclude with our today’s blog on TCS interview
questions. Hope this piece of information helps you. Keep
looking into this space by career advice for more career
guidance tips, news, and updates.

Weitere ähnliche Inhalte

Was ist angesagt?

Mit4021–%20 c# and .net
Mit4021–%20 c# and .netMit4021–%20 c# and .net
Mit4021–%20 c# and .netsmumbahelp
 
Supporting program comprehension with source code summarization
Supporting program comprehension with source code summarizationSupporting program comprehension with source code summarization
Supporting program comprehension with source code summarizationMasud Rahman
 
Mi0041 java and web design
Mi0041  java and web designMi0041  java and web design
Mi0041 java and web designStudy Stuff
 
2.basics of web programming using asp.net
2.basics of web programming using asp.net2.basics of web programming using asp.net
2.basics of web programming using asp.netPramod Rathore
 
Hua Shan - 2015 - A Dependency-to-String Model for Chinese-Japanese SMT System
Hua Shan - 2015 - A Dependency-to-String Model for Chinese-Japanese SMT SystemHua Shan - 2015 - A Dependency-to-String Model for Chinese-Japanese SMT System
Hua Shan - 2015 - A Dependency-to-String Model for Chinese-Japanese SMT SystemAssociation for Computational Linguistics
 
5 cs xii_python_functions _ passing str list tuple
5 cs xii_python_functions _ passing str list tuple5 cs xii_python_functions _ passing str list tuple
5 cs xii_python_functions _ passing str list tupleSanjayKumarMahto1
 
Bca1020 programming in c
Bca1020  programming in cBca1020  programming in c
Bca1020 programming in csmumbahelp
 
IRJET - Pseudocode to Python Translation using Machine Learning
IRJET - Pseudocode to Python Translation using Machine LearningIRJET - Pseudocode to Python Translation using Machine Learning
IRJET - Pseudocode to Python Translation using Machine LearningIRJET Journal
 
Interview questions
Interview questionsInterview questions
Interview questionsmaverick2203
 
Mi0041 java and web design
Mi0041  java and web designMi0041  java and web design
Mi0041 java and web designsmumbahelp
 
SE-IT DSA LAB SYLLABUS
SE-IT DSA LAB SYLLABUSSE-IT DSA LAB SYLLABUS
SE-IT DSA LAB SYLLABUSnikshaikh786
 
Named Entity Recognition For Hindi-English code-mixed Twitter Text
Named Entity Recognition For Hindi-English code-mixed Twitter Text Named Entity Recognition For Hindi-English code-mixed Twitter Text
Named Entity Recognition For Hindi-English code-mixed Twitter Text Amogh Kawle
 
C# Value Data Types and Reference Data Types
C# Value Data Types and Reference Data TypesC# Value Data Types and Reference Data Types
C# Value Data Types and Reference Data TypesMicheal Ogundero
 
role of lexical anaysis
role of lexical anaysisrole of lexical anaysis
role of lexical anaysisSudhaa Ravi
 
Presentation on adapter pattern
Presentation on adapter patternPresentation on adapter pattern
Presentation on adapter patternTanim Ahmed
 
Summarization Techniques for Code, Changes, and Testing
Summarization Techniques for Code, Changes, and TestingSummarization Techniques for Code, Changes, and Testing
Summarization Techniques for Code, Changes, and TestingSebastiano Panichella
 
Mit103 object oriented programming
Mit103  object oriented programmingMit103  object oriented programming
Mit103 object oriented programmingsmumbahelp
 

Was ist angesagt? (19)

Mit4021–%20 c# and .net
Mit4021–%20 c# and .netMit4021–%20 c# and .net
Mit4021–%20 c# and .net
 
Supporting program comprehension with source code summarization
Supporting program comprehension with source code summarizationSupporting program comprehension with source code summarization
Supporting program comprehension with source code summarization
 
Clean code
Clean codeClean code
Clean code
 
Hema wt (1)
Hema wt (1)Hema wt (1)
Hema wt (1)
 
Mi0041 java and web design
Mi0041  java and web designMi0041  java and web design
Mi0041 java and web design
 
2.basics of web programming using asp.net
2.basics of web programming using asp.net2.basics of web programming using asp.net
2.basics of web programming using asp.net
 
Hua Shan - 2015 - A Dependency-to-String Model for Chinese-Japanese SMT System
Hua Shan - 2015 - A Dependency-to-String Model for Chinese-Japanese SMT SystemHua Shan - 2015 - A Dependency-to-String Model for Chinese-Japanese SMT System
Hua Shan - 2015 - A Dependency-to-String Model for Chinese-Japanese SMT System
 
5 cs xii_python_functions _ passing str list tuple
5 cs xii_python_functions _ passing str list tuple5 cs xii_python_functions _ passing str list tuple
5 cs xii_python_functions _ passing str list tuple
 
Bca1020 programming in c
Bca1020  programming in cBca1020  programming in c
Bca1020 programming in c
 
IRJET - Pseudocode to Python Translation using Machine Learning
IRJET - Pseudocode to Python Translation using Machine LearningIRJET - Pseudocode to Python Translation using Machine Learning
IRJET - Pseudocode to Python Translation using Machine Learning
 
Interview questions
Interview questionsInterview questions
Interview questions
 
Mi0041 java and web design
Mi0041  java and web designMi0041  java and web design
Mi0041 java and web design
 
SE-IT DSA LAB SYLLABUS
SE-IT DSA LAB SYLLABUSSE-IT DSA LAB SYLLABUS
SE-IT DSA LAB SYLLABUS
 
Named Entity Recognition For Hindi-English code-mixed Twitter Text
Named Entity Recognition For Hindi-English code-mixed Twitter Text Named Entity Recognition For Hindi-English code-mixed Twitter Text
Named Entity Recognition For Hindi-English code-mixed Twitter Text
 
C# Value Data Types and Reference Data Types
C# Value Data Types and Reference Data TypesC# Value Data Types and Reference Data Types
C# Value Data Types and Reference Data Types
 
role of lexical anaysis
role of lexical anaysisrole of lexical anaysis
role of lexical anaysis
 
Presentation on adapter pattern
Presentation on adapter patternPresentation on adapter pattern
Presentation on adapter pattern
 
Summarization Techniques for Code, Changes, and Testing
Summarization Techniques for Code, Changes, and TestingSummarization Techniques for Code, Changes, and Testing
Summarization Techniques for Code, Changes, and Testing
 
Mit103 object oriented programming
Mit103  object oriented programmingMit103  object oriented programming
Mit103 object oriented programming
 

Ähnlich wie TCS Interview Questions and Answers for IT Jobs

Tcs NQTExam technical questions
Tcs NQTExam technical questionsTcs NQTExam technical questions
Tcs NQTExam technical questionsAniketBhandare2
 
Technical_Interview_Questions.pdf
Technical_Interview_Questions.pdfTechnical_Interview_Questions.pdf
Technical_Interview_Questions.pdfadityashukla939020
 
Top C Language Interview Questions and Answer
Top C Language Interview Questions and AnswerTop C Language Interview Questions and Answer
Top C Language Interview Questions and AnswerVineet Kumar Saini
 
C question-bank-ebook
C question-bank-ebookC question-bank-ebook
C question-bank-ebooketrams1
 
EEE oops Vth semester viva questions with answer
EEE oops Vth semester viva questions with answerEEE oops Vth semester viva questions with answer
EEE oops Vth semester viva questions with answerJeba Moses
 
C programming interview questions
C programming interview questionsC programming interview questions
C programming interview questionsadarshynl
 
Cprogramminginterviewquestions 120622074544-phpapp01
Cprogramminginterviewquestions 120622074544-phpapp01Cprogramminginterviewquestions 120622074544-phpapp01
Cprogramminginterviewquestions 120622074544-phpapp01chandu_microcosm
 
C question-answer-bank
C question-answer-bankC question-answer-bank
C question-answer-bankREHAN KHAN
 
A Case Study Of A Reusable Component Collection
A Case Study Of A Reusable Component CollectionA Case Study Of A Reusable Component Collection
A Case Study Of A Reusable Component CollectionJennifer Strong
 
C, C++ Interview Questions Part - 1
C, C++ Interview Questions Part - 1C, C++ Interview Questions Part - 1
C, C++ Interview Questions Part - 1ReKruiTIn.com
 
OOP interview questions & answers.
OOP interview questions & answers.OOP interview questions & answers.
OOP interview questions & answers.Questpond
 
Programming In C++
Programming In C++ Programming In C++
Programming In C++ shammi mehra
 
Data Structure Interview Questions & Answers
Data Structure Interview Questions & AnswersData Structure Interview Questions & Answers
Data Structure Interview Questions & AnswersSatyam Jaiswal
 
C#.net interview questions for dynamics 365 ce crm developers
C#.net interview questions for dynamics 365 ce crm developersC#.net interview questions for dynamics 365 ce crm developers
C#.net interview questions for dynamics 365 ce crm developersSanjaya Prakash Pradhan
 

Ähnlich wie TCS Interview Questions and Answers for IT Jobs (20)

Tcs NQTExam technical questions
Tcs NQTExam technical questionsTcs NQTExam technical questions
Tcs NQTExam technical questions
 
Technical_Interview_Questions.pdf
Technical_Interview_Questions.pdfTechnical_Interview_Questions.pdf
Technical_Interview_Questions.pdf
 
Top C Language Interview Questions and Answer
Top C Language Interview Questions and AnswerTop C Language Interview Questions and Answer
Top C Language Interview Questions and Answer
 
C question-bank-ebook
C question-bank-ebookC question-bank-ebook
C question-bank-ebook
 
EEE oops Vth semester viva questions with answer
EEE oops Vth semester viva questions with answerEEE oops Vth semester viva questions with answer
EEE oops Vth semester viva questions with answer
 
C programming interview questions
C programming interview questionsC programming interview questions
C programming interview questions
 
OOPS_Unit_1
OOPS_Unit_1OOPS_Unit_1
OOPS_Unit_1
 
Cprogramminginterviewquestions 120622074544-phpapp01
Cprogramminginterviewquestions 120622074544-phpapp01Cprogramminginterviewquestions 120622074544-phpapp01
Cprogramminginterviewquestions 120622074544-phpapp01
 
C question-answer-bank
C question-answer-bankC question-answer-bank
C question-answer-bank
 
1 puc programming using c++
1 puc programming using c++1 puc programming using c++
1 puc programming using c++
 
A Case Study Of A Reusable Component Collection
A Case Study Of A Reusable Component CollectionA Case Study Of A Reusable Component Collection
A Case Study Of A Reusable Component Collection
 
interview questions.docx
interview questions.docxinterview questions.docx
interview questions.docx
 
C, C++ Interview Questions Part - 1
C, C++ Interview Questions Part - 1C, C++ Interview Questions Part - 1
C, C++ Interview Questions Part - 1
 
OOP interview questions & answers.
OOP interview questions & answers.OOP interview questions & answers.
OOP interview questions & answers.
 
OOP ppt.pdf
OOP ppt.pdfOOP ppt.pdf
OOP ppt.pdf
 
Programming In C++
Programming In C++ Programming In C++
Programming In C++
 
Data Structure Interview Questions & Answers
Data Structure Interview Questions & AnswersData Structure Interview Questions & Answers
Data Structure Interview Questions & Answers
 
Object Oriented Programming
Object Oriented ProgrammingObject Oriented Programming
Object Oriented Programming
 
Question bank unit i
Question bank unit iQuestion bank unit i
Question bank unit i
 
C#.net interview questions for dynamics 365 ce crm developers
C#.net interview questions for dynamics 365 ce crm developersC#.net interview questions for dynamics 365 ce crm developers
C#.net interview questions for dynamics 365 ce crm developers
 

Mehr von nishajj

Career guidance: tips for job seekers during holidays
Career guidance: tips for job seekers during holidaysCareer guidance: tips for job seekers during holidays
Career guidance: tips for job seekers during holidaysnishajj
 
Monday motivation: tips to keep you motivated throughout the week
Monday motivation: tips to keep you motivated throughout the weekMonday motivation: tips to keep you motivated throughout the week
Monday motivation: tips to keep you motivated throughout the weeknishajj
 
Why internship is necessary for getting a job
Why internship is necessary for getting a jobWhy internship is necessary for getting a job
Why internship is necessary for getting a jobnishajj
 
Career guidance tips on how to write a cv
Career guidance tips on how to write a cvCareer guidance tips on how to write a cv
Career guidance tips on how to write a cvnishajj
 
Career advice on how to build respect at workplace
Career advice on how to build respect at workplaceCareer advice on how to build respect at workplace
Career advice on how to build respect at workplacenishajj
 
Career advice:the job search mistakes to avoid
Career advice:the job search mistakes to avoidCareer advice:the job search mistakes to avoid
Career advice:the job search mistakes to avoidnishajj
 
Career advice: how to get more job interviews
Career advice: how to get more job interviewsCareer advice: how to get more job interviews
Career advice: how to get more job interviewsnishajj
 
How to use linked in to find job opportunities
How to use linked in to find job opportunitiesHow to use linked in to find job opportunities
How to use linked in to find job opportunitiesnishajj
 
All in one place for job seekers
All in one place for job seekersAll in one place for job seekers
All in one place for job seekersnishajj
 
Career guidance tips on how to become an ifs officer
Career guidance tips on how to become an ifs officerCareer guidance tips on how to become an ifs officer
Career guidance tips on how to become an ifs officernishajj
 
Important tips: preparation for campus placement
Important tips: preparation for campus placementImportant tips: preparation for campus placement
Important tips: preparation for campus placementnishajj
 
Most frequently asked infosys technical interview questions and answers in 2018
Most frequently asked infosys technical interview questions and answers in 2018Most frequently asked infosys technical interview questions and answers in 2018
Most frequently asked infosys technical interview questions and answers in 2018nishajj
 
Preparation tips: how to crack aptitude test
Preparation tips: how to crack aptitude testPreparation tips: how to crack aptitude test
Preparation tips: how to crack aptitude testnishajj
 
How to prepare jee 2018
How to prepare jee 2018How to prepare jee 2018
How to prepare jee 2018nishajj
 
Career and scope in hotel management
Career and scope in hotel managementCareer and scope in hotel management
Career and scope in hotel managementnishajj
 
Career advice on how to answer “why did you leave your last job”
Career advice on how to answer “why did you leave your last job”Career advice on how to answer “why did you leave your last job”
Career advice on how to answer “why did you leave your last job”nishajj
 
Top entrance exams: explore career options after 12th
Top entrance exams: explore career options after 12thTop entrance exams: explore career options after 12th
Top entrance exams: explore career options after 12thnishajj
 
Resume tips:how to highlight job skills and standout amidst others
Resume tips:how to highlight job skills and standout amidst othersResume tips:how to highlight job skills and standout amidst others
Resume tips:how to highlight job skills and standout amidst othersnishajj
 
Job search tips for fresher graduates
Job search tips for fresher graduatesJob search tips for fresher graduates
Job search tips for fresher graduatesnishajj
 
Job search tips for fresher graduates
Job search tips for fresher graduatesJob search tips for fresher graduates
Job search tips for fresher graduatesnishajj
 

Mehr von nishajj (20)

Career guidance: tips for job seekers during holidays
Career guidance: tips for job seekers during holidaysCareer guidance: tips for job seekers during holidays
Career guidance: tips for job seekers during holidays
 
Monday motivation: tips to keep you motivated throughout the week
Monday motivation: tips to keep you motivated throughout the weekMonday motivation: tips to keep you motivated throughout the week
Monday motivation: tips to keep you motivated throughout the week
 
Why internship is necessary for getting a job
Why internship is necessary for getting a jobWhy internship is necessary for getting a job
Why internship is necessary for getting a job
 
Career guidance tips on how to write a cv
Career guidance tips on how to write a cvCareer guidance tips on how to write a cv
Career guidance tips on how to write a cv
 
Career advice on how to build respect at workplace
Career advice on how to build respect at workplaceCareer advice on how to build respect at workplace
Career advice on how to build respect at workplace
 
Career advice:the job search mistakes to avoid
Career advice:the job search mistakes to avoidCareer advice:the job search mistakes to avoid
Career advice:the job search mistakes to avoid
 
Career advice: how to get more job interviews
Career advice: how to get more job interviewsCareer advice: how to get more job interviews
Career advice: how to get more job interviews
 
How to use linked in to find job opportunities
How to use linked in to find job opportunitiesHow to use linked in to find job opportunities
How to use linked in to find job opportunities
 
All in one place for job seekers
All in one place for job seekersAll in one place for job seekers
All in one place for job seekers
 
Career guidance tips on how to become an ifs officer
Career guidance tips on how to become an ifs officerCareer guidance tips on how to become an ifs officer
Career guidance tips on how to become an ifs officer
 
Important tips: preparation for campus placement
Important tips: preparation for campus placementImportant tips: preparation for campus placement
Important tips: preparation for campus placement
 
Most frequently asked infosys technical interview questions and answers in 2018
Most frequently asked infosys technical interview questions and answers in 2018Most frequently asked infosys technical interview questions and answers in 2018
Most frequently asked infosys technical interview questions and answers in 2018
 
Preparation tips: how to crack aptitude test
Preparation tips: how to crack aptitude testPreparation tips: how to crack aptitude test
Preparation tips: how to crack aptitude test
 
How to prepare jee 2018
How to prepare jee 2018How to prepare jee 2018
How to prepare jee 2018
 
Career and scope in hotel management
Career and scope in hotel managementCareer and scope in hotel management
Career and scope in hotel management
 
Career advice on how to answer “why did you leave your last job”
Career advice on how to answer “why did you leave your last job”Career advice on how to answer “why did you leave your last job”
Career advice on how to answer “why did you leave your last job”
 
Top entrance exams: explore career options after 12th
Top entrance exams: explore career options after 12thTop entrance exams: explore career options after 12th
Top entrance exams: explore career options after 12th
 
Resume tips:how to highlight job skills and standout amidst others
Resume tips:how to highlight job skills and standout amidst othersResume tips:how to highlight job skills and standout amidst others
Resume tips:how to highlight job skills and standout amidst others
 
Job search tips for fresher graduates
Job search tips for fresher graduatesJob search tips for fresher graduates
Job search tips for fresher graduates
 
Job search tips for fresher graduates
Job search tips for fresher graduatesJob search tips for fresher graduates
Job search tips for fresher graduates
 

Kürzlich hochgeladen

VIP Russian Call Girls Amravati Chhaya 8250192130 Independent Escort Service ...
VIP Russian Call Girls Amravati Chhaya 8250192130 Independent Escort Service ...VIP Russian Call Girls Amravati Chhaya 8250192130 Independent Escort Service ...
VIP Russian Call Girls Amravati Chhaya 8250192130 Independent Escort Service ...Suhani Kapoor
 
Low Rate Call Girls Cuttack Anika 8250192130 Independent Escort Service Cuttack
Low Rate Call Girls Cuttack Anika 8250192130 Independent Escort Service CuttackLow Rate Call Girls Cuttack Anika 8250192130 Independent Escort Service Cuttack
Low Rate Call Girls Cuttack Anika 8250192130 Independent Escort Service CuttackSuhani Kapoor
 
(Call Girls) in Lucknow Real photos of Female Escorts 👩🏼‍❤️‍💋‍👩🏻 8923113531 ➝...
(Call Girls) in Lucknow Real photos of Female Escorts 👩🏼‍❤️‍💋‍👩🏻 8923113531 ➝...(Call Girls) in Lucknow Real photos of Female Escorts 👩🏼‍❤️‍💋‍👩🏻 8923113531 ➝...
(Call Girls) in Lucknow Real photos of Female Escorts 👩🏼‍❤️‍💋‍👩🏻 8923113531 ➝...gurkirankumar98700
 
VIP Call Girls Service Cuttack Aishwarya 8250192130 Independent Escort Servic...
VIP Call Girls Service Cuttack Aishwarya 8250192130 Independent Escort Servic...VIP Call Girls Service Cuttack Aishwarya 8250192130 Independent Escort Servic...
VIP Call Girls Service Cuttack Aishwarya 8250192130 Independent Escort Servic...Suhani Kapoor
 
Experience Certificate - Marketing Analyst-Soham Mondal.pdf
Experience Certificate - Marketing Analyst-Soham Mondal.pdfExperience Certificate - Marketing Analyst-Soham Mondal.pdf
Experience Certificate - Marketing Analyst-Soham Mondal.pdfSoham Mondal
 
CALL ON ➥8923113531 🔝Call Girls Gosainganj Lucknow best sexual service
CALL ON ➥8923113531 🔝Call Girls Gosainganj Lucknow best sexual serviceCALL ON ➥8923113531 🔝Call Girls Gosainganj Lucknow best sexual service
CALL ON ➥8923113531 🔝Call Girls Gosainganj Lucknow best sexual serviceanilsa9823
 
Dubai Call Girls Starlet O525547819 Call Girls Dubai Showen Dating
Dubai Call Girls Starlet O525547819 Call Girls Dubai Showen DatingDubai Call Girls Starlet O525547819 Call Girls Dubai Showen Dating
Dubai Call Girls Starlet O525547819 Call Girls Dubai Showen Datingkojalkojal131
 
Dubai Call Girls Naija O525547819 Call Girls In Dubai Home Made
Dubai Call Girls Naija O525547819 Call Girls In Dubai Home MadeDubai Call Girls Naija O525547819 Call Girls In Dubai Home Made
Dubai Call Girls Naija O525547819 Call Girls In Dubai Home Madekojalkojal131
 
VIP Call Girls in Jamshedpur Aarohi 8250192130 Independent Escort Service Jam...
VIP Call Girls in Jamshedpur Aarohi 8250192130 Independent Escort Service Jam...VIP Call Girls in Jamshedpur Aarohi 8250192130 Independent Escort Service Jam...
VIP Call Girls in Jamshedpur Aarohi 8250192130 Independent Escort Service Jam...Suhani Kapoor
 
Dark Dubai Call Girls O525547819 Skin Call Girls Dubai
Dark Dubai Call Girls O525547819 Skin Call Girls DubaiDark Dubai Call Girls O525547819 Skin Call Girls Dubai
Dark Dubai Call Girls O525547819 Skin Call Girls Dubaikojalkojal131
 
Resumes, Cover Letters, and Applying Online
Resumes, Cover Letters, and Applying OnlineResumes, Cover Letters, and Applying Online
Resumes, Cover Letters, and Applying OnlineBruce Bennett
 
Booking open Available Pune Call Girls Ambegaon Khurd 6297143586 Call Hot In...
Booking open Available Pune Call Girls Ambegaon Khurd  6297143586 Call Hot In...Booking open Available Pune Call Girls Ambegaon Khurd  6297143586 Call Hot In...
Booking open Available Pune Call Girls Ambegaon Khurd 6297143586 Call Hot In...Call Girls in Nagpur High Profile
 
TEST BANK For Evidence-Based Practice for Nurses Appraisal and Application of...
TEST BANK For Evidence-Based Practice for Nurses Appraisal and Application of...TEST BANK For Evidence-Based Practice for Nurses Appraisal and Application of...
TEST BANK For Evidence-Based Practice for Nurses Appraisal and Application of...robinsonayot
 
Call Girls Alandi Road Call Me 7737669865 Budget Friendly No Advance Booking
Call Girls Alandi Road Call Me 7737669865 Budget Friendly No Advance BookingCall Girls Alandi Road Call Me 7737669865 Budget Friendly No Advance Booking
Call Girls Alandi Road Call Me 7737669865 Budget Friendly No Advance Bookingroncy bisnoi
 
Résumé (2 pager - 12 ft standard syntax)
Résumé (2 pager -  12 ft standard syntax)Résumé (2 pager -  12 ft standard syntax)
Résumé (2 pager - 12 ft standard syntax)Soham Mondal
 
VIP Kolkata Call Girl Lake Gardens 👉 8250192130 Available With Room
VIP Kolkata Call Girl Lake Gardens 👉 8250192130  Available With RoomVIP Kolkata Call Girl Lake Gardens 👉 8250192130  Available With Room
VIP Kolkata Call Girl Lake Gardens 👉 8250192130 Available With Roomdivyansh0kumar0
 
Employee of the Month - Samsung Semiconductor India Research
Employee of the Month - Samsung Semiconductor India ResearchEmployee of the Month - Samsung Semiconductor India Research
Employee of the Month - Samsung Semiconductor India ResearchSoham Mondal
 
Zeeman Effect normal and Anomalous zeeman effect
Zeeman Effect normal and Anomalous zeeman effectZeeman Effect normal and Anomalous zeeman effect
Zeeman Effect normal and Anomalous zeeman effectPriyanshuRawat56
 
Internshala Student Partner 6.0 Jadavpur University Certificate
Internshala Student Partner 6.0 Jadavpur University CertificateInternshala Student Partner 6.0 Jadavpur University Certificate
Internshala Student Partner 6.0 Jadavpur University CertificateSoham Mondal
 
Dubai Call Girls Demons O525547819 Call Girls IN DUbai Natural Big Boody
Dubai Call Girls Demons O525547819 Call Girls IN DUbai Natural Big BoodyDubai Call Girls Demons O525547819 Call Girls IN DUbai Natural Big Boody
Dubai Call Girls Demons O525547819 Call Girls IN DUbai Natural Big Boodykojalkojal131
 

Kürzlich hochgeladen (20)

VIP Russian Call Girls Amravati Chhaya 8250192130 Independent Escort Service ...
VIP Russian Call Girls Amravati Chhaya 8250192130 Independent Escort Service ...VIP Russian Call Girls Amravati Chhaya 8250192130 Independent Escort Service ...
VIP Russian Call Girls Amravati Chhaya 8250192130 Independent Escort Service ...
 
Low Rate Call Girls Cuttack Anika 8250192130 Independent Escort Service Cuttack
Low Rate Call Girls Cuttack Anika 8250192130 Independent Escort Service CuttackLow Rate Call Girls Cuttack Anika 8250192130 Independent Escort Service Cuttack
Low Rate Call Girls Cuttack Anika 8250192130 Independent Escort Service Cuttack
 
(Call Girls) in Lucknow Real photos of Female Escorts 👩🏼‍❤️‍💋‍👩🏻 8923113531 ➝...
(Call Girls) in Lucknow Real photos of Female Escorts 👩🏼‍❤️‍💋‍👩🏻 8923113531 ➝...(Call Girls) in Lucknow Real photos of Female Escorts 👩🏼‍❤️‍💋‍👩🏻 8923113531 ➝...
(Call Girls) in Lucknow Real photos of Female Escorts 👩🏼‍❤️‍💋‍👩🏻 8923113531 ➝...
 
VIP Call Girls Service Cuttack Aishwarya 8250192130 Independent Escort Servic...
VIP Call Girls Service Cuttack Aishwarya 8250192130 Independent Escort Servic...VIP Call Girls Service Cuttack Aishwarya 8250192130 Independent Escort Servic...
VIP Call Girls Service Cuttack Aishwarya 8250192130 Independent Escort Servic...
 
Experience Certificate - Marketing Analyst-Soham Mondal.pdf
Experience Certificate - Marketing Analyst-Soham Mondal.pdfExperience Certificate - Marketing Analyst-Soham Mondal.pdf
Experience Certificate - Marketing Analyst-Soham Mondal.pdf
 
CALL ON ➥8923113531 🔝Call Girls Gosainganj Lucknow best sexual service
CALL ON ➥8923113531 🔝Call Girls Gosainganj Lucknow best sexual serviceCALL ON ➥8923113531 🔝Call Girls Gosainganj Lucknow best sexual service
CALL ON ➥8923113531 🔝Call Girls Gosainganj Lucknow best sexual service
 
Dubai Call Girls Starlet O525547819 Call Girls Dubai Showen Dating
Dubai Call Girls Starlet O525547819 Call Girls Dubai Showen DatingDubai Call Girls Starlet O525547819 Call Girls Dubai Showen Dating
Dubai Call Girls Starlet O525547819 Call Girls Dubai Showen Dating
 
Dubai Call Girls Naija O525547819 Call Girls In Dubai Home Made
Dubai Call Girls Naija O525547819 Call Girls In Dubai Home MadeDubai Call Girls Naija O525547819 Call Girls In Dubai Home Made
Dubai Call Girls Naija O525547819 Call Girls In Dubai Home Made
 
VIP Call Girls in Jamshedpur Aarohi 8250192130 Independent Escort Service Jam...
VIP Call Girls in Jamshedpur Aarohi 8250192130 Independent Escort Service Jam...VIP Call Girls in Jamshedpur Aarohi 8250192130 Independent Escort Service Jam...
VIP Call Girls in Jamshedpur Aarohi 8250192130 Independent Escort Service Jam...
 
Dark Dubai Call Girls O525547819 Skin Call Girls Dubai
Dark Dubai Call Girls O525547819 Skin Call Girls DubaiDark Dubai Call Girls O525547819 Skin Call Girls Dubai
Dark Dubai Call Girls O525547819 Skin Call Girls Dubai
 
Resumes, Cover Letters, and Applying Online
Resumes, Cover Letters, and Applying OnlineResumes, Cover Letters, and Applying Online
Resumes, Cover Letters, and Applying Online
 
Booking open Available Pune Call Girls Ambegaon Khurd 6297143586 Call Hot In...
Booking open Available Pune Call Girls Ambegaon Khurd  6297143586 Call Hot In...Booking open Available Pune Call Girls Ambegaon Khurd  6297143586 Call Hot In...
Booking open Available Pune Call Girls Ambegaon Khurd 6297143586 Call Hot In...
 
TEST BANK For Evidence-Based Practice for Nurses Appraisal and Application of...
TEST BANK For Evidence-Based Practice for Nurses Appraisal and Application of...TEST BANK For Evidence-Based Practice for Nurses Appraisal and Application of...
TEST BANK For Evidence-Based Practice for Nurses Appraisal and Application of...
 
Call Girls Alandi Road Call Me 7737669865 Budget Friendly No Advance Booking
Call Girls Alandi Road Call Me 7737669865 Budget Friendly No Advance BookingCall Girls Alandi Road Call Me 7737669865 Budget Friendly No Advance Booking
Call Girls Alandi Road Call Me 7737669865 Budget Friendly No Advance Booking
 
Résumé (2 pager - 12 ft standard syntax)
Résumé (2 pager -  12 ft standard syntax)Résumé (2 pager -  12 ft standard syntax)
Résumé (2 pager - 12 ft standard syntax)
 
VIP Kolkata Call Girl Lake Gardens 👉 8250192130 Available With Room
VIP Kolkata Call Girl Lake Gardens 👉 8250192130  Available With RoomVIP Kolkata Call Girl Lake Gardens 👉 8250192130  Available With Room
VIP Kolkata Call Girl Lake Gardens 👉 8250192130 Available With Room
 
Employee of the Month - Samsung Semiconductor India Research
Employee of the Month - Samsung Semiconductor India ResearchEmployee of the Month - Samsung Semiconductor India Research
Employee of the Month - Samsung Semiconductor India Research
 
Zeeman Effect normal and Anomalous zeeman effect
Zeeman Effect normal and Anomalous zeeman effectZeeman Effect normal and Anomalous zeeman effect
Zeeman Effect normal and Anomalous zeeman effect
 
Internshala Student Partner 6.0 Jadavpur University Certificate
Internshala Student Partner 6.0 Jadavpur University CertificateInternshala Student Partner 6.0 Jadavpur University Certificate
Internshala Student Partner 6.0 Jadavpur University Certificate
 
Dubai Call Girls Demons O525547819 Call Girls IN DUbai Natural Big Boody
Dubai Call Girls Demons O525547819 Call Girls IN DUbai Natural Big BoodyDubai Call Girls Demons O525547819 Call Girls IN DUbai Natural Big Boody
Dubai Call Girls Demons O525547819 Call Girls IN DUbai Natural Big Boody
 

TCS Interview Questions and Answers for IT Jobs

  • 1. Are you keen to join the IT giant TCS, then this blog post with some common technical interview questions and answers, is just for you? Campus Interview This often takes 45 minutes to an hour and might have more than one interviewer. One interviewer might focus on your communication skills, skills of self-management and background by asking behavioral questions. The other would focus on your technical skills. Phone Interview They can set up a mutually convenient date and time for your phone interview. Your interviewer would then assess your communication skills, self-management skills, and background by asking behavioural questions. He or she might also assess your technical abilities. If phone interview goes well, next would follow an in-person interview.
  • 2. Technical interview questions and answers 1. What is your strongest programming language? You should tell about your favourite programming language and be prepared with questions based on that. 2. Differences between C and Java? 1. JAVA is Object-Oriented whereas C is procedural. 2. Java is an Interpreted language whereas C is a compiled language. 3. C is a low-level language and JAVA is a high-level language. 4. C makes use of top-down approach while JAVA uses a bottom-up approach. 5. Pointer goes backstage in JAVA and C needs handling of pointers. 6. JAVA supports Method Overloading while C does not support overloading at all. 7. Exception Handling is in JAVA while errors and crashes in C. 3. In header files whether functions are defined or declared? This is a very common and definite, technical interview questions and answers for TCS IT job. Functions are declared within a header file. The function prototypes exist in a header file, and not function bodies. They are defined in the library. 4. Name the different storage classes in C?
  • 3. There are four types of storage classes in C, namely extern, register, auto and static 5. What is static variable? Static is an access qualifier. When a variable is declared as static, the scope is limited to the function, but it would remain for the lifetime of the program. 6. How do you print an address? Apply %p in printf to print the address. 7. What are macros? What are its benefits and limits? Macros are processor directive which gets replaced at compile time. The limitation is that they can replace the code they do not function summon. And the benefit is that they can lower time to replace the same values. 8. Differentiate between pass by reference and pass by value? Pass by value sends value from a caller to summoning the function so the called function cannot change the values in caller function. But Pass by reference can pass an address to the caller function instead of value if called function requires editing any value it can directly modify. 9. Define an object? An object is a bundle of variables and methods. Objects have both state and behavior 10. Define a class?
  • 4. A class is a user-defined data type in C++. It is created to solve a particular kind of problem. After its creation, the user need not know the specifics of the working of a class. 11. What is a pointer? The pointer is a variable in a program, the value can vary. The way a compiler and a linker handles is that assigns a specific block of memory within the computer to hold the value of that variable. 12. Differentiate between null and void pointers. A Null pointer has a value of 0. A void pointer is a generic pointer introduced by ANSI. 13. What is function overloading? This is a feature of C++ that permits us to create several functions with the same name, as long they have different parameters. Take an instance of the following function: int Add(int nX, int nY) { Return nX + nY; } 14. What is friend function? A friend function for a class is used in object-oriented programming to permit an access to public, private, or protected data in a class from outside. To mention, a function which is not a member of a class cannot access such information. 15. What is an inline function?
  • 5. The inline functions are to enter the code of a called function at the point where the function is called. If done well, this can improve the application’s performance in exchange for increased compile time. 16. Differentiate between an array and a list? The array is a collection of homogeneous elements. The list is a collection of heterogeneous elements. For Array, memory is static and continuous. For List, memory is dynamic and random. Array: User doesn’t need to keep a track of next memory allocation. List: An user has to keep Track of next location where memory is stored. The array uses direct access of stored members; whereas list uses sequential access for members. 17. Differentiate between structures and array. Arrays are a group of similar data types whereas structures is a group of different data types 18. Define data structure. A data structure is a way to organize data which considers not only the items stored but also their relationship to each other. 19. List out the area in which data structures are applied extensively. Compiler Design, Operating System, Database Management System, Statistical analysis package,
  • 6. Numerical Analysis, Graphics, Artificial Intelligence, Simulation 20. Tell about benefits of inheritance. It allows code reusability. Reusability saves time during development of programs. It allows reuse of proven and debugged high-quality software; hence lowering problem once a system becomes functional. Among the vast resource of questions, we have included a few of the most commonly asked ones. With this, we conclude with our today’s blog on TCS interview questions. Hope this piece of information helps you. Keep looking into this space by career advice for more career guidance tips, news, and updates.