Interview Questions
  • Home
  • Tutorials
  • Technology
    • Articles
  • Full Forms
  • Errors and Fixes
  • Interview
  • Projects
  • Videos
    • Quantitative Aptitude
    • Non Verbel
    • Group Discussion
    • Country wise Interview Questions
    • Engineering
  • Careers
    • Hr Interview Questions & Answers
    • GD Interview
    • Resumes
    • Letters
    • Engineering
    • Aptitude
    • Reasoning
    • Company Questions
    • Country Wise Visa
    • Visa Dress Code
  • Business
    • Top Web Hosting
    • Top Car Accident Lawyers
    • Top Car Insurance
    • Top Software Tools
    • Top 10
    • Lung Cancer
Archives
  • May 2022
  • April 2022
  • March 2022
  • February 2022
  • January 2022
  • September 2021
  • August 2021
  • July 2021
Categories
  • Accounting
  • Algebra
  • Analogy
  • Analogy and Pattern
  • Android
  • Angularjs
  • Antonyms
  • Apache
  • Apache Flume
  • Apache Pig
  • Apache Solr
  • Apache Spark
  • Average
  • Big Data
  • Biology
  • Blood Relation
  • Boats and Streams
  • BSRB
  • C
  • C++
  • Calendar
  • cassandra
  • Chain Rule
  • Chemical Engineering
  • Chemistry
  • CICS
  • Civil Engineering
  • Clock
  • Cloudera Impala
  • cobol
  • Coding Decoding
  • Compound Interest
  • Comprehension
  • Cyber Security
  • Data Structure
  • Data Sufficiency
  • DBMS
  • Decimal Fraction
  • DITA
  • Electrical Engineering
  • Electronics & Communications Engineering
  • Ethical Hacking
  • Function and Scope
  • Geography
  • Geometry
  • Hadoop
  • Hive
  • Instrumentation
  • Java
  • Java Servlet
  • Joomla
  • Latex
  • Lawyer
  • LCM and HCF
  • linux
  • Logarithm
  • Logical Sequence of Words
  • Mahout
  • MapR
  • Marketing
  • mongodb
  • MySQL
  • NDA
  • Networking
  • Number Series
  • Numbers
  • Operating System
  • Oracle
  • Partnership
  • Pentaho
  • Percentage
  • Permutation and Combination
  • Pharmacist
  • PHP
  • Power BI
  • Prepositions
  • Probability
  • Problems on Trains
  • Profit and Loss
  • Programming
  • Puzzles
  • Python
  • QTP
  • Ratio and Proportion
  • ReactJS
  • Recursion and Iteration
  • SAP
  • Sentence Improvement
  • Shell Script
  • Simple Interest
  • Software Engineering
  • Software Testing
  • Speech and Voices
  • Splunk
  • Spotting Errors
  • SQL
  • Sqoop
  • Square root and Cube root
  • Statement and Argument
  • Statement and Conclusion
  • Syllogism
  • Synonyms
  • TCS Ninja
  • Tenses and Articles
  • Time and Distance
  • Time and Work
  • VB.NET
  • Visual Basic
  • Vmware Vsphere
  • Web Designing
  • Windows
Meta
  • Log in
  • Entries feed
  • Comments feed
  • WordPress.org
Interview Questions

Interview Questions

  • Home
  • Tutorials
  • Technology
    • Articles
  • Full Forms
  • Errors and Fixes
  • Interview
  • Projects
  • Videos
    • Quantitative Aptitude
    • Non Verbel
    • Group Discussion
    • Country wise Interview Questions
    • Engineering
  • Careers
    • Hr Interview Questions & Answers
    • GD Interview
    • Resumes
    • Letters
    • Engineering
    • Aptitude
    • Reasoning
    • Company Questions
    • Country Wise Visa
    • Visa Dress Code
  • Business
    • Top Web Hosting
    • Top Car Accident Lawyers
    • Top Car Insurance
    • Top Software Tools
    • Top 10
    • Lung Cancer
TCS Ninja Coding Questions with Answers | TCS Ninja Coding Questions 2021 | TCS Ninja Programming MCQ Questions

Browsing Tag

TCS Ninja Coding Questions with Answers | TCS Ninja Coding Questions 2021 | TCS Ninja Programming MCQ Questions

38 posts

Find the output : function modify(a,b) { Integer c,d=2 c= a*d+ b return c } Function calculate () { Integer a = 5, b = 20, c Integer d= 10 c = modify (a, b); c = c+ d Print c }

    Answer : B . 40
    View Answer

    What is the output of this C code ? | Recursion Program in C | Recursion in C

      Answer : D. This code will generate an error.
      View Answer

      Ravi and Rupali are asked to write a program to sum the rows of 2X2 matrices stored in the array A..?

        Answer : B. Code b will execute faster than a
        View Answer

        What is the output of the following pseudo code ? Int a = 456, b, c, d = 10; b = a/d; c = a-b; print c ?

          Answer : B. 411
          View Answer

          Integer a =40, b =35, c=20, d =10 Comment about the output of the following two statements Print a*b/c-d Print a*b/(c-d) ?

            Answer : A . Differ by 80
            View Answer

            The construct “if (condition) then A else B” is used for which of the following purposes ?

              Answer : A. Decision making
              View Answer

              Ashima wants to print a pattern which includes checking and changing a variables value iteratively She decides to use a loop/condition …

                Answer : C. Do-while loop
                View Answer

                What is the output of this C code ? | Recursive Function in C Program

                  Answer : D. Error
                  View Answer

                  In how many ways, a group of 3 boys and 2 girls can be formed out of a total of 4 boys and 4 girls ?

                    Answer : D. 24
                    View Answer

                    How many ways the letters of the word ‘ARMOUR’ can be arranged ?

                      Answer : D. 360
                      View Answer
                      Latest Questions
                        • Web Designing
                        What are the various elements provided by HTML 5 for media content ?
                        • 27 views
                        • Web Designing
                        What is the use of Namespace in Web Development ?
                        • 26 views
                        • Web Designing
                        What is Cors ?
                        • 30 views
                        • Web Designing
                        What is SVG and why is it used ?
                        • 80 views
                        • Web Designing
                        What is Responsive Web Design (RWD) ?
                        • 92 views
                      Trending Questions
                        • Analogy
                        QDXM : SFYN :: UIOZ : ?
                        • 30.0K views
                        • Recursion and Iteration
                        What is the output of the following pseudo code ? Int a = 456, b, c, d = 10; b = a/d; c = a-b; print c ?
                        • 24.7K views
                        • Percentage
                        The population of a village is eight thousand. If 6 % men and 10 % women are added population becomes 8600, then no of men in the village was ?
                        • 21.3K views
                        • Decimal Fraction
                        Which is the Closest approximation to the product 0.3333 x 0.25 x 0.499 x 0.125 x 24 ?
                        • 19.7K views
                        • Percentage
                        Jaya Brought a worth Rs 3,50,000 four years ago. If the value of the car is depreciates over time at fixed rate of 10% per annum then what willl be present worth of car ?
                        • 16.7K views




                      Wikitechy-logo

                      World’s No 1 Animated self learning Website with Informative tutorials explaining the code and the choices behind it all.

                      WIKITECHY

                      About Us
                      Terms of Use
                      Privacy Policy
                      Contact Us
                      Sitemap

                      WORKSHOP

                      Bug Bounty
                      Webinar

                      Join Community

                      Advertise

                      OTHER LANGUAGES

                      English
                      Chinese
                      Deutsch
                      Russian

                      © 2016 - 2021 KaaShiv InfoTech, All rights reserved. Powered by Inplant Training in chennai | Internship in chennai