Capegemini Consulting India Private Limited interview experience Real time questions & tips from candidates to crack your interview

Software Engineer

Capegemini Consulting India Private Limited
upvote
share-icon
3 rounds | 1 Coding problems

Interview preparation journey

expand-icon
Preparation
Duration: 6 Months
Topics: Data structures and algorithms, sorting techniques, oops concepts in Java, programming in C Java and Python, DBMS, Computer Network, Operating System, Aptitude and Reasoning
Tip
Tip

Tip 1 : Do two projects on ongoing technologies.
Tip 2 : Practice previous interview question and answers.
Tip 3 : Be punctual at your interview.
Tip 4 : Do research on the company and the role you are applying for.
Tip 5 : Study your resume and know everything about it.

Application process
Where: Campus
Eligibility: 6.5 CGPA and no active backlogs
Resume Tip
Resume tip

Tip 1 : Tailor your resume to suit the position you are applying for.
Tip 2 : Keep your resume clear and concise.
Tip 3 : Limit your resume to 2 pages.
Tip 4 : Quantify your achievements.

Interview rounds

01
Round
Medium
Online Coding Interview
Duration50 Minutes
Interview date21 Sep 2020
Coding problem0

This is an aptitude based round so no coding questions are there.

02
Round
Medium
Online Coding Interview
Duration25 Minutes
Interview date21 Sep 2020
Coding problem0

This is an psuedo code round in this we receive basic programming pseudo code MCQ questions.

03
Round
Medium
Face to Face
Duration30 Minutes
Interview date21 Sep 2020
Coding problem1

1. Remove character

Easy
0/40
Asked in companies
Hewlett Packard EnterpriseExpedia GroupThought Works

For a given string(str) and a character X, write a function to remove all the occurrences of X from the given string and return it.

The input string will remain unchanged if the given character(X) doesn't exist in the input string.

Problem approach

In order to solve this problem recursively, we need a base case and a process which reduce the problem space after each recursive step. We can solve this problem using indexOf() and substring() method of Java's String class, indexOf() method returns index of a given character if its present in the String on which this method is called, otherwise -1. 

Step-1: we will try to find the index of given character, if its present then we will remove it using substring() method, if not present then it become our base case and problem is solved.

Try solving now

Here's your problem of the day

Solving this problem will increase your chance to get selected in this company

Skill covered: Programming

How do you remove whitespace from the start of a string?

Choose another skill to practice
Similar interview experiences
Software Engineer
2 rounds | 3 problems
Interviewed by Capegemini Consulting India Private Limited
0 views
0 comments
0 upvotes
Software Engineer
2 rounds | 7 problems
Interviewed by Capegemini Consulting India Private Limited
677 views
0 comments
0 upvotes
Software Engineer
3 rounds | 5 problems
Interviewed by Capegemini Consulting India Private Limited
554 views
0 comments
0 upvotes
Software Engineer
3 rounds | 5 problems
Interviewed by Capegemini Consulting India Private Limited
569 views
0 comments
0 upvotes
Companies with similar interview experiences
company logo
Software Engineer
3 rounds | 7 problems
Interviewed by Optum
7977 views
1 comments
0 upvotes
company logo
Software Engineer
5 rounds | 5 problems
Interviewed by Microsoft
10148 views
1 comments
0 upvotes
company logo
Software Engineer
2 rounds | 4 problems
Interviewed by Amazon
4448 views
1 comments
0 upvotes