Upload Button Icon Add office photos

Filter interviews by

Clear (1)

C2L BIZ Software Developer Interview Questions and Answers

Updated 13 Jun 2024

C2L BIZ Software Developer Interview Experiences

3 interviews found

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Approached by Company

Round 1 - Technical 

(2 Questions)

  • Q1. Oops concept Spring Hibernate
  • Q2. Oops, autowiring,jdbc

Sun Pharmaceutical Industries

Join us and thrive in a company culture that inspires and empowers.

Software Developer Interview Questions & Answers

user image shastri chavan

posted on 13 Jun 2024

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. What is functional interface
  • Ans. 

    A functional interface is an interface that contains only one abstract method, used in Java to enable lambda expressions.

    • Functional interfaces can have multiple default or static methods, but only one abstract method.

    • Functional interfaces are used to enable lambda expressions in Java.

    • Examples of functional interfaces in Java include Runnable, Callable, and ActionListener.

  • Answered by AI
  • Q2. What is abstract class
  • Ans. 

    An abstract class is a class that cannot be instantiated and is used as a blueprint for other classes to inherit from.

    • Cannot be instantiated on its own

    • May contain abstract methods that must be implemented by subclasses

    • Can have both abstract and non-abstract methods

    • Used to define common behavior for subclasses

  • Answered by AI

Skills evaluated in this interview

Software Developer Interview Questions Asked at Other Companies

asked in Amazon
Q1. Maximum Subarray Sum Problem Statement Given an array of integers ... read more
asked in Amazon
Q2. Minimum Number of Platforms Needed Problem Statement You are give ... read more
asked in Rakuten
Q3. Merge Two Sorted Arrays Problem Statement Given two sorted intege ... read more
asked in Cognizant
Q4. Nth Fibonacci Number Problem Statement Calculate the Nth term in ... read more
Q5. Find Duplicate in Array Problem Statement You are provided with a ... read more

I applied via campus placement at Atharva College of Engineering, Mumbai and was interviewed in Oct 2022. There were 5 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 Resume tips
Round 2 - Aptitude Test 

The basic of aptitude such as percentage, relative speed, family relation and quick response questions

Round 3 - Coding Test 

Basic code such as String Manipulation and Array basic coding

Round 4 - Technical 

(1 Question)

  • Q1. Basic of Java and other topics related to fresher
Round 5 - HR 

(1 Question)

  • Q1. Basic questions such as tell me about yourself, mostly this round is them introducing the company

Interview Preparation Tips

Interview preparation tips for other job seekers - If you are fresher and looking to remove the fresher tag, apply but if you are experienced then you might feel it will a technical let down

Interview questions from similar companies

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I was interviewed in Jan 2025.

Round 1 - Aptitude Test 

Basic aptitude questions to

Round 2 - Coding Test 

Basic coding questions

Round 3 - Technical 

(2 Questions)

  • Q1. Thanks tougfh roubd was there
  • Q2. What type of round was conducted during the interview?

Interview Preparation Tips

Interview preparation tips for other job seekers - All the best , thanks for asking
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Campus Placement and was interviewed in Aug 2024. There were 2 interview rounds.

Round 1 - Coding Test 

3 coding question
2 medium 1 hard

Round 2 - Technical 

(2 Questions)

  • Q1. Online polling system based on OOPs
  • Q2. Explaining the above code
Interview experience
2
Poor
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Given an array of n numbers , find the kth largest find the sum from a th largest to bth largest n can be huge
  • Ans. 

    Find the sum of kth to bth largest numbers in a huge array efficiently.

    • Sort the array in descending order to easily find the kth and bth largest numbers.

    • Use a priority queue or min heap to efficiently find the kth and bth largest numbers without sorting the entire array.

    • Once you have the kth and bth largest numbers, iterate through the array and sum the numbers between them.

  • Answered by AI
  • Q2. Mostly elasticsearch related and company work related questions

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Job Portal and was interviewed in Aug 2024. There were 2 interview rounds.

Round 1 - Coding Test 

DSA + JAVA + Spring boot

Round 2 - Case Study 

LLD (bookmyshow) + DSA

Interview Preparation Tips

Topics to prepare for Lenskart Software Developer interview:
  • Spring batch
  • spring Jpa
  • Transactions
  • Microservices
Interview preparation tips for other job seekers - DSA + HLD
Interview experience
2
Poor
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Implement an immutable class.
  • Ans. 

    An immutable class is a class whose instances cannot be modified after creation.

    • Use final keyword for class declaration to prevent inheritance

    • Make all fields private and final to prevent modification

    • Do not provide setter methods, only getter methods should be used

  • Answered by AI
  • Q2. Implement a springboot service that intercepts http requests.
  • Ans. 

    Implement a Springboot service to intercept HTTP requests.

    • Create a Springboot application with necessary dependencies.

    • Implement a custom interceptor by extending HandlerInterceptorAdapter.

    • Override preHandle and postHandle methods to intercept requests and responses.

    • Register the interceptor in the WebMvcConfigurerAdapter configuration class.

  • Answered by AI

Skills evaluated in this interview

Interview experience
1
Bad
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

Basic CS Core questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Avoid. Very rude interviewers
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(1 Question)

  • Q1. About yourself hobbies
Contribute & help others!
anonymous
You can choose to be anonymous

C2L BIZ Interview FAQs

How many rounds are there in C2L BIZ Software Developer interview?
C2L BIZ interview process usually has 2-3 rounds. The most common rounds in the C2L BIZ interview process are Technical, Resume Shortlist and Aptitude Test.
How to prepare for C2L BIZ Software Developer interview?
Go through your CV in detail and study all the technologies mentioned in your CV. Prepare at least two technologies or languages in depth if you are appearing for a technical interview at C2L BIZ. The most common topics and skills that interviewers at C2L BIZ expect are jQuery, Hibernate, Java Spring Boot, Oracle and RDBMS.
What are the top questions asked in C2L BIZ Software Developer interview?

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

  1. what is functional interf...read more
  2. what is abstract cl...read more
  3. Basic of Java and other topics related to fres...read more

Recently Viewed

INTERVIEWS

EMERSON PROCESS MANAGEMENT

No Interviews

INTERVIEWS

Edico Software Solutions

No Interviews

INTERVIEWS

AVASOFT

No Interviews

INTERVIEWS

UST

No Interviews

INTERVIEWS

Lloyds Metals And Energy

No Interviews

INTERVIEWS

63 Moons Technologies

No Interviews

INTERVIEWS

Accenture

No Interviews

INTERVIEWS

Arz Technosolution

No Interviews

INTERVIEWS

National Instruments

No Interviews

INTERVIEWS

Flex

No Interviews

Tell us how to improve this page.

C2L BIZ Software Developer Interview Process

based on 2 interviews

Interview experience

4.5
  
Good
View more

HCLTech

Find your spark at a global tech company that values your every skill

C2L BIZ Software Developer Salary
based on 245 salaries
₹2.6 L/yr - ₹9 L/yr
38% less than the average Software Developer Salary in India
View more details

C2L BIZ Software Developer Reviews and Ratings

based on 31 reviews

3.5/5

Rating in categories

3.4

Skill development

3.4

Work-life balance

2.8

Salary

3.9

Job security

3.7

Company culture

2.9

Promotions

3.6

Work satisfaction

Explore 31 Reviews and Ratings
Software Developer
244 salaries
unlock blur

₹2.5 L/yr - ₹9 L/yr

Programmer Analyst
78 salaries
unlock blur

₹4.2 L/yr - ₹14 L/yr

Business Analyst
56 salaries
unlock blur

₹6 L/yr - ₹16.6 L/yr

Functional Architect
41 salaries
unlock blur

₹5 L/yr - ₹12.5 L/yr

Software Tester
40 salaries
unlock blur

₹2.5 L/yr - ₹4.3 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
Rate your experience using AmbitionBox
Terrible
Terrible
Poor
Poor
Average
Average
Good
Good
Excellent
Excellent