Upload Button Icon Add office photos

Filter interviews by

Roima Intelligence Interview Questions, Process, and Tips

Updated 14 Jan 2025

Top Roima Intelligence Interview Questions and Answers

Roima Intelligence Interview Experiences

Popular Designations

9 interviews found

Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I appeared for an interview in Aug 2024.

Round 1 - Aptitude Test 

1. **First Round: Aptitude and Technical Questions**
This round included 45 questions split between aptitude and technical topics, along with 2 coding questions and 1 question on database normalization with a join query. Both aptitude and technical sections carried equal weight, but they mentioned that a minimum score of 25-30 is required in the aptitude section before they consider the coding results.

Interview Preparation Tips

Interview preparation tips for other job seekers - **Warning ⚠️:

Concerning Selection Process and Internship Terms**

I recently participated in a company's selection process and was highly disappointed with how it was conducted. Here are some key issues I faced:

1. **Unfair Financial Commitment**: Upon being selected for an internship, candidates are required to submit two post-dated checks for ₹50,000 each. If a candidate is unable to continue, the company will cash these checks. However, the worst part is that even if the company decides to reject us after the internship, they still encash the check. This was not communicated clearly during the placement talks or Q&A sessions but only during the HR round, which feels deceptive.

2. **Non-Negotiable Salary**: At the time of full-time joining, the salary is fixed and non-negotiable, leaving no room for discussion. The offer they provide is typically around ₹5–5.5 LPA, which seems quite low for the expectations they set.

3. **Lack of Transparency and Respect**: The entire HR and technical team displayed a lack of transparency and seemed indifferent to the candidates. Their approach is rude, and they don’t appear to treat candidates with respect or professionalism.

4. "It appears that the HR/technical team may be experiencing some challenges or perhaps they are not adequately equipped to handle the task at hand. The repetition of similar DSA questions across colleges in Gujarat, despite the prevalence of digital media, suggests a lack of innovation and creativity in their approach. Furthermore, it is surprising that they seem to be unaware of the concept of piracy, which is a critical issue in today's digital landscape."

5. **Undervaluing Talent**: They claim to seek the finest minds, yet they offer compensation that feels like peanuts. Their expectations are sky-high, but the rewards do not reflect the level of skill they’re demanding.

---
**Selection Process Overview**

I applied to this company through my university, and the selection process consisted of three rounds:

1. **First Round: Aptitude and Technical Questions**
This round included 45 questions split between aptitude and technical topics, along with 2 coding questions and 1 question on database normalization with a join query. Both aptitude and technical sections carried equal weight, but they mentioned that a minimum score of 25-30 is required in the aptitude section before they consider the coding results.

2. **Second Round: HR Interview**
In this round, HR asked typical HR-related questions but also introduced the concerning conditions regarding post-dated checks and internship terms, as mentioned in the warning. This was when I first learned about the financial commitments and non-negotiable salary terms, which were not disclosed during the initial placement talks.

3. **Third Round: Senior Engineer Interview**
This was the only positive aspect of the process. The interview was conducted by a senior engineer who asked a variety of fundamental technical questions. The topics covered included databases, DSA (Data Structures and Algorithms), coding questions, project discussions, database diagramming, OOPs (Object-Oriented Programming) concepts, and queries related to DBMS. This round felt more engaging and professional compared to the previous ones.

---

Internship Trainee Interview Questions asked at other Companies

Q1. Tell about your UG project? How will you design a table for 1 tonne load and what are all the consideration needed for it? Tell the Equations you know in strength of Materials? What are manufacturing processes involved to fabricate ball bea... read more
View answer (2)
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

It was very much fair and the question were easy

Round 2 - Technical 

(2 Questions)

  • Q1. What is master key
  • Q2. Project wise application of abstraction

Interview Preparation Tips

Interview preparation tips for other job seekers - Overall good

Developer Associate Interview Questions asked at other Companies

Q1. Cycle Detection in a Singly Linked List Determine if a given singly linked list of integers forms a cycle or not. A cycle in a linked list occurs when a node's next points back to a previous node in the list. Thus, the list does not have a ... read more
View answer (1)
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 Aug 2024. There were 4 interview rounds.

Round 1 - Aptitude Test 

45 MCQS based on Quant , English Grammer , Java , OOPS

Round 2 - Coding Test 

Coding Questions based On array , string , database , sql

Round 3 - Technical 

(2 Questions)

  • Q1. Convert excel data into normalised form.
  • Ans. 

    To convert excel data into normalised form, first identify unique entities, create separate tables for them, and establish relationships between tables.

    • Identify unique entities in the excel data such as customers, products, orders, etc.

    • Create separate tables for each entity with unique identifiers for each record.

    • Establish relationships between tables using foreign keys to link related data.

    • Normalize the data by removi...

  • Answered by AI
  • Q2. Find the third highest salary from table.
  • Ans. 

    Use SQL query with ORDER BY and LIMIT to find the third highest salary.

    • Write a SQL query to select distinct salaries from the table in descending order.

    • Use LIMIT 2,1 to skip the first two highest salaries and select the third highest salary.

    • Example: SELECT DISTINCT salary FROM employees ORDER BY salary DESC LIMIT 2,1;

  • Answered by AI
Round 4 - HR 

(2 Questions)

  • Q1. What is your strength and weakness?
  • Ans. 

    My strength is my problem-solving skills and my weakness is my tendency to overthink.

    • Strength: Strong problem-solving skills - I enjoy tackling complex issues and finding creative solutions.

    • Weakness: Overthinking - Sometimes I spend too much time analyzing a problem before taking action, which can lead to delays.

    • Example: In a recent project, I was able to identify and fix a critical bug that had been causing issues for...

  • Answered by AI
  • Q2. What is your future goals?
  • Ans. 

    My future goal is to become a senior software developer and eventually lead a team of developers to create innovative solutions.

    • Advance my technical skills through continuous learning and certifications

    • Gain experience in different programming languages and technologies

    • Lead projects and mentor junior developers

    • Contribute to open-source projects and give back to the developer community

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident and prepare well for the interview.

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 (42)

Interview Questions & Answers

user image Anonymous

posted on 14 Nov 2024

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

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

Round 1 - Aptitude Test 

About work and time, height and distance

Round 2 - Coding Test 

Database , sliding window code

Round 3 - HR 

(2 Questions)

  • Q1. What are the non technical skills in your resume??
  • Q2. They asked about schema of your project

Roima Intelligence interview questions for popular designations

 Software Developer

 (2)

 Internship Trainee

 (1)

 Data Analyst

 (1)

 Intern

 (1)

 Developer Associate

 (1)

Interview Questions & Answers

user image Anonymous

posted on 12 Jan 2025

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

I applied via Company Website and was interviewed in Jul 2024. There were 3 interview rounds.

Round 1 - Aptitude Test 

In this Round you will have to solve 10 MCQs

Though there's 4 codes and 1 DBMS question but they will only check those in final technical round and will discuss your approach and ask you based on those approach:

1. For given set of data perform Normalization

2. Simple Push | Pop | Peek operation for stack using array (Easy one must do)

3. Solve a sudoku

4. For given two strings find out that both has same character or not.

Round 2 - HR 

(2 Questions)

  • Q1. Tell me about your self.
  • Q2. Tell me something about your self outside of the resume.
  • Ans. 

    I am an avid hiker and enjoy exploring new trails in my free time.

    • I love spending time outdoors and connecting with nature

    • I have hiked in various national parks across the country

    • Exploring new trails is a great way for me to relax and recharge

  • Answered by AI
Round 3 - Technical 

(1 Question)

  • Q1. OOPS and strings and linked-list questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Strings,Linkedlist,oops and rdbms

Intern Interview Questions & Answers

user image Anonymous

posted on 23 Jul 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 Jan 2024. There were 4 interview rounds.

Round 1 - Aptitude Test 

It was an campus placement and they gave one question paper which has 40-50 mcq including code solving and there were 3 dsa question out of 3, 2 were mandatory over all it was easy.

Round 2 - Technical 

(3 Questions)

  • Q1. Design a database for library management
  • Ans. 

    Database design for library management system

    • Create tables for books, members, transactions, etc.

    • Use primary and foreign keys to establish relationships between tables

    • Include fields like book title, author, member name, due date, etc.

    • Implement functions for borrowing, returning, and searching books

  • Answered by AI
  • Q2. Write a program to find second highest number from an array without sorting
  • Ans. 

    Program to find second highest number from an array without sorting

    • Iterate through the array to find the highest number

    • Keep track of the highest number and update it if a higher number is found

    • Find the second highest number by comparing each element with the highest number

  • Answered by AI
  • Q3. Write a program for bank management system
  • Ans. 

    A program for bank management system to handle customer accounts, transactions, and balances.

    • Create classes for Bank, Customer, and Account

    • Implement methods for deposit, withdrawal, transfer, and balance inquiry

    • Use data structures like arrays or dictionaries to store customer information

    • Include error handling for invalid transactions

  • Answered by AI
Round 3 - Technical 

(2 Questions)

  • Q1. Questions from resume project in depth
  • Q2. Other questions from resume
Round 4 - HR 

(2 Questions)

  • Q1. Language flexibility
  • Q2. Communication skills

Interview Preparation Tips

Topics to prepare for Roima Intelligence Intern interview:
  • RDBMS

Skills evaluated in this interview

Intern Interview Questions asked at other Companies

Q1. Case. There is a housing society “The wasteful society”, you collect all the household garbage and sell it to 5 different businesses. Determine what price you will pay to the society members in Rs/kg, given you want to make a profit of 20% ... read more
View answer (8)

Interview Questions & Answers

user image Anonymous

posted on 13 Sep 2024

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

Very Poor System and take on the paper

Round 2 - Technical 

(2 Questions)

  • Q1. Tell me about Your Self
  • Ans. 

    I am a dedicated and hardworking individual with a passion for problem-solving and continuous learning.

    • I have a background in computer science and have worked on various software projects.

    • I am proficient in programming languages such as Java, Python, and JavaScript.

    • I enjoy collaborating with team members to achieve common goals and deliver high-quality results.

  • Answered by AI
  • Q2. Basic OOPs Concept

Data Analyst Interview Questions & Answers

user image Anonymous

posted on 30 Aug 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 Jul 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

Aptitude test was taken by the company

Round 2 - Coding Test 

Coding questions related to programming

Interview Preparation Tips

Interview preparation tips for other job seekers - Practice more and more

Data Analyst Interview Questions asked at other Companies

Q1. Suppose there is a room in the office and X people enter room throughout the day, Y people leave throughout the day [continuously people are entering the room, some are staying there, and rest are going out] .. so tell me the code to calcul... read more
View answer (11)

Software Developer Interview Questions & Answers

user image Zeel Prajapati

posted on 22 Sep 2024

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

(1 Question)

  • Q1. It was good in depth oop concepts were asked

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 questions from similar companies

Interview Questionnaire 

1 Question

  • Q1. Time management

Roima Intelligence Interview FAQs

How many rounds are there in Roima Intelligence interview?
Roima Intelligence interview process usually has 2-3 rounds. The most common rounds in the Roima Intelligence interview process are Aptitude Test, Technical and HR.
How to prepare for Roima Intelligence 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 Roima Intelligence. The most common topics and skills that interviewers at Roima Intelligence expect are Full Stack, Javascript, SQL, AWS and Agile.
What are the top questions asked in Roima Intelligence interview?

Some of the top questions asked at the Roima Intelligence interview -

  1. write a program to find second highest number from an array without sort...read more
  2. write a program for bank management sys...read more
  3. design a database for library managem...read more
How long is the Roima Intelligence interview process?

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

Tell us how to improve this page.

Roima Intelligence Interview Process

based on 7 interviews

Interview experience

3.6
  
Good
View more

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.5k Interviews
Accenture Interview Questions
3.8
 • 8.2k Interviews
Infosys Interview Questions
3.6
 • 7.6k Interviews
Wipro Interview Questions
3.7
 • 5.6k Interviews
Cognizant Interview Questions
3.7
 • 5.6k Interviews
Amazon Interview Questions
4.1
 • 5k Interviews
Capgemini Interview Questions
3.7
 • 4.8k Interviews
Tech Mahindra Interview Questions
3.5
 • 3.8k Interviews
HCLTech Interview Questions
3.5
 • 3.8k Interviews
Genpact Interview Questions
3.8
 • 3.1k Interviews
View all

Roima Intelligence Reviews and Ratings

based on 7 reviews

2.9/5

Rating in categories

3.1

Skill development

2.8

Work-life balance

3.6

Salary

2.8

Job security

2.7

Company culture

2.7

Promotions

2.8

Work satisfaction

Explore 7 Reviews and Ratings
Compare Roima Intelligence with

TCS

3.7
Compare

Accenture

3.8
Compare

Wipro

3.7
Compare

Cognizant

3.7
Compare
Did you find this page helpful?
Yes No
write
Share an Interview