Upload Button Icon Add office photos

Filter interviews by

WiseTech Global Interview Questions, Process, and Tips

Updated 6 Oct 2024

Top WiseTech Global Interview Questions and Answers

View all 7 questions

WiseTech Global Interview Experiences

Popular Designations

8 interviews found

Machine Learning egineer Interview Questions & Answers

user image ojasvi sancheti

posted on 25 Jun 2024

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

Its like medium level leetcode

Round 2 - Coding Test 

Like a leet code medium level

Round 3 - Technical 

(2 Questions)

  • Q1. Explain Large language model
  • Q2. Any of your projects
Round 4 - Technical 

(2 Questions)

  • Q1. Describe what's wrong with the code
  • Q2. How you will approach a LLM based problem statement

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - HR 

(2 Questions)

  • Q1. Explain your day to day responsibilities
  • Ans. 

    As a Senior Security Analyst, my day to day responsibilities include monitoring security systems, analyzing security threats, conducting security assessments, and implementing security measures.

    • Monitor security systems for any suspicious activity

    • Analyze security threats and vulnerabilities

    • Conduct security assessments to identify weaknesses

    • Implement security measures to protect against cyber attacks

    • Collaborate with IT t...

  • Answered by AI
  • Q2. Why do you want to join Wisetech? Why do you want to leave your current job?
  • Ans. 

    I want to join Wisetech for its reputation in the industry and opportunities for growth. I am looking for a new challenge and to expand my skills.

    • Wisetech has a strong reputation in the industry for its innovative solutions and commitment to security.

    • I am seeking new challenges and opportunities for growth that may not be available in my current role.

    • I believe Wisetech will provide me with the chance to expand my skill

  • Answered by AI

Senior Security Analyst Interview Questions asked at other Companies

Q1. Tell me about Security incident response framework that you have worked on ?
View answer (1)

Software Engineer Interview Questions & Answers

user image Kriti Srivastava

posted on 6 Oct 2024

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

4.5 h hackerrank coding test with 2 medium and 1 advanced level of programming question.

Round 2 - Aptitude Test 

Cognitive test with verbal, abstract and statistical problems

Software Engineer Interview Questions asked at other Companies

Q1. Bridge and torch problem : Four people come to a river in the night. There is a narrow bridge, but it can only hold two people at a time. They have one torch and, because it's night, the torch has to be used when crossing the bridge. Person... read more
View answer (169)
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
6-8 weeks
Result
Selected Selected

I applied via Approached by Company and was interviewed in Jun 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 tips
Round 2 - Coding Test 

3 hour 3 problem Coding test on Hackerrank. Leetcode Medium level problems based on concepts like Array/String manipulation, Graphs.

Round 3 - Aptitude Test 

A coginitive test with difficulty level equivalent to MBA entrance tests (like CAT, XAT) with questions on topics like Quant, Abstract Reasoning, Data Interpretation, Reading Comprehension, etc.
The test had sectional time limit for RC, Quant and Abstract sections.

Round 4 - One-on-one 

(3 Questions)

  • Q1. Questions on Past Work Experience
  • Q2. 1 Medium level DSA based coding problem
  • Q3. Few questions on Database/SQL

Interview Preparation Tips

Topics to prepare for WiseTech Global Software Engineer interview:
  • Data Structures
  • Algorithms
  • SQL
  • TDD
  • Database Management

Software Engineer Interview Questions asked at other Companies

Q1. Bridge and torch problem : Four people come to a river in the night. There is a narrow bridge, but it can only hold two people at a time. They have one torch and, because it's night, the torch has to be used when crossing the bridge. Person... read more
View answer (170)

WiseTech Global interview questions for popular designations

 Software Engineer

 (5)

 Applications Engineer

 (1)

 Senior Security Analyst

 (1)

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

I applied via LinkedIn and was interviewed in Feb 2023. There were 5 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 - Aptitude Test 

Basics of maths, object oriented questions,
Logical thinking

Round 3 - One-on-one 

(2 Questions)

  • Q1. Previous Experience and work life
  • Q2. Day to day life when you start work?
  • Ans. 

    As an Applications Engineer, my day-to-day life involves solving technical problems, collaborating with cross-functional teams, and providing support to customers.

    • Solving technical problems and troubleshooting issues

    • Collaborating with cross-functional teams such as sales, marketing, and product development

    • Providing support to customers by answering their technical queries and assisting with product implementation

    • Testin...

  • Answered by AI
Round 4 - Technical 

(2 Questions)

  • Q1. Technical interview regarding the job description of company. SQL basic, json
  • Q2. Basics of technical.
Round 5 - Technical 

(1 Question)

  • Q1. Culture fit round with the manager

Interview Preparation Tips

Topics to prepare for WiseTech Global Applications Engineer interview:
  • Sql
  • Exprience
Interview preparation tips for other job seekers - Brush up what the job discription so that the interview gets smooth

Applications Engineer Interview Questions asked at other Companies

Q1. Missing Number Problem Statement You are provided with an array named BINARYNUMS consisting of N unique strings. Each string represents an integer in binary, covering every integer from 0 to N except for one. Your task is to identify this m... read more
Add answer
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Approached by Company and was interviewed in Dec 2022. There were 5 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Properly align and format text in your resume. A recruiter will have to spend more time reading poorly aligned text, leading to high chances of rejection.
View all tips
Round 2 - Coding Test 

3 question asked on hackerrank test. We need to complete it in 3 hours

Round 3 - Technical 

(3 Questions)

  • Q1. Explain design pattern and implementation
  • Ans. 

    Design patterns are reusable solutions to common software design problems.

    • Design patterns provide a common language for developers to communicate about software design.

    • They can improve code quality, maintainability, and scalability.

    • Examples of design patterns include Singleton, Factory, and Observer.

    • Implementation involves applying the pattern to a specific problem in a software system.

    • Design patterns can be implemente...

  • Answered by AI
  • Q2. Explain solid principle with example
  • Ans. 

    SOLID principles are a set of guidelines for writing maintainable and scalable code.

    • Single Responsibility Principle: A class should have only one reason to change.

    • Open/Closed Principle: A class should be open for extension but closed for modification.

    • Liskov Substitution Principle: Subtypes should be substitutable for their base types.

    • Interface Segregation Principle: Clients should not be forced to depend on interfaces ...

  • Answered by AI
  • Q3. Explain test driven environment and its advantages
  • Ans. 

    Test driven environment is a software development approach where tests are written before the actual code.

    • Tests are written before the code is developed

    • Code is developed to pass the tests

    • Advantages include better code quality, faster development, and easier maintenance

    • Reduces the risk of bugs and errors

    • Helps in identifying issues early in the development cycle

  • Answered by AI
Round 4 - Assignment 

Sql and aptitude assignment. 1 sql problem with 1 hr hosted on hackerrank test.

Round 5 - One-on-one 

(3 Questions)

  • Q1. Low level system design for one of my academic project.
  • Ans. 

    For my academic project, I designed a low-level system for a file management application.

    • Identified the requirements and constraints of the system

    • Designed the file structure and organization

    • Implemented file operations such as create, read, write, and delete

    • Optimized the system for performance and scalability

    • Tested the system thoroughly to ensure functionality and reliability

  • Answered by AI
  • Q2. They also wants tables and sql queries
  • Q3. First discuss all the requirements with the interviewer.

Interview Preparation Tips

Interview preparation tips for other job seekers - Good level of design pattern and low level design is must.

Skills evaluated in this interview

Software Engineer Interview Questions asked at other Companies

Q1. Bridge and torch problem : Four people come to a river in the night. There is a narrow bridge, but it can only hold two people at a time. They have one torch and, because it's night, the torch has to be used when crossing the bridge. Person... read more
View answer (169)
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
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 - Coding Test 

Coding test on hacker Earth

Round 3 - Technical 

(1 Question)

  • Q1. One to one interview
Round 4 - HR 

(1 Question)

  • Q1. Tell me about your company

Software Engineer Interview Questions asked at other Companies

Q1. Bridge and torch problem : Four people come to a river in the night. There is a narrow bridge, but it can only hold two people at a time. They have one torch and, because it's night, the torch has to be used when crossing the bridge. Person... read more
View answer (169)
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed before Apr 2023. There was 1 interview round.

Round 1 - Coding Test 

1 medium and 1 hard problems

Software Engineer Interview Questions asked at other Companies

Q1. Bridge and torch problem : Four people come to a river in the night. There is a narrow bridge, but it can only hold two people at a time. They have one torch and, because it's night, the torch has to be used when crossing the bridge. Person... read more
View answer (169)

Interview questions from similar companies

Interview experience
1
Bad
Difficulty level
Easy
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Approached by Company and was interviewed in Sep 2024. There was 1 interview round.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Business did in last montg
  • Ans. 

    In the last month, the business saw a significant increase in sales due to a successful marketing campaign.

    • Sales increased by 20% compared to the previous month

    • New marketing campaign led to higher customer engagement

    • Introduced a new product line which was well-received by customers

  • Answered by AI
  • Q2. Team size handled in last organization
  • Ans. 

    Managed a team of 15 members in my previous organization

    • Managed a team of 15 members

    • Delegated tasks effectively

    • Provided guidance and support to team members

  • Answered by AI
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed in Mar 2024. 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 - Technical 

(2 Questions)

  • Q1. Medium level SQL question
  • Q2. Case study on Bigbasket/Instagram

WiseTech Global Interview FAQs

How many rounds are there in WiseTech Global interview?
WiseTech Global interview process usually has 3-4 rounds. The most common rounds in the WiseTech Global interview process are Coding Test, Technical and Resume Shortlist.
How to prepare for WiseTech Global 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 WiseTech Global. The most common topics and skills that interviewers at WiseTech Global expect are C#, Analytics, Recruitment, SQL and SQL Server.
What are the top questions asked in WiseTech Global interview?

Some of the top questions asked at the WiseTech Global interview -

  1. Low level system design for one of my academic proje...read more
  2. Explain test driven environment and its advanta...read more
  3. How you will approach a LLM based problem statem...read more

Tell us how to improve this page.

WiseTech Global Interview Process

based on 8 interviews

Interview experience

4.8
  
Excellent
View more

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.4k Interviews
Infosys Interview Questions
3.6
 • 7.6k Interviews
Wipro Interview Questions
3.7
 • 5.6k Interviews
Tech Mahindra Interview Questions
3.5
 • 3.8k Interviews
HCLTech Interview Questions
3.5
 • 3.8k Interviews
LTIMindtree Interview Questions
3.8
 • 3k Interviews
Mphasis Interview Questions
3.4
 • 806 Interviews
Zoho Interview Questions
4.3
 • 514 Interviews
Cogoport Interview Questions
2.8
 • 52 Interviews
View all

WiseTech Global Reviews and Ratings

based on 26 reviews

3.3/5

Rating in categories

2.9

Skill development

3.7

Work-life balance

2.9

Salary

3.1

Job security

3.7

Company culture

2.4

Promotions

3.0

Work satisfaction

Explore 26 Reviews and Ratings
Software Engineer
70 salaries
unlock blur

₹7.8 L/yr - ₹30 L/yr

Senior Software Engineer
36 salaries
unlock blur

₹20.1 L/yr - ₹74 L/yr

Associate Software Engineer
23 salaries
unlock blur

₹8 L/yr - ₹19 L/yr

Software Developer
17 salaries
unlock blur

₹9 L/yr - ₹37.3 L/yr

Product Support Specialist
7 salaries
unlock blur

₹6.5 L/yr - ₹7.9 L/yr

Explore more salaries
Compare WiseTech Global with

Zoho

4.3
Compare

TCS

3.7
Compare

Infosys

3.6
Compare

HCLTech

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