Premium Employer

i

This company page is being actively managed by Clover Infotech Team. If you also belong to the team, you can get access from here

Clover Infotech Verified Tick

Compare button icon Compare button icon Compare
3.6

based on 1.1k Reviews

Filter interviews by

Clover Infotech Software Developer Interview Questions and Answers

Updated 16 Nov 2024

Clover Infotech Software Developer Interview Experiences

7 interviews found

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

I applied via Recruitment Consulltant and was interviewed in Apr 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Oops concept with example
  • Ans. 

    Oops concept refers to Object-Oriented Programming principles like inheritance, encapsulation, polymorphism, and abstraction.

    • Inheritance: Allows a class to inherit properties and behavior from another class. Example: Parent class 'Animal' and child class 'Dog'.

    • Encapsulation: Bundling data and methods that operate on the data into a single unit. Example: Class 'Car' with private variables and public methods.

    • Polymorphism...

  • Answered by AI
  • Q2. Basic Database question

Skills evaluated in this interview

Interview experience
1
Bad
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Company Website and was interviewed in Feb 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Basic of js and react
  • Q2. Hooks , state , props , component

Software Developer Interview Questions Asked at Other Companies

asked in Amazon
Q1. Maximum Subarray SumGiven an array of numbers, find the maximum s ... read more
asked in Cognizant
Q2. Nth Fibonacci NumberNth term of Fibonacci series F(n), where F(n) ... read more
asked in Rakuten
Q3. Merge two sorted arraysNinja has been given two sorted integer ar ... read more
asked in GlobalLogic
Q4. Terms Of APAyush is given a number ‘X’. He has been told that he ... read more
asked in Amazon
Q5. Minimum Number of Platform NeededYou are given the arrival and de ... read more
Interview experience
2
Poor
Difficulty level
Moderate
Process Duration
-
Result
Selected Selected
Round 1 - Technical 

(1 Question)

  • Q1. They asked questioned on joints
Round 2 - HR 

(1 Question)

  • Q1. Basic question about family and backgroud

Interview Preparation Tips

Interview preparation tips for other job seekers - Dont joint very less pay
Interview experience
1
Bad
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

There was 10 question

Round 2 - HR 

(2 Questions)

  • Q1. What is array and strings
  • Ans. 

    Arrays are a collection of elements of the same data type, while strings are a sequence of characters.

    • Arrays can store multiple values in a single variable, accessed by index.

    • Strings are a special type of array that store sequences of characters.

    • Example: Array - [1, 2, 3], String - 'hello world'

  • Answered by AI
  • Q2. Write a code of prime number
  • Ans. 

    Code to check if a number is prime or not

    • Use a loop to check if the number is divisible by any number other than 1 and itself

    • If the number is only divisible by 1 and itself, it is a prime number

    • Example: Check if 7 is prime - loop from 2 to 6, no number divides 7 evenly

  • Answered by AI

Skills evaluated in this interview

Clover Infotech interview questions for designations

 Senior Software Developer

 (1)

 Software Engineer

 (14)

 Plsql Developer

 (3)

 Java Developer

 (2)

 Oracle Developer

 (1)

 Database Developer

 (1)

 Cognos Developer

 (1)

 ODI Developer

 (1)

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

I applied via Job Portal and was interviewed in Sep 2023. There were 3 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 

Normal verbal, logical question

Round 3 - Technical 

(1 Question)

  • Q1. Sql and java and some web technology
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Naukri.com and was interviewed in Aug 2023. There were 3 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Don’t add your photo or details such as gender, age, and address in your resume. These details do not add any value.
View all tips
Round 2 - One-on-one 

(1 Question)

  • Q1. What is your expectations
Round 3 - One-on-one 

(1 Question)

  • Q1. Why we should hire you
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Walk-in and was interviewed before Nov 2023. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Basic concepts only like opps
  • Q2. Exception handling

Interview questions from similar companies

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
Selected Selected
Round 1 - Aptitude Test 

General aptitude online test

Round 2 - Technical 

(2 Questions)

  • Q1. OOPS basic concepts with eg
  • Q2. C#,Sql,MVC concepts
Round 3 - Technical 

(2 Questions)

  • Q1. Project experience
  • Ans. 

    I have experience working on various projects including web development, mobile app development, and database management.

    • Developed a web application using React.js and Node.js for a client in the e-commerce industry

    • Created a mobile app using Swift for a healthcare startup to track patient data

    • Managed a MySQL database for a financial services company to store and retrieve customer information

  • Answered by AI
  • Q2. Coding related questions asked
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-

I applied via campus placement at Amrita Vishwa Vidyapeetham, Amritapuri Campus

Round 1 - Aptitude Test 

Since it came through college I was a fresher and it was aptitude + English

Round 2 - Technical 

(2 Questions)

  • Q1. Project questions based on resume
  • Q2. Then some HR questions also based
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. What is OOPS ?
  • Ans. 

    OOPS stands for Object-Oriented Programming System. It is a programming paradigm based on the concept of objects.

    • OOPS focuses on creating objects that contain data and methods to manipulate that data.

    • It allows for encapsulation, inheritance, and polymorphism.

    • Examples of OOPS languages include Java, C++, and Python.

  • Answered by AI
  • Q2. What is Dependency Injection
  • Ans. 

    Dependency Injection is a design pattern where components are given their dependencies rather than creating them internally.

    • Allows for easier testing by mocking dependencies

    • Promotes loose coupling between components

    • Improves code reusability and maintainability

    • Example: Constructor injection, Setter injection

  • Answered by AI
Round 2 - Technical 

(2 Questions)

  • Q1. Which Architechture does you project build by?
  • Q2. What is Normalization in sql?
  • Ans. 

    Normalization in SQL is the process of organizing data in a database to reduce redundancy and improve data integrity.

    • Normalization involves breaking down a table into smaller tables and defining relationships between them.

    • It helps in reducing data redundancy by storing data in a structured manner.

    • There are different normal forms like 1NF, 2NF, 3NF, and BCNF that define the level of normalization.

    • Example: If we have a t...

  • Answered by AI
Round 3 - HR 

(2 Questions)

  • Q1. Tell about your self ?
  • Q2. Whom do you provide your first month salary ?

Skills evaluated in this interview

Clover Infotech Interview FAQs

How many rounds are there in Clover Infotech Software Developer interview?
Clover Infotech interview process usually has 1-2 rounds. The most common rounds in the Clover Infotech interview process are Technical, Resume Shortlist and One-on-one Round.
How to prepare for Clover Infotech 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 Clover Infotech. The most common topics and skills that interviewers at Clover Infotech expect are ASP.Net, C#, .Net Core, ASP.Net MVC and Java.
What are the top questions asked in Clover Infotech Software Developer interview?

Some of the top questions asked at the Clover Infotech Software Developer interview -

  1. What is array and stri...read more
  2. Write a code of prime num...read more
  3. Oops concept with exam...read more
How long is the Clover Infotech Software Developer interview process?

The duration of Clover Infotech Software Developer interview process can vary, but typically it takes about less than 2 weeks to complete.

Tell us how to improve this page.

Clover Infotech Software Developer Interview Process

based on 5 interviews in last 1 year

1 Interview rounds

  • Technical Round
View more

People are getting interviews through

based on 5 Clover Infotech interviews
Job Portal
Company Website
WalkIn
40%
20%
20%
20% candidates got the interview through other sources.
Moderate Confidence
?
Moderate Confidence means the data is based on a sufficient number of responses received from the candidates
Join Clover Infotech Digital Solutions for the New-Age Enterprise
Clover Infotech Software Developer Salary
based on 340 salaries
₹1.2 L/yr - ₹9.2 L/yr
24% less than the average Software Developer Salary in India
View more details

Clover Infotech Software Developer Reviews and Ratings

based on 39 reviews

3.2/5

Rating in categories

3.0

Skill development

3.1

Work-Life balance

3.0

Salary & Benefits

3.4

Job Security

3.0

Company culture

2.7

Promotions/Appraisal

2.9

Work Satisfaction

Explore 39 Reviews and Ratings
Software Engineer
1.3k salaries
unlock blur

₹1.5 L/yr - ₹9 L/yr

Senior Software Engineer
826 salaries
unlock blur

₹4.2 L/yr - ₹15.6 L/yr

Technical Support Engineer
572 salaries
unlock blur

₹2 L/yr - ₹7.5 L/yr

Application Support Engineer
532 salaries
unlock blur

₹2 L/yr - ₹8.5 L/yr

Oracle Database Administrator
484 salaries
unlock blur

₹1.8 L/yr - ₹10 L/yr

Explore more salaries
Compare Clover Infotech with

TCS

3.7
Compare

Wipro

3.7
Compare

Infosys

3.7
Compare

HCLTech

3.5
Compare

Calculate your in-hand salary

Confused about how your in-hand salary is calculated? Enter your annual salary (CTC) and get your in-hand salary
Did you find this page helpful?
Yes No
write
Share an Interview