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

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 (197)
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:
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 

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 (197)

WiseTech Global interview questions for popular designations

 Software Engineer

 (5)

 Senior Security Analyst

 (1)

 Applications Engineer

 (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. Minimum Special Sum Problem You are given an array ARR of length N. There are two operations defined for each index i in the array: FIRST_SUM(i): Calculates the sum of the first i numbers. LAST_SUM(i): Calculates the sum of the last N-i+1 ... read more
View answer (1)
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:
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 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 (197)
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
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 

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 (197)
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 (197)

Interview questions from similar companies

Interview Questionnaire 

2 Questions

  • Q1. What is precompilaion unit?
  • Ans. 

    Precompilation unit is a compiled code that can be reused by multiple source files.

    • Precompilation unit is created by the compiler from the source code.

    • It contains the compiled code of header files and other dependencies.

    • It can be reused by multiple source files, reducing compilation time.

    • It is also known as precompiled header or PCH.

    • Example: stdafx.h in Visual Studio is a precompiled header file.

  • Answered by AI
  • Q2. About ur future,ur short term goal,why this company

Interview Preparation Tips

Skills: Resume, CGPA
College Name: IIT Kharagpur

Interview Questionnaire 

3 Questions

  • Q1. First 50 Prime Number
  • Ans. 

    The first 50 prime numbers are...

    • Start with 2, the first prime number

    • Check each odd number greater than 2

    • Use trial division to check if a number is prime

    • Stop when you have found 50 prime numbers

  • Answered by AI
  • Q2. How to sort the file in the range (hint provided)
  • Ans. 

    Sorting a file within a range

    • Use a sorting algorithm like quicksort or mergesort

    • Read the file and store the data in an array or list

    • Sort the array or list within the given range

    • Write the sorted data back to the file

  • Answered by AI
  • Q3. Tell me about yourself
  • Ans. 

    I am a passionate software engineer with experience in developing web applications using various technologies.

    • Experienced in developing web applications using HTML, CSS, JavaScript, and frameworks like React and Angular

    • Proficient in backend development with Node.js, Express, and MongoDB

    • Familiar with version control systems like Git and project management tools like Jira

  • Answered by AI

Interview Preparation Tips

Round: Resume Shortlist
Experience: Shortlist cut was 0.0 cgpa
Tips: Need to mention Programming skill in any one of three language C , C++ ,Java

Round: Test
Experience: Test was Average, Many question were from INDIABIX.COM , computer network, operating system ,data structure, c , c++ language
Tips: Understand Data Structure and Algorithm deeply, At least read about computer networks, operating system , DBMS 3-4 times for basic good understand, refer various site
Duration: 180 minutes

Round: Test
Experience: Two question were given , we have to write the code on A4 size sheet
Tips: Deep understanding of STACK AND QUEUE
Duration: 60 minutes

Round: Technical Interview
Experience: Previous Test (2 Questions on A4 size sheet) were discussed and is there any improvement that can be done, discussed each and every step.
Tips: Comments is important using programming
present with demo example (various cases)

Round: HR Interview
Experience: Be calm and show your interest in the company,
ask question about company, what are activity other than techincal technical stuff
Tips: Smile , if possible talk in Hindi - English,Try to Make the interview in discussion

General Tips: Practice Daily , Understand Each and Every Step in Detail , Try to code in A4 size paper then computer
Skill Tips: Read Good Books , Practice Daily

Skills: Algorithms And Data Structures
College Name: IIT Kharagpur

Skills evaluated in this interview

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 Aptitude Test.
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.5k 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
 • 2.9k Interviews
Mphasis Interview Questions
3.4
 • 791 Interviews
Zoho Interview Questions
4.3
 • 505 Interviews
AmbitionBox Interview Questions
4.9
 • 149 Interviews
View all

WiseTech Global Reviews and Ratings

based on 30 reviews

3.2/5

Rating in categories

3.0

Skill development

3.8

Work-life balance

2.9

Salary

2.8

Job security

3.7

Company culture

2.4

Promotions

3.1

Work satisfaction

Explore 30 Reviews and Ratings
Software Engineer
71 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Software Engineer
36 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Associate Software Engineer
23 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Software Developer
17 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Product Support Specialist
7 salaries
unlock blur

₹0 L/yr - ₹0 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