Upload Button Icon Add office photos

Filter interviews by

Ultra Rail Infra Services Loco Pilot Interview Questions and Answers

Updated 5 May 2023

Ultra Rail Infra Services Loco Pilot Interview Experiences

1 interview found

Loco Pilot Interview Questions & Answers

user image Anonymous

posted on 5 May 2023

Interview experience
4
Good
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 

(2 Questions)

  • Q1. What is the BP pipe
  • Ans. 

    BP pipe refers to the Brake Pipe in a train's air brake system.

    • BP pipe is a part of the air brake system in trains.

    • It carries compressed air from the locomotive to the brake cylinders on each car.

    • The pressure in the BP pipe determines the level of braking force applied to the train.

    • A decrease in pressure in the BP pipe signals the brakes to be applied.

    • A sudden loss of pressure in the BP pipe can cause an emergency brak

  • Answered by AI
  • Q2. What is the fp
  • Ans. 

    FP stands for Fixed Point. It is a mathematical concept used in computer programming and engineering.

    • FP is a way of representing numbers with a fixed number of digits after the decimal point.

    • It is commonly used in embedded systems and digital signal processing.

    • FP can be either signed or unsigned, and can have different sizes depending on the application.

    • Examples of FP formats include IEEE 754 single precision and doubl...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Okay

Interview questions from similar companies

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

I applied via Naukri.com and was interviewed in Oct 2024. There were 3 interview rounds.

Round 1 - Technical 

(3 Questions)

  • Q1. What is Regression testing.
  • Q2. Difference between list and tuple
  • Q3. Program to check if the no. is prime
Round 2 - Technical 

(2 Questions)

  • Q1. Program to find pallindrome.
  • Q2. How to find element using css selector.
Round 3 - Case Study 

Scenario based questions

Electrician Interview Questions & Answers

TCS user image Surya Chandran

posted on 15 Dec 2024

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

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

Round 1 - Technical 

(3 Questions)

  • Q1. Transformer related questions
  • Q2. ACB,VCB related questions
  • Q3. Electrical testing process
  • Ans. 

    Electrical testing process involves checking the functionality and safety of electrical systems and equipment.

    • Electrical testing is essential to ensure the proper functioning of electrical systems and equipment.

    • Testing involves using specialized equipment to measure voltage, current, resistance, and continuity.

    • Common tests include insulation resistance testing, earth continuity testing, and polarity testing.

    • Regular tes...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - A strong technical foundation and proficiency in electrical mathematics are essential.
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(5 Questions)

  • Q1. API testing related questions were asked
  • Q2. What is api testing
  • Q3. How do you log bugs
  • Q4. What is agilemethodology
  • Q5. What is selenium framework
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Approached by Company and was interviewed in Dec 2024. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. Write a program to reverse a string
Interview experience
1
Bad
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

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

Round 1 - Aptitude Test 

Easy very simple questions sked in test

Round 2 - Technical 

(2 Questions)

  • Q1. Tell me about yourself
  • Q2. Explain SDLC
  • Ans. 

    SDLC stands for Software Development Life Cycle, a process used to design, develop, and test software.

    • SDLC is a systematic process for building software applications.

    • It includes phases like planning, analysis, design, implementation, testing, and maintenance.

    • Each phase has specific goals and deliverables to ensure the quality and success of the software.

    • Examples of SDLC models include Waterfall, Agile, and DevOps.

  • Answered by AI
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

Aptitude was hosted by Amazon themselves comprising of 3 sections:
1. Coding
2. MCQ regarding QA methodologies
3. Behavioural questions (where does your alignment lies)

Round 2 - Technical 

(2 Questions)

  • Q1. Simple string manipulation (e.g. anagram string)
  • Ans. 

    Check if two strings are anagrams of each other

    • Create a function that takes in two strings as input

    • Remove all spaces and special characters from both strings

    • Sort the characters in both strings and compare them to check if they are equal

  • Answered by AI
  • Q2. Optimise approach for each question
Round 3 - Technical 

(1 Question)

  • Q1. Technical questions around automation suite
Round 4 - Technical 

(1 Question)

  • Q1. More questions on the projects I have worked, questions around them
Round 5 - One-on-one 

(2 Questions)

  • Q1. Alignment on where you are likely going to be in the org
  • Q2. Preferred work location

Interview Preparation Tips

Interview preparation tips for other job seekers - Apply for the job position only if you can work from the location given in JD

Skills evaluated in this interview

QA Engineer Interview Questions & Answers

Wipro user image Vinay Devendra

posted on 10 Oct 2024

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

I applied via LinkedIn and was interviewed in Sep 2024. There was 1 interview round.

Round 1 - One-on-one 

(2 Questions)

  • Q1. WAP to run same test case 100 times
  • Ans. 

    Write a program to run the same test case 100 times

    • Use a loop to iterate 100 times

    • Call the test case function inside the loop

    • Track the results of each iteration if needed

  • Answered by AI
  • Q2. WAP to get duplicate char count
  • Ans. 

    A program to count the number of duplicate characters in an array of strings.

    • Iterate through each string in the array

    • For each string, iterate through each character and count the occurrences

    • Store the count of each character in a map or dictionary

    • Return the characters with count greater than 1

  • Answered by AI
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Questions on object oriented programming concepts in java
  • Q2. How to handle multiple windowns in selenium
  • Ans. 

    Handling multiple windows in Selenium involves switching between windows and performing actions on each window.

    • Use getWindowHandles() to get all window handles

    • Switch to a specific window using switchTo().window(handle)

    • Perform actions on the window

    • Switch back to the original window if needed

  • Answered by AI

Skills evaluated in this interview

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

(4 Questions)

  • Q1. Dg battery bank
  • Q2. Piu smps ipms
  • Q3.  AC current knowledge
  • Q4. DC current Knowledge
Round 2 - HR 

(2 Questions)

  • Q1. Disel filtter air filter
  • Q2. Alternator testing power

Ultra Rail Infra Services Interview FAQs

How many rounds are there in Ultra Rail Infra Services Loco Pilot interview?
Ultra Rail Infra Services interview process usually has 2 rounds. The most common rounds in the Ultra Rail Infra Services interview process are Resume Shortlist and One-on-one Round.
What are the top questions asked in Ultra Rail Infra Services Loco Pilot interview?

Some of the top questions asked at the Ultra Rail Infra Services Loco Pilot interview -

  1. What is the BP p...read more
  2. What is the...read more

Tell us how to improve this page.

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.3k Interviews
Accenture Interview Questions
3.9
 • 8.1k Interviews
Infosys Interview Questions
3.7
 • 7.5k Interviews
Wipro Interview Questions
3.7
 • 5.6k Interviews
Cognizant Interview Questions
3.8
 • 5.5k Interviews
Amazon Interview Questions
4.1
 • 5k Interviews
Capgemini Interview Questions
3.8
 • 4.8k Interviews
Tech Mahindra Interview Questions
3.6
 • 3.8k Interviews
HCLTech Interview Questions
3.5
 • 3.7k Interviews
Genpact Interview Questions
3.9
 • 3k Interviews
View all

Ultra Rail Infra Services Loco Pilot Reviews and Ratings

based on 2 reviews

3.1/5

Rating in categories

4.4

Skill development

4.0

Work-life balance

2.7

Salary

4.0

Job security

2.7

Company culture

3.0

Promotions

3.6

Work satisfaction

Explore 2 Reviews and Ratings
Assistant Manager- HR
3 salaries
unlock blur

₹4.6 L/yr - ₹7.5 L/yr

Admin Executive
3 salaries
unlock blur

₹3.5 L/yr - ₹3.5 L/yr

Railway Track Engineer
3 salaries
unlock blur

₹1.8 L/yr - ₹1.8 L/yr

Explore more salaries
Compare Ultra Rail Infra Services with

Reliance Infrastructure

4.1
Compare

Larsen & Toubro Limited

4.0
Compare

GMR Group

4.1
Compare

Adani Ports and SEZ

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