Upload Button Icon Add office photos

Filter interviews by

Railworld India Interview Questions, Process, and Tips

Updated 13 Aug 2024

Top Railworld India Interview Questions and Answers

View all 9 questions

Railworld India Interview Experiences

Popular Designations

16 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

Top Railworld India Software Developer Interview Questions and Answers

Q1. What is java and why we use
View answer (1)

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 (43)
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...

Top Railworld India Software Developer Interview Questions and Answers

Q1. What is java and why we use
View answer (1)

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 (43)
Interview experience
2
Poor
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

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

Round 1 - One-on-one 

(2 Questions)

  • Q1. Java questions on serialisation, oops , abstraction, encapsulation, inheritance, interface etc
  • Q2. Basic SQL queries
Round 2 - HR 

(2 Questions)

  • Q1. Bogus 🤥 😡 explaining stupid training plans asking for 40k as security deposit and 1 year bond signing .. #Fake alert 🚫
  • Q2. She is giving fake training plans for 4 months where they will give us demo projects then she said we will be giving you stipend but that too in bulk after 4 months .. Asking for 40k as security deposit.. ...

Interview Preparation Tips

Interview preparation tips for other job seekers - Don't go it's fake company

Junior Software Developer Interview Questions asked at other Companies

Q1. Given n coins for two players playing a game. Each player picks coins from the given n coins in such a way that he can pick 1 to 5 coins in one turn and the game continues for both the players. The player who picks the last coin looses the ... read more
View answer (3)
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

Top Railworld India Software Developer Interview Questions and Answers

Q1. What is java and why we use
View answer (1)

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

Railworld India interview questions for popular designations

 Software Developer

 (13)

 Python and Django Developer

 (1)

 Junior Software Developer

 (1)

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

Top Railworld India Software Developer Interview Questions and Answers

Q1. What is java and why we use
View answer (1)

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

Top Railworld India Software Developer Interview Questions and Answers

Q1. What is java and why we use
View answer (1)

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

Interview Questions & Answers

user image Anonymous

posted on 20 Jun 2024

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

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

Round 1 - Assignment 

The round1 is assignment on our domain, they will give you 10 questions 10mins time where 5 questions from the domain we choose and another 5 from Blockchain technology

Round 2 - Technical 

(2 Questions)

  • Q1. What is difference b/w sql and mysql
  • Q2. What is dbms and rdbms? difference b/w them
Round 3 - HR 

(2 Questions)

  • Q1. When u willl Join?
  • Q2. Salary expectation

Interview Preparation Tips

Interview preparation tips for other job seekers - It was a consultancy, where first two rounds are just for the formality later hr will explain at the end we have to pay money for the job

Skills evaluated in this interview

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

Top Railworld India Software Developer Interview Questions and Answers

Q1. What is java and why we use
View answer (1)

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

Top Railworld India Software Developer Interview Questions and Answers

Q1. What is java and why we use
View answer (1)

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

Top Railworld India Software Developer Interview Questions and Answers

Q1. What is java and why we use
View answer (1)

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

Railworld India Interview FAQs

How many rounds are there in Railworld India 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 interview?

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

  1. what is dbms and rdbms? difference b/w t...read more
  2. What is difference b/w sql and my...read more
  3. What is java and why we ...read more
How long is the Railworld India interview process?

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

Tell us how to improve this page.

Railworld India Interview Process

based on 22 interviews

Interview experience

3
  
Average
View more

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.5k Interviews
Indian Railways Interview Questions
4.1
 • 84 Interviews
BEML Interview Questions
4.0
 • 22 Interviews
View all

Railworld India Reviews and Ratings

based on 83 reviews

3.3/5

Rating in categories

3.3

Skill development

3.4

Work-life balance

3.0

Salary

3.1

Job security

3.3

Company culture

3.0

Promotions

3.2

Work satisfaction

Explore 83 Reviews and Ratings
Software Developer
32 salaries
unlock blur

₹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.2
Compare

Container Corporation of India

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