Company Name Starts with ...
#  A  B  C  D  E   F  G  H  I  J   K  L  M  N  O   P  Q  R  S  T   U  V  W  X  Y  Z

Cap Gemini Interview Questions
Questions Answers Views Company eMail

What would you want to achieve in your first year on the job?

19 81420

Explain a report that you recently did?

4 24220

What you did in scripts?

3 13048

What is IDOC?

5 15816

What are control break statements?

19 48045

what is OSS notes..what it contains?

14 80124

To start a transaction how many ways are there and what are they?

12 38740

What are the Standard output types in SD?

3 30101

what is qtp automation frame work,what is the use of that frame work?

64 168104

What is Paid up Capital?

35 77558

What is singleton class?

16 65088

What are the steps involved in consignment cycle?

10 47579

What are the challenging issues you have faced in implementation project/Maintainance project in SD Functionality? How you have overcome that issue?

2 36892

How to connect oracle database from unix

6 50304

PLease send Me SAP-HR Interviw Questions and FAQ's.

1 7627

Post New Cap Gemini Interview Questions


Cap Gemini Interview Questions


Un-Answered Questions

Can any one say what exact diff between test->parameters, action properties-> parameters. after defining the parameters in test->settings, how can we access those parameters.(i know how to use action prop parameters)

1588


Which command is used for the selection of all the elements of a paragraph?

1563


What is setup py?

434


You have given 2 array. You need to find whether they will create the same BST or not. For example: Array1:10 5 20 15 30 Array2:10 20 15 30 5 Result: True Array1:10 5 20 15 30 Array2:10 15 20 30 5 Result: False One Approach is Pretty Clear by creating BST O(nlogn) then checking two tree for identical O(N) overall O(nlogn) ..we need there exist O(N) Time & O(1) Space also without extra space .Algorithm ?? DevoCoder guest Posted 3 months ago # #define true 1 #define false 0 int check(int a1[],int a2[],int n1,int n2) { int i; //n1 size of array a1[] and n2 size of a2[] if(n1!=n2) return false; //n1 and n2 must be same for(i=0;ia1[i+1]) && (a2[i]>a2[i+1]) ) ) return false; } return true;//assumed that each array doesn't contain duplicate elements in themshelves }

2678


Can main method override?

566






What are the 4 stages of computing?

502


So is xaml meant only for wpf?

142


describe a decision you made that was unpopular.

817


How do I create a multi language, multi file assembly?

596


Op-amp is used mostly as an integrator than a differentiator. Explain why?

977


Explain Inheritance in Python?

503


Explain plan layout? : co- cost center accounting

559


What major problem have you had to deal with recently?

671


Does it help for a Linux system to have multiple desktop environments installed?

628


What is .net core framework?

505