Upload Button Icon Add office photos

Filter interviews by

C2L BIZ Software Developer Trainee Interview Questions and Answers

Updated 4 Nov 2023

C2L BIZ Software Developer Trainee Interview Experiences

3 interviews found

Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed before Nov 2022. There were 5 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Properly align and format text in your resume. A recruiter will have to spend more time reading poorly aligned text, leading to high chances of rejection.
View all tips
Round 2 - Aptitude Test 

Company take aptitude test on mettle platform.

Round 3 - Coding Test 

Coding test level is easy

Round 4 - Technical 

(1 Question)

  • Q1. Must prepare java oops concept, hashmap , star pattern printing, sql q like joins, DDL DML, Primary Key, if you know java than write all your coding q ans in java only. company work on java only. if you k...
Round 5 - HR 

(1 Question)

  • Q1. Basic HR questions

Interview Preparation Tips

Topics to prepare for C2L BIZ Software Developer Trainee interview:
  • java oops
  • SQL
  • pl sql
  • hashmap
  • linkedlist
  • star pattern
Interview preparation tips for other job seekers - this company work on java, must prepare java oops concept in detail.

I applied via Campus Placement and was interviewed in Aug 2022. There were 4 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Keep your resume crisp and to the point. A recruiter looks at your resume for an average of 6 seconds, make sure to leave the best impression.
View all tips
Round 2 - Aptitude Test 

Aptitude, Technical mCQ, 2 Coding problem

Round 3 - Technical 

(1 Question)

  • Q1. Introduce yourself. OOPS concept. Difference between DML and DDL Commands. Normalisation. Joins Write a program for pattern (*) . Do you have any questions ?
Round 4 - HR 

(1 Question)

  • Q1. Introduce yourself. Why do you want to join C2L BIZ? What is your Hobby? Which is the lastest book you read about? What was your take from that book. Do you have any questions?
  • Ans. 

    I am a trainee software developer interested in joining C2L BIZ. My hobby is reading books. The latest book I read was 'The Lean Startup' which taught me about the importance of validated learning and experimentation. I have some questions about the company.

    • Trainee software developer

    • Interested in joining C2L BIZ

    • Hobby is reading books

    • Latest book read: 'The Lean Startup'

    • Learned about validated learning and experimentatio

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - You should be clear with your concepts as well as what you have written in your resume.

Software Developer Trainee Interview Questions Asked at Other Companies

Q1. 1. Tell me about your self 2. Difference Between c & c++. 3. ... read more
Q2. What is a static keyword in java? Where are the static variables ... read more
Q3. 1.Do you use social media? What is the use of it? 2.Tell us about ... read more
Q4. 2.You are given a chess board and the position of queen find the ... read more
asked in CodeAegis
Q5. 4 pills are medicine, in which 2 pills for fever and 2 pills for ... read more
Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Properly align and format text in your resume. A recruiter will have to spend more time reading poorly aligned text, leading to high chances of rejection.
View all tips
Round 2 - Aptitude Test 

Basic aptitude
time duration was 60 min
English maths and basic coding mcq

Round 3 - Technical 

(1 Question)

  • Q1. All the questions on java what is oops? explain all ? ques on string questions on arraylist then que on SQL what is pk fk ? what is indexing
Round 4 - HR 

(1 Question)

  • Q1. What you do in your spare time what is your strength and weakness only hr ques

Interview Preparation Tips

Interview preparation tips for other job seekers - I had apply through the on campus , i also received there offer letter

Interview questions from similar companies

I applied via Naukri.com and was interviewed in Jul 2020. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. SOLID principals, oops, c# basics, SQL server, azure, design pattern

Interview Preparation Tips

Interview preparation tips for other job seekers - Clear basics of oops and design pattern

Interview Questionnaire 

1 Question

  • Q1. HTML, CSS, BOOTSTRAP, PHP. SQL

I applied via Campus Placement and was interviewed before Jun 2020. There were 3 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. Simple program
  • Q2. I wrote a simple program in C

Interview Preparation Tips

Interview preparation tips for other job seekers - Be bold and confident

I was interviewed before Sep 2020.

Round 1 - Coding Test 

(1 Question)

Round duration - 90 minutes
Round difficulty - Easy

This was MCQ+Coding round.

  • Q1. How can you check if two strings are anagrams of each other?
  • Ans. 

    Check if two strings are anagrams by comparing the sorted versions of the strings.

    • Sort both strings and compare if they are equal.

    • Use a hashmap to store the frequency of characters in each string and compare the maps.

    • Ignore spaces and punctuation when comparing the strings.

  • Answered by AI
Round 2 - Face to Face 

Round duration - 90 minutes
Round difficulty - Easy

This was face to face interview round.

Round 3 - Face to Face 

Round duration - 90 minutes
Round difficulty - Easy

This was face to face interview round.

Interview Preparation Tips

Professional and academic backgroundI completed Computer Science Engineering from National Institute Of Technology, Silchar, Assam. I applied for the job as SDE - 1 in SiddharthnagarEligibility criteria6 CGPAAmazon interview preparation:Topics to prepare for the interview - Basic Computer Science backgroundTime required to prepare for the interview - 6 monthsInterview preparation tips for other job seekers

Tip 1 : Participate in live contests on websites like Codechef, Codeforces etc as much as possible.
Tip 2 : Practice previous interview questions from LeetCode, GeeksForGeeks.
Tip 3 : Revise Computer Science subjects like DBMS, OOPS thoroughly.

Application resume tips for other job seekers

Add projects and Internships if you have done any and add only those things which you really know.

Final outcome of the interviewSelected

Skills evaluated in this interview

I was interviewed before Sep 2020.

Round 1 - Coding Test 

(1 Question)

Round duration - 90 Minutes
Round difficulty - Medium

Interview started at 11:00 am. It was an online round. During the coding round I submitted optimized solution and got full acceptance of the solutions.

  • Q1. 

    Detect Cycle in a Directed Graph

    You are provided with a directed graph composed of 'N' nodes. You have a matrix called 'EDGES' with dimensions M x 2, which specifies the 'M' edges in the graph. Each edge...

  • Ans. 

    Detect cycle in a directed graph using depth-first search (DFS) algorithm.

    • Use DFS to traverse the graph and detect back edges indicating a cycle.

    • Maintain a visited array to keep track of visited nodes during traversal.

    • If a node is visited again during traversal and it is not the parent node, then a cycle exists.

    • Return true if a cycle is detected, false otherwise.

  • Answered by AI
Round 2 - Face to Face 

(1 Question)

Round duration - 80 Minutes
Round difficulty - Medium

Interview started at 10:00 am. Interview went well, I was able to connect with the interviewer and enjoyed the whole interview

  • Q1. 

    Next Smallest Palindrome Problem Statement

    Find the next smallest palindrome strictly greater than a given number 'N' represented as a string 'S'.

    Explanation:

    You are given a number in string format, a...

  • Ans. 

    Find the next smallest palindrome greater than a given number represented as a string.

    • Convert the string to an integer, find the next greater palindrome, and convert it back to a string.

    • Handle cases where the number is a palindrome or has all digits as '9'.

    • Consider both odd and even length numbers when finding the next palindrome.

  • Answered by AI
Round 3 - Face to Face 

(1 Question)

Round duration - 80 Minutes
Round difficulty - Medium

Interview started at 11:00 am. Interview went well.

  • Q1. 

    Boundary Traversal of a Binary Tree

    Given a binary tree of integers, your task is to return the boundary nodes of the tree in Anti-Clockwise direction starting from the root node.

    Input:

    The first line ...
  • Ans. 

    Return the boundary nodes of a binary tree in Anti-Clockwise direction starting from the root node.

    • Traverse the left boundary nodes in a top-down manner

    • Traverse the leaf nodes from left to right

    • Traverse the right boundary nodes in a bottom-up manner

    • Handle cases where duplicates occur in the boundary nodes

    • Implement the function without printing as printing is already managed

  • Answered by AI

Interview Preparation Tips

Eligibility criteriaGood knowledge of Data Structures, Some great projects which are used by the usersAmazon interview preparation:Topics to prepare for the interview - Data Structures, Web development, System Design, Algorithms, Dynamic Programming, Database, OS, Networking, OOPS, DevOpsTime required to prepare for the interview - 8 monthsInterview preparation tips for other job seekers

Tip 1 : For Data Structures number of questions doesn't matter. Try to understand the logic behind them and try to apply them in creating multiple scenario's. Learn them by heart. 
Tip 2 : For Web.Development Try to learn full stack development. See which part interests you more, Increase your knowledge horizon, Always try to build a system a system considering It will be served to millions of customers. By doing this 1-2 projects will increase and cover all the major things which one should learn in their career/college.

Application resume tips for other job seekers

Tip 1 : Always try to make it a single page 
Tip 2 : Always make resume company specific. eg. Data Structures part more if you are applying for MNC's eg. Amazon, Google, DE Shaw, browserstack.

Final outcome of the interviewSelected

Skills evaluated in this interview

Interview Questionnaire 

1 Question

  • Q1. Tell me about yourself?basics on c , then about projects

I applied via Naukri.com and was interviewed before Oct 2019. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. What technical challenges have you faced in your work till now and how did you overcome it?

Interview Preparation Tips

Interview preparation tips for other job seekers - Be truthful and give detailed explanation of the issues and how it was resolved. Explain the severity of the problem and what blockage it had caused in your daily work. How did you chose a solution and how fast was it implemented.

C2L BIZ Interview FAQs

How many rounds are there in C2L BIZ Software Developer Trainee interview?
C2L BIZ interview process usually has 4-5 rounds. The most common rounds in the C2L BIZ interview process are Resume Shortlist, Aptitude Test and Technical.
What are the top questions asked in C2L BIZ Software Developer Trainee interview?

Some of the top questions asked at the C2L BIZ Software Developer Trainee interview -

  1. must prepare java oops concept, hashmap , star pattern printing, sql q like joi...read more
  2. all the questions on java what is oops? explain all ? ques on string question...read more
  3. Introduce yourself. OOPS concept. Difference between DML and DDL Commands. No...read more

Tell us how to improve this page.

C2L BIZ Software Developer Trainee Interview Process

based on 1 interview

2 Interview rounds

  • Resume Shortlist Round
  • Aptitude Test Round
View more

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.4k Interviews
Infosys Interview Questions
3.6
 • 7.5k Interviews
Wipro Interview Questions
3.7
 • 5.6k Interviews
Amazon Interview Questions
4.1
 • 5k Interviews
Tech Mahindra Interview Questions
3.5
 • 3.8k Interviews
HCLTech Interview Questions
3.5
 • 3.8k Interviews
LTIMindtree Interview Questions
3.8
 • 2.9k Interviews
Flipkart Interview Questions
4.0
 • 1.3k Interviews
Mphasis Interview Questions
3.4
 • 789 Interviews
View all
C2L BIZ Software Developer Trainee Salary
based on 13 salaries
₹2.9 L/yr - ₹4 L/yr
At par with the average Software Developer Trainee Salary in India
View more details

C2L BIZ Software Developer Trainee Reviews and Ratings

based on 4 reviews

3.8/5

Rating in categories

3.5

Skill development

3.8

Work-life balance

3.5

Salary

3.5

Job security

3.5

Company culture

3.1

Promotions

3.5

Work satisfaction

Explore 4 Reviews and Ratings
Software Developer
244 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Programmer Analyst
78 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Business Analyst
56 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Functional Architect
41 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Software Tester
40 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare C2L BIZ with

TCS

3.7
Compare

Infosys

3.6
Compare

Wipro

3.7
Compare

HCLTech

3.5
Compare
Did you find this page helpful?
Yes No
write
Share an Interview