Upload Button Icon Add office photos

Filter interviews by

Reflexis Systems Interview Questions and Answers

Updated 22 Jul 2024

Reflexis Systems Interview Experiences

2 interviews found

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

I applied via Campus Placement and was interviewed before Jul 2023. There were 2 interview rounds.

Round 1 - Case Study 

They asked general aptitude questions .

Round 2 - HR 

(1 Question)

  • Q1. HR was very friendly asked simple questions about you, family

Software Engineer Interview Questions asked at other Companies

Q1. Bridge and torch problem : Four people come to a river in the night. There is a narrow bridge, but it can only hold two people at a time. They have one torch and, because it's night, the torch has to be used when crossing the bridge. Person... read more
View answer (209)

I applied via LinkedIn and was interviewed before May 2020. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Oops concept

Interview Preparation Tips

Interview preparation tips for other job seekers - Oops concept

Software Engineer Interview Questions asked at other Companies

Q1. Bridge and torch problem : Four people come to a river in the night. There is a narrow bridge, but it can only hold two people at a time. They have one torch and, because it's night, the torch has to be used when crossing the bridge. Person... read more
View answer (209)

Interview questions from similar companies

I applied via Campus Placement and was interviewed before Jul 2020. There was 1 interview round.

Interview Questionnaire 

2 Questions

  • Q1. Check if binary tree is balanced or not.
  • Ans. 

    Check if binary tree is balanced or not.

    • A balanced binary tree has the height of left and right subtrees differ by at most 1.

    • Recursively check the height of left and right subtrees and compare.

    • Use a helper function to calculate the height of a subtree.

    • Time complexity: O(nlogn) for a balanced tree, O(n^2) for a skewed tree.

  • Answered by AI
  • Q2. Detect loops in linked list.
  • Ans. 

    Detect loops in a linked list.

    • Use two pointers, one moving at a faster pace than the other.

    • If there is a loop, the faster pointer will eventually catch up to the slower one.

    • To detect the start of the loop, reset one pointer to the head and move both pointers at the same pace.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Interview experience was good, do your DS Algo questoin thoroughly.

Skills evaluated in this interview

I applied via Referral and was interviewed before Aug 2021. There were 2 interview rounds.

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 - Aptitude Test 

General topics like mathe, English, social etc

Interview Preparation Tips

Topics to prepare for IT By Design Software Engineer interview:
  • Python
  • general
Interview preparation tips for other job seekers - It is best choice to our life . If I can join in this company. I can learn more things by gaining work experience.

I applied via Referral and was interviewed before Jul 2021. There were 3 interview rounds.

Round 1 - Coding Test 

If you are a fresher , then this is for you else almost no coding test for experienced candidates.

Round 2 - One-on-one 

(1 Question)

  • Q1. Javascript basics, Angular react general questions depends upon profile.
Round 3 - Behavioral 

(1 Question)

  • Q1. They asked general questions related to some hectic situation faced in previous company / project..

Interview Preparation Tips

Interview preparation tips for other job seekers - Be calm . Clear your basics . That's it.
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Do not use an unprofessional email address such as cool_boy@email.com. It shows a lack of professionalism by the candidate.
View all tips
Round 2 - Technical 

(1 Question)

  • Q1. Normal array and string questions
Round 3 - Technical 

(1 Question)

  • Q1. Array and string

I applied via Campus Placement and was interviewed in Mar 2021. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. I was asked a question on counting continuous max occurences of 1 in a string

Interview Preparation Tips

Interview preparation tips for other job seekers - Deep knowledge of programming is a must
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed in Apr 2024. There was 1 interview round.

Round 1 - Coding Test 

Just plain leetcode medium questions

I applied via Company Website and was interviewed in Sep 2022. There were 4 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 - Aptitude Test 

Basic Aptitude questions like quantitative and logical

Round 3 - Coding Test 

Programs have to written for given questions

Round 4 - Technical 

(2 Questions)

  • Q1. F2F interview programming questions were asked
  • Q2. Questions were asked about projects and technology used in project

Interview Preparation Tips

Interview preparation tips for other job seekers - Be strong enough in data structures and algorithms you can easily crack the interview

I applied via Company Website and was interviewed in May 2022. There were 4 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Properly align and format text in your resume. A recruiter will have to spend more time reading poorly aligned text, leading to high chances of rejection.
View all tips
Round 2 - Aptitude Test 

The test contains basic programming output questions and some aptitude questions.

Round 3 - Coding Test 

We have to solve 5 programming questions in 1 hour. Questions are on arrays and strings.

Round 4 - Technical 

(2 Questions)

  • Q1. Parenthesis balancing Reversing the string Finding the angle between hour and minute hand of clock
  • Ans. 

    Three technical questions related to string manipulation and clock calculations.

    • For parenthesis balancing, use a stack data structure to keep track of opening and closing brackets.

    • To reverse a string, use two pointers starting from the beginning and end of the string and swap characters until they meet in the middle.

    • To find the angle between hour and minute hand of clock, use the formula (30H - 11/2M) degrees, where H

  • Answered by AI
  • Q2. Prime no Add all digits in a number
  • Ans. 

    The question asks to check if a number is prime and add all its digits.

    • To check if a number is prime, we can use a loop to divide it by all numbers from 2 to its square root.

    • If the number is divisible by any of these numbers, it is not prime.

    • To add all digits in a number, we can use a loop to extract each digit and add it to a running total.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Practice all previously asked questions which are on internet. Questions are based on arrays, mathematics (prime no.,leap year etc) strings, stack and queue.
Try to optimise the code as much as possible.

Skills evaluated in this interview

Reflexis Systems Interview FAQs

How many rounds are there in Reflexis Systems interview?
Reflexis Systems interview process usually has 2 rounds. The most common rounds in the Reflexis Systems interview process are Case Study and HR.
What are the top questions asked in Reflexis Systems interview?

Some of the top questions asked at the Reflexis Systems interview -

  1. HR was very friendly asked simple questions about you, fam...read more
  2. Oops conc...read more

Tell us how to improve this page.

Reflexis Systems Interview Process

based on 1 interview

Interview experience

4
  
Good
View more

Interview Questions from Similar Companies

Magic Edtech Interview Questions
3.1
 • 50 Interviews
Affine Interview Questions
3.3
 • 49 Interviews
IT By Design Interview Questions
3.6
 • 39 Interviews
Argusoft Interview Questions
4.6
 • 38 Interviews
View all

Reflexis Systems Reviews and Ratings

based on 39 reviews

3.6/5

Rating in categories

3.2

Skill development

3.2

Work-life balance

3.4

Salary

3.4

Job security

3.3

Company culture

3.1

Promotions

3.0

Work satisfaction

Explore 39 Reviews and Ratings
Software Developer
39 salaries
unlock blur

₹4.2 L/yr - ₹9 L/yr

Software Engineer
38 salaries
unlock blur

₹4.8 L/yr - ₹12.5 L/yr

Softwaretest Engineer
24 salaries
unlock blur

₹3 L/yr - ₹6.1 L/yr

Test Engineer
24 salaries
unlock blur

₹3.9 L/yr - ₹8 L/yr

Java Developer
20 salaries
unlock blur

₹3.6 L/yr - ₹5 L/yr

Explore more salaries
Compare Reflexis Systems with

Maxgen Technologies

4.5
Compare

Magic Edtech

3.1
Compare

VDart

4.0
Compare

Value Point Systems

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