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

Filter interviews by

Clover Infotech Interview Questions, Process, and Tips

Updated 2 Apr 2025

Top Clover Infotech Interview Questions and Answers

View all 6 questions

Clover Infotech Interview Experiences

Popular Designations

109 interviews found

I applied via Naukri.com and was interviewed in Oct 2022. There were 2 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 - Technical 

(2 Questions)

  • Q1. Basic oops mvc sql, c#
  • Q2. What is the feature of opps
  • Ans. 

    OOPs feature is encapsulation, inheritance, and polymorphism.

    • Encapsulation: bundling of data and methods that manipulate the data within a single unit.

    • Inheritance: ability of a class to inherit properties and characteristics from its parent class.

    • Polymorphism: ability of objects to take on many forms or have multiple behaviors.

    • Examples: Java, C++, Python, Ruby, etc.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Easy to select if you confident about your technology

Top Clover Infotech Software Engineer Interview Questions and Answers

Q1. What is the page life cycle in ASP.NET?
View answer (1)

Software Engineer Interview Questions asked at other Companies

Q1. Bridge and torch problem : Four people come to a river in the night. There is a narrow bridge, but it can only hold two people at a time. They have one torch and, because it's night, the torch has to be used when crossing the bridge. Person... read more
View answer (219)
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed before Feb 2023. There were 2 interview rounds.

Round 1 - Technical 

(4 Questions)

  • Q1. What is procedure in odi
  • Ans. 

    A procedure in ODI is a set of instructions or actions that are executed in a specific order to perform a specific task.

    • A procedure in ODI is created using the ODI Studio interface.

    • It can be used to perform various tasks such as data integration, data transformation, and data loading.

    • Procedures can be scheduled to run at specific times or triggered by events.

    • They can include multiple steps or actions, such as extractin...

  • Answered by AI
  • Q2. What is mapping in odi
  • Ans. 

    Mapping in ODI is the process of defining the relationship between source and target data structures.

    • Mapping involves specifying the transformation rules to be applied to the source data.

    • It determines how the data will be extracted, transformed, and loaded into the target structure.

    • Mappings can be created using ODI's graphical interface or by writing code in ODI's declarative language.

    • Mappings can include various trans...

  • Answered by AI
  • Q3. What is package in odi
  • Ans. 

    A package in ODI is a container that holds related objects and components for organizing and managing data integration processes.

    • Packages are used to group together related objects such as interfaces, procedures, variables, and more.

    • They provide a way to organize and manage data integration processes in ODI.

    • Packages can be used to define the execution order of objects within a process flow.

    • They can be scheduled for aut...

  • Answered by AI
  • Q4. What is scd in odi
  • Ans. 

    SCD stands for Slowly Changing Dimensions. It is a technique used in ODI to handle changes in data over time.

    • SCD is used to track and manage changes in dimension tables

    • It helps in maintaining historical data and tracking changes in attributes

    • There are different types of SCDs, such as Type 1, Type 2, and Type 3

    • Type 1 SCD overwrites the existing data with the new data

    • Type 2 SCD creates a new record for each change and ma...

  • Answered by AI
Round 2 - HR 

(1 Question)

  • Q1. How much salary you expected

ODI Developer Interview Questions asked at other Companies

Q1. What is Slowly changing dimension. And How many types of SCD's we have.
View answer (1)
Round 1 - HR 

(1 Question)

  • Q1. Tell me about yourself and technical background.
  • Ans. I have given self introduction with educational and given brief about my technical work.
  • Answered Anonymously
Round 2 - Technical 

(1 Question)

  • Q1. Asked about windows platform like Active directory, patch management & Visualization.
  • Ans. I have explained brief about AD WSUS and Hyper V.
  • Answered Anonymously

Interview Preparation Tips

Interview preparation tips for other job seekers - Keep preparation as per your resume. Question will get from your resume. Share right technical details in resume.
And focus on communication skill.

Top Clover Infotech Senior Consultant Interview Questions and Answers

Q1. What is HA in VMware What's is DRS How Vmotion works What is host profile How many snapshot of vm we can take
View answer (1)

Senior Consultant Interview Questions asked at other Companies

Q1. 1. What's the use of update sets and how do you move update set from one instance to another? Once you imported the update set, what will you do? To check the customisations, You need to do open the update set and do something. What is that... read more
View answer (3)

Intern Interview Questions & Answers

user image Anonymous

posted on 16 Jul 2024

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
No response

I applied via Company Website and was interviewed before Jul 2023. There were 2 interview rounds.

Round 1 - Aptitude Test 

Medium level questions where there to tackle

Round 2 - Coding Test 

It was task to create login page

Interview Preparation Tips

Interview preparation tips for other job seekers - prepare well

Intern Interview Questions asked at other Companies

Q1. Case. There is a housing society “The wasteful society”, you collect all the household garbage and sell it to 5 different businesses. Determine what price you will pay to the society members in Rs/kg, given you want to make a profit of 20% ... read more
View answer (8)

Clover Infotech interview questions for popular designations

 Software Engineer

 (15)

 Software Developer

 (7)

 Oracle Database Administrator

 (7)

 Technical Support Engineer

 (5)

 Senior Consultant

 (5)

 Senior Software Engineer

 (4)

 Assistant Manager

 (3)

 Plsql Developer

 (3)

I applied via Naukri.com and was interviewed in Jan 2022. There was 1 interview round.

Round 1 - Technical 

(4 Questions)

  • Q1. How many types of variables there in Java?
  • Ans. 

    There are three types of variables in Java: local, instance, and static.

    • Local variables are declared within a method or block and have limited scope.

    • Instance variables are declared within a class but outside of any method and are accessible to all methods of the class.

    • Static variables are declared with the static keyword and are shared among all instances of the class.

    • Examples: int x; //instance variable, static int y;...

  • Answered by AI
  • Q2. What is Hibernate and why we are going for hibernate technology?
  • Ans. 

    Hibernate is an ORM tool used to map Java objects to database tables.

    • Hibernate simplifies database access by abstracting the JDBC API

    • It provides a framework for mapping an object-oriented domain model to a relational database

    • Hibernate supports lazy loading, caching, and transaction management

    • It reduces the amount of boilerplate code needed for database operations

    • Hibernate is widely used in enterprise Java applications

  • Answered by AI
  • Q3. What is Java programming language?
  • Ans. 

    Java is a high-level, object-oriented programming language used for developing desktop, web, and mobile applications.

    • Java is platform-independent and can run on any operating system

    • It is known for its security features and memory management

    • Java code is compiled into bytecode which can be executed on any Java Virtual Machine (JVM)

    • Java has a vast library of pre-built classes and APIs for developers to use

    • Popular framewor...

  • Answered by AI
  • Q4. What are 4 pillars of OOP with examples?
  • Ans. 

    The 4 pillars of OOP are encapsulation, inheritance, polymorphism, and abstraction.

    • Encapsulation: bundling data and methods together in a class, hiding internal details.

    • Inheritance: creating new classes from existing ones, inheriting properties and behaviors.

    • Polymorphism: objects of different classes can be treated as objects of a common superclass.

    • Abstraction: simplifying complex systems by breaking them down into sma

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Clover Infotech Senior Software Engineer interview:
  • Core Java
  • Advanced Java
Interview preparation tips for other job seekers - Be prepared with your Basic Concepts

Skills evaluated in this interview

Senior Software Engineer Interview Questions asked at other Companies

Q1. Tell me about yourself. What technology are you using? What is a Collection? What are the different types of collection there? What is the difference between ArrayList and LinkedList What are the basic building blocks of Stream operators, s... read more
View answer (2)

Get interview-ready with Top Clover Infotech Interview Questions

Interview Questions & Answers

user image Anonymous

posted on 1 Sep 2023

Interview experience
5
Excellent
Difficulty level
Hard
Process Duration
4-6 weeks
Result
Selected Selected

I applied via Approached by Company and was interviewed before Sep 2022. 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 

Basic questions about dbms oops and little bit general knowledge ..

Round 3 - Technical 

(7 Questions)

  • Q1. What are the features of Java?
  • Q2. Which database are mostly used in banking sector?
  • Q3. What are your hobbies?
  • Q4. What you do first when some critical work has a deadline and you have to meet it?
  • Q5. What are your plus point?
  • Q6. What are your negative points?
  • Q7. What is DEVOPS?

Skills evaluated in this interview

Jobs at Clover Infotech

View all
Round 1 - Technical 

(1 Question)

  • Q1. Related to my profile what work i do,sql language
Round 2 - HR 

(1 Question)

  • Q1. Salary negotiation and joining date

Interview Preparation Tips

Interview preparation tips for other job seekers - Always be confident and frank in interviews.

Senior Technical Support Engineer Interview Questions asked at other Companies

Q1. What tool tableau use for optimization of deployments?
View answer (1)
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 - One-on-one 

(1 Question)

  • Q1. Security Related Questions (Owasp Top 10)
Round 3 - HR 

(1 Question)

  • Q1. Salary expectation as per standard

Interview Preparation Tips

Interview preparation tips for other job seekers - Read Job Description and then only give interview

Top Clover Infotech Software Engineer Interview Questions and Answers

Q1. What is the page life cycle in ASP.NET?
View answer (1)

Software Engineer Interview Questions asked at other Companies

Q1. Bridge and torch problem : Four people come to a river in the night. There is a narrow bridge, but it can only hold two people at a time. They have one torch and, because it's night, the torch has to be used when crossing the bridge. Person... read more
View answer (219)
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
-

I appeared for an interview before Apr 2023.

Round 1 - Technical 

(1 Question)

  • Q1. About MVC, ASP. NET, AND SQL

Interview Preparation Tips

Interview preparation tips for other job seekers - Good.

Top Clover Infotech Software Engineer Interview Questions and Answers

Q1. What is the page life cycle in ASP.NET?
View answer (1)

Software Engineer Interview Questions asked at other Companies

Q1. Bridge and torch problem : Four people come to a river in the night. There is a narrow bridge, but it can only hold two people at a time. They have one torch and, because it's night, the torch has to be used when crossing the bridge. Person... read more
View answer (219)
Interview experience
3
Average
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Walk-in and was interviewed before Aug 2022. There were 4 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Do not use an unprofessional email address such as cool_boy@email.com. It shows a lack of professionalism by the candidate.
View all tips
Round 2 - Aptitude Test 

If u r a fresher then only there is a aptitude test no need to worry about aptitude test they will hire u in terms of contract

Round 3 - HR 

(2 Questions)

  • Q1. They will tell u about policy of contract if ur ready then good else ur failed
  • Q2. How do u know about this company Are you willing to do on contract basis
Round 4 - Technical 

(1 Question)

  • Q1. If u r fresher then u have no question they are ready to give you job on contract basis And for experience they will ask work related questions

Interview Preparation Tips

Topics to prepare for Clover Infotech Software Engineer interview:
  • It depends upon what u choose
Interview preparation tips for other job seekers - If you don't get a job anywhere else, then go for this company.

Top Clover Infotech Software Engineer Interview Questions and Answers

Q1. What is the page life cycle in ASP.NET?
View answer (1)

Software Engineer Interview Questions asked at other Companies

Q1. Bridge and torch problem : Four people come to a river in the night. There is a narrow bridge, but it can only hold two people at a time. They have one torch and, because it's night, the torch has to be used when crossing the bridge. Person... read more
View answer (219)

Clover Infotech Interview FAQs

How many rounds are there in Clover Infotech interview?
Clover Infotech interview process usually has 1-2 rounds. The most common rounds in the Clover Infotech interview process are Technical, HR and Resume Shortlist.
How to prepare for Clover Infotech 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 PLSQL, SQL, French, SAN and Oracle.
What are the top questions asked in Clover Infotech interview?

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

  1. What is oracle application database administrato...read more
  2. How many types of variables there in Ja...read more
  3. If one of the application top get deleted how to restor...read more
How long is the Clover Infotech interview process?

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

Tell us how to improve this page.

Clover Infotech Interview Process

based on 116 interviews

Interview experience

4
  
Good
View more
Join Clover Infotech Digital Solutions for the New-Age Enterprise

Interview Questions from Similar Companies

ITC Infotech Interview Questions
3.6
 • 336 Interviews
NeoSOFT Interview Questions
3.7
 • 264 Interviews
3i Infotech Interview Questions
3.4
 • 143 Interviews
Sify Technologies Interview Questions
3.8
 • 123 Interviews
Mastek Interview Questions
3.5
 • 118 Interviews
Maveric Systems Interview Questions
3.5
 • 115 Interviews
Sonata Software Interview Questions
3.4
 • 115 Interviews
Prodapt Interview Questions
3.5
 • 100 Interviews
View all

Clover Infotech Reviews and Ratings

based on 1.2k reviews

3.5/5

Rating in categories

3.5

Skill development

3.3

Work-life balance

3.3

Salary

3.5

Job security

3.2

Company culture

3.1

Promotions

3.3

Work satisfaction

Explore 1.2k Reviews and Ratings
Service Delivery Manager - Database Support

Chennai,

Mumbai

10-20 Yrs

₹ 20-25 LPA

Urgent Hiring For OIC consultants - Clover Infotech

Navi Mumbai,

Mumbai

4-9 Yrs

Not Disclosed

L3 Storage (Netapp) Mumbai candidates only

Mumbai

10-15 Yrs

₹ 18-20 LPA

Explore more jobs
Software Engineer
1.3k salaries
unlock blur

₹1.8 L/yr - ₹9.8 L/yr

Senior Software Engineer
832 salaries
unlock blur

₹4.2 L/yr - ₹15.9 L/yr

Application Support Engineer
582 salaries
unlock blur

₹2 L/yr - ₹8.3 L/yr

Technical Support Engineer
560 salaries
unlock blur

₹2 L/yr - ₹8 L/yr

Oracle Database Administrator
496 salaries
unlock blur

₹1.8 L/yr - ₹10 L/yr

Explore more salaries
Compare Clover Infotech with

ITC Infotech

3.6
Compare

3i Infotech

3.5
Compare

Sify Technologies

3.8
Compare

Microland

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