Upload Button Icon Add office photos

FedEx Express

Compare button icon Compare button icon Compare

Filter interviews by

FedEx Express Java Developer Interview Questions and Answers

Updated 23 Oct 2023

FedEx Express Java Developer Interview Experiences

1 interview found

Java Developer Interview Questions & Answers

user image Mohd Saquib

posted on 23 Oct 2023

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

I applied via Naukri.com and was interviewed in Sep 2023. 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 - One-on-one 

(2 Questions)

  • Q1. Sorting an array
  • Ans. 

    Sorting an array of strings

    • Use Arrays.sort() method to sort the array of strings

    • You can also use a custom Comparator to define the sorting order

    • Example: String[] arr = {"banana", "apple", "orange"}; Arrays.sort(arr);

  • Answered by AI
  • Q2. Core Java Question

Skills evaluated in this interview

Interview questions from similar companies

I appeared for an interview before May 2021.

Round 1 - Assignment 

(1 Question)

Round duration - 45 Minutes
Round difficulty - Medium

  • Q1. Design a class booking application for students.
  • Ans. 

    A class booking application for students to schedule and manage their classes.

    • Create a class booking system where students can view available classes, book classes, and manage their schedule.

    • Include features like class search, class details, booking confirmation, and calendar view.

    • Implement user authentication to ensure only registered students can book classes.

    • Allow students to cancel or reschedule classes with proper...

  • Answered by AI
Round 2 - Telephonic Call 

(1 Question)

Round duration - 60 Minutes
Round difficulty - Medium

The interviewer understand the current problem statement I was working on. 
Asked the clarifying questions and alternative approaches to solve the same and their tradeoffs.
Also, asked about the technologies I was using in depth and reason for choosing the same.

  • Q1. 

    Gas Tank Problem Statement

    You have a car with a gas tank of infinite capacity. There are 'N' gas stations located along a circular route, numbered from 0 to N-1. You begin your journey with an empty tank...

  • Ans. 

    Find the starting gas station index to complete a circular route with gas and cost arrays.

    • Iterate through gas stations, keeping track of gas remaining after each station

    • If gas remaining is negative, reset starting station to current station + 1

    • If total gas remaining at the end is greater than or equal to total cost, return starting station index

  • Answered by AI
Round 3 - Telephonic Call 

Round duration - 45 Minutes
Round difficulty - Medium

This round was their with the CTO and was mostly the culture fitment round.

 

Round 4 - HR 

Round duration - 30 Minutes
Round difficulty - Easy

This round was with the cofounder and was mostly culture fitment.

Interview Preparation Tips

Professional and academic backgroundI applied for the job as SDE - 1 in GurgaonEligibility criteriaNo criteriaRIVIGO interview preparation:Topics to prepare for the interview - Data Structures, Competitive Programming, Databases, Java, Spring , Hibernate, Jenkins, AWSTime required to prepare for the interview - 2 MonthsInterview preparation tips for other job seekers

Tip 1 : Practice questions on leetcode
Tip 2 : Understand the best solutions in depth and algorithm used
Tip 3 : Ask clarifying questions to the interviewer and break the problem to smaller sub parts

Application resume tips for other job seekers

Tip 1 : Highlight your most impactful work on the resume
Tip 2 : Keep it easy to understand

Final outcome of the interviewSelected

Skills evaluated in this interview

I applied via Referral and was interviewed before Apr 2021. 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 

(6 Questions)

  • Q1. What are your salary expectations?
  • Q2. What is your family background?
  • Q3. Why should we hire you?
  • Q4. Tell me about yourself.
  • Q5. What is your qualifications?
  • Q6. Are you ready to relocate?

Interview Preparation Tips

Topics to prepare for GATI-KWE Associate interview:
  • Computer Operating
  • English Language
  • Excel Sheet
Interview preparation tips for other job seekers - It's good place to start your career. Very supportive seniors. Lots of things to learn and grow.
Interview experience
4
Good
Difficulty level
Easy
Process Duration
-
Result
Selected Selected

I applied via Recruitment Consulltant

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. Hr asked questions About myself
  • Ans. About last work experience
  • Answered Anonymously
  • Q2. Salary discussion
  • Ans. Fixed salary amount
  • Answered Anonymously

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare yourself for interview very well.

Be confident when facing interview
Round 1 - One-on-one 

(1 Question)

  • Q1. Tell me about your self Where do see your self in next 5 years What was your role in previous company

Interview Preparation Tips

Interview preparation tips for other job seekers - Be bold and answer correctly
Br is very friendly
Manager round went well
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - HR 

(2 Questions)

  • Q1. Tell what is your name
  • Ans. 

    My name is John Smith.

    • Full name is John Smith

    • Common name in English-speaking countries

    • No middle name or initial

  • Answered by AI
  • Q2. What do you do in free time
  • Ans. 

    In my free time, I enjoy hiking, playing video games, and learning new programming languages.

    • Hiking in local trails and national parks

    • Playing video games like Overwatch and Minecraft

    • Learning new programming languages like Python and JavaScript

  • Answered by AI
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I appeared for an interview before Mar 2023.

Round 1 - Technical 

(1 Question)

  • Q1. Questions on Django middleware, models and queries
Round 2 - Technical 

(1 Question)

  • Q1. Design an algorithm to efficiently to send office bus to all location in the city
  • Ans. 

    Use a greedy algorithm to send the office bus to all locations in the city efficiently.

    • Start from the office location and pick the nearest location to visit next.

    • Continue picking the nearest unvisited location until all locations are covered.

    • Repeat the process until all locations are visited.

    • Consider using Dijkstra's algorithm or a similar approach for finding the nearest location.

    • Optimize the route by considering traf

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

(1 Question)

  • Q1. Round with CTO, mostly behavioural and expected pay

Skills evaluated in this interview

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

I applied via Referral and was interviewed before Nov 2023. There were 2 interview rounds.

Round 1 - Aptitude Test 

The basic questions asked in an interview .

Round 2 - Coding Test 

DP, graph, and array questions asked in 2nd round also asked my company project

Interview Preparation Tips

Interview preparation tips for other job seekers - please prepare for the DSA and system design round and basic computer concept

I applied via Walk-in and was interviewed before Dec 2021. There were 4 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 

(1 Question)

  • Q1. They check your English fluency
Round 3 - One-on-one 

(1 Question)

  • Q1. This round is taken by process manager
Round 4 - HR 

(1 Question)

  • Q1. Salary is discussed and they try thier best to keep salary low.

Interview Preparation Tips

Interview preparation tips for other job seekers - HR do their best to hire at low pay. So stick with your expected salary. EXL is known as under pay company.
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Company Website and was interviewed before May 2022. There were 4 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 - Aptitude Test 

It was a aptitude and logical reasoning test

Round 3 - Technical 

(1 Question)

  • Q1. Coding logic and aptitude was assessed
Round 4 - HR 

(1 Question)

  • Q1. Basic questions and salary negotiation was done

Interview Preparation Tips

Topics to prepare for Exl India Software Developer interview:
  • Fibonacci series
  • oops concepts
  • DSA
Interview preparation tips for other job seekers - Prepare well for the test and technical questions. Brownie points if you have a relevant project!

FedEx Express Interview FAQs

How many rounds are there in FedEx Express Java Developer interview?
FedEx Express interview process usually has 2 rounds. The most common rounds in the FedEx Express interview process are Resume Shortlist and One-on-one Round.
What are the top questions asked in FedEx Express Java Developer interview?

Some of the top questions asked at the FedEx Express Java Developer interview -

  1. Sorting an ar...read more
  2. Core Java Quest...read more

Tell us how to improve this page.

FedEx Express Java Developer Interview Process

based on 1 interview

Interview experience

3
  
Average
View more

Interview Questions from Similar Companies

ElasticRun Interview Questions
3.5
 • 251 Interviews
Maersk Interview Questions
4.1
 • 202 Interviews
DTDC Express Interview Questions
3.7
 • 153 Interviews
Safexpress Interview Questions
4.0
 • 105 Interviews
Exl India Interview Questions
3.5
 • 104 Interviews
GATI-KWE Interview Questions
3.9
 • 88 Interviews
DHL Express Interview Questions
4.1
 • 65 Interviews
View all
Operations Executive
124 salaries
unlock blur

₹1.7 L/yr - ₹4.1 L/yr

Data Analyst
114 salaries
unlock blur

₹6.2 L/yr - ₹18.6 L/yr

Customer Care Executive
86 salaries
unlock blur

₹1.9 L/yr - ₹3.8 L/yr

Customer Service Executive
85 salaries
unlock blur

₹1.7 L/yr - ₹4.3 L/yr

Market Analyst
82 salaries
unlock blur

₹10 L/yr - ₹20 L/yr

Explore more salaries
Compare FedEx Express with

Mahindra Logistics

3.9
Compare

Maersk

4.1
Compare

DTDC Express

3.7
Compare

ElasticRun

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