Upload Button Icon Add office photos
Engaged Employer

i

This company page is being actively managed by Real11 Team. If you also belong to the team, you can get access from here

Real11 Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Real11 Software Developer Interview Questions and Answers

Updated 22 Dec 2024

Real11 Software Developer Interview Experiences

1 interview found

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

(1 Question)

  • Q1. Basic oops concepts
Round 2 - HR 

(1 Question)

  • Q1. Basic behaviour

Interview questions from similar companies

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

I applied via campus placement at National Institute of Technology,(NIT), Goa and was interviewed in Sep 2023. 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 - Technical 

(4 Questions)

  • Q1. They asked me javascript application based questions like 1.) true + true will be what? 2.) what if I write prmopt instead of console.log() 3.) error find out questions
  • Ans. 1.) answer will be 2 2.) prompt is for displaying dialog box alert is for giving output
  • Answered Anonymously
  • Q2. They were me js appliaction based question like error finding and all
  • Q3. What will be the output of this code
  • Ans. 

    The output of the code will be 'Hello World'

    • The code likely contains a simple print statement that outputs 'Hello World'

    • There are no variables or conditions that would change the output

  • Answered by AI
  • Q4. Then tell me the correct answer

Interview Preparation Tips

Interview preparation tips for other job seekers - they were asking application based question so prepare accordingly

Skills evaluated in this interview

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

I applied via LinkedIn and was interviewed before Mar 2023. There were 3 interview rounds.

Round 1 - Coding Test 

HACKERANK CODING TEST

Round 2 - One-on-one 

(1 Question)

  • Q1. BASIC STUFF ABOUT DBMS, OOPS, SYSTEM DESIGN
Round 3 - Assignment 

MACHINE LEARNING - HAD TO DESIGN ONE OF CRICBUZZ FEATURE

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

(1 Question)

  • Q1. Javascript based coding question

I applied via Naukri.com and was interviewed in Aug 2022. There were 2 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. OOPS, difference between abstract class and interface, difference between response.Redirect and server.Transfer, sql transaction, procedure, functions, connected and disconnected architecture
  • Ans. 

    Questions on OOPS concepts, SQL transactions, and web development

    • Abstract class vs interface: abstract class can have implementation while interface cannot

    • response.Redirect vs server.Transfer: Redirect sends a new request while Transfer does not

    • SQL transaction: a set of SQL statements executed as a single unit of work

    • SQL procedure: a set of SQL statements that can be called like a function

    • SQL function: a set of SQL sta...

  • Answered by AI
Round 2 - Behavioral 

(1 Question)

  • Q1. Project and technology related

Interview Preparation Tips

Interview preparation tips for other job seekers - Oops, sql. Basics of. Net framework, ado. Net

Skills evaluated in this interview

Interview experience
2
Poor
Difficulty level
Hard
Process Duration
4-6 weeks
Result
Selected Selected

I applied via campus placement at Indian Institute of Technology (IIT), Gandhinagar and was interviewed in Aug 2023. There were 3 interview rounds.

Round 1 - Aptitude Test 

Math, logical and verbal question's

Round 2 - Coding Test 

Simple question on recursion, array, Graph, Dynamic programming, linkedlist and 2 pointer

Round 3 - One-on-one 

(1 Question)

  • Q1. Previous experience project on resume previous internships / intrest

Interview Preparation Tips

Interview preparation tips for other job seekers - They ask very though question. but the CTC dont match the difficult of question asked.
They want most skilled engineer at price of peeny every only 5 student from IIT Gandhinagar qualified the interview and everyone rejected the offer.
Just check companies reviews before joining.
Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
No response

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

Round 1 - Coding Test 

The interview primarily centered around core Java concepts, including exception handling, Java streams, and collections. The coding question was related to binary search.

Interview Preparation Tips

Interview preparation tips for other job seekers - Ensure that you have a strong understanding of core Java concepts, particularly the features introduced in Java 8.

I was interviewed in Jun 2021.

Interview Questionnaire 

1 Question

  • Q1. Basic questions and aptitute

Interview Preparation Tips

Interview preparation tips for other job seekers - It was good, selection is one day process. salary is 3.6 lacks per annum it was very a good experience. interview was knowledgeable and experience. overall it was good but salary could have been better. work location given were too far away form my hometown
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Walk-in and was interviewed before Apr 2022. There were 5 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 

It is easy to crack with skills

Round 3 - Coding Test 

You should strong in Java and c++

Round 4 - Group Discussion 

They asked technical topic to speak

Round 5 - HR 

(6 Questions)

  • Q1. They asked technical questions and coding questions
  • Q2. What is oops . explain in detail
  • Ans. 

    OOPs stands for Object-Oriented Programming. It is a programming paradigm based on the concept of objects.

    • OOPs focuses on creating objects that contain both data and functions to manipulate that data.

    • It emphasizes on encapsulation, inheritance, and polymorphism.

    • Encapsulation is the process of hiding the implementation details of an object from the outside world.

    • Inheritance allows a class to inherit properties and metho...

  • Answered by AI
  • Q3. Tell me about yourself
  • Q4. What do you know about our company
  • Q5. Why should I hire you in this company
  • Q6. What is your long term and short term goal

Interview Preparation Tips

Topics to prepare for Ixia Solutions Software Engineer interview:
  • C++
  • Java
  • OOPS
  • Networking
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via campus placement at National Institute of Technology,(NIT), Goa and was interviewed in Sep 2023. There were 2 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 - Technical 

(4 Questions)

  • Q1. They asked me javascript application based questions like 1.) true + true will be what? 2.) what if I write prmopt instead of console.log() 3.) error find out questions
  • Ans. 1.) answer will be 2 2.) prompt is for displaying dialog box alert is for giving output
  • Answered Anonymously
  • Q2. They were me js appliaction based question like error finding and all
  • Q3. What will be the output of this code
  • Ans. 

    The output of the code will be 'Hello World'

    • The code likely contains a simple print statement that outputs 'Hello World'

    • There are no variables or conditions that would change the output

  • Answered by AI
  • Q4. Then tell me the correct answer

Interview Preparation Tips

Interview preparation tips for other job seekers - they were asking application based question so prepare accordingly

Skills evaluated in this interview

Real11 Interview FAQs

How many rounds are there in Real11 Software Developer interview?
Real11 interview process usually has 2 rounds. The most common rounds in the Real11 interview process are Technical and HR.
What are the top questions asked in Real11 Software Developer interview?

Some of the top questions asked at the Real11 Software Developer interview -

  1. Basic oops conce...read more
  2. Basic behavi...read more

Tell us how to improve this page.

Real11 Software Developer Interview Process

based on 1 interview

Interview experience

5
  
Excellent
View more
Data Analyst
5 salaries
unlock blur

₹3 L/yr - ₹6.6 L/yr

HR Manager
4 salaries
unlock blur

₹3.3 L/yr - ₹4.1 L/yr

Quality Analyst
4 salaries
unlock blur

₹5.7 L/yr - ₹5.8 L/yr

Operations Executive
4 salaries
unlock blur

₹2 L/yr - ₹2.2 L/yr

Content Specialist
4 salaries
unlock blur

₹3.8 L/yr - ₹7 L/yr

Explore more salaries
Compare Real11 with

Carnival Cruise Lines

4.3
Compare

Royal Caribbean International

4.4
Compare

Smaaash Entertainment

3.6
Compare

Nielsen Sports

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