Upload Button Icon Add office photos

Filter interviews by

CSX Corporation Interview Questions and Answers

Updated 6 Nov 2022

CSX Corporation Interview Experiences

Popular Designations

2 interviews found

Analyst Interview Questions & Answers

user image Anonymous

posted on 6 Nov 2022

I applied via LinkedIn and was interviewed in May 2022. 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 - HR 

(2 Questions)

  • Q1. Why do you choose our company?
  • Q2. Tell us your experience with previous company?

Interview Preparation Tips

Interview preparation tips for other job seekers - Go ahead, good company I guess. But okayish. We can give it a try but depends on you

Analyst Interview Questions asked at other Companies

Q1. N-th Fibonacci Number Problem Statement Given an integer ‘N’, your task is to find and return the N’th Fibonacci number using matrix exponentiation. Since the answer can be very large, return the answer modulo 10^9 + 7. Formula: F(n) = F(n-... read more
View answer (1)

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

Round 1 - HR 

(2 Questions)

  • Q1. What is your first project modules
  • Ans. 

    General ledger, account payable, account receivable, financial accounting,cash management 

     

  • Answered by Kadirirani
  • Q2. How many projects are completed you
Round 2 - Group Discussion 

In the group discussion we are successfully completed project implementation doing through Oracle modules like gl,ap,ar,fa,cm

Interview Preparation Tips

Topics to prepare for CSX Corporation AST Consultant interview:
  • Oracle fusion functional modules
Interview preparation tips for other job seekers - As a consultant have you know all modules knowledge

AST Consultant Interview Questions asked at other Companies

Q1. 1. What is the velocity trend? 2. Metrics used in scrum framework 3. Type of conflicts and how to resolve them 4. INVEST model used for the creation of user stories 5. Explain about 'DOD' and 'DOR'? 6. Explain the KPIs in the scrum framewor... read more
View answer (1)

Interview questions from similar companies

Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
6-8 weeks
Result
Selected Selected

I applied via Approached by Company and was interviewed before Mar 2023. There were 4 interview rounds.

Round 1 - HR 

(1 Question)

  • Q1. Current Profile
Round 2 - Technical 

(1 Question)

  • Q1. TBM and Project Related questions
Round 3 - Technical 

(1 Question)

  • Q1. Detailed Technical questions regarding Geology and Tunneling
Round 4 - HR 

(1 Question)

  • Q1. Salary Negotiation

Interview Preparation Tips

Interview preparation tips for other job seekers - Be patient
Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

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

Round 1 - Group Discussion 

Projects done yet, Coding Algo

Round 2 - One-on-one 

(1 Question)

  • Q1. DSA ALGO IN C++
  • Ans. 

    Data Structures and Algorithms in C++

    • Learn basic data structures like arrays, linked lists, stacks, queues, trees, and graphs

    • Understand sorting and searching algorithms such as bubble sort, quick sort, binary search, etc.

    • Practice solving coding problems on platforms like LeetCode or HackerRank

  • Answered by AI

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Not Selected

I applied via Campus Placement and was interviewed in Oct 2024. There was 1 interview round.

Round 1 - One-on-one 

(4 Questions)

  • Q1. What is polymorphism
  • Ans. 

    Polymorphism is the ability of a function or method to behave differently based on the object it is acting upon.

    • Polymorphism allows objects of different classes to be treated as objects of a common superclass.

    • It enables a single interface to be used for different data types or classes.

    • Examples include method overloading and method overriding in object-oriented programming.

  • Answered by AI
  • Q2. Find missing number from nth number array.
  • Ans. 

    Find missing number from nth number array.

    • Iterate through the array and calculate the sum of all numbers

    • Calculate the sum of numbers from 1 to n using the formula n*(n+1)/2

    • Subtract the sum of array from the sum of numbers from 1 to n to find the missing number

  • Answered by AI
  • Q3. Explain inheritance and it types
  • Ans. 

    Inheritance is a concept in object-oriented programming where a class inherits properties and behaviors from another class.

    • Inheritance allows a class to reuse code from another class.

    • Types of inheritance include single inheritance, where a class inherits from only one parent class, and multiple inheritance, where a class inherits from multiple parent classes.

    • Example: Class B inherits from Class A, so Class B can access

  • Answered by AI
  • Q4. Find 2nd max elements from aaray
  • Ans. 

    Find 2nd max element from array of strings

    • Sort the array in descending order

    • Skip the first element (max element)

    • Return the second element

  • Answered by AI

Skills evaluated in this interview

Intern Interview Questions & Answers

Seagate user image Shivani Mukunde

posted on 1 Aug 2024

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Python program questions
  • Q2. OOPS based programming questions
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed before Jul 2022. There were 2 interview rounds.

Round 1 - HR 

(1 Question)

  • Q1. Why only taco bell for your career?
Round 2 - Technical 

(1 Question)

  • Q1. How you can manage inventory ? Process and types of inventory
  • Ans. 

    Inventory management involves overseeing the flow of goods from manufacturers to warehouses to retail outlets.

    • Implementing a reliable inventory management system to track stock levels and reorder when necessary

    • Categorizing inventory into types such as raw materials, work-in-progress, and finished goods

    • Utilizing forecasting techniques to predict demand and prevent overstocking or stockouts

    • Regularly conducting physical i...

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

(1 Question)

  • Q1. C and Cpp all concepts
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
-
Result
Selected Selected
Round 1 - Technical 

(1 Question)

  • Q1. DSA - Linked List, Array and Strings
Round 2 - HR 

(1 Question)

  • Q1. Why should we hire you
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
Selected Selected

I applied via Campus Placement and was interviewed in Mar 2024. There was 1 interview round.

Round 1 - Technical 

(3 Questions)

  • Q1. What is hyperparameter tuning?
  • Ans. 

    Hyperparameter tuning is the process of selecting the best set of hyperparameters for a machine learning model.

    • Hyperparameters are parameters that are set before the learning process begins.

    • Hyperparameter tuning involves adjusting hyperparameters to optimize the model's performance.

    • Common techniques for hyperparameter tuning include grid search, random search, and Bayesian optimization.

  • Answered by AI
  • Q2. How do we train neural networks?
  • Ans. 

    Neural networks are trained using algorithms that adjust the weights and biases of the network based on the input data and desired output.

    • Neural networks are trained using a process called backpropagation, where the error between the predicted output and the actual output is used to adjust the weights and biases of the network.

    • Training data is fed into the neural network, and the network's output is compared to the des...

  • Answered by AI
  • Q3. What is overfitting?
  • Ans. 

    Overfitting occurs when a machine learning model learns the training data too well, including noise and outliers, leading to poor generalization on new data.

    • Overfitting happens when a model is too complex and captures noise in the training data.

    • It can be identified when a model performs well on training data but poorly on unseen data.

    • Techniques to prevent overfitting include cross-validation, regularization, and early ...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Don't join. Too much politics and racism. They only prefer regional candidates.

Skills evaluated in this interview

CSX Corporation Interview FAQs

How many rounds are there in CSX Corporation interview?
CSX Corporation interview process usually has 2 rounds. The most common rounds in the CSX Corporation interview process are HR, Group Discussion and Resume Shortlist.

Tell us how to improve this page.

Interview Questions from Similar Companies

Indian Railways Interview Questions
4.1
 • 85 Interviews
Seagate Interview Questions
3.3
 • 17 Interviews
Taco Bell Interview Questions
4.2
 • 15 Interviews
TRIGO Group Interview Questions
2.7
 • 13 Interviews
BARSYL Interview Questions
4.0
 • 7 Interviews
View all

CSX Corporation Reviews and Ratings

based on 1 review

3.0/5

Rating in categories

5.0

Skill development

4.0

Work-life balance

1.0

Salary

4.0

Job security

5.0

Company culture

1.0

Promotions

3.0

Work satisfaction

Explore 1 Review and Rating
Compare CSX Corporation with

Indian Railways

4.1
Compare

Taco Bell

4.2
Compare

Abbott Nutrition International

3.9
Compare

Bekaert Industries

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