Upload Button Icon Add office photos

Filter interviews by

OM Logistics Java Software Developer Interview Questions and Answers

Updated 3 Apr 2025

OM Logistics Java Software Developer Interview Experiences

1 interview found

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

I appeared for an interview in Mar 2025, where I was asked the following questions.

  • Q1. OOps concepts asked
  • Q2. Api Integration with kafka
  • Ans. 

    API integration with Kafka enables real-time data streaming and processing between applications using a distributed messaging system.

    • Decoupled Architecture: Kafka allows APIs to communicate asynchronously, decoupling the services and improving scalability.

    • Publish-Subscribe Model: APIs can publish messages to Kafka topics, and other services can subscribe to those topics to receive updates.

    • High Throughput: Kafka can han...

  • Answered by AI
  • Q3. Docker and cicd asked

Interview Preparation Tips

Interview preparation tips for other job seekers - s

Top trending discussions

View All
Interview Hub
5d (edited)
anshitanegi
·
ex -
Planet Spark
When HR’s Chinese English made me drop the interview!
So, I talked to the HR yesterday about the interview. I asked Please send me the location But their English… bro I was shocked! It was like talking to someone jisne english nahi kuch ar hi seekh liya ho, if the HR’s English is this I can only imagine the rest of the company I decided to drop the interview with this chinese english😶‍🌫️
FeedCard Image
Got a question about OM Logistics?
Ask anonymously on communities.

Interview questions from similar companies

I applied via Naukri.com and was interviewed before Apr 2021. There were 3 interview rounds.

Round 1 - Aptitude Test 

Aptitude test will a hackerrank test where it might have technical MCQ and/or coding test.

Round 2 - Technical 

(1 Question)

  • Q1. Interviewer will test your logic building capability with puzzel/coding and technical questions and experience discussion.
Round 3 - One-on-one 

(1 Question)

  • Q1. Its a normal discussion with HR about CTC and all.

Interview Preparation Tips

Interview preparation tips for other job seekers - In TR interviewer are really good. They will help you and give hints. They mostly check if you have problem solving approch.

Java Software Developer Interview Questions Asked at Other Companies

asked in Rocketlane
Q1. Given an array of integers, sort the array in increasing order ba ... read more
Q2. Explain your technical skills and current domain.
asked in Synechron
Q3. How do you convert list to arraylist? And vice versa
Q4. When two threads access the same ArrayList object, what is the ou ... read more
asked in Synechron
Q5. What are functional interfaces? What is the need to have function ... read more

I applied via Naukri.com and was interviewed before Jul 2020. There were 4 interview rounds.

Interview Questionnaire 

3 Questions

  • Q1. Questions on java8
  • Q2. Questions on multithreading
  • Q3. Questions on exception handling

Interview Preparation Tips

Interview preparation tips for other job seekers - First round was a coding round where interviewer asked questions randomly and were asked to optimise our code. Next round was a technical round where everyone needs to be thorough with their technical skills

I applied via LinkedIn and was interviewed in Apr 2021. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. All were technical. Just keep practicing data structures and Algorithms and have good knowledge of the language you're good at.

Interview Preparation Tips

Interview preparation tips for other job seekers - Hey Folks
Just never get discouraged by your failures. Keep working hard and be consistent in your efforts. You will surely achieve what you deserve.

Interview Questionnaire 

1 Question

  • Q1. Questions related to AWS dynamodb,lambdas,cloudwatch logs,Athena,json filehandling,decorators,classes and others oops concepts ,string manipulation, word frequency problems, dictionary,boto3 scripting

I applied via Company Website and was interviewed in Feb 2021. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. They asked python memory management, string manipulations, regex, and about my current project

Interview Preparation Tips

Interview preparation tips for other job seekers - Keep strong hold on python basics and data structure

OM Logistics HR Interview Questions

7 questions and answers

Q. What is your education level?
Q. Why are you interested in pursuing a career in Sales and Marketing?
Q. Tell me about your experience with technical enquiries.

I applied via Company Website and was interviewed in Apr 2021. There was 1 interview round.

Interview Questionnaire 

3 Questions

  • Q1. Java memory management
  • Q2. Spring boot basics
  • Q3. Classloaders in java
  • Ans. 

    Classloaders are responsible for loading classes into the JVM at runtime.

    • Java has three built-in classloaders: bootstrap, extension, and system.

    • Custom classloaders can be created to load classes from non-standard sources.

    • Classloaders follow a delegation model, where they first delegate to their parent classloader before attempting to load the class themselves.

    • Classloaders can be used for dynamic class loading and hot-s...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare java basics very well and solve various coding challenges

Skills evaluated in this interview

Are these interview questions helpful?
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I appeared for an interview in Mar 2025, where I was asked the following questions.

  • Q1. Anagrams in java
  • Ans. 

    Anagrams are words or phrases formed by rearranging the letters of another, often used in word games and puzzles.

    • Definition: Anagrams are created by rearranging the letters of a word or phrase to form a new one, e.g., 'listen' and 'silent'.

    • Character Count: To check if two strings are anagrams, compare the frequency of each character in both strings.

    • Sorting Method: One approach is to sort both strings and compare them; ...

  • Answered by AI
  • Q2. Reverse s string
  • Ans. 

    Reversing a string involves rearranging its characters in the opposite order, creating a new string.

    • Use built-in functions: In Python, you can reverse a string using slicing: `reversed_string = original_string[::-1]`.

    • Iterative approach: Loop through the string from the end to the beginning and build a new string.

    • Using recursion: A recursive function can reverse a string by returning the last character plus the reverse ...

  • Answered by AI
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
4-6 weeks
Result
Selected Selected

I applied via Company Website and was interviewed in May 2023. There were 3 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 

(1 Question)

  • Q1. They will ask questions based on what you have mentioned in your resume
Round 3 - One-on-one 

(1 Question)

  • Q1. They have asked about my previous company project and questions related to that
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Approached by Company and was interviewed before Oct 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 - Technical 

(2 Questions)

  • Q1. Java basics, String, logic coding (for loop sand if conditions), arrays.
  • Q2. AWS basics - VPC, Subnet, Step functions, ELB
Round 3 - Behavioral 

(2 Questions)

  • Q1. Trick questions, leading a team, working in a team related.
  • Q2. Having a good and friendly attitude will help.
Round 4 - HR 

(1 Question)

  • Q1. Salary negotiation

Interview Preparation Tips

Interview preparation tips for other job seekers - Learn Java and AWS. Being good enough will help you clear the round. Have clarity in your answers.

OM Logistics Interview FAQs

What are the top questions asked in OM Logistics Java Software Developer interview?

Some of the top questions asked at the OM Logistics Java Software Developer interview -

  1. Api Integration with ka...read more
  2. docker and cicd as...read more
  3. OOps concepts as...read more

Tell us how to improve this page.

Overall Interview Experience Rating

4/5

based on 1 interview experience

Difficulty level

Easy 100%

Duration

Less than 2 weeks 100%
View more

Interview Questions from Trending Companies on AmbitionBox

Paytm Interview Questions
3.3
 • 816 Interviews
Fractal Analytics Interview Questions
4.0
 • 216 Interviews
Siemens Interview Questions
4.0
 • 467 Interviews
Tata Motors Interview Questions
4.1
 • 1.1k Interviews
Cognizant Interview Questions
3.7
 • 6k Interviews
Muthoot Finance Interview Questions
3.6
 • 296 Interviews
Startek Interview Questions
3.1
 • 548 Interviews
Uplers Interview Questions
3.9
 • 43 Interviews
Wissen Technology Interview Questions
3.7
 • 165 Interviews
View all
Operations Executive
211 salaries
unlock blur

₹1.4 L/yr - ₹4 L/yr

Senior Executive
84 salaries
unlock blur

₹2.3 L/yr - ₹5.7 L/yr

Billing Executive
76 salaries
unlock blur

₹1.4 L/yr - ₹4.2 L/yr

Key Operations Manager
73 salaries
unlock blur

₹2 L/yr - ₹5 L/yr

Branch Manager
66 salaries
unlock blur

₹2.5 L/yr - ₹6 L/yr

Explore more salaries
write
Share an Interview