Coforge pvt. Ltd. interview experience Real time questions & tips from candidates to crack your interview

Graduate Engineer Trainee

Coforge pvt. Ltd.
upvote
share-icon
3 rounds | 4 Coding problems

Interview preparation journey

expand-icon
Journey
I started preparing for my interviews in my third year of college. I practiced aptitude questions and referred to various websites and Job Interview Questions. Additionally, I took a C++ coaching course, which sparked my interest in coding.
Application story
I applied through the company’s portal link provided by the college. After clearing the aptitude test, I proceeded to the technical round, followed by the final HR round, and I successfully received my offer letter.
Why selected/rejected for the role?
I was selected for the role. I remained confident throughout the interview and responded well to the interviewer’s questions. When I didn’t know the exact answer, I confidently shared related insights. I was thoroughly familiar with my resume and the projects I had worked on, presenting myself authentically.
Preparation
Duration: 3-5 Months
Topics: DBMS, OS, OOPS concepts, C++, Data Structures, Web Development
Tip
Tip

Tip 1: Implement the concepts of OOP in real life.
Tip 2: Practice questions based on recursion, and don't ignore basic or simple questions.
Tip 3: If you don't have time for preparation, focus on your existing knowledge rather than trying to learn something new, because coding requires practice, not cramming of code or logic.

Application process
Where: Campus
Eligibility: Above 70 % (Salary: 6 LPA)
Resume Tip
Resume tip

Tip 1: Don't mention random projects that you are unsure about or have copied from Google or elsewhere. 

Tip 2: The interviewer may ask anything from your resume, so be prepared for it. Follow the current or updated resume format.

Interview rounds

01
Round
Medium
Online Coding Interview
Duration30 Minutes
Interview date17 Nov 2021
Coding problem2

The assessment test contains aptitude questions that are of easy to medium level, and there were two coding questions that could be solved using any language; they were also of medium level.

1. Rating System

I was asked to write an algorithm to find the rating of the given user's channel based on user rating
Eg . 30-40:- Average
50-60:- Good
>85 :- Excellent

Problem approach

I have used simple if-else conditions to solve this problem. One can also use switch cases.

2. Product Code Sales

I was given a product code for eg. aAbcDbfdab
3 it is the size representing the number of product codes shortlisted by the company
A b c are the characters representing the desired product code.
I was asked to print an integer representing the total sales count of the shortlisted product

Problem approach

My approach was simply to find the occurrence of characters in the product code, after which I multiplied them by the ASCII number and stored the result in a variable, then repeated the same for another character.
Input: aAbcDbfdab
Eg. 'a' occurs two times, i.e., 2*97.
Again, I did the same for 'b', then for 'c', adding these values and storing them in a variable called total sales.

02
Round
Medium
Video Call
Duration30 Minutes
Interview date26 Nov 2021
Coding problem1

It was a TR round. I was asked about OOP concepts, programming questions based on sorting and searching algorithms, etc.

1. Star Pattern

Easy
10m average time
85% success
0/40
Asked in companies
PayPalInfo Edge India (Naukri.com)Blackrock
Pattern for N = 4

picture

The dots represent spaces.
Problem approach

I used an outer loop for the number of rows. Then, I used a nested loop in order to print spaces, after which I used another loop that would print the number of stars in each individual row.

Try solving now
03
Round
Easy
HR Round
Duration20 Minutes
Interview date30 Nov 2021
Coding problem1

In the HR round, I was asked about what I know about Coforge, why I want to join this particular company, if I am okay with relocation, and how I can contribute to the company's growth, etc.

1. HR Question

  • What are my strengths and weaknesses?
  • What makes me unique from others?
  • A question based on STAR approach.
Problem approach

Tip 1: Just tell them about your strengths and weaknesses positively.
Tip 2: Share something beyond your resume that offers a different perspective about you.
Tip 3: Describe any situation using the STAR approach.

Here's your problem of the day

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

Skill covered: Programming

What is recursion?

Choose another skill to practice
Similar interview experiences
Graduate Engineer Trainee
2 rounds | 6 problems
Interviewed by Coforge pvt. Ltd.
4497 views
1 comments
0 upvotes
Graduate Engineer Trainee
1 rounds | 4 problems
Interviewed by Coforge pvt. Ltd.
2244 views
0 comments
0 upvotes
Graduate Engineer Trainee
2 rounds | 5 problems
Interviewed by Coforge pvt. Ltd.
2194 views
0 comments
0 upvotes
Graduate Engineer Trainee
3 rounds | 4 problems
Interviewed by Coforge pvt. Ltd.
251 views
0 comments
0 upvotes
Companies with similar interview experiences
company logo
Graduate Engineer Trainee
2 rounds | 5 problems
Interviewed by HCL Technologies
13565 views
3 comments
0 upvotes
company logo
Graduate Engineer Trainee
3 rounds | 4 problems
Interviewed by HCL Technologies
2811 views
0 comments
0 upvotes
company logo
Graduate Engineer Trainee
2 rounds | 2 problems
Interviewed by HCL Technologies
3452 views
0 comments
0 upvotes