Upload Button Icon Add office photos

Filter interviews by

Railworld India Software Developer Interview Questions, Process, and Tips

Updated 13 Aug 2024

Top Railworld India Software Developer Interview Questions and Answers

View all 6 questions

Railworld India Software Developer Interview Experiences

13 interviews found

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

I applied via Walk-in and was interviewed in May 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. In js they ask :- async,await, operator,conditionals ,data types .simple js question
  • Q2. In react js :- props, component,hooks concepts

Interview Preparation Tips

Interview preparation tips for other job seekers - Even if you don't answer a single question easily during the interview, it won't be a problem. In the end, they will just ask you for money. Before my interview was scheduled, I checked the Google reviews, and after seeing them, I asked the company's HR if they really demand 30,000 rupees. They denied it. I still have a screenshot of that conversation on my phone. When I went there and answered all the interview questions correctly, at the end, they still asked me for 30,000 rupees. They were saying anything to protect themselves. After showing them the phone screenshot, they said it must have been a misunderstanding at the GURGAON OFFICE. I noticed that even those who didn't perform well in the interview were shortlisted for the next round, and they were also asked for 30,000 rupees. They are frauds
Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Walk-in and was interviewed in Apr 2024. There were 3 interview rounds.

Round 1 - HR 

(1 Question)

  • Q1. I recently had the opportunity to interview with Railworld India Pvt Ltd in Indore, and the experience was quite positive.The HR asked me introduce myself,inquire about my family background and delve into ...
Round 2 - Technical 

(1 Question)

  • Q1. Interviewed for a software developer (JAVA) postion and was asked a series questions.The interviewer covered basic concepts like " what is java?" and " what is OOPs". He also asked types of OOPs,Data Abstr...
Round 3 - HR 

(1 Question)

  • Q1. After passing the technical rounds,the HR explained all term and conditions clearly, making onboarding easy.I joined the company within 5 days of the interview. The process was smooth and efficient.Exci...

Software Developer Interview Questions Asked at Other Companies

asked in Amazon
Q1. Maximum Subarray Sum Problem Statement Given an array of integers ... read more
asked in Amazon
Q2. Minimum Number of Platforms Needed Problem Statement You are give ... read more
asked in Rakuten
Q3. Merge Two Sorted Arrays Problem Statement Given two sorted intege ... read more
asked in Nagarro
Q4. Crazy Numbers Pattern Challenge Ninja enjoys arranging numbers in ... read more
asked in PhonePe
Q5. Form a Triangle Problem Statement You are given an array of integ ... read more
Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Walk-in and was interviewed in Jul 2024. There were 2 interview rounds.

Round 1 - Group Discussion 

Hard work vs smartwork

Round 2 - Technical 

(1 Question)

  • Q1. What is hiberante
  • Ans. 

    Hibernate is an open-source Java framework that simplifies the development of Java applications to interact with databases.

    • Hibernate is an Object-Relational Mapping (ORM) tool that maps Java objects to database tables.

    • It provides a way to query data using an object-oriented approach rather than writing SQL queries.

    • Hibernate handles the mapping of Java classes to database tables and vice versa, as well as data query and...

  • Answered by AI

Skills evaluated in this interview

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

I applied via Approached by Company and was interviewed in May 2024. There were 3 interview rounds.

Round 1 - Coding Test 

Chooses based on the programming language we choose

Round 2 - Technical 

(2 Questions)

  • Q1. Patterns question
  • Q2. Tests just if we know the name of the topics
Round 3 - HR 

(1 Question)

  • Q1. Explains entire company rules ofcourse all the things are fraud though they explain shamelessly

Interview Preparation Tips

Interview preparation tips for other job seekers - Don't join any company which demands money❌❌❌.Specially १ãïlvvø४/d

Railworld India interview questions for designations

 Junior Software Developer

 (1)

 Python and Django Developer

 (1)

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

I applied via Company Website and was interviewed in May 2024. There were 2 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. What is prop drilling
  • Ans. 

    Prop drilling is the process of passing data from a parent component to multiple levels of nested child components in React.

    • Prop drilling involves passing props through multiple levels of components, even if some intermediate components do not need the data.

    • It can lead to code that is harder to maintain and understand, as components become tightly coupled to the data they receive.

    • One way to avoid prop drilling is by us...

  • Answered by AI
  • Q2. What is matplotlib
  • Ans. 

    Matplotlib is a plotting library for creating static, animated, and interactive visualizations in Python.

    • Used for creating various types of plots such as line, bar, scatter, histogram, etc.

    • Provides a MATLAB-like interface for easy plotting.

    • Supports customization of plots with labels, titles, legends, colors, etc.

  • Answered by AI
Round 2 - HR 

(2 Questions)

  • Q1. What is your strength
  • Q2. Why you want to join us

Interview Preparation Tips

Interview preparation tips for other job seekers - Good company

Get interview-ready with Top Railworld India Interview Questions

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

I applied via Monster and was interviewed in Apr 2024. There were 3 interview rounds.

Round 1 - Assignment 

Java, blockchain technology

Round 2 - Technical 

(1 Question)

  • Q1. Questions from spring boot
Round 3 - Coding Test 

Finding index of an element in an array using binary search

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

I applied via Walk-in and was interviewed in Apr 2024. There were 3 interview rounds.

Round 1 - Aptitude Test 

Black chain and technical questions

Round 2 - Technical 

(1 Question)

  • Q1. What is css opacity?
  • Ans. 

    CSS opacity is a property that controls the transparency of an element.

    • Opacity values range from 0 (completely transparent) to 1 (completely opaque)

    • Can be applied to any HTML element using CSS

    • Useful for creating overlay effects or fading animations

  • Answered by AI
Round 3 - HR 

(1 Question)

  • Q1. Tell me about yourself?

Interview Preparation Tips

Interview preparation tips for other job seekers - It is great experience

Skills evaluated in this interview

Interview experience
1
Bad
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Jvm and Jre difference
  • Ans. 

    JVM is the virtual machine that runs Java bytecode, while JRE is the environment in which Java programs run.

    • JVM stands for Java Virtual Machine and is responsible for executing Java bytecode.

    • JRE stands for Java Runtime Environment and includes JVM, libraries, and other components necessary for running Java programs.

    • JVM is platform-dependent, while JRE is platform-independent.

    • Example: When you run a Java program, the JR...

  • Answered by AI
  • Q2. What is java and why we use
  • Ans. 

    Java is a high-level programming language used for developing applications that can run on any platform.

    • Java is platform-independent, meaning code can run on any device with a Java Virtual Machine (JVM)

    • It is object-oriented, allowing for modular and reusable code

    • Java is used for developing web applications, mobile apps, enterprise software, and more

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Focus on core concept of java

Skills evaluated in this interview

Software Developer Interview Questions & Answers

user image PRANAy Bisan

posted on 22 Jun 2024

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

(1 Question)

  • Q1. Some basic questions
Round 2 - HR 

(1 Question)

  • Q1. Discussing about their policies

Interview Preparation Tips

Interview preparation tips for other job seekers - Dont go for that . They ask for 40000 as a security deposit for one year and have to do work for 100 working days as a intern with stipend after 100 working days
Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Indeed and was interviewed in Oct 2023. There were 3 interview rounds.

Round 1 - Assignment 

Only 5 basic questions

Round 2 - Technical 

(1 Question)

  • Q1. About mern stack technology and what you are tell and write in your resume
Round 3 - HR 

(1 Question)

  • Q1. They asking me for money and after receiving the money they send you and offer letter

Interview Preparation Tips

Interview preparation tips for other job seekers - The ask for money of 30k for surety bond this is totally fraud

Railworld India Interview FAQs

How many rounds are there in Railworld India Software Developer interview?
Railworld India interview process usually has 2-3 rounds. The most common rounds in the Railworld India interview process are Technical, HR and Assignment.
What are the top questions asked in Railworld India Software Developer interview?

Some of the top questions asked at the Railworld India Software Developer interview -

  1. What is java and why we ...read more
  2. What is prop drill...read more
  3. What is css opaci...read more
How long is the Railworld India Software Developer interview process?

The duration of Railworld India Software Developer interview process can vary, but typically it takes about less than 2 weeks to complete.

Tell us how to improve this page.

Railworld India Software Developer Interview Process

based on 17 interviews

3 Interview rounds

  • Technical Round - 1
  • Technical Round - 2
  • HR Round
View more
Railworld India Software Developer Salary
based on 30 salaries
₹2.1 L/yr - ₹4.5 L/yr
62% less than the average Software Developer Salary in India
View more details

Railworld India Software Developer Reviews and Ratings

based on 54 reviews

3.6/5

Rating in categories

3.6

Skill development

3.6

Work-life balance

3.1

Salary

3.3

Job security

3.5

Company culture

3.2

Promotions

3.5

Work satisfaction

Explore 54 Reviews and Ratings
Software Developer
30 salaries
unlock blur

₹2.1 L/yr - ₹4.5 L/yr

Front end Developer
7 salaries
unlock blur

₹3 L/yr - ₹4.5 L/yr

Software Engineer
4 salaries
unlock blur

₹1.8 L/yr - ₹4 L/yr

HR Executive
4 salaries
unlock blur

₹0.4 L/yr - ₹3 L/yr

Java Software Developer
4 salaries
unlock blur

₹3.8 L/yr - ₹3.8 L/yr

Explore more salaries
Compare Railworld India with

Indian Railways

4.1
Compare

Delhi Metro Rail Corporation

4.1
Compare

Konkan Railway Corporation

4.1
Compare

Container Corporation of India

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