Upload Button Icon Add office photos

Ramco Systems

Compare button icon Compare button icon Compare

Filter interviews by

Ramco Systems Interview Questions, Process, and Tips

Updated 25 Feb 2025

Top Ramco Systems Interview Questions and Answers

View all 18 questions

Ramco Systems Interview Experiences

Popular Designations

65 interviews found

Manager Interview Questions & Answers

user image M Karthik

posted on 12 Dec 2024

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

They give me some tough codings

Round 2 - Group Discussion 

They ask us do group presentation about future technology.

Interview Preparation Tips

Interview preparation tips for other job seekers - They must be courageous.

Manager Interview Questions asked at other Companies

Q1. There is a chairman of a conglomerate. He has been on the post for 10 years, and is extremely dominating. He treats the various business heads like children, not letting them take any major decision. While the chairman has negatives, he bel... read more
View answer (2)

Programmer Interview Questions & Answers

user image Anonymous

posted on 15 Apr 2024

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

I was interviewed in Oct 2023.

Round 1 - Technical 

(3 Questions)

  • Q1. What is normalization
  • Ans. 

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

    • Normalization involves breaking down data into smaller, more manageable tables

    • It helps in reducing data redundancy by eliminating duplicate data

    • Normalization ensures data integrity by enforcing relationships between tables

    • There are different levels of normalization such as 1NF, 2NF, 3NF, and BCNF

  • Answered by AI
  • Q2. What is correlated subquery
  • Ans. 

    A correlated subquery is a subquery that references a column from a table in the outer query.

    • Correlated subqueries are executed for each row processed by the outer query

    • They can be used to filter results based on values from the outer query

    • Example: SELECT * FROM table1 WHERE column1 = (SELECT MAX(column2) FROM table2 WHERE table1.id = table2.id)

  • Answered by AI
  • Q3. What is diff between in and exists
  • Ans. 

    IN is used to check if a value exists in a list of values, while EXISTS is used to check if a subquery returns any rows.

    • IN is used with a list of values, while EXISTS is used with a subquery

    • IN returns true if the value is found in the list, while EXISTS returns true if the subquery returns any rows

    • IN is typically used with a WHERE clause, while EXISTS is used in a subquery

  • Answered by AI
Round 2 - HR 

(1 Question)

  • Q1. Tell about your roles and responsibility

Skills evaluated in this interview

Programmer Interview Questions asked at other Companies

Q1. What are the differences between Micro,Mini and Mainframe Computers?
View answer (2)
Ramco Systems Interview Questions and Answers for Freshers
illustration image
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. Related to technology
  • Q2. SQL , application development

Associate Business Analyst Interview Questions asked at other Companies

Q1. problem identification - how to reduce per delivery cost from Rs. 75 (hypothetical value).
View answer (1)
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed before Dec 2023. There were 3 interview rounds.

Round 1 - Aptitude Test 

The Aptitude test is moderate

Round 2 - Coding Test 

The coding test is moderate

Round 3 - Group Discussion 

The group discussion is very friendly

Interview Preparation Tips

Topics to prepare for Ramco Systems Software Developer interview:
  • Java
  • Javascript
Interview preparation tips for other job seekers - Improve your skills in coding platform

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)

Ramco Systems interview questions for popular designations

 Programmer Analyst

 (12)

 Software Developer

 (7)

 Project Trainee

 (6)

 Software Engineer

 (6)

 Programmer

 (5)

 Associate Business Analyst

 (3)

 Business Analyst

 (3)

 Data Analyst

 (2)

Programmer Interview Questions & Answers

user image Anonymous

posted on 21 Jun 2024

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

Most difficult aptitude questions in 1st round

Round 2 - HR 

(2 Questions)

  • Q1. Tell me about yourself
  • Q2. Coding basics in sql

Interview Preparation Tips

Interview preparation tips for other job seekers - Good to join as fresher

Programmer Interview Questions asked at other Companies

Q1. What are the differences between Micro,Mini and Mainframe Computers?
View answer (2)

Get interview-ready with Top Ramco Systems Interview Questions

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(1 Question)

  • Q1. Current profile in detail

Financial Analyst Interview Questions asked at other Companies

Q1. Suppose you have 10000 US dollars with you, out of which you took a loan of 5000 US Dollars. Now suppose you have purchased two assets of 5000 US Dollars each, one through cash and other through bank loan. How would you show this transactio... read more
View answer (3)

Jobs at Ramco Systems

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

I applied via Campus Placement and was interviewed before Dec 2023. There were 3 interview rounds.

Round 1 - Aptitude Test 

Aptitude test is Moderator

Round 2 - Coding Test 

Coding test is Moderator

Round 3 - Group Discussion 

Group discussion is very friendly

Interview Preparation Tips

Topics to prepare for Ramco Systems Software Developer interview:
  • Javascript
Interview preparation tips for other job seekers - Improving your skills in coding platform

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
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Walk-in and was interviewed in Oct 2023. There were 2 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. What is normalization. What is subquery. What is performance optimization
  • Ans. 

    Normalization is the process of organizing data in a database to reduce redundancy and improve data integrity. Subquery is a query nested within another query. Performance optimization involves improving the efficiency of a system.

    • Normalization involves breaking down data into smaller, manageable parts to avoid redundancy. For example, a database table can be split into multiple tables to store related data separately.

    • ...

  • Answered by AI
Round 2 - HR 

(1 Question)

  • Q1. What is your strength and weakness

Top Ramco Systems Programmer Analyst Interview Questions and Answers

Q1. 1. What are the constraints and give example that's include all constraints? 2. Basic SQL queries were asked but I don't remember 3. Then asked questions from my college projects
View answer (1)

Programmer Analyst Interview Questions asked at other Companies

Q1. 1 Tell me about your self 2 What is c# 3 What is oops concept 4 What is Delegate 5 Difference between polymorphism and what are its type 6 What is out and ref keyword 7 What is call by ref and call by value 8 What is namespace 9  What ... read more
View answer (12)

IT Engineer Interview Questions & Answers

user image ISWARYA A

posted on 12 Dec 2024

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

I applied via Campus Placement and was interviewed before Dec 2023. There were 2 interview rounds.

Round 1 - Aptitude Test 

Technical questions regarding software field

Round 2 - Group Discussion 

Regarding communications and ideas

IT Engineer Interview Questions asked at other Companies

Q1. What is active directory ? Role of DNS server ? Difference between RAM & ROM ? Knowledge on installation of various softwares and Drivers ? Layers of OSI model ? TCP/IP Configuration ? Knowledge on various types of Networking devices ? ... read more
View answer (2)
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
-
Result
Selected Selected

I applied via Campus Placement

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Properly align and format text in your resume. A recruiter will have to spend more time reading poorly aligned text, leading to high chances of rejection.
View all Resume tips
Round 2 - Aptitude Test 

They ask basic aptitude test

Round 3 - One-on-one 

(1 Question)

  • Q1. They ask which language familiar and reg to that they ask mostly prepare SQL, because the company based on database and some hr round questions like what you are put in resume they ask according to that so...

Interview Preparation Tips

Interview preparation tips for other job seekers - Dotn put so much skills what you know put according to that , prepare for each and every word meaning what you had putting in your resume.

Top Ramco Systems Programmer Analyst Interview Questions and Answers

Q1. 1. What are the constraints and give example that's include all constraints? 2. Basic SQL queries were asked but I don't remember 3. Then asked questions from my college projects
View answer (1)

Programmer Analyst Interview Questions asked at other Companies

Q1. 1 Tell me about your self 2 What is c# 3 What is oops concept 4 What is Delegate 5 Difference between polymorphism and what are its type 6 What is out and ref keyword 7 What is call by ref and call by value 8 What is namespace 9  What ... read more
View answer (12)
Contribute & help others!
anonymous
You can choose to be anonymous

Ramco Systems Interview FAQs

How many rounds are there in Ramco Systems interview?
Ramco Systems interview process usually has 2-3 rounds. The most common rounds in the Ramco Systems interview process are Technical, Aptitude Test and HR.
How to prepare for Ramco Systems 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 Ramco Systems. The most common topics and skills that interviewers at Ramco Systems expect are Payroll, ERP, Business Analysis, Aerospace and Aviation.
What are the top questions asked in Ramco Systems interview?

Some of the top questions asked at the Ramco Systems interview -

  1. 1. What are the constraints and give example that's include all constraints? 2....read more
  2. Tell what you know abt re...read more
  3. Why we use public, private and prot...read more
How long is the Ramco Systems interview process?

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

Recently Viewed

JOBS

Ramco Systems

No Jobs

INTERVIEWS

GE Healthcare

No Interviews

INTERVIEWS

GE Healthcare

No Interviews

LIST OF COMPANIES

Constelli Signals

Overview

JOBS

GE Healthcare

No Jobs

SALARIES

Cerium Systems

SALARIES

Ramco Systems

SALARIES

E-RING IT SOLUTIONS

SALARIES

GE Healthcare

Tell us how to improve this page.

Ramco Systems Interview Process

based on 73 interviews

Interview experience

4.4
  
Good
View more

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
KPIT Technologies Interview Questions
3.4
 • 281 Interviews
View all

Ramco Systems Reviews and Ratings

based on 719 reviews

3.9/5

Rating in categories

3.8

Skill development

3.8

Work-life balance

3.5

Salary

3.9

Job security

3.7

Company culture

3.3

Promotions

3.7

Work satisfaction

Explore 719 Reviews and Ratings
Engineering Manager

Chennai

8-13 Yrs

Not Disclosed

Accounts & Taxation Specialist

Chennai

3-7 Yrs

Not Disclosed

Explore more jobs
Programmer Analyst
897 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

System Analyst
358 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Business Analyst
237 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Programmer
212 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Business Analyst
155 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare Ramco Systems 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