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 5 Mar 2025

Top Clover Infotech Interview Questions and Answers

View all 88 questions

Clover Infotech Interview Experiences

Popular Designations

106 interviews found

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

I applied via LinkedIn and was interviewed in Apr 2024. There were 2 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. About HTML, CSS, JS, Python ?
  • Q2. What is Self Keyword in python?
  • Ans. 

    The self keyword in Python is a reference to the current instance of a class.

    • Self is the first parameter in the definition of instance methods within a class.

    • It is used to access variables and methods within the class.

    • Self is not a reserved keyword in Python, but it is a convention to use self as the first parameter in instance methods.

  • Answered by AI
Round 2 - Technical 

(1 Question)

  • Q1. They Not Schedule Client Interview

Interview Preparation Tips

Interview preparation tips for other job seekers - Don't Wait for her response because they ignore the candidate.

Skills evaluated in this interview

Full Stack Developer Interview Questions asked at other Companies

Q1. Query and Matrix Problem Statement You are given a binary matrix with 'M' rows and 'N' columns, initially consisting of all 0s. You will receive 'Q' queries, which can be of four types: Query 1: 1 R indexQuery 2: 1 C indexQuery 3: 2 R index... read more
View answer (1)
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com

Round 1 - HR 

(1 Question)

  • Q1. Basic information like:- why you want to change job, and some similar questions...
Round 2 - Technical 

(1 Question)

  • Q1. Intermediate level questions on joins, cursor, bulk collect, trigger ....

Interview Preparation Tips

Interview preparation tips for other job seekers - Good 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 (203)
Clover Infotech Interview Questions and Answers for Freshers
illustration image
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Tell me Something about yourself
  • Q2. Brif details about SQL , Linux
  • Ans. 

    SQL is a database language used for managing and querying data. Linux is an open-source operating system known for its stability and security.

    • SQL stands for Structured Query Language and is used to communicate with databases.

    • SQL can be used to retrieve, update, and manipulate data in databases.

    • Linux is an open-source operating system that is widely used in servers and embedded systems.

    • Linux is known for its stability, ...

  • Answered by AI

Skills evaluated in this interview

Delivery Lead and Project Manager Interview Questions asked at other Companies

Q1. Brif details about SQL , Linux
View answer (1)

Analyst Interview Questions & Answers

user image Anonymous

posted on 15 May 2024

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Tell me about your self
Round 2 - Technical 

(1 Question)

  • Q1. What is meant garbage collector
  • Ans. 

    Garbage collector is a program that automatically frees up memory by identifying and deleting unused objects in a computer's memory.

    • Garbage collector is a part of a programming language's runtime system.

    • It helps prevent memory leaks by reclaiming memory occupied by objects that are no longer in use.

    • Examples include Java's garbage collector which runs in the background to manage memory allocation and deallocation.

  • Answered by AI
Round 3 - HR 

(1 Question)

  • Q1. Tell me about yourself

Interview Preparation Tips

Interview preparation tips for other job seekers - Good Company to work.

Skills evaluated in this interview

Analyst Interview Questions asked at other Companies

Q1. N-th Fibonacci Number Problem Statement Given an integer ‘N’, your task is to find and return the N’th Fibonacci number using matrix exponentiation. Since the answer can be very large, return the answer modulo 10^9 + 7. Formula: F(n) = F(n-... read more
View answer (1)

Clover Infotech interview questions for popular designations

 Software Engineer

 (15)

 Software Developer

 (7)

 Oracle Database Administrator

 (7)

 Technical Support Engineer

 (5)

 Senior Consultant

 (4)

 Senior Software Engineer

 (4)

 Plsql Developer

 (3)

 IT Analyst

 (2)

Plsql Developer Interview Questions & Answers

user image Nayan Parmar

posted on 7 Feb 2024

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

I applied via Naukri.com and was interviewed in Jan 2024. There were 2 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. All basics of Oracle SQL, Oracle PLSQL and scenario based questions
Round 2 - Client Interview 

(1 Question)

  • Q1. ICICI bank client - all basics of Oracle SQL and plsql and some scenario based questions like joins based, case statement based, set operator based, aggregate function and all

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident and clear concept of basic. If you do not know the practical experience then simply answer the concept and explain it that's it . They want concept clear with confidence.

Plsql Developer Interview Questions asked at other Companies

Q1. What is procedure in plsql and it's syntax and difference between procedure and function?
View answer (7)

Get interview-ready with Top Clover Infotech Interview Questions

Interview Questions & Answers

user image Anonymous

posted on 18 Nov 2024

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

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

Round 1 - Business Analyst 

(2 Questions)

  • Q1. What is Power Querry?
  • Q2. What is power bi model views?
  • Ans. 

    Power BI model views are visual representations of the data model structure in Power BI.

    • Power BI model views help users understand the relationships between tables, columns, and measures in the data model.

    • There are different types of model views such as Diagram View, Data View, and Relationship View.

    • Users can use model views to navigate and analyze the data model efficiently.

    • Model views can be customized to show specif

  • Answered by AI

Skills evaluated in this interview

Jobs at Clover Infotech

View all
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

Software Developer Interview Questions asked at other Companies

Q1. Maximum Subarray Sum Problem Statement Given an array of integers, determine the maximum possible sum of any contiguous subarray within the array. Example: Input: array = [34, -50, 42, 14, -5, 86] Output: 137 Explanation: The maximum sum is... read more
View answer (42)
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed in Jan 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Explain Oracle Architecture 11g & Oracle Database 12cR2 Technical Architecture.
  • Ans. 

    Oracle Architecture 11g & Oracle Database 12cR2 Technical Architecture

    • Oracle Architecture 11g includes components like Oracle Instance, Oracle Database, and Oracle Grid Infrastructure

    • Oracle Database 12cR2 Technical Architecture introduces features like Multitenant Architecture, In-Memory Column Store, and Automatic Data Optimization

    • Both versions have similar components such as Datafiles, Control files, Redo logs, and P

  • Answered by AI
  • Q2. Security Constraints for Oracle Cloud.
  • Ans. 

    Security constraints for Oracle Cloud include network security, data encryption, access controls, and auditing.

    • Network security measures such as firewalls and VPNs are used to protect data in transit.

    • Data encryption is utilized to secure data at rest, ensuring that sensitive information is not exposed.

    • Access controls are implemented to restrict unauthorized access to databases and resources.

    • Auditing tools are used to m...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare Basic fundamental Confidently well with basic Error codes.

Skills evaluated in this interview

Database Administrator Team Lead Interview Questions asked at other Companies

Q1. Explain Oracle Architecture 11g & Oracle Database 12cR2 Technical Architecture.
View answer (1)
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via Naukri.com and was interviewed in Nov 2023. There were 2 interview rounds.

Round 1 - HR 

(1 Question)

  • Q1. Current job and role details with current ctc and expected CTC. What didn't go well is they ghosted rather than informing about rejection.
Round 2 - One-on-one 

(3 Questions)

  • Q1. How to deploy application on WAS server
  • Ans. 

    Applications can be deployed on WAS server using administrative console, wsadmin script, or deployment manager.

    • Use administrative console to deploy applications by uploading the application file and configuring deployment settings.

    • Use wsadmin script to deploy applications by running scripts to install and configure the application.

    • Use deployment manager to deploy applications across multiple WAS servers in a network.

    • Ap...

  • Answered by AI
  • Q2. Difference between keystore and trust store
  • Ans. 

    Keystore stores private keys and certificates, while trust store stores only certificates.

    • Keystore is used to store private keys and certificates used for authentication and encryption

    • Trust store is used to store certificates from trusted entities for verifying the authenticity of remote servers

    • Keystore is used for SSL/TLS client authentication, while trust store is used for SSL/TLS server authentication

    • Examples: keyst

  • Answered by AI
  • Q3. How SSL certificate works
  • Ans. 

    SSL certificate encrypts data transmitted between a server and a client to ensure secure communication.

    • SSL certificate contains public key, private key, and information about the certificate holder.

    • When a client connects to a server, the server sends its SSL certificate to the client.

    • The client verifies the certificate's authenticity and uses the public key to encrypt data sent to the server.

    • The server uses its private...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Try to grasp deep knowledge about SSL certificates.

Skills evaluated in this interview

Websphere Administrator Interview Questions asked at other Companies

Q1. What security measures did you take before rolling out an application in the production environment?
View answer (1)
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed in May 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Oracle architecture
  • Q2. Data guard and backup

Oracle Database Administrator Interview Questions asked at other Companies

Q1. how can you recover the deleted datafiles if datafiles are not taken backup
View answer (1)
Contribute & help others!
anonymous
You can choose to be anonymous

Clover Infotech Interview FAQs

How many rounds are there in Clover Infotech interview?
Clover Infotech interview process usually has 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.

Recently Viewed

JOBS

Clover Infotech

No Jobs

JOBS

Operose Energy

No Jobs

INTERVIEWS

Panacea Biotec

No Interviews

JOBS

Panacea Biotec

No Jobs

SALARIES

Panacea Biotec

JOBS

PolicyBazaar

No Jobs

INTERVIEWS

Avantor

10 top interview questions

LIST OF COMPANIES

Jubilant Biosys

Overview

LIST OF COMPANIES

Maveric Systems

Overview

Tell us how to improve this page.

Clover Infotech Interview Process

based on 113 interviews

Interview experience

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

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
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
Mphasis Interview Questions
3.4
 • 791 Interviews
ITC Infotech Interview Questions
3.6
 • 334 Interviews
KPIT Technologies Interview Questions
3.4
 • 281 Interviews
View all

Clover Infotech Reviews and Ratings

based on 1.2k reviews

3.6/5

Rating in categories

3.5

Skill development

3.3

Work-life balance

3.3

Salary

3.6

Job security

3.3

Company culture

3.1

Promotions

3.3

Work satisfaction

Explore 1.2k Reviews and Ratings
Oracle APEX Developer role in Dubai

Dubai,

United arab emirates

5-10 Yrs

Not Disclosed

Service Delivery Manager - Clover Infotech Gurgoan

Gurgaon / Gurugram

10-20 Yrs

₹ 20-22.5 LPA

Oracle APEX Consultant (EBS Functional & Technical) - Clover Infotech

Mumbai Suburban,

Navi Mumbai

+1

4-8 Yrs

Not Disclosed

Explore more jobs
Software Engineer
1.3k salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Software Engineer
837 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Application Support Engineer
569 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Technical Support Engineer
563 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Oracle Database Administrator
489 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare Clover Infotech with

TCS

3.7
Compare

Wipro

3.7
Compare

Infosys

3.6
Compare

HCLTech

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