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 experience
3
Average
Difficulty level
Easy
Process Duration
2-4 weeks
Result
Selected Selected
Round 1 - Technical 

(2 Questions)

  • Q1. Angular Life Cycle and basics question related to angular, OOPs concept.
  • Q2. C# questions and MVC basic.
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
More than 8 weeks
Result
Selected Selected

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

Round 1 - HR 

(2 Questions)

  • Q1. Tell me about yourself
  • Q2. Where do you see 5 years from now
Round 2 - Aptitude Test 

It was online test on DI, logic etc

Round 3 - Technical 

(3 Questions)

  • Q1. What do u know about UPS
  • Q2. Which is yo your biggest achievement till date
  • Q3. Your SWOT analysis
  • Ans. 

    My SWOT analysis includes strong leadership skills, excellent communication abilities, opportunities for growth, and a need for further development in time management.

    • Strengths: Strong leadership skills, excellent communication abilities

    • Weaknesses: Need for further development in time management

    • Opportunities: Opportunities for growth within the company

    • Threats: Potential competition from external candidates

  • Answered by AI

I applied via Recruitment Consultant and was interviewed in May 2021. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Related Import Export & vertical of coastal shipping / In current market there is huge difficulty of getting containers how could we manage??

Interview Preparation Tips

Interview preparation tips for other job seekers - Be bold don't hesitate even if you are wrong
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed in Apr 2023. There were 2 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Double-check your resume for any spelling mistakes. The recruiter may consider spelling mistakes as careless behavior or poor communication skills.
View all tips
Round 2 - Technical 

(7 Questions)

  • Q1. How to BOQ preparedness
  • Ans. 

    BOQ preparedness involves creating a detailed Bill of Quantities for a project to ensure accurate cost estimation and resource allocation.

    • Understand the scope of the project and gather all necessary information

    • Break down the project into smaller components and quantify the materials, labor, and equipment required for each

    • Use standardized formats and templates for consistency and accuracy

    • Regularly update the BOQ as the ...

  • Answered by AI
  • Q2. How to calculate rate analysis
  • Ans. 

    Rate analysis is a method used to calculate the unit rates for various items of work in construction projects.

    • Identify the items of work to be analyzed

    • Determine the quantities of materials and labor required for each item

    • Calculate the total cost for each item by multiplying the quantity with the respective rates

    • Divide the total cost by the quantity to get the unit rate

    • Repeat the process for all items and compile the un

  • Answered by AI
  • Q3. Rate per sqft cost of WAREHOUSING in every part for eg. FIRE FIGHTING, CIVIL WORKS, ELECTRICAL WORKS, PLUMBING ETC
  • Ans. 

    The rate per sqft cost of warehousing varies depending on factors like fire fighting, civil works, electrical works, plumbing, etc.

    • Rate per sqft cost for fire fighting can range from $1.50 to $3.00

    • Rate per sqft cost for civil works can range from $5.00 to $10.00

    • Rate per sqft cost for electrical works can range from $2.00 to $4.00

    • Rate per sqft cost for plumbing can range from $1.00 to $2.50

  • Answered by AI
  • Q4. How do you Vendor selection for work enhancement.
  • Ans. 

    Vendor selection for work enhancement involves evaluating vendors based on criteria like quality, cost, reliability, and reputation.

    • Identify the specific needs and requirements of the project or task

    • Research potential vendors and create a list of candidates

    • Evaluate vendors based on criteria such as quality of work, cost, reliability, and reputation

    • Request proposals or quotes from selected vendors

    • Conduct interviews or m...

  • Answered by AI
  • Q5. How to negotiate with vendor.
  • Ans. 

    Negotiating with vendors involves effective communication, research, and compromise to reach mutually beneficial agreements.

    • Establish clear objectives and priorities before entering negotiations.

    • Research market prices and competitors' offers to leverage during negotiations.

    • Maintain open communication and be willing to compromise to reach a win-win agreement.

    • Build and maintain a positive relationship with the vendor for...

  • Answered by AI
  • Q6. Knowlege about ERP Software must.
  • Q7. Comparision sheet preparedness with at least three vendor and also existing rates with company.

Interview Preparation Tips

Topics to prepare for Indospace Development Management Assistant Manager interview:
  • Your expertise in background
Interview preparation tips for other job seekers - Please look into above advice and knowledge about PEB building, facade works etc.
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Walk-in

Round 1 - Aptitude Test 

About general knowledge, checking your ability.

Round 2 - One-on-one 

(3 Questions)

  • Q1. About your profile ?
  • Q2. About your experience?
  • Q3. About your achivement ?

Interview Preparation Tips

Interview preparation tips for other job seekers - Easy to crack if you have good knowledge & referance

Interview Questionnaire 

2 Questions

  • Q1. Core python
  • Q2. OOPS concept

I appeared for an interview before Sep 2020.

Round 1 - Coding Test 

(3 Questions)

Round duration - 60 Minutes
Round difficulty - Medium

  • Q1. 

    Palindrome String Validation

    Determine if a given string 'S' is a palindrome, considering only alphanumeric characters and ignoring spaces and symbols.

    Note:
    The string 'S' should be evaluated in a case...
  • Ans. 

    The task is to check whether a given string is a palindrome or not, considering only alphabets and numbers and ignoring symbols and whitespaces.

    • Convert the string to lowercase and remove all symbols and whitespaces.

    • Reverse the modified string and compare it with the original string.

    • If they are equal, then the string is a palindrome.

    • If not, then the string is not a palindrome.

  • Answered by AI
  • Q2. 

    Square Root (Integral) Problem Statement

    Given a number N, calculate its square root and output the integer part only.

    Example:

    Input:
    18
    Output:
    4
    Explanation:

    The square root of 18 is approximate...

  • Ans. 

    The task is to find the integral part of the square root of a given number.

    • Use the built-in square root function to find the square root of the number.

    • Convert the result to an integer by rounding down or using the floor function.

    • Print the integer part of the square root as the output.

  • Answered by AI
  • Q3. 

    Min Steps to One Using Dynamic Programming

    Given a positive integer N, your task is to determine the minimum number of steps required to reduce N to 1.

    Allowed Operations:

    1) Subtract 1 from it: n = n -...
  • Ans. 

    The task is to find the minimum number of steps required to reduce a positive integer to 1 using three given operations.

    • Use dynamic programming to solve the problem efficiently.

    • Create an array to store the minimum steps required for each number from 1 to N.

    • Iterate from 2 to N and calculate the minimum steps for each number based on the three operations.

    • Return the minimum steps for N.

  • Answered by AI
Round 2 - Video Call 

(1 Question)

Round duration - 60 Minutes
Round difficulty - Medium

They started Fundamentals of OOP- Inheritance, Polymorphism

  • Q1. 

    Maximum Subarray Sum Problem Statement

    Given an array of integers, determine the maximum possible sum of any contiguous subarray within the array.

    Example:

    Input:
    array = [34, -50, 42, 14, -5, 86]
    Out...
  • Ans. 

    The maximum sum of any contiguous subarray in an array is found using Kadane's algorithm in O(N) time.

    • Initialize two variables, maxSum and currentSum, both set to the first element of the array.

    • Iterate through the array from the second element.

    • For each element, update currentSum by adding the element to it.

    • If currentSum becomes negative, reset it to 0.

    • If currentSum is greater than maxSum, update maxSum.

    • After iterating ...

  • Answered by AI
Round 3 - HR 

Round duration - 30 Minutes
Round difficulty - Medium

Some people had two HR interviews but I only had one and interview went up till 11:30 pm and you get only 5-10 minutes to prepare for HR on Zoom

Interview Preparation Tips

Eligibility criteria7 cgpaMasterCard interview preparation:Topics to prepare for the interview - DBMS, Data Structures and Algorithms , OOP, Maths puzzles, Aptitude , CN, OSTime required to prepare for the interview - 5 monthsInterview preparation tips for other job seekers

Tip 1 : Solve atleast 200 problems
Tip 2 : Focus on all data structures 
Tip 3 : Build some good projects

Application resume tips for other job seekers

Tip 1 : Keep it precise and concise.
Tip 2 : Build your resume yourself according your skills

Final outcome of the interviewSelected

Skills evaluated in this interview

I applied via Recruitment Consultant and was interviewed in Jun 2021. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. Basic to intermediate questions on data structures and django.

Interview Preparation Tips

Interview preparation tips for other job seekers - Interview process easy.

I applied via Naukri.com and was interviewed in Feb 2020. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. About the project, Spring concepts, core Java, JUnits etc.

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident, know what you are speaking, clear your mind before the interview and get your thoughts together.

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

Honda Logistics Interview Questions
3.8
 • 27 Interviews
Sugam Parivahan Interview Questions
4.0
 • 15 Interviews
Brink's Interview Questions
4.3
 • 10 Interviews
Bollore Interview Questions
3.6
 • 6 Interviews
Liladhar Pasoo Interview Questions
4.2
 • 6 Interviews
View all
Software Developer
24 salaries
unlock blur

₹5 L/yr - ₹20 L/yr

Assistant Manager
21 salaries
unlock blur

₹5.5 L/yr - ₹10.3 L/yr

Senior Software Developer
17 salaries
unlock blur

₹9 L/yr - ₹25 L/yr

Senior Executive
16 salaries
unlock blur

₹3.9 L/yr - ₹6.3 L/yr

Senior Software Engineer
13 salaries
unlock blur

₹15 L/yr - ₹25 L/yr

Explore more salaries
Compare Geodis Overseas with

Honda Logistics

3.8
Compare

Brink's

4.3
Compare

Sugam Parivahan

4.0
Compare

UPS Supply Chain Solutions

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