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...
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 tab...
I learned about AI's applications, algorithms, and ethical considerations during my college studies, enhancing my analytical skills.
Studied machine learning algorithms like decision trees and neural networks, which are essential for predictive analytics.
Explored natural language processing (NLP) techniques, such as sentiment analysis, to understand customer feedback.
Analyzed case studies on AI in healthcare, demon...
I am a data analyst with a strong background in statistics and data visualization, passionate about turning data into actionable insights.
Educational Background: I hold a degree in Statistics from XYZ University, where I developed a solid foundation in data analysis techniques.
Professional Experience: I have worked for ABC Corp as a data analyst, where I improved reporting efficiency by 30% through automation.
Tech...
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, ...
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 ...
This program reverses a given string using various methods in programming languages.
Use a loop to iterate through the string backwards. Example: 'hello' becomes 'olleh'.
Utilize built-in functions like reverse() in Python. Example: 'hello' -> 'olleh'.
In Java, convert the string to a char array, reverse it, and convert back. Example: 'hello' -> 'olleh'.
In JavaScript, split the string, reverse the array, and jo...
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)
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
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 772 reviews
Rating in categories
1-5 Yrs
Not Disclosed
Programmer Analyst
921
salaries
| ₹2.5 L/yr - ₹7 L/yr |
System Analyst
370
salaries
| ₹5 L/yr - ₹12 L/yr |
Business Analyst
223
salaries
| ₹5 L/yr - ₹10.7 L/yr |
Programmer
183
salaries
| ₹2 L/yr - ₹6.5 L/yr |
Associate Business Analyst
156
salaries
| ₹2.8 L/yr - ₹7.5 L/yr |
KPIT Technologies
Intellect Design Arena
Thomson Reuters
HighRadius