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
5
Excellent
Difficulty level
Easy
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Company Website and was interviewed in Dec 2024. There were 8 interview rounds.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Tell me about yourself.
  • Q2. What are your strengths and weaknesses?
Round 2 - Group Discussion 

I am to good for any type of work doing

Round 3 - Technical 

(2 Questions)

  • Q1. How do you perform keyword research?
  • Q2. What are ITSM and its processes?
Round 4 - HR 

(2 Questions)

  • Q1. Have you ever worked on a project with tight deadlines? How did you manage?
  • Q2. Describe a time when you faced a challenging situation. How did you handle it?
Round 5 - Coding Test 

Question: Write a function to sort an array of integers in ascending order without using the built-in sort() function.

javascript
Copy code
function customSort(arr) {
// Your code here
}
console.log(customSort([5, 3, 8, 1])); // Output: [1, 3, 5, 8]

Round 6 - Case Study 

Operational Efficiency: Automating workflows in ServiceNow should reduce processing time for customer queries and loan applications by 50%.
Increased Visibility: SEO and SEM strategies should increase the bank’s website traffic by 30% within 3 months.
Improved Customer Experience: A modern portal with faster support options will increase customer satisfaction ratings.

Round 7 - Assignment 

A report/document explaining the solutions for the above tasks.
A code file for the HTML/CSS/JavaScript task.
Screenshots or diagrams (if applicable) for ServiceNow workflows.

Round 8 - Aptitude Test 

Data Interpretation
Study the following data and answer the question:

Year Revenue (₹) Profit (₹)
2020 10,000 2,000
2021 12,000 3,000
2022 15,000 4,000Question:
What is the average profit percentage over the three years?

Options:
A) 20%
B) 25%
C) 22%
D) 27%

Interview Preparation Tips

Interview preparation tips for other job seekers - Build a Strong Resume and Portfolio
Tailor your resume: Customize your resume for each job by highlighting relevant skills and experiences.
Showcase achievements: Quantify your accomplishments (e.g., "Increased website traffic by 30%").
Include a portfolio: If you’re in fields like digital marketing or development, create a portfolio showcasing your projects, internships, or certifications.
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Referral and was interviewed in Nov 2024. There were 2 interview rounds.

Round 1 - One-on-one 

(2 Questions)

  • Q1. A candidate may be contacted by email to schedule a screening call. This is an opportunity to set the tone for the relationship with the candidate.
  • Q2. Pre-employment assessments and screening can help identify the least suitable candidates. Common assessments include the General Mental Ability (GMA) test and the Five-Factor Model of Personality test.
Round 2 - One-on-one 

(2 Questions)

  • Q1. This can include a review of criminal records, employment history, credit checks, and social media accounts.
  • Q2. The candidate may be invited for a final interview with the hiring manager. During this interview, the candidate can share insights and reaffirm their interest in the role.

Interview Preparation Tips

Interview preparation tips for other job seekers - Reach out to your friends, family, and professional contacts for advice and job leads. You can also network with professionals in your field on social media by joining industry groups and participating in discussions.

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 Technical, Coding Test 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.5k Interviews
Infosys Interview Questions
3.6
 • 7.6k Interviews
Wipro Interview Questions
3.7
 • 5.7k Interviews
Tech Mahindra Interview Questions
3.5
 • 3.9k Interviews
HCLTech Interview Questions
3.5
 • 3.8k Interviews
LTIMindtree Interview Questions
3.8
 • 3k Interviews
Mphasis Interview Questions
3.4
 • 810 Interviews
Zoho Interview Questions
4.3
 • 516 Interviews
AmbitionBox Interview Questions
4.9
 • 153 Interviews
View all

WiseTech Global Reviews and Ratings

based on 28 reviews

3.2/5

Rating in categories

3.0

Skill development

3.8

Work-life balance

2.8

Salary

2.9

Job security

3.6

Company culture

2.3

Promotions

3.0

Work satisfaction

Explore 28 Reviews and Ratings
Software Engineer
71 salaries
unlock blur

₹7.8 L/yr - ₹30 L/yr

Senior Software Engineer
36 salaries
unlock blur

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