Upload Button Icon Add office photos

Filter interviews by

Expeditors International Interview Questions, Process, and Tips

Updated 22 Oct 2024

Top Expeditors International Interview Questions and Answers

View all 8 questions

Expeditors International Interview Experiences

Popular Designations

9 interviews found

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

I applied via Naukri.com and was interviewed in Aug 2024. There were 2 interview rounds.

Round 1 - Technical 

(3 Questions)

  • Q1. What is ansible and what is the difference between ansible and terraform?
  • Ans. 

    Ansible is a configuration management and automation tool, while Terraform is an infrastructure provisioning tool.

    • Ansible is used for configuration management, application deployment, and task automation.

    • Terraform is used for infrastructure provisioning and managing cloud resources.

    • Ansible uses YAML-based playbooks to define tasks and configurations, while Terraform uses HCL (HashiCorp Configuration Language) to define...

  • Answered by AI
  • Q2. What is Docker, and what is Kubernetes and its advantages over docker?
  • Ans. 

    Docker is a containerization platform for packaging, distributing, and running applications. Kubernetes is a container orchestration tool for managing containerized applications.

    • Docker allows you to package an application and its dependencies into a container for easy deployment.

    • Kubernetes automates the deployment, scaling, and management of containerized applications.

    • Kubernetes provides features like auto-scaling, sel...

  • Answered by AI
  • Q3. How you create a jenkins pipeline
  • Ans. 

    To create a Jenkins pipeline, you can use the Jenkinsfile to define the stages and steps of the pipeline.

    • Create a Jenkinsfile in your project repository

    • Define stages and steps in the Jenkinsfile using declarative or scripted syntax

    • Commit and push the Jenkinsfile to trigger the pipeline in Jenkins

    • Monitor the pipeline execution in Jenkins dashboard

  • Answered by AI
Round 2 - Technical 

(2 Questions)

  • Q1. What is Inode in linux
  • Ans. 

    Inode is a data structure in Linux file systems that stores metadata about files, such as permissions, ownership, and location.

    • Inodes contain information like file size, timestamps, and pointers to data blocks.

    • Each file in a Linux system is associated with an inode.

    • Inodes are identified by a unique inode number.

    • When a file is created, an inode is also created to store its metadata.

  • Answered by AI
  • Q2. What are packages we use in ansible?
  • Ans. 

    Some common packages used in Ansible are ansible, ansible-lint, ansible-playbook, ansible-vault, and ansible-doc.

    • ansible

    • ansible-lint

    • ansible-playbook

    • ansible-vault

    • ansible-doc

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare on the DevOps concepts from end to end.

Skills evaluated in this interview

Devops Engineer Interview Questions asked at other Companies

Q1. Reverse the String Problem Statement You are given a string STR which contains alphabets, numbers, and special characters. Your task is to reverse the string. Example: Input: STR = "abcde" Output: "edcba" Input: The first line of input cont... read more
View answer (3)

Automation Test Engineer Interview Questions & Answers

user image Ponni Rajabather

posted on 10 Jul 2024

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

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

Round 1 - Technical 

(2 Questions)

  • Q1. OOPs concepts, multiple inheritance
  • Q2. Final class, write code to sort array of strings
  • Ans. 

    Sort array of strings using final class

    • Create a final class with a static method to sort the array of strings

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

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Expeditors International Automation Test Engineer interview:
  • Java

Skills evaluated in this interview

Automation Test Engineer Interview Questions asked at other Companies

Q1. How to handle scrollbar and mouse activities Jenkins and Github Story Point in Agile
Backlogs in Agile
Jira workflow explain framework pom.xml wap number reverse program StellException
Exception in Selenium diff - getwindowhandles() and get... read more
View answer (2)
Expeditors International Interview Questions and Answers for Freshers
illustration image
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
Not Selected

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

Round 1 - One-on-one 

(2 Questions)

  • Q1. What is meant by storage classes
  • Ans. 

    Storage classes in Java define the scope and lifetime of variables.

    • There are four storage classes in Java: static, public, protected, and private.

    • Static variables are shared among all instances of a class.

    • Public variables can be accessed from any other class.

    • Protected variables can only be accessed within the same package or by subclasses.

    • Private variables can only be accessed within the same class.

  • Answered by AI
  • Q2. Write a program to reverse a word
  • Ans. 

    Program to reverse a word in Java

    • Create a char array from the input word

    • Use two pointers to swap characters from start and end of the array

    • Convert the char array back to a string and return

  • Answered by AI

Skills evaluated in this interview

Java Developer Interview Questions asked at other Companies

Q1. Sort 0 and 1 Problem Statement Given an integer array ARR of size N containing only integers 0 and 1, implement a function to sort this array. The solution should scan the array only once without using any additional arrays. Input: The firs... read more
View answer (3)
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. Why are you looking for change
  • Q2. How will you add value to your job

Interview Preparation Tips

Interview preparation tips for other job seekers - You should have a Godfather there to move ahead and get growth

Administration Officer Interview Questions asked at other Companies

Q1. Can you say me the fire insurance premium rates?
View answer (1)

Expeditors International interview questions for popular designations

 Devops Engineer

 (1)

 Senior System Analyst

 (1)

 Business Analyst

 (1)

 Automation Test Engineer

 (1)

 Java Developer

 (1)

 SDE (Software Development Engineer)

 (1)

 Team Lead

 (1)

 Administration Officer

 (1)

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

I applied via Naukri.com and was interviewed in Feb 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 Resume tips
Round 2 - Technical 

(3 Questions)

  • Q1. Technical round will include, coding, logical, reasoning, and more
  • Q2. Programming language and SQL scripting
  • Q3. Questions based on the prior experience relevant to the current opportunity
Round 3 - Cultural Round 

(1 Question)

  • Q1. Attitude, communication, appearance, culture, passionate, curiosity, logical, thinking, and more
Round 4 - HR 

(1 Question)

  • Q1. HR will discuss about the salary, negotiation, roles and responsibilities, company, culture, notice period and relevant experience

Interview Preparation Tips

Interview preparation tips for other job seekers - Great place to work.. let’s prepare technically strong

Senior System Analyst Interview Questions asked at other Companies

Q1. Do you write SQL Queries, or comfortable with it?
View answer (1)

Team Lead Interview Questions & Answers

user image Anonymous

posted on 3 Sep 2023

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Don’t add your photo or details such as gender, age, and address in your resume. These details do not add any value.
View all Resume tips
Round 2 - One-on-one 

(2 Questions)

  • Q1. Industry experience and related questions were asked
  • Q2. World map knowledge

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident.

Team Lead Interview Questions asked at other Companies

Q1. write a java program to get maxing profit by buying and selling a share from a given set of values (they will change the question after you give solution, like if consider buying only once and selling once they will say to buying multiple t... read more
View answer (3)

Jobs at Expeditors International

View all
Round 1 - Aptitude Test 

Mixtures and Segregation, Distance based questions

Round 2 - Group Discussion 

Freedom is a myth was the given topic

Round 3 - Technical 

(1 Question)

  • Q1. We were asked questions based on our resume alone

Interview Preparation Tips

Interview preparation tips for other job seekers - Study your resume to the fullest. Know your projects.

SDE (Software Development Engineer) Interview Questions asked at other Companies

Q1. A string is given consisting of lowercase alphabets. Write a function which returns yes if the string has all the lowercase letters appearing in it at least once. O(N) time and without using extra space
View answer (3)

Developer Interview Questions & Answers

user image Anonymous

posted on 26 Jul 2021

I applied via Recruitment Consultant and was interviewed in Jun 2021. There were 5 interview rounds.

Interview Questionnaire 

3 Questions

  • Q1. Tell about you
  • Q2. Formal introduction of you
  • Q3. What r your weakness

Interview Preparation Tips

Interview preparation tips for other job seekers - Just be yourself because at the end they will know about you so better to be yourself

Developer Interview Questions asked at other Companies

Q1. Which programming language do you use regular in work
View answer (2)

Interview Questionnaire 

1 Question

  • Q1. Explain your role

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare for logical reasoning

Business Analyst Interview Questions asked at other Companies

Q1. You have 10 boxes of balls (each ball weighing exactly10 gm) with one box with defective balls (each one of the defective balls weigh 9 gm). You are given an electronic weighing machine and only one chance at it. How will you find out which... read more
View answer (9)

Interview questions from similar companies

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
Contribute & help others!
anonymous
You can choose to be anonymous

Expeditors International Interview FAQs

How many rounds are there in Expeditors International interview?
Expeditors International interview process usually has 2 rounds. The most common rounds in the Expeditors International interview process are Technical, One-on-one Round and Resume Shortlist.
How to prepare for Expeditors International interview?
Go through your CV in detail and study all the technologies mentioned in your CV. Prepare at least two technologies or languages in depth if you are appearing for a technical interview at Expeditors International. The most common topics and skills that interviewers at Expeditors International expect are SQL, Agile, Logistics, Linux and Javascript.
What are the top questions asked in Expeditors International interview?

Some of the top questions asked at the Expeditors International interview -

  1. what is ansible and what is the difference between ansible and terrafo...read more
  2. What is Docker, and what is Kubernetes and its advantages over dock...read more
  3. what are packages we use in ansib...read more

Recently Viewed

INTERVIEWS

Hindustan Coca Cola Beverages

No Interviews

INTERVIEWS

Hindustan Coca Cola Beverages

No Interviews

INTERVIEWS

Webkul Software

No Interviews

INTERVIEWS

Hindustan Coca Cola Beverages

No Interviews

INTERVIEWS

IDeaS Revenue Solutions

No Interviews

INTERVIEWS

Hindustan Coca Cola Beverages

No Interviews

INTERVIEWS

Kalpataru Projects International

No Interviews

INTERVIEWS

L&T Defence

No Interviews

INTERVIEWS

Hindustan Coca Cola Beverages

No Interviews

Tell us how to improve this page.

Expeditors International Interview Process

based on 7 interviews

Interview experience

4
  
Good
View more

Interview Questions from Similar Companies

DHL Express Interview Questions
4.1
 • 63 Interviews
Kuehne + Nagel Interview Questions
4.0
 • 21 Interviews
DB Schenker Interview Questions
4.3
 • 17 Interviews
Geodis Overseas Interview Questions
3.7
 • 14 Interviews
Agility Interview Questions
4.1
 • 11 Interviews
CEVA Logistics Interview Questions
3.8
 • 7 Interviews
Nippon Express Interview Questions
4.1
 • 7 Interviews
View all

Expeditors International Reviews and Ratings

based on 139 reviews

3.8/5

Rating in categories

3.6

Skill development

3.6

Work-life balance

3.5

Salary

3.9

Job security

3.7

Company culture

3.0

Promotions

3.4

Work satisfaction

Explore 139 Reviews and Ratings
Customer Business Analyst

Chennai

4-10 Yrs

Not Disclosed

EDI Developer-CIS

Chennai

4-8 Yrs

Not Disclosed

UX Designer - IS Customer Experience

Chennai

5-10 Yrs

Not Disclosed

Explore more jobs
Developer Associate
46 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Executive
37 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Executive
36 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Team Lead
34 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Operations Executive
33 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare Expeditors International with

Kuehne + Nagel

4.0
Compare

DHL Express

4.1
Compare

DB Schenker

4.3
Compare

CEVA Logistics

3.8
Compare
Did you find this page helpful?
Yes No
write
Share an Interview
Rate your experience using AmbitionBox
Terrible
Terrible
Poor
Poor
Average
Average
Good
Good
Excellent
Excellent