Upload Button Icon Add office photos

Filter interviews by

Geodis Overseas DOT NET Developer Interview Questions and Answers

Updated 12 Nov 2024

Geodis Overseas DOT NET Developer Interview Experiences

1 interview found

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via Recruitment Consulltant and was interviewed in Oct 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. More of solid principles
  • Q2. Design patters questions based on scenerio

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
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Indeed and was interviewed in Oct 2023. There was 1 interview round.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Behavioural and Experience based questions
  • Q2. Tell be about a time sort of stuff

Interview Preparation Tips

Interview preparation tips for other job seekers - Be sure of your work

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
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

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

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

I applied via Recruitment Consulltant and was interviewed in Feb 2024. There was 1 interview round.

Round 1 - Group Discussion 

GD went well. there are 3 members in that panel on that day. asked question on java and sql becoz that role is based on java with sql.
interview went well. waiting for the result

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

(1 Question)

  • Q1. Lwc service cloud
Round 2 - Technical 

(1 Question)

  • Q1. Service cloud customisation
Round 3 - HR 

(1 Question)

  • Q1. Salary discussion

Interview Preparation Tips

Interview preparation tips for other job seekers - Good company to grow
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

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

Round 1 - Coding Test 

Basic and advanced concepts of Java

Round 2 - Technical 

(1 Question)

  • Q1. Core Java and Spring Boot Microservices
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

Geodis Overseas Interview FAQs

How many rounds are there in Geodis Overseas DOT NET Developer interview?
Geodis Overseas interview process usually has 1 rounds. The most common rounds in the Geodis Overseas interview process are Technical.
How to prepare for Geodis Overseas DOT NET Developer 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 Geodis Overseas. The most common topics and skills that interviewers at Geodis Overseas expect are C#, Design Patterns, Node.Js, ORM and Web Api.
What are the top questions asked in Geodis Overseas DOT NET Developer interview?

Some of the top questions asked at the Geodis Overseas DOT NET Developer interview -

  1. Design patters questions based on scene...read more
  2. More of solid princip...read more

Tell us how to improve this page.

Geodis Overseas DOT NET Developer Interview Process

based on 1 interview

Interview experience

5
  
Excellent
View more

Interview Questions from Similar Companies

FedEx Express Interview Questions
4.0
 • 93 Interviews
Ups Logistics Interview Questions
3.7
 • 65 Interviews
DHL Express Interview Questions
4.1
 • 62 Interviews
Honda Logistics Interview Questions
3.8
 • 25 Interviews
Kuehne + Nagel Interview Questions
4.0
 • 21 Interviews
DB Schenker Interview Questions
4.3
 • 17 Interviews
Sugam Parivahan Interview Questions
3.9
 • 15 Interviews
Agility Interview Questions
4.1
 • 11 Interviews
Brink's Interview Questions
4.3
 • 10 Interviews
View all
Software Developer
23 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Assistant Manager
23 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Software Developer
17 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Executive
16 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Oracle Database Administrator
13 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare Geodis Overseas with

DHL Express

4.1
Compare

Kuehne + Nagel

4.0
Compare

DB Schenker

4.3
Compare

Expeditors International

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