Filter interviews by
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...
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...
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...
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
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 ...
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, ...
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
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)
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
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...
I applied via Company Website and was interviewed in Nov 2024. There were 4 interview rounds.
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.
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.
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
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
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...
I applied via LinkedIn
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."
I applied via Campus Placement and was interviewed in Nov 2024. There were 2 interview rounds.
In a group discussion, one or more members engage in conversation about specific topics, sharing their knowledge and gaining insights from each other.
I applied via Campus Placement and was interviewed in Nov 2024. There were 2 interview rounds.
The aptitude round was full of core related mcq
I applied via Campus Placement and was interviewed in Nov 2024. There were 3 interview rounds.
Basic aptitude and codings in c#
If your good in maths you can clear the 1 st round
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
Mcq of about 30 questions followed by react questions
I appeared for an interview in Apr 2025, where I was asked the following questions.
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...
I applied via Campus Placement and was interviewed in Jun 2024. There were 3 interview rounds.
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).
I applied via Referral and was interviewed in Nov 2024. There were 2 interview rounds.
About the payroll process
Interview was about the payroll process and taxations
Top trending discussions
The duration of Ramco Systems interview process can vary, but typically it takes about less than 2 weeks to complete.
based on 75 interview experiences
Difficulty level
Duration
based on 760 reviews
Rating in categories
Programmer Analyst
896
salaries
| ₹2.7 L/yr - ₹9.4 L/yr |
System Analyst
360
salaries
| ₹3.6 L/yr - ₹14 L/yr |
Business Analyst
211
salaries
| ₹4.1 L/yr - ₹13.5 L/yr |
Programmer
193
salaries
| ₹1.5 L/yr - ₹6.5 L/yr |
Senior System Analyst
151
salaries
| ₹6 L/yr - ₹21.9 L/yr |
KPIT Technologies
Thomson Reuters
HighRadius
Oracle Cerner