Upload Button Icon Add office photos

Filter interviews by

Romax Technology Interview Questions and Answers

Updated 7 Feb 2024

Romax Technology Interview Experiences

Popular Designations

2 interviews found

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

(1 Question)

  • Q1. Based on Basics of Transmission
Round 2 - Technical 

(1 Question)

  • Q1. Details of Gearbox and presentation
Round 3 - One-on-one 

(1 Question)

  • Q1. Support approach
Round 4 - HR 

(1 Question)

  • Q1. Basic HR questions

Associate Technical Specialist Interview Questions asked at other Companies

Q1. Identity life cycle is all about please explain in Brief?
View answer (1)
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Keep your resume crisp and to the point. A recruiter looks at your resume for an average of 6 seconds, make sure to leave the best impression.
View all tips
Round 2 - One-on-one 

(1 Question)

  • Q1. Gearbox, gears, bearing, basic mechanics
Round 3 - One-on-one 

(1 Question)

  • Q1. Gearbox and components

Interview Preparation Tips

Interview preparation tips for other job seekers - Keep learning

Technical Specialist Interview Questions asked at other Companies

Q1. What are the features of Solar wind which you are aware of?
View answer (4)

Interview questions from similar companies

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

I applied via Referral and was interviewed before Feb 2023. There was 1 interview round.

Round 1 - One-on-one 

(1 Question)

  • Q1. Design considerations for a front end web application
  • Ans. 

    Design considerations for front end web applications include user experience, performance, scalability, accessibility, and security.

    • Consider user experience by designing intuitive interfaces and smooth interactions.

    • Optimize performance by minimizing loading times and reducing unnecessary requests.

    • Ensure scalability by designing modular and flexible components.

    • Prioritize accessibility by following web content accessibil...

  • Answered by AI

Skills evaluated in this interview

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

I applied via Naukri.com and was interviewed before Dec 2023. There were 2 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. What is a stack ? Write it implementation
  • Ans. 

    A stack is a data structure that follows the Last In First Out (LIFO) principle.

    • Stack is a collection of elements with two main operations: push (adds element) and pop (removes top element)

    • Common implementations include using arrays or linked lists

    • Example: Undo feature in text editors uses a stack to store previous states

  • Answered by AI
  • Q2. How could we optimize a stack optimization
  • Ans. 

    Optimizing a stack involves reducing unnecessary operations and improving memory usage.

    • Implementing tail call optimization to reduce stack space usage

    • Using iterative algorithms instead of recursive ones to avoid stack overflow

    • Minimizing the number of local variables stored on the stack

    • Using dynamic memory allocation instead of fixed-size arrays to optimize memory usage

  • Answered by AI
Round 2 - Technical 

(2 Questions)

  • Q1. Database query from 2 table without a common column
  • Ans. 

    Use a JOIN statement to combine data from two tables without a common column.

    • Use a JOIN statement to combine data from two tables based on a different column

    • Specify the columns to select from each table in the query

    • Use aliases to differentiate between columns with the same name in different tables

  • Answered by AI
  • Q2. Design a Flight booking system
  • Ans. 

    Design a flight booking system with user authentication, flight search, booking, seat selection, and payment handling.

    • Implement user authentication for secure access.

    • Create a database of flights with availability and pricing.

    • Allow users to search for flights based on criteria like date, destination, and number of passengers.

    • Provide seat selection options for users during booking.

    • Include a payment gateway for secure tra...

  • Answered by AI

Skills evaluated in this interview

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

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

Round 1 - Coding Test 

Two coding questions of easy to moderate difficulty level, focusing on arrays and strings.

Round 2 - Technical 

(2 Questions)

  • Q1. What is the Quick Sort algorithm?
  • Ans. 

    Quick Sort is a popular sorting algorithm that uses a divide-and-conquer approach to sort elements in an array.

    • Divides the array into two sub-arrays based on a pivot element

    • Recursively sorts the sub-arrays

    • Combines the sorted sub-arrays to produce the final sorted array

    • Example: [3, 6, 8, 10, 1, 2, 1] -> [1, 1, 2, 3, 6, 8, 10]

  • Answered by AI
  • Q2. What is the merge sort algorithm and what is its time complexity?
  • Ans. 

    Merge sort is a divide and conquer algorithm that divides the input array into two halves, sorts them recursively, and then merges them back together.

    • Divide the input array into two halves

    • Recursively sort each half

    • Merge the sorted halves back together

    • Time complexity is O(n log n)

  • Answered by AI
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. Tell me about your project
  • Ans. 

    I developed a web application for tracking and managing inventory in a retail store.

    • Used React.js for front-end development

    • Implemented RESTful APIs using Node.js and Express for back-end

    • Utilized MongoDB for database management

  • Answered by AI
  • Q2. Tell me what is flow of your project
  • Ans. 

    The flow of the project involves requirements gathering, design, development, testing, deployment, and maintenance.

    • Requirements gathering: Understand client needs and document project requirements.

    • Design: Create a detailed design plan including architecture and user interface.

    • Development: Write code based on design specifications.

    • Testing: Conduct various tests to ensure the software functions correctly.

    • Deployment: Rele...

  • Answered by AI
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Find repeated nos in arrays
  • Ans. 

    Find repeated numbers in arrays of strings

    • Iterate through each string in the array

    • Convert each string to an array of numbers

    • Use a hash map to track the frequency of each number

    • Identify and return the repeated numbers

  • Answered by AI
Round 2 - Behavioral 

(1 Question)

  • Q1. Current company work, reason for change, etc.

Skills evaluated in this interview

I applied via Naukri.com and was interviewed before Sep 2020. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Problem solving and string processing

Interview Preparation Tips

Interview preparation tips for other job seekers - Practice problem solving questions.
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed before Apr 2022. There were 3 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Don’t add your photo or details such as gender, age, and address in your resume. These details do not add any value.
View all tips
Round 2 - Coding Test 

Written test on Basics of c and c++ is asked.
Also be thorough with mathematical topics like vectors,calculus.

Round 3 - Technical 

(2 Questions)

  • Q1. C++ basic questions Oops concepts
  • Q2. Math questions on vectors and calculus Predict the output for a given program

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident and strong at basics of C/C++.
They also value your communication skills as well.

Intern Interview Questions & Answers

Altair Engineering user image Thanusree Janapati

posted on 29 Aug 2024

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

(2 Questions)

  • Q1. Sql joins and types of joins
  • Ans. 

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

    • Types of joins include INNER JOIN, LEFT JOIN, RIGHT JOIN, and FULL JOIN.

    • 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.

    • F...

  • Answered by AI
  • Q2. Powerbi and done projects

Skills evaluated in this interview

Romax Technology Interview FAQs

How many rounds are there in Romax Technology interview?
Romax Technology interview process usually has 3-4 rounds. The most common rounds in the Romax Technology interview process are One-on-one Round, Technical and Resume Shortlist.
What are the top questions asked in Romax Technology interview?

Some of the top questions asked at the Romax Technology interview -

  1. Based on Basics of Transmiss...read more
  2. Details of Gearbox and presentat...read more
  3. Gearbox, gears, bearing, basic mechan...read more

Tell us how to improve this page.

Romax Technology Interview Process

based on 2 interviews

Interview experience

5
  
Excellent
View more

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.4k 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
Cyient Interview Questions
3.6
 • 283 Interviews
KPIT Technologies Interview Questions
3.4
 • 280 Interviews
View all

Romax Technology Reviews and Ratings

based on 3 reviews

3.4/5

Rating in categories

3.4

Skill development

4.2

Work-life balance

3.4

Salary

4.2

Job security

3.3

Company culture

3.3

Promotions

3.4

Work satisfaction

Explore 3 Reviews and Ratings
Quality Assurance Testing Engineer
5 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Software Developer
4 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Quality Engineer
4 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Design Engineer and Team Lead
3 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare Romax Technology with

Altair Engineering

4.1
Compare

Siemens Industry Software (India)

4.3
Compare

Bosch Global Software Technologies

3.9
Compare

TCS

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