0% found this document useful (0 votes)
11 views1 page

Kranthi 2k25 (March)

The document contains interview questions from two companies, Capgemini and Deloitte. Capgemini's questions involve finding a missing number from a list and determining the character length of a given string. Deloitte's question focuses on a jump game problem using a list to determine if the end can be reached, with examples provided for both a successful and unsuccessful case.

Uploaded by

sasipreetham2201
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
11 views1 page

Kranthi 2k25 (March)

The document contains interview questions from two companies, Capgemini and Deloitte. Capgemini's questions involve finding a missing number from a list and determining the character length of a given string. Deloitte's question focuses on a jump game problem using a list to determine if the end can be reached, with examples provided for both a successful and unsuccessful case.

Uploaded by

sasipreetham2201
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 1

Interview Questions

1St - Capgemini

1.Find the missing number from a list

2.Find the each character length from given string

2nd- Deloitte

1.Jupm game from Data structure

L=[2,3,1,1,1,4]

Output : True

L=[2,1,0,3,4]

Output : False

You might also like