Upload Button Icon Add office photos

Filter interviews by

Freight Tiger Software Engineer2 Interview Questions and Answers

Updated 15 Dec 2024

Freight Tiger Software Engineer2 Interview Experiences

2 interviews found

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I was interviewed in Apr 2024.

Round 1 - Technical 

(2 Questions)

  • Q1. Mainly focused on DSA and core concepts of back-end as I'm applied for backend role
  • Q2. LinkedIn list loop detection
Round 2 - Technical 

(1 Question)

  • Q1. This was again DSA+technical and project round
Round 3 - One-on-one 

(1 Question)

  • Q1. System design round (machine coding)

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well for DSA and System design hands-on

Software Engineer2 Interview Questions & Answers

user image sanghpriya bhimte

posted on 15 Dec 2024

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

I applied via Job Fair and was interviewed before Dec 2023. There were 4 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Based on hashing and Tree
  • Q2. Based on graph data structure
Round 2 - Technical 

(1 Question)

  • Q1. Java related questions
Round 3 - Technical 

(1 Question)

  • Q1. Design, Java and DSA Questions
Round 4 - HR 

(1 Question)

  • Q1. Salary discussion and Negotiation

Software Engineer2 Interview Questions Asked at Other Companies

Q1. - Given a water -tight orientable 2-manifold, how to find if a po ... read more
asked in Wayfair
Q2. Design a Order and Cart Page in iOS. The user should be able to o ... read more
Q3. How to process large amount of data? Which tool would you prefer?
asked in PayPal
Q4. Can you describe the system design for the checkout feature on Am ... read more
Q5. Given an integer array , and a target k , we need to find the pai ... read more

Interview questions from similar companies

Interview experience
4
Good
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 - Coding Test 

It was DS Algo round in which 2 leetcode medium questions were asked.

Round 3 - Technical 

(1 Question)

  • Q1. House Robber. You can find it on leetcode
Round 4 - HR 

(1 Question)

  • Q1. Handle situation where you have a confict with your manager
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-

I applied via Approached by Company

Round 1 - Coding Test 

Medium leetcode and java based questions

Round 2 - Technical 

(1 Question)

  • Q1. Medium to hard question
Round 3 - Technical 

(1 Question)

  • Q1. Medium to hard questions
Round 4 - HR 

(1 Question)

  • Q1. Basic hr questions
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(4 Questions)

  • Q1. What is inheritence
  • Ans. 

    Inheritance is a concept in object-oriented programming where a class inherits properties and behaviors from another class.

    • Allows a class to reuse code from another class

    • Creates a parent-child relationship between classes

    • Derived class inherits attributes and methods from base class

  • Answered by AI
  • Q2. What is garbage collector
  • Ans. 

    Garbage collector is a program that automatically manages memory by reclaiming memory occupied by objects that are no longer in use.

    • Garbage collector is a part of the runtime environment of a programming language.

    • It helps prevent memory leaks by reclaiming memory from objects that are no longer needed.

    • Examples of languages with garbage collectors include Java, C#, and Python.

  • Answered by AI
  • Q3. Explain yourself
  • Q4. How try catch blick works
  • Ans. 

    Try catch block is used in programming to handle exceptions and errors that may occur during the execution of code.

    • Try block contains the code that may throw an exception.

    • Catch block is used to handle the exception thrown by the try block.

    • Finally block is optional and is used to execute code regardless of whether an exception is thrown or not.

    • Exceptions can be of different types such as runtime exceptions, checked exce...

  • Answered by AI

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

Including coding questions

Round 2 - Technical 

(2 Questions)

  • Q1. Basics of python
  • Q2. Data base questions
Interview experience
3
Average
Difficulty level
Easy
Process Duration
4-6 weeks
Result
Not Selected

I applied via Referral and was interviewed before Apr 2023. There were 3 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Explain JDK. and JRD and JVM
  • Ans. 

    JDK stands for Java Development Kit, JRE stands for Java Runtime Environment, and JVM stands for Java Virtual Machine.

    • JDK is a software development kit used for developing Java applications.

    • JRE is an environment used to run Java applications.

    • JVM is a virtual machine that executes Java bytecode.

  • Answered by AI
Round 2 - Coding Test 

2 Hrs. Hackerrank Coding Test

Round 3 - HR 

(2 Questions)

  • Q1. With HR manager.
  • Q2. Why should we hire you.

Interview Preparation Tips

Interview preparation tips for other job seekers - easy process. easy to be hired if you are Korean.

Skills evaluated in this interview

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

I applied via Hirist and was interviewed before Mar 2023. There was 1 interview round.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Number id divisible by 3 print Fizz, divisible by 5 print Buzz, divisible by 3 and 5 print FizzBuzz.
  • Ans. 

    Use a loop to check if a number is divisible by 3, 5, or both and print Fizz, Buzz, or FizzBuzz accordingly.

    • Use a loop to iterate through numbers

    • Check if the number is divisible by 3 and 5 first, then by 3, then by 5

    • Print FizzBuzz if divisible by both, Fizz if divisible by 3, Buzz if divisible by 5

  • Answered by AI
  • Q2. Write code to take some input and print in Django.
  • Ans. 

    Code to take input and print in Django

    • Use Django forms to create a form for input

    • Create a view function to handle the form submission and print the input

    • Render the form in a template using Django's template language

  • Answered by AI

Skills evaluated in this interview

Interview experience
4
Good
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:
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 tips
Round 2 - Coding Test 

It was DS Algo round in which 2 leetcode medium questions were asked.

Round 3 - Technical 

(1 Question)

  • Q1. House Robber. You can find it on leetcode
Round 4 - HR 

(1 Question)

  • Q1. Handle situation where you have a confict with your manager
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Coding test Medium-level questions

Round 2 - Technical 

(1 Question)

  • Q1. The focus was on problem-solving skills DSA questions
Round 3 - Technical 

(1 Question)

  • Q1. The focus was on problem-solving skills DSA Questions

Interview Preparation Tips

Interview preparation tips for other job seekers - The last round with the manager

Freight Tiger Interview FAQs

How many rounds are there in Freight Tiger Software Engineer2 interview?
Freight Tiger interview process usually has 3-4 rounds. The most common rounds in the Freight Tiger interview process are Technical, One-on-one Round and HR.
What are the top questions asked in Freight Tiger Software Engineer2 interview?

Some of the top questions asked at the Freight Tiger Software Engineer2 interview -

  1. Mainly focused on DSA and core concepts of back-end as I'm applied for backend ...read more
  2. This was again DSA+technical and project ro...read more
  3. System design round (machine codi...read more

Tell us how to improve this page.

Freight Tiger Software Engineer2 Interview Process

based on 2 interviews

Interview experience

4
  
Good
View more

Interview Questions from Similar Companies

Delhivery Interview Questions
3.9
 • 457 Interviews
Ecom Express Interview Questions
3.9
 • 197 Interviews
BlackBuck Interview Questions
3.8
 • 174 Interviews
XpressBees Interview Questions
3.7
 • 158 Interviews
DTDC Express Interview Questions
3.7
 • 151 Interviews
Blue Dart Express Interview Questions
4.0
 • 102 Interviews
GATI-KWE Interview Questions
3.9
 • 86 Interviews
Honda Logistics Interview Questions
3.8
 • 25 Interviews
View all
Freight Tiger Software Engineer2 Salary
based on 6 salaries
₹14.5 L/yr - ₹25 L/yr
At par with the average Software Engineer2 Salary in India
View more details
Operations Executive
108 salaries
unlock blur

₹1.8 L/yr - ₹3.5 L/yr

Customer Success Manager
23 salaries
unlock blur

₹7.5 L/yr - ₹15.5 L/yr

Senior Executive Operations
14 salaries
unlock blur

₹2.2 L/yr - ₹3.5 L/yr

Assistant Manager
13 salaries
unlock blur

₹5.4 L/yr - ₹12.2 L/yr

Operations Manager
10 salaries
unlock blur

₹4.2 L/yr - ₹16.6 L/yr

Explore more salaries
Compare Freight Tiger with

BlackBuck

3.8
Compare

Delhivery

3.9
Compare

Ecom Express

3.9
Compare

Shadowfax Technologies

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