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

I applied via Recruitment Consultant and was interviewed before Nov 2020. There were 3 interview rounds.

Interview Questionnaire 

16 Questions

  • Q1. What is oracle application database administrator?
  • Ans. 

    An Oracle Application Database Administrator is responsible for managing and maintaining the Oracle database used by Oracle Applications.

    • Responsible for installation, configuration, and upgrading of Oracle database

    • Ensures database security and performance optimization

    • Manages backup and recovery processes

    • Performs database monitoring and troubleshooting

    • Responsible for user management and access control

    • Works closely with ...

  • Answered by AI
  • Q2. Cloning process. Single/multinode
  • Q3. Issue faced on client side and resolution for that.
  • Ans. 

    Client faced issue with concurrent request and resolved by increasing the number of processes.

    • Client reported slow performance while running concurrent requests.

    • Checked the number of processes and found it to be less than required.

    • Increased the number of processes and tested the concurrent request again.

    • Performance improved and issue resolved.

  • Answered by AI
  • Q4. Difference between R12.1 and R12.2
  • Ans. 

    R12.2 has more features and improvements than R12.1

    • R12.2 has a new online patching feature

    • R12.2 has a new user interface

    • R12.2 has improved security features

    • R12.2 has enhanced mobile support

    • R12.2 has a new tool for managing concurrent programs

  • Answered by AI
  • Q5. Did you know about oracle secure backup
  • Ans. 

    Yes, Oracle Secure Backup is a tape backup management software for Oracle databases.

    • Oracle Secure Backup provides centralized management of tape backup and recovery operations for Oracle databases.

    • It supports various tape devices and media types.

    • It offers encryption and compression options for backup data.

    • It can be integrated with Oracle Recovery Manager (RMAN) for seamless backup and recovery.

    • It also provides reportin

  • Answered by AI
  • Q6. Why form taking time to load.
  • Ans. 

    Forms may take time to load due to various reasons.

    • Network latency

    • Heavy database queries

    • Large number of concurrent users

    • Inefficient coding

    • Insufficient hardware resources

  • Answered by AI
  • Q7. Why report is running slow.
  • Ans. 

    Reports can run slow due to various reasons.

    • Inefficient SQL queries

    • Large data sets

    • Inadequate hardware resources

    • Poorly designed report layout

    • Network latency

    • Lack of indexing

    • Database contention

    • Insufficient memory allocation

    • Outdated software versions

  • Answered by AI
  • Q8. Why index rebuild is so important.
  • Ans. 

    Index rebuild is important for improving database performance.

    • Rebuilding indexes helps to remove fragmentation and improve query performance.

    • It also helps to reduce disk I/O and improve overall database efficiency.

    • Regular index rebuilds can prevent index corruption and improve database stability.

    • Index rebuilds can be scheduled during off-peak hours to minimize impact on users.

    • Examples of tools for index rebuilds includ

  • Answered by AI
  • Q9. Benifits of dr drill.
  • Q10. If input/output error encountered.
  • Ans. 

    Input/output error indicates a problem with reading or writing data to a storage device.

    • Check if the storage device is properly connected and functioning.

    • Check if the file system is corrupted.

    • Check if there is enough space on the storage device.

    • Check if there are any hardware issues with the storage device.

    • Check if there are any software issues with the operating system or application.

    • Try to recover the data from backu

  • Answered by AI
  • Q11. How to add DMZ node.
  • Ans. 

    To add DMZ node, we need to configure the DMZ server and add it to the existing Oracle E-Business Suite environment.

    • Configure the DMZ server with the required software and patches.

    • Create a new context file for the DMZ node.

    • Update the DMZ context file with the required parameters.

    • Run the AutoConfig on the DMZ node.

    • Add the DMZ node to the existing Oracle E-Business Suite environment.

    • Configure the firewall to allow traffi...

  • Answered by AI
  • Q12. What is load balancer? Use of it!
  • Ans. 

    A load balancer is a device that distributes network traffic across multiple servers to improve performance and availability.

    • Load balancers can improve website or application performance by distributing traffic evenly across multiple servers.

    • They can also improve availability by redirecting traffic to healthy servers in case of server failure.

    • Load balancers can be hardware or software-based and can be configured to use...

  • Answered by AI
  • Q13. Log file locations
  • Q14. Start stop sequence of erp application and database. Impact if sequence get wrong
  • Ans. 

    Start stop sequence of ERP app and DB. Impact if sequence gets wrong.

    • Start DB first, then ERP app

    • Stop ERP app first, then DB

    • Wrong sequence can cause data corruption or loss

    • May result in incomplete transactions or errors during startup

  • Answered by AI
  • Q15. If one of the application top get deleted how to restore?
  • Ans. 

    To restore a deleted application top, use adadmin utility to recreate the application top.

    • Use adadmin utility to recreate the application top

    • Select option 2 (Maintain Applications Files menu)

    • Select option 1 (Maintain Applications Files)

    • Select option 2 (Copy Oracle Applications Files to the File System)

    • Enter the application short name and version to recreate the application top

  • Answered by AI
  • Q16. Oacore issue encountered?
  • Ans. 

    Oacore issue refers to problems encountered in the Oracle Application Framework (OAF) layer of Oracle E-Business Suite.

    • Oacore issues can cause application performance problems, such as slow page load times or unresponsive pages.

    • Common causes of Oacore issues include memory leaks, database connectivity problems, and configuration errors.

    • To troubleshoot Oacore issues, DBAs can use tools like Oracle Enterprise Manager (OE...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - We can asked employees regarding his past experience & from printed resume.

Skills evaluated in this interview

Top Clover Infotech Oracle Apps DBA Interview Questions and Answers

Q1. What is oracle application database administrator?
View answer (2)

Oracle Apps DBA Interview Questions asked at other Companies

Q1. What is oracle application database administrator?
View answer (2)

Senior .NET Developer Interview Questions & Answers

user image Nityanand Mishra

posted on 26 Feb 2025

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
-
Round 1 - Technical 

(5 Questions)

  • Q1. What is middelware in. Net core.
  • Ans. 

    Middleware in .NET Core is software components that are assembled into an application pipeline to handle requests and responses.

    • Middleware components are executed in the order they are added to the pipeline.

    • Middleware can perform tasks like authentication, logging, error handling, etc.

    • Examples of middleware in .NET Core include UseAuthentication, UseMvc, UseStaticFiles.

  • Answered by AI
  • Q2. What is depandancy injection in. Net core and what toes of depandancy injection with example
  • Ans. 

    Dependency injection in .NET Core is a design pattern where a class receives its dependencies from external sources rather than creating them itself.

    • Dependency injection helps in achieving loose coupling between classes.

    • Types of dependency injection in .NET Core include constructor injection, property injection, and method injection.

    • Example: Constructor injection involves injecting dependencies through a class's constr...

  • Answered by AI
  • Q3. Can you rollback triggers
  • Ans. 

    Yes, triggers can be rolled back in SQL Server.

    • Triggers can be rolled back using the ROLLBACK statement in SQL Server.

    • Rolling back a trigger will undo any changes made by the trigger.

    • Example: ROLLBACK TRANSACTION;

  • Answered by AI
  • Q4. Cursor is memory taken than why we used
  • Ans. 

    Cursors are used in databases to retrieve and manipulate data, despite consuming memory.

    • Cursors are used to iterate over a result set in a database query.

    • They allow for sequential processing of query results.

    • While they do consume memory, they are necessary for certain operations like updating rows in a specific order.

    • Cursors should be used judiciously to avoid excessive memory consumption.

  • Answered by AI
  • Q5. Query optimization

Senior .NET Developer Interview Questions asked at other Companies

Q1. Find indexes of two values in an array who's Sum is 8 or a dynamic value
View answer (1)
Clover Infotech Interview Questions and Answers for Freshers
illustration image
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

Mathematical and proficiency

Round 2 - Technical 

(2 Questions)

  • Q1. Tell me about yourself
  • Ans. 

    I am a seasoned Oracle Functional Consultant with 5+ years of experience in implementing and customizing Oracle ERP solutions.

    • 5+ years of experience in Oracle ERP implementation and customization

    • Strong knowledge of Oracle E-Business Suite modules such as Financials, Procurement, and Supply Chain

    • Experience in gathering business requirements, designing solutions, and conducting user training sessions

    • Certified Oracle prof...

  • Answered by AI
  • Q2. Finance related questions
Round 3 - Technical 

(1 Question)

  • Q1. Questions on confidence, team player
Round 4 - HR 

(1 Question)

  • Q1. Company teams and policy, overview

Oracle Functional Consultant Interview Questions asked at other Companies

Q1. What tools have you worked upon?
View answer (1)
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Not remember exactly,joined as fresher level
  • Q2. Appittudee test and hr discussion

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare it well,do your best

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)

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. What is memory ballooning ?
  • Ans. 

    Memory ballooning is a technique used in virtualization to reclaim unused memory from virtual machines.

    • Allows hypervisors to dynamically adjust memory allocation based on demand.

    • Helps optimize resource utilization in environments with multiple VMs.

    • Example: If a VM is using less memory than allocated, the hypervisor can reclaim that memory for other VMs.

    • Works in conjunction with memory overcommitment, where more memory

  • Answered by AI
  • Q2. What is promiscuous mode in network traffic shaping?
  • Ans. 

    Promiscuous mode allows a network device to intercept and read all traffic on the network segment.

    • Promiscuous mode is used primarily in network monitoring and analysis.

    • In this mode, a network interface card (NIC) captures all packets, regardless of their destination.

    • It is commonly used in packet sniffing tools like Wireshark.

    • Example: A network administrator uses promiscuous mode to troubleshoot network issues by analyz...

  • Answered by AI

Top Clover Infotech Senior Consultant Interview Questions and Answers

Q1. What is promiscuous mode in network traffic shaping?
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)

Get interview-ready with Top Clover Infotech Interview Questions

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

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

Round 1 - Technical 

(2 Questions)

  • Q1. Explain Public , private Procedure
  • Ans. 

    Public and private procedures in PL/SQL control the visibility and accessibility of procedures within a package.

    • Public procedures can be accessed by other packages or programs outside the package.

    • Private procedures can only be accessed within the package where they are defined.

    • Public procedures are declared in the package specification using the 'PUBLIC' keyword.

    • Private procedures are declared in the package body witho...

  • Answered by AI
  • Q2. Cursor and Trigger , Mutating error

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)

Jobs at Clover Infotech

View all
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

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

Round 1 - Technical 

(2 Questions)

  • Q1. Public and private procedure
  • Q2. Cursor , triggers and function

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)

Network Engineer Interview Questions & Answers

user image Biswanath Dey

posted on 29 Jan 2025

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

(2 Questions)

  • Q1. Briefly explain the your network architecture.
  • Ans. 

    Our network architecture is a hybrid model combining on-premises and cloud-based solutions for optimal performance and scalability.

    • Utilize on-premises servers for critical data storage and applications

    • Leverage cloud services for scalability and flexibility

    • Implement redundant network connections for high availability

    • Use virtual private networks (VPNs) for secure remote access

    • Employ firewalls and intrusion detection/prev

  • Answered by AI
  • Q2. Choose your best routing protocols
  • Ans. 

    My best routing protocols are OSPF, BGP, and EIGRP.

    • OSPF is a link-state routing protocol known for its scalability and fast convergence.

    • BGP is a path vector protocol commonly used for inter-domain routing.

    • EIGRP is a Cisco proprietary protocol that combines features of both distance vector and link-state protocols.

  • Answered by AI

Network Engineer Interview Questions asked at other Companies

Q1. TCP/IP layers, why is transport needed for communication? What is Subnet mask and how does it help in data communication. Why is Vlan needed? Based on what information does a switch and router send a packet or frame? Types of arp, What is p... read more
View answer (2)
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Did you customize any standard report
  • Q2. Have you worked on BPM

Oracle Technical Consultant Interview Questions asked at other Companies

Q1. What are the key features of Oracle Fusion BI reports?
View answer (1)
Interview experience
2
Poor
Difficulty level
Moderate
Process Duration
6-8 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed in Apr 2024. There were 3 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Explain about the rac
  • Ans. 

    RAC stands for Real Application Clusters, a feature of Oracle Database that allows multiple instances to access a single database simultaneously.

    • RAC enables high availability and scalability for Oracle databases.

    • It allows multiple instances to run on different servers, providing load balancing and failover capabilities.

    • RAC requires shared storage and a cluster interconnect for communication between instances.

    • Examples o...

  • Answered by AI
  • Q2. Explain about the datagaurd
  • Ans. 

    Data Guard is a high availability and disaster recovery solution provided by Oracle for Oracle databases.

    • Data Guard ensures high availability, data protection, and disaster recovery for Oracle databases.

    • It involves creating standby databases that are synchronized with the primary database to provide failover capabilities.

    • Data Guard can be configured in various modes such as Maximum Availability, Maximum Performance, an...

  • Answered by AI
Round 2 - Technical 

(2 Questions)

  • Q1. User management
  • Q2. Previous organization work
  • Ans. 

    I worked as a Senior Consultant at XYZ Company, where I led a team of consultants to provide strategic solutions to clients.

    • Led a team of consultants to provide strategic solutions to clients

    • Developed and implemented customized strategies to meet client needs

    • Collaborated with cross-functional teams to deliver successful projects

  • Answered by AI
Round 3 - Technical 

(2 Questions)

  • Q1. What is the use of datafiles
  • Ans. 

    Datafiles are used to store data in a database system.

    • Datafiles store actual data in a database system

    • They are used to organize and manage data efficiently

    • Datafiles can be used to store tables, indexes, and other database objects

    • They are essential for the functioning of a database system

  • Answered by AI
  • Q2. Explain about the glodengate
  • Ans. 

    GoldenGate is a data integration software product used for real-time data integration and replication.

    • GoldenGate allows for real-time data movement between heterogeneous systems.

    • It can be used for data replication, data synchronization, and data transformation.

    • GoldenGate supports various databases such as Oracle, SQL Server, MySQL, etc.

    • It provides high availability and data consistency during data integration processes

  • Answered by AI

Skills evaluated in this interview

Top Clover Infotech Senior Consultant Interview Questions and Answers

Q1. What is promiscuous mode in network traffic shaping?
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)

MS SQL DBA Interview Questions & Answers

user image Anonymous

posted on 5 May 2024

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

I applied via Referral and was interviewed in Apr 2024. There were 4 interview rounds.

Round 1 - Aptitude Test 

They took aptitude test in which there was a set of 30 questions like mathematical and logical

Round 2 - HR 

(3 Questions)

  • Q1. Where do you live? Tell me about your family. Will you get shift in another city if required?
  • Q2. Tell me about your family
  • Q3. For which job role are you looking for ?
Round 3 - Technical 

(1 Question)

  • Q1. Tell me about your project. What technologies has been used in your project? Is there anyone in your family who comes from I.T background? And question related to mysql queries
Round 4 - HR 

(1 Question)

  • Q1. In this process HR gives Basic idea regarding salary and ask basic questions

Interview Preparation Tips

Topics to prepare for Clover Infotech MS SQL DBA interview:
  • MySQL

MS SQL DBA Interview Questions asked at other Companies

Q1. If someone has deleted the table in a database, then how can you find out the user that has deleted the table ? Can you find out using the log file? Can you retsore the table using the tail log backup?
View answer (3)
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

INTERVIEWS

Maveric Systems

No Interviews

INTERVIEWS

Panacea Biotec

No Interviews

INTERVIEWS

Maveric Systems

No Interviews

INTERVIEWS

Panacea Biotec

No Interviews

INTERVIEWS

Clover Infotech

No Interviews

INTERVIEWS

Maveric Systems

No Interviews

INTERVIEWS

Panacea Biotec

No Interviews

INTERVIEWS

Maveric Systems

No Interviews

DESIGNATION

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