Upload Button Icon Add office photos

Filter interviews by

FedEx Express Software Engineer2 Interview Questions and Answers

Updated 9 Mar 2024

FedEx Express Software Engineer2 Interview Experiences

1 interview found

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

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

Round 1 - Technical 

(3 Questions)

  • Q1. All Java conceptual theory questions. 1. Features of JAVA 8 2.Difference between abstraction and interface. 3. Collections framework 4. Exception handling
  • Q2. Try catch resource block.
  • Ans. 

    Try catch resource block is used in Java to automatically close resources after they are no longer needed.

    • Try catch resource block is used to manage resources that need to be closed after use, such as file streams or database connections.

    • The resources declared within the try block are automatically closed at the end of the block, even if an exception is thrown.

    • Example: try (FileInputStream fis = new FileInputStream("fi...

  • Answered by AI
  • Q3. Should an abstract class always have an abstract method
  • Ans. 

    No, an abstract class can have concrete methods as well.

    • An abstract class can have both abstract and concrete methods.

    • Abstract methods are meant to be implemented by subclasses, while concrete methods can have a default implementation.

    • Having only abstract methods in an abstract class is not a requirement.

  • Answered by AI
Round 2 - One-on-one 

(1 Question)

  • Q1. Coding question. Given an array, remove duplicates from the array. They also asked about my existing project.
Round 3 - HR 

(1 Question)

  • Q1. Why did you chose fedex?

Interview Preparation Tips

Interview preparation tips for other job seekers - Be familiar with the java theory questions and also have hands on practice with code. They don;r provide an IDE always so its important you know the method names.

Interview questions from similar companies

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
-
Result
-

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

Round 1 - One-on-one 

(6 Questions)

  • Q1. Introduce yourself
  • Ans. 

    I am a Senior Software Engineer with 8 years of experience in developing web applications using Java, Spring, and Angular.

    • 8 years of experience in software development

    • Proficient in Java, Spring, and Angular

    • Strong problem-solving skills

    • Experience in leading development teams

    • Passionate about learning new technologies

  • Answered by AI
  • Q2. Build a digital stopwatch with HTML, CSS, JS
  • Ans. 

    Build a digital stopwatch using HTML, CSS, and JS

    • Create HTML structure with buttons for start, stop, and reset

    • Use CSS to style the stopwatch display

    • Implement JS logic to start, stop, and reset the stopwatch

  • Answered by AI
  • Q3. What is your day to day work life looks like?
  • Ans. 

    As a Senior Software Engineer, my day-to-day work involves designing and developing software solutions, collaborating with team members, troubleshooting issues, and staying updated on industry trends.

    • Designing and developing software solutions based on project requirements

    • Collaborating with team members to discuss project progress and brainstorm solutions

    • Troubleshooting and debugging code to fix issues and improve perf...

  • Answered by AI
  • Q4. Horizontal vs vertical scaling
  • Ans. 

    Horizontal scaling involves adding more machines to distribute load, while vertical scaling involves increasing the power of existing machines.

    • Horizontal scaling adds more machines to handle increased load

    • Vertical scaling increases the power of existing machines

    • Horizontal scaling is more cost-effective and easier to implement

    • Vertical scaling may have limitations in terms of hardware capabilities

    • Examples: Horizontal sca...

  • Answered by AI
  • Q5. Load balancer vs API gateway
  • Ans. 

    Load balancer distributes incoming network traffic across multiple servers, while API gateway manages API traffic.

    • Load balancer operates at the network layer, distributing traffic based on algorithms like round-robin or least connections.

    • API gateway operates at the application layer, providing features like authentication, rate limiting, and caching for APIs.

    • Load balancer can balance traffic for any type of application...

  • Answered by AI
  • Q6. There is a scenario where user wants to upload multiple files at once but provided API can on accept one file at a time, how tackle this scenario gracefully?

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(1 Question)

  • Q1. Sorting algorithms
Round 2 - One-on-one 

(1 Question)

  • Q1. Detailed project diacussion
Round 3 - HR 

(1 Question)

  • Q1. Basic hr questions
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
No response

I applied via Naukri.com and was interviewed in May 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. What is restful api
  • Ans. 

    RESTful API is an architectural style for designing networked applications

    • REST stands for Representational State Transfer

    • Uses standard HTTP methods like GET, POST, PUT, DELETE

    • Resources are identified by URIs

    • Stateless communication between client and server

    • Responses are typically in JSON or XML format

  • Answered by AI
  • Q2. Bootstarp grid system

Skills evaluated in this interview

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

(1 Question)

  • Q1. Questions about kubernetes and dockerfile
Round 2 - Technical 

(1 Question)

  • Q1. Questions about your past experience
Round 3 - Behavioral 

(1 Question)

  • Q1. It was in general discussion round
Round 4 - HR 

(1 Question)

  • Q1. General discussion round
Interview experience
4
Good
Difficulty level
Easy
Process Duration
-
Result
Selected Selected

I applied via Campus Placement and was interviewed before Dec 2023. There were 2 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Core Java and SQL-related questions.
Round 2 - HR 

(1 Question)

  • Q1. What is your Previous job experience-related ?

I applied via Recruitment Consulltant and was interviewed in Jan 2022. There were 2 interview rounds.

Round 1 - Technical 

(3 Questions)

  • Q1. There questions were on java mainly focusing on oops concept followed my exception handling concept
  • Q2. What is checked and unchecked exception demonstrate with an example
  • Ans. 

    Checked and unchecked exceptions are used in Java to handle errors. Checked exceptions must be handled, while unchecked exceptions do not.

    • Checked exceptions are checked at compile-time and must be handled using try-catch or throws keyword

    • Unchecked exceptions are not checked at compile-time and do not require handling

    • Example of checked exception: IOException

    • Example of unchecked exception: NullPointerException

  • Answered by AI
  • Q3. They asked questions on html
Round 2 - HR 

(2 Questions)

  • Q1. What are your salary expectations?
  • Q2. Tell me about yourself.

Interview Preparation Tips

Interview preparation tips for other job seekers - Interview was easy only if one knows java they can easily get in to this company

Skills evaluated in this interview

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

I was interviewed before Feb 2023.

Round 1 - Coding Test 

Basic algorithms testing

Round 2 - Technical 

(1 Question)

  • Q1. HLD question on chat application

Interview Preparation Tips

Interview preparation tips for other job seekers - The interviewers can be very rude at times, and can reject you without any reason. Though I got the offer, i declined because I have heard really had reviews about their current middle management. Join only if you are desperate and peace of mind doesn't matter to you.
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Testing test yasdjalsd a aslkjdad
Round 2 - Technical 

(1 Question)

  • Q1. IngTest aslkdja;ld asldjkas;d a;dk

Interview Questionnaire 

3 Questions

  • Q1. What is callback function
  • Ans. 

    A callback function is a function passed as an argument to another function, which is then invoked inside the outer function.

    • Callback functions are commonly used in asynchronous programming.

    • They allow a function to call another function when a certain task is completed.

    • Callback functions can be anonymous or named functions.

    • Examples of callback functions include event handlers and AJAX requests.

  • Answered by AI
  • Q2. Arrow function
  • Q3. Call,apply,bind

FedEx Express Interview FAQs

How many rounds are there in FedEx Express Software Engineer2 interview?
FedEx Express interview process usually has 3 rounds. The most common rounds in the FedEx Express interview process are Technical, One-on-one Round and HR.
What are the top questions asked in FedEx Express Software Engineer2 interview?

Some of the top questions asked at the FedEx Express Software Engineer2 interview -

  1. Should an abstract class always have an abstract met...read more
  2. Try catch resource blo...read more
  3. All Java conceptual theory questions. 1. Features of JAVA 8 2.Difference betwee...read more

Tell us how to improve this page.

FedEx Express Software Engineer2 Interview Process

based on 1 interview

Interview experience

5
  
Excellent
View more

Interview Questions from Similar Companies

Delhivery Interview Questions
3.9
 • 450 Interviews
ElasticRun Interview Questions
3.5
 • 246 Interviews
Maersk Interview Questions
4.2
 • 200 Interviews
Ecom Express Interview Questions
3.9
 • 193 Interviews
Flex Interview Questions
4.0
 • 179 Interviews
DTDC Express Interview Questions
3.7
 • 145 Interviews
Bureau Veritas Interview Questions
3.9
 • 107 Interviews
View all
FedEx Express Software Engineer2 Salary
based on 6 salaries
₹13 L/yr - ₹29.5 L/yr
14% more than the average Software Engineer2 Salary in India
View more details
Operations Executive
141 salaries
unlock blur

₹1.7 L/yr - ₹4.1 L/yr

Data Analyst
104 salaries
unlock blur

₹6.2 L/yr - ₹22 L/yr

Customer Care Executive
88 salaries
unlock blur

₹1.9 L/yr - ₹3.8 L/yr

Customer Service Executive
86 salaries
unlock blur

₹1.7 L/yr - ₹4.3 L/yr

Team Lead Operations
86 salaries
unlock blur

₹3.2 L/yr - ₹8.5 L/yr

Explore more salaries
Compare FedEx Express with

DHL Express

4.1
Compare

Ups Logistics

3.8
Compare

Blue Dart Express

4.0
Compare

TNT Express

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