Upload Button Icon Add office photos

FedEx Express

Compare button icon Compare button icon Compare

Filter interviews by

FedEx Express Senior Software Engineer Interview Questions and Answers

Updated 7 Jul 2024

FedEx Express Senior Software Engineer Interview Experiences

2 interviews found

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

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

Round 1 - Technical 

(2 Questions)

  • Q1. How to identify and solve race condition.
  • Ans. 

    Identifying and solving race conditions involves understanding concurrent execution and implementing synchronization mechanisms.

    • Understand the critical sections of code where race conditions can occur

    • Use synchronization mechanisms like locks, semaphores, or atomic operations to control access to shared resources

    • Implement thread-safe data structures or use thread-safe libraries to avoid race conditions

    • Use tools like sta...

  • Answered by AI
  • Q2. Solve an array question on finding the third largest in an unsorted array.
  • Ans. 

    Find the third largest element in an unsorted array of strings.

    • Sort the array in descending order.

    • Remove duplicates if necessary.

    • Return the element at index 2 as the third largest.

  • Answered by AI

Skills evaluated in this interview

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

I applied via Recruitment Consulltant and was interviewed in Jun 2023. 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 normal aptitude test with mathematical questions.

Round 3 - Coding Test 

It was a techno-coding test where I had to code while sharing my screen on a live conversation with the interviewer.

Round 4 - One-on-one 

(2 Questions)

  • Q1. I was primarily asked about managerial questions on adaptability to new technology and creativity if existing solutions don't work.
  • Q2. In a situation where your team is not getting a proper result with existing approach your team uses, how would you try to fix it?
  • Ans. 

    I would analyze the current approach, identify the root cause of the issue, brainstorm alternative solutions, and collaborate with the team to implement and test them.

    • Analyze the current approach to identify weaknesses

    • Brainstorm alternative solutions with the team

    • Implement and test the new solutions

    • Regularly communicate and collaborate with team members

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Do your homework, keep in touch with technology and if you do the above 2, confidence is yours. Politeness adds the sugar coating and you crack all the interviews.

Senior Software Engineer Interview Questions Asked at Other Companies

asked in UST
Q1. Nth Prime Number Problem Statement Find the Nth prime number give ... read more
asked in Capgemini
Q2. Pascal's Triangle Construction You are provided with an integer ' ... read more
Q3. K Largest Elements Problem Statement You are given an integer k a ... read more
asked in Info Edge
Q4. Buy and Sell Stock Problem Statement Imagine you are Harshad Meht ... read more
asked in DBS Bank
Q5. Tell me about yourself. What technology are you using? What is a ... read more

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
-
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
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
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via LinkedIn and was interviewed in Jan 2024. There were 3 interview rounds.

Round 1 - Coding Test 

Largest sum sub-sequence

Round 2 - One-on-one 

(2 Questions)

  • Q1. Behavioural round only
  • Q2. Weakness, strength
Round 3 - Technical 

(2 Questions)

  • Q1. SOLID principles
  • Q2. Anagram program
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

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

Round 1 - Coding Test 

Some leetcode medium problem

Round 2 - Group Discussion 

System Design and Cloud

Round 3 - One-on-one 

(1 Question)

  • Q1. Managerial round casual introduction
Round 4 - HR 

(1 Question)

  • Q1. Salary discussion

Interview Preparation Tips

Interview preparation tips for other job seekers - Solid,design patterns,DSA, system design and cloud
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

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

Round 1 - Technical 

(1 Question)

  • Q1. About Azure Cloud, System Design high availability, reliability, performance.
Round 2 - Coding Test 

Coding problem on integer to Roman number conversion.

Round 3 - One-on-one 

(1 Question)

  • Q1. Managerial round, why you want to join Maersk ?

Interview Preparation Tips

Topics to prepare for Maersk Senior Software Engineer interview:
  • System design
  • Problem Solving
  • Cloud Computing
Interview preparation tips for other job seekers - Have good standard problem solving approach
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

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

Round 1 - Coding Test 

Easy to medium level leetcode or hackerrank problem.

Round 2 - Technical 

(2 Questions)

  • Q1. Hashmap based question
  • Q2. Microservice Database design

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare any of the project thoroughly and your contribution.

FedEx Express Interview FAQs

How many rounds are there in FedEx Express Senior Software Engineer interview?
FedEx Express interview process usually has 2-3 rounds. The most common rounds in the FedEx Express interview process are Resume Shortlist, Aptitude Test and Coding Test.
What are the top questions asked in FedEx Express Senior Software Engineer interview?

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

  1. In a situation where your team is not getting a proper result with existing app...read more
  2. Solve an array question on finding the third largest in an unsorted arr...read more
  3. How to identify and solve race conditi...read more

Tell us how to improve this page.

FedEx Express Senior Software Engineer Interview Process

based on 2 interviews

Interview experience

5
  
Excellent
View more
FedEx Express Senior Software Engineer Salary
based on 11 salaries
₹11.9 L/yr - ₹41 L/yr
81% more than the average Senior Software Engineer Salary in India
View more details
Operations Executive
124 salaries
unlock blur

₹1.7 L/yr - ₹4.1 L/yr

Data Analyst
107 salaries
unlock blur

₹5.5 L/yr - ₹18.6 L/yr

Team Lead Operations
88 salaries
unlock blur

₹3.2 L/yr - ₹8.5 L/yr

Customer Care Executive
86 salaries
unlock blur

₹1.9 L/yr - ₹3.8 L/yr

Market Analyst
80 salaries
unlock blur

₹10 L/yr - ₹18 L/yr

Explore more salaries
Compare FedEx Express with

DHL Express

4.1
Compare

Ups Logistics

3.7
Compare

Blue Dart Express

4.0
Compare

TNT Express

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