• Result
  • Today's Puzzle
    • Previous Puzzles
    • Prize & Rules
  • Discussion Board
    • Suggestion Board
    • Trending Articles
  • Maths Tricks
  • Placement Papers
    • Placement Questions
    • Interview Experience
    • Placed user Comment
    • Group Discussion
  • English APP
  • login
  • Result
  • Today's Puzzle
    • Previous Puzzles
    • Prize & Rules
  • Discussion Board
    • Suggestion Board
    • Trending Articles
  • Maths Tricks
  • Placement Papers
    • Placement Questions
    • Interview Experience
    • Placed user Comment
    • Group Discussion
  • Walkins
    • Corporate Job Exam
    • Government Job Exam
    • Entrance Exam
  • Training
    • Internship
  • Placement Questions
  • /
  • Capgemini
  • /
  • Programming

Frequently Asked Capgemini Programming Interview Questions with Answers

Capgemini Select Another Category Programming Select Another Topic

Company

  • 3i-Infotech 345
  • Accenture 548
  • ADITI 81
  • Athenahealth 72
  • CADENCE 37
  • Capgemini 519
  • CMC 49
  • Cognizant 29
  • CSC 480
  • CTS 1340
  • Dell 49
  • Elitmus 44
  • GENPACT 516
  • Google 55
  • HCL 217
  • Hexaware 92
  • Huawei 81
  • IBM 1714
  • IGate 169
  • Infosys 2050
  • L&T 299
  • Microsoft 61
  • Miscellaneous 204
  • Oracle 74
  • Other 95
  • Patni 199
  • Sapient 44
  • Sasken 31
  • Self 38
  • Syntel 530
  • TCS 9109
  • Tech Mahindra 500
  • Wipro 1182

Capgemini Question Topics

    Category (1)

    General Ability (14)

  • General Knowledge (14)
  • HR Interview (3)

  • Interview (3)
  • Logical Reasoning (84)

  • Blood Relations (8)
  • Coding Decoding (15)
  • Cryptography (4)
  • Decision Making and Problem Solving (2)
  • Direction Sense (1)
  • General Mental Ability (12)
  • Letter Arrangement (3)
  • Logical Sequences (10)
  • Mathematical Reasoning (7)
  • Number Series (16)
  • Seating Arrangement (6)
  • Numerical Ability (385)

  • Age Problem (16)
  • Algebra (37)
  • Alligation or Mixture (10)
  • Area and Volume (14)
  • Arithmetic (50)
  • Averages (11)
  • Boats and Streams (6)
  • Clocks and Calendars (2)
  • Co-ordinate geometry (2)
  • Data Sufficiency (4)
  • Geometry (21)
  • Height and Distance (1)
  • LCM and HCF (5)
  • Log and Antilog (5)
  • Number System (28)
  • Percentage (18)
  • Permutation and Combination (21)
  • Pipes and Cistern (2)
  • Probability (11)
  • Profit and Loss (22)
  • Quadratic Equations (1)
  • Ratio and Proportion (27)
  • Sequence and Series (7)
  • Simple & Compound Interest (17)
  • Time and Work (15)
  • Time Distance and Speed (30)
  • Trigonometry (2)
  • Programming (15)

  • Arrays (1)
  • Basics (2)
  • Database (1)
  • Functions (6)
  • Program (4)
  • Technical (1)
  • Verbal Ability (21)

  • Antonyms (3)
  • Miscellaneous (2)
  • One Word Substitution (2)
  • Sentence Completion (3)
  • Spotting Errors (6)
  • Synonyms (5)
Keep an EYE (0)CAPGEMINI Interview Experience (7)
Solved Question (1) UnSolved Question (14)
Pages: 212NextLast
Advertisements

(#M40166738) CAPGEMINI QUESTION Keep an EYE Keep an eye puzzle Keep an eye puzzle

What is the time complexity of searching for an element in a circular linked list?
A)O(n) B)O(nlogn) C)O(1) D)None of these

Asked In Capgemini Devendra Marghade (5 years ago)
Unsolved Read Solution (3)
Is this Puzzle helpful?   (12)   (4) Submit Your Solution Arrays

(#M40156281) CAPGEMINI QUESTION C Programming Keep an EYE Keep an eye puzzle Keep an eye puzzle

Give an example where pass by value gives an error and pass by reference rectifies the statement.

Asked In Capgemini surya prakash (9 years ago)
Unsolved Read Solution (4)
Is this Puzzle helpful?   (89)   (49) Submit Your Solution Basics
Advertisements

(#M40166962) CAPGEMINI QUESTION Keep an EYE Keep an eye puzzle Keep an eye puzzle

In the worst case, the number of comparisons needed to search a singly linked list of length n for a given element is
a) log 2 n b) n/2 c) log 2 n 1 d) n

Asked In Capgemini Devendra Marghade (5 years ago)
Unsolved Read Solution (1)
Is this Puzzle helpful?   (1)   (1) Submit Your Solution Database

(#M40066868) CAPGEMINI QUESTION C Programming Keep an EYE Keep an eye puzzle Keep an eye puzzle

#include
int r();
int main(){
for(r();r();r()) {
printf("%d ",r());
}
return 0;
}
int r(){
int static num=7;
return num--;
}

Asked In Capgemini Sambar Naresh (10 years ago)
Solved Pankhuri Read Solution (15)
Is this Puzzle helpful?   (55)   (20) Submit Your Solution Program

(#M40164226) CAPGEMINI QUESTION Keep an EYE Keep an eye puzzle Keep an eye puzzle

.Give a model for maximising the profit in a company or minimizing the loss in a conflict with optimization techniques.where quantity f(x) is referred to as the object function while the vector ‘x’consists of decision variables.

None of the mentioned options.
x* =arg min f(x)
x* =arg max f(x)
x* =an-1+an arg min f(x)n

Asked In Capgemini Priyanka Raut (8 years ago)
Unsolved Read Solution (3)
Is this Puzzle helpful?   (31)   (28) Submit Your Solution Functions

(#M40166863) CAPGEMINI QUESTION Keep an EYE Keep an eye puzzle Keep an eye puzzle

The function f(x) = |x – 2| + |2.5 – x| + |3.6 – x|, where x is a real number, attains a minimum at?
1) x=2.3 2) x=2.5 3) x=2.7 4) None of theses

Asked In Capgemini Devendra Marghade (5 years ago)
Unsolved Read Solution (1)
Is this Puzzle helpful?   (2)   (0) Submit Your Solution Functions

(#M40092090) CAPGEMINI QUESTION Functions Keep an EYE Keep an eye puzzle Keep an eye puzzle

Find min value of fn:
|-5-x| + |2-x|+|6-x|+10-x|; where x is an integer?
0/17/23/19

Asked In Capgemini arush gupta (10 years ago)
Unsolved Read Solution (10)
Is this Puzzle helpful?   (14)   (8) Submit Your Solution Functions

(#M40166867) CAPGEMINI QUESTION Keep an EYE Keep an eye puzzle Keep an eye puzzle

You type Router#sh ru and receive an % ambiguous command error. Why did you receive this message?
1. The command requires additional options or parameters.
2. There is more than one show command that starts with the letters ru.
3. There is no show command that starts with ru.
4. The command is being executed from the wrong router mode.

Asked In Capgemini Devendra Marghade (5 years ago)
Unsolved
Is this Puzzle helpful?   (1)   (0) Submit Your Solution Basics

(#M40166866) CAPGEMINI QUESTION Keep an EYE Keep an eye puzzle Keep an eye puzzle

Which of the following allows a router to respond to an ARP request that is intended for a remote host?
1. Gateway DP 2. Reverse ARP (RARP) 3. Proxy ARP 4. Inverse ARP (IARP)

Asked In Capgemini Devendra Marghade (5 years ago)
Unsolved Read Solution (1)
Is this Puzzle helpful?   (0)   (0) Submit Your Solution Technical

(#M40155585) CAPGEMINI QUESTION Keep an EYE Keep an eye puzzle Keep an eye puzzle

if F(t) = (t^3-1)
G(f) = 1
H(t) = -t^2

Then find the value of
HOH(-2 ) + GOG(0) - FOF(1)



a. -15, b. -14,c. -16, d. -17

Asked In Capgemini honey (9 years ago)
Unsolved Read Solution (17)
Is this Puzzle helpful?   (12)   (4) Submit Your Solution Functions
Keep an EYE (0)CAPGEMINI Interview Experience (7)
Solved Question (1) UnSolved Question (14)
Pages: 212NextLast
  • Login
  • Register

Resend

Sponsored Links

Advertisements

Challenger of the Day

no image
Dimple
India
Punjab
Time: 00:01:33
Points
19

Maths Quotes

"If you able to solve the problems in MATHS, then you also able to solve the problems in your LIFE" (Maths is a great Challenger)

Vignesh

Mathematics is the handwriting on the human consciousness of the very Spirit of Life itself.

Claude Bragdon

Placed User Comments

M4Math helped me a lot.

Vipul Chavan 5 years ago

Thanks m4 maths for helping to get placed in several companies.
I must recommend this website for placement preparations.

yash mittal 5 years ago

Now enjoy Offline Access of latest Question.

Get M4maths app to avail expert's solution and latest selected questions.

Download m4maths app now

  • 2533K+Registerd user
  • 1774K+Engineers
  • 759K+MBA Asprirant
  • 3K+Enginnering College
  • 250+Company Exam
  • 150K+Interview Questions
  • Site Links
  • Home
  • Result
  • Today's Puzzle
  • Discussion Board
  • Maths Tricks
  • Advertise with us
  • Contact Us
  • Useful Info
  • Maths Quotes
  • Previous Puzzles
  • Prize
  • Privacy Policy
  • Disclaimer and Copyright
  • Terms and Conditions
  • Sitemap
  • Placement papers
  • TCS Placement Paper
  • HCL Placement Paper
  • INFOSYS Placement Paper
  • IBM Placement Paper
  • SYNTEL Placement Paper
  • TECHNICAL Interview
  • HR Interview
All rights are reserved to @m4maths.com