AmbitionBox

AmbitionBox

Search

Interview Questions

  • Reviews
  • Salaries
  • Interview Questions
  • About Company
  • Benefits
  • Jobs
  • Office Photos
  • Community
  • Home
  • Companies
  • Reviews
  • Salaries
  • Jobs
  • Interviews
  • Salary Calculator
  • Awards 2024
  • Campus Placements
  • Practice Test
  • Compare Companies
+ Contribute
notification
notification
Login
  • Home
  • Communities
  • Companies
    • Companies

      Discover best places to work

    • Compare Companies

      Compare & find best workplace

    • Add Office Photos

      Bring your workplace to life

    • Add Company Benefits

      Highlight your company's perks

  • Reviews
    • Company reviews

      Read reviews for 6L+ companies

    • Write a review

      Rate your former or current company

  • Salaries
    • Browse salaries

      Discover salaries for 6L+ companies

    • Salary calculator

      Calculate your take home salary

    • Are you paid fairly?

      Check your market value

    • Share your salary

      Help other jobseekers

    • Gratuity calculator

      Check your gratuity amount

    • HRA calculator

      Check how much of your HRA is tax-free

    • Salary hike calculator

      Check your salary hike

  • Interviews
    • Company interviews

      Read interviews for 40K+ companies

    • Share interview questions

      Contribute your interview questions

  • Jobs
  • Awards
    pink star
    VIEW WINNERS
    • ABECA 2025
      VIEW WINNERS

      AmbitionBox Employee Choice Awards - 4th Edition

    • ABECA 2024

      AmbitionBox Employee Choice Awards - 3rd Edition

    • AmbitionBox Best Places to Work 2022

      2nd Edition

    Participate in ABECA 2026 right icon dark
For Employers
Upload Button Icon Add office photos
logo
Employer? Claim Account for FREE

Ramco Systems

Compare button icon Compare button icon Compare
3.9

based on 760 Reviews

Play video Play video Video summary
  • About
  • Reviews
    760
  • Salaries
    5.1k
  • Interviews
    67
  • Jobs
    2
  • Benefits
    68
  • Photos
    12
  • Posts
    1

Filter interviews by

Ramco Systems Interview Questions and Answers

Updated 6 May 2025
Popular Designations

23 Interview questions

A Software Engineer was asked 1mo ago
Q. Given a string, reverse it.
Ans. 

Reversing a string involves rearranging its characters in the opposite order, which can be done using various methods in programming.

  • Use built-in functions: In Python, you can use slicing: `reversed_string = original_string[::-1]`.

  • Iterative approach: Loop through the string from the end to the beginning and build a new string.

  • Using recursion: Define a function that calls itself with a smaller substring until it re...

View all Software Engineer interview questions
An Associate Business Analyst was asked 3mo ago
Q. Can you tell me about yourself?
Ans. 

I am a detail-oriented business analyst with a passion for data-driven decision-making and a background in project management.

  • Graduated with a degree in Business Administration, focusing on data analysis.

  • Interned at XYZ Corp, where I assisted in streamlining processes, resulting in a 15% increase in efficiency.

  • Skilled in tools like Excel, SQL, and Tableau for data visualization and reporting.

  • Worked on a team proje...

View all Associate Business Analyst interview questions
A Software Developer was asked 6mo ago
Q. What is the difference between the various SQL joins?
Ans. 

SQL joins are used to combine rows from two or more tables based on a related column between them.

  • INNER JOIN: Returns rows when there is at least one match in both tables.

  • LEFT JOIN: Returns all rows from the left table, and the matched rows from the right table.

  • RIGHT JOIN: Returns all rows from the right table, and the matched rows from the left table.

  • FULL JOIN: Returns rows when there is a match in one of the tab...

View all Software Developer interview questions
🔥 Asked by recruiter 2 times
A Software Developer was asked 6mo ago
Q. Why do we use public, private, and protected access modifiers?
Ans. 

Public, private, and protected are access modifiers used in object-oriented programming to control the visibility of class members.

  • Public: allows access to the member from outside the class

  • Private: restricts access to the member only within the class

  • Protected: allows access to the member within the class and its subclasses

View all Software Developer interview questions
A Jr. Data Scientist was asked 6mo ago
Q. Why did you choose this job?
Ans. 

I chose this job to combine my passion for data analysis with my desire to solve real-world problems and drive impactful decisions.

  • I have always been fascinated by data and its potential to uncover insights, like predicting customer behavior in retail.

  • This role allows me to work on diverse projects, such as analyzing healthcare data to improve patient outcomes.

  • I enjoy collaborating with cross-functional teams, as ...

View all Jr. Data Scientist interview questions
A Jr. Data Scientist was asked 6mo ago
Q. Will you be honest with this company?
Ans. 

I believe honesty is crucial for building trust and fostering a positive work environment.

  • Honesty promotes transparency, which is essential for teamwork and collaboration.

  • For example, if I encounter a problem in a project, I will communicate it promptly rather than hiding it.

  • Being honest about my skills and limitations allows for better alignment with team goals.

  • I will provide accurate data analysis and insights, ...

View all Jr. Data Scientist interview questions
A Programmer Analyst was asked 10mo ago
Q. Write a program to reverse a string.
Ans. 

Program to reverse an array of strings

  • Iterate through each string in the array

  • Reverse each string using built-in functions or manual reversal

  • Store the reversed strings back in the array

View all Programmer Analyst interview questions
Are these interview questions helpful?
A Programmer was asked
Q. What is a 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)

View all Programmer interview questions
A Programmer was asked
Q. What is the difference 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

View all Programmer interview questions
A Technical Consultant Team Lead was asked
Q. Explain Agile methodologies.
Ans. 

Agile is a project management methodology that emphasizes flexibility, collaboration, and iterative development.

  • Agile focuses on delivering value to customers through continuous collaboration and feedback.

  • It involves breaking down projects into smaller, manageable tasks called sprints.

  • Teams work closely together and adapt to changes quickly to deliver high-quality products.

  • Common Agile frameworks include Scrum, Ka...

View all Technical Consultant Team Lead interview questions
1 2 3

Ramco Systems Interview Experiences

67 interviews found

Software Developer Interview Questions & Answers

user image Sandhiya

posted on 12 Dec 2024

Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
2-4 weeks
Result
-

I applied via Company Website and was interviewed in Nov 2024. There were 4 interview rounds.

Round 1 - Aptitude Test 

Directions: Each of the following question has a question and two statements labelled as (i) and (ii). Use the data/information given in (i) and (ii) to decide whether the data are sufficient to answer the question record your answer as

A) If you can get the answer from (1)alone but not from (2)
B) If you can get the answer from (2)alone but not from (1)
C) If can get the answer from (1)and (2)together ,although neither statement by itself suffice
D) If statement (1)alone suffices and statement (2) alone also suffice.
E) If can\'t get the answer from statements (1) and (2) together and you need more data.

Round 2 - Assignment 

Copyright protection is given for a work having originality,i.e. it should be from the author and must have minimum degree of creativity. So it is the author who is the real creator of the work thereby first owner of the copyright and Indian law recognizes author as the firstowner of the copyright .But by the term ‘ownership it means it includes not only theauthor ,but also assignee and can even a legal entity even though not defined in the !ct. InBern convention the term !uthor is not defined, instead it says that the person under whose name the work is disclosed, which implies that it is not necessary that always theauthor should be the owner. "owever Indian copyright !ct defines the tern ‘!uthor withrespect to various works, but still leaves some problems. It becomes more comple# in theconte#t of changing technologies, i.e. cinematographic works, sound recording, broadcasting etc which is a combination of different works, also when author does thework in the course of employment. $hen new technologies emerge, different mode of communication simultaneously arise and the e#ploitation of the copyright by wayof assignment %licensing will add economic benefits to the copyright owner and the provisions of assignment and licensing becomes crucial. By amendments Indian Copyright!ct has taken care of such provisions, but still leaving lacunae % the role of &udiciary becomes crucial in interpreting such provisions for effectively protecting the rights of the authors.

Round 3 - Coding Test 

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

Round 4 - Technical 

(2 Questions)

  • Q1. Why we use public, private and protect
  • Ans. 

    Public, private, and protected are access modifiers used in object-oriented programming to control the visibility of class members.

    • Public: allows access to the member from outside the class

    • Private: restricts access to the member only within the class

    • Protected: allows access to the member within the class and its subclasses

  • Answered by AI
    Add your answer
  • Q2. Difference between various SQL joins?
  • Ans. 

    SQL joins are used to combine rows from two or more tables based on a related column between them.

    • INNER JOIN: Returns rows when there is at least one match in both tables.

    • LEFT JOIN: Returns all rows from the left table, and the matched rows from the right table.

    • RIGHT JOIN: Returns all rows from the right table, and the matched rows from the left table.

    • FULL JOIN: Returns rows when there is a match in one of the tables.

    • C...

  • Answered by AI
    Add your answer

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 (43)
Anonymous

Software Developer Interview Questions & Answers

user image Anonymous

posted on 13 Dec 2024

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via LinkedIn

Round 1 - Aptitude Test 

1. Structure of the Test:
Number of questions.
Duration (e.g., "30 minutes for 25 questions").
Sections (e.g., Quantitative Aptitude, Logical Reasoning, Verbal Ability).
2. Difficulty Level:
Easy, Moderate, or Difficult.
3. Examples of Topics:
Quantitative Aptitude: Profit and Loss, Time and Work, Percentages.
Logical Reasoning: Puzzles, Seating Arrangements.
Verbal Ability: Reading Comprehension, Grammar.
4. Mode of Test:
Online or Offline.
Proctored or Non-Proctored.
5. Preparation Advice:
"Practice with mock tests and previous company papers."
"Focus on time management as the test is time-bound."

Interview Preparation Tips

Interview preparation tips for other job seekers - 1. Preparation Tips:

Research the company and understand its values, goals, and recent achievements.

Practice common interview questions and brush up on your technical skills.

Take mock tests to improve speed and accuracy for aptitude rounds.



2. Presentation and Communication:

Be confident and clear in your responses.

Dress appropriately for the interview to make a good impression.

Maintain positive body language and actively listen to the interviewer.



3. Time Management:

Arrive early for the interview or test.

Plan your answers concisely to avoid rambling during discussions.



4. Networking and Learning:

Connect with current employees or alumni to gather insights.

Learn about the company culture and tailor your application accordingly.



5. Post-Interview:

Always send a thank-you email to the interviewer to express gratitude.

Reflect on the feedback, if provided, and work on your weaknesses.

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 (43)
Anonymous

Data Analyst Interview Questions & Answers

user image NIRMALA S

posted on 12 Dec 2024

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Campus Placement and was interviewed in Nov 2024. There were 2 interview rounds.

Round 1 - Group Discussion 

In a group discussion, one or more members engage in conversation about specific topics, sharing their knowledge and gaining insights from each other.

Round 2 - HR 

(5 Questions)

  • Q1. Ask short introduction about employees
  • Add your answer
  • Q2. Ask questions about our discussed topic in group discussion and questions about relavant job title
  • Add your answer
  • Q3. Ask some technical questions
  • Add your answer
  • Q4. And ask some coding syntax
  • Add your answer
  • Q5. Ask about job title
  • Add your answer

Interview Preparation Tips

Interview preparation tips for other job seekers - Enhance skills relevant to the job domain and participate in interviews.

Data Analyst Interview Questions asked at other Companies

Q1. Write code to calculate the number of people in a room at the end of the day, given that X people enter and Y people leave continuously throughout the day.
View answer (11)
Anonymous

Softwaretest Engineer Interview Questions & Answers

user image Anonymous

posted on 11 Dec 2024

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

I applied via Campus Placement and was interviewed in Nov 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

The aptitude round was full of core related mcq

Round 2 - One-on-one 

(2 Questions)

  • Q1. Sql based questions
  • Add your answer
  • Q2. Project related questions
  • Add your answer

Interview Preparation Tips

Topics to prepare for Ramco Systems Softwaretest Engineer interview:
  • SQL
  • Artificial Intelligence

Softwaretest Engineer Interview Questions asked at other Companies

Q1. What is boundary value analysis? How do u perform boundary value testing for User ID & Password textfields in login page?
View answer (2)
Anonymous

Software Developer Interview Questions & Answers

user image Anonymous

posted on 11 Dec 2024

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed in Nov 2024. There were 3 interview rounds.

Round 1 - Coding Test 

Basic aptitude and codings in c#

Round 2 - Technical 

(1 Question)

  • Q1. Basic and advanced technical questions
  • Add your answer
Round 3 - HR 

(1 Question)

  • Q1. Personal details and communication skills
  • Add your answer

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 (43)
Anonymous

QA Engineer Interview Questions & Answers

user image HARIVENKATESH M

posted on 17 Oct 2024

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
No response
Round 1 - Aptitude Test 

If your good in maths you can clear the 1 st round

Round 2 - Technical 

(2 Questions)

  • Q1. Logical question
  • Add your answer
  • Q2. Logical questin like percantage
  • Add your answer
Round 3 - HR 

(2 Questions)

  • Q1. Tell about your self
  • Ans. 

    I am a dedicated QA Engineer with 5 years of experience in testing web and mobile applications.

    • Experienced in manual and automated testing

    • Proficient in using testing tools like Selenium and Jira

    • Strong understanding of software development lifecycle

    • Excellent problem-solving skills

    • Effective communication and teamwork abilities

  • Answered by AI
    Add your answer
  • Q2. Resume based question
  • Add your answer
Round 4 - offer letter 

(2 Questions)

  • Q1. 3 years bond in the company
  • Add your answer
  • Q2. Formal dress are compalsory
  • Add your answer

Interview Preparation Tips

Interview preparation tips for other job seekers - i actually gave my best we went totally 8 members in that 4 are selected but they reject me i really dont know what mistake even though i very good in communication they asked same question to every one may be some luck should work

QA Engineer Interview Questions asked at other Companies

Q1. Suppose your manager gave you a task to complete in one week, but you believe it will take two weeks. How would you justify your view to your manager and get them to accept your justification?
View answer (2)
Anonymous

Software Developer Interview Questions & Answers

user image Anonymous

posted on 26 Nov 2024

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

Mcq of about 30 questions followed by react questions

Round 2 - Technical 

(2 Questions)

  • Q1. Basic dsa and arrays
  • Add your answer
  • Q2. SQL, basic oops and resume
  • Add your answer

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 (43)
Anonymous

Software Engineer Interview Questions & Answers

user image Anonymous

posted on 6 May 2025

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

I appeared for an interview in Apr 2025, where I was asked the following questions.

  • Q1. Reverse a string
  • Add your answer
  • Q2. Explain about ORM, Sql vs NoSql, dependency injection.
  • Ans. 

    ORM simplifies database interactions, while SQL and NoSQL serve different data storage needs, and dependency injection enhances code modularity.

    • ORM (Object-Relational Mapping): ORM frameworks like Hibernate or Entity Framework allow developers to interact with databases using object-oriented programming, abstracting SQL queries.

    • SQL vs NoSQL: SQL databases (e.g., MySQL, PostgreSQL) are relational and use structured sche...

  • Answered by AI
    Add your answer

Software Engineer Interview Questions asked at other Companies

Q1. Four people need to cross a bridge at night with only one torch that can only illuminate two people at a time. Person A takes 1 minute, B takes 2 minutes, C takes 7 minutes, and D takes 10 minutes to cross. When two people cross together, t... read more
View answer (273)
Anonymous

Software Engineer Interview Questions & Answers

user image Anonymous

posted on 11 Dec 2024

Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Campus Placement and was interviewed in Jun 2024. There were 3 interview rounds.

Round 1 - Coding Test 

The assessment was based on fundamental aptitude and technical questions pertaining to C, Python, C#, JavaScript, and the development of a React project(100 marks).

Round 2 - Technical 

(1 Question)

  • Q1. The technica interview was based on technical knowledge. the recruiters asked questions based on the resume and the skills mentioned in it. Interview questions were standard and the interviewers were keen ...
  • Add your answer
Round 3 - HR 

(1 Question)

  • Q1. The interview was the easiest of all the rounds. Basic background checks and they evaluate based on situational questions.
  • Add your answer

Interview Preparation Tips

Interview preparation tips for other job seekers - Focus more on react and stay cool as the interviewers were friendly

Software Engineer Interview Questions asked at other Companies

Q1. Four people need to cross a bridge at night with only one torch that can only illuminate two people at a time. Person A takes 1 minute, B takes 2 minutes, C takes 7 minutes, and D takes 10 minutes to cross. When two people cross together, t... read more
View answer (273)
Anonymous

Senior Executive Operations Interview Questions & Answers

user image Anonymous

posted on 10 Dec 2024

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

I applied via Referral and was interviewed in Nov 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

About the payroll process

Round 2 - Group Discussion 

Interview was about the payroll process and taxations

Interview Preparation Tips

Topics to prepare for Ramco Systems Senior Executive Operations interview:
  • About payroll process
Interview preparation tips for other job seekers - Be bold in interview and tell what ever you know with confident

Senior Executive Operations Interview Questions asked at other Companies

Q1. How many vehicles can be loaded and unloaded in one day with a dock manpower count of 14?
View answer (8)
Anonymous

Top trending discussions

View All
Interview Tips & Stories
2w (edited)
timepasstiwari
·
A Digital Markter
Nailed the interview, still rejected
Just had the BEST interview ever – super positive and encouraging! But got rejected. Interviewer said I was the most prepared, knew it was a full-time role (unlike others), and loved my answers. One of my questions was even called "the best ever asked!" He showed me around, said I was exactly what they wanted, and would get back by Friday. I was so hyped! Then today, I got the rejection email. No reason given, just "went with someone else." Feels bad when your best isn't enough. Anyone else been there? How'd you cope?
Got a question about Ramco Systems?
Ask anonymously on communities.
More about working at Ramco Systems
  • HQ - Chennai, India
  • Software Product
  • 1k-5k Employees (India)
  • Public
  • Analytics & KPO

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.

Tell us how to improve this page.

Ramco Systems Interviews By Designations

  • Ramco Systems Programmer Analyst Interview Questions
  • Ramco Systems Software Engineer Interview Questions
  • Ramco Systems Software Developer Interview Questions
  • Ramco Systems Project Trainee Interview Questions
  • Ramco Systems Programmer Interview Questions
  • Ramco Systems Associate Business Analyst Interview Questions
  • Ramco Systems System Analyst Interview Questions
  • Ramco Systems Business Analyst Interview Questions
  • Show more
  • Ramco Systems Data Analyst Interview Questions
  • Ramco Systems Program Analyst Interview Questions

Interview Questions for Popular Designations

  • Programmer Analyst Interview Questions
  • Software Engineer Interview Questions
  • Software Developer Interview Questions
  • Project Trainee Interview Questions
  • Programmer Interview Questions
  • Senior Executive Interview Questions
  • Business Analyst Interview Questions
  • Consultant Interview Questions
  • Show more
  • Java Developer Interview Questions
  • System Engineer Interview Questions

Overall Interview Experience Rating

4.4/5

based on 75 interview experiences

Difficulty level

Easy 29%
Moderate 71%

Duration

Less than 2 weeks 72%
2-4 weeks 23%
4-6 weeks 2%
More than 8 weeks 2%
View more

Interview Questions from Similar Companies

KPIT Technologies
KPIT Technologies Interview Questions
3.3
 • 304 Interviews
HighRadius
HighRadius Interview Questions
2.8
 • 197 Interviews
Chetu
Chetu Interview Questions
3.3
 • 190 Interviews
AVASOFT
AVASOFT Interview Questions
2.9
 • 173 Interviews
Oracle Cerner
Oracle Cerner Interview Questions
3.7
 • 160 Interviews
Brane Enterprises
Brane Enterprises Interview Questions
2.0
 • 138 Interviews
ivy
ivy Interview Questions
3.6
 • 132 Interviews
Axtria
Axtria Interview Questions
2.9
 • 126 Interviews
Thomson Reuters
Thomson Reuters Interview Questions
4.1
 • 124 Interviews
ServiceNow
ServiceNow Interview Questions
4.1
 • 123 Interviews
View all

Ramco Systems Reviews and Ratings

based on 760 reviews

3.9/5

Rating in categories

3.8

Skill development

3.7

Work-life balance

3.4

Salary

3.9

Job security

3.7

Company culture

3.2

Promotions

3.7

Work satisfaction

Explore 760 Reviews and Ratings
Jobs at Ramco Systems
Ramco Systems
Cloud Infrastructure Engineer

Chennai,

Bangalore / Bengaluru

8-13 Yrs

Not Disclosed

Ramco Systems
Full stack developer

Chennai

0-3 Yrs

Not Disclosed

Explore more jobs
Ramco Systems Salaries in India
Programmer Analyst
896 salaries
unlock blur

₹2.7 L/yr - ₹9.4 L/yr

System Analyst
360 salaries
unlock blur

₹3.6 L/yr - ₹14 L/yr

Business Analyst
211 salaries
unlock blur

₹4.1 L/yr - ₹13.5 L/yr

Programmer
193 salaries
unlock blur

₹1.5 L/yr - ₹6.5 L/yr

Senior System Analyst
151 salaries
unlock blur

₹6 L/yr - ₹21.9 L/yr

Explore more salaries
Compare Ramco Systems with
KPIT Technologies

KPIT Technologies

3.3
Compare
Thomson Reuters

Thomson Reuters

4.1
Compare
HighRadius

HighRadius

2.8
Compare
Oracle Cerner

Oracle Cerner

3.7
Compare
Popular Calculators
Are you paid fairly?
Monthly In-hand Salary Calculator
Gratuity Calculator
HRA Calculator
Salary Hike Calculator
  • Home >
  • Interviews >
  • Ramco Systems Interview Questions
write
Share an Interview
Stay ahead in your career. Get AmbitionBox app
Awards Banner

Trusted by over 1.5 Crore job seekers to find their right fit company

80 Lakh+

Reviews

4 Crore+

Salaries

10 Lakh+

Interviews

1.5 Crore+

Users

Contribute
Search

Interview Questions

  • Reviews
  • Salaries
  • Interview Questions
  • About Company
  • Benefits
  • Jobs
  • Office Photos
  • Community
Users/Jobseekers
  • Companies
  • Reviews
  • Salaries
  • Jobs
  • Interviews
  • Salary Calculator
  • Practice Test
  • Compare Companies
Employers
  • Create a new company
  • Update company information
  • Respond to reviews
  • Invite employees to review
  • AmbitionBox Offering for Employers
  • AmbitionBox Employers Brochure
AmbitionBox Awards
  • ABECA 2025 winners awaited tag
  • Participate in ABECA 2026
  • Invite employees to rate
AmbitionBox
  • About Us
  • Our Team
  • Email Us
  • Blog
  • FAQ
  • Credits
  • Give Feedback
Terms & Policies
  • Privacy
  • Grievances
  • Terms of Use
  • Summons/Notices
  • Community Guidelines
Get AmbitionBox app

Made with ❤️ in India. Trademarks belong to their respective owners. All rights reserved © 2025 Info Edge (India) Ltd.

Follow Us
  • Youtube
  • Instagram
  • LinkedIn
  • Facebook
  • Twitter