Upload Button Icon Add office photos

WISE

Compare button icon Compare button icon Compare

Filter interviews by

WISE Interview Questions and Answers

Updated 13 Jul 2024

WISE Interview Experiences

Popular Designations

2 interviews found

Developer Interview Questions & Answers

user image Anonymous

posted on 27 Jun 2024

Interview experience
1
Bad
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Group Discussion 

Ask about one of my previous experiences

Round 2 - Coding Test 

Interfaces and Design system

Developer Interview Questions asked at other Companies

Q1. Which programming language do you use regular in work
View answer (2)
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Recruitment Consulltant and was interviewed before Jul 2023. There was 1 interview round.

Round 1 - Coding Test 

Different from your regular leet code test. More real and tangible, asked me to design an API for a real world problem.

Full Stack Software Developer Interview Questions asked at other Companies

Q1. Oops in Java Patterns in Java JDK,JRE,JVM MVC Array questions strings in Java This,super keywords Java problems like palindrome, prime number,and so many problems and logics Why java is platform independent Why java is not platform dependen... read more
View answer (1)

Interview questions from similar companies

I applied via Referral and was interviewed in Sep 2020. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. How can you deel with merchens(costumer) ?

Interview Preparation Tips

Interview preparation tips for other job seekers - First I explain prodect benefits and convenc to buy prodect.

Interview Questionnaire 

1 Question

  • Q1. Business analysis, scrum master

Interview Preparation Tips

Interview preparation tips for other job seekers - Very insightful

I appeared for an interview in Sep 2020.

Round 1 - Coding Test 

(2 Questions)

Round duration - 90 minutes
Round difficulty - Medium

3 coding Questions:
1st : Easy question based on simple loop iteration
2nd :Medium level Dp question 
3rd : Medium level tree question(where we were not just required to complete the tree function but to build whole bst from 
scratch) 

It was conducted from 1:30 - 3:00 pm.
The coding platform was very good (as auto indentation and auto completion of brackets were there)
having camera on.

  • Q1. 

    Selling Stock Problem Statement

    You are given the stock prices for N days. Each day i signifies the price of a stock on that day. Your goal is to calculate the maximum profit that can be achieved by buyin...

  • Ans. 

    Calculate maximum profit by buying and selling stocks on different days.

    • Iterate through the stock prices and buy on the day when the price is lower than the next day's price, and sell on the day when the price is higher than the next day's price.

    • Keep track of the total profit earned by summing up the differences between buying and selling prices.

    • Return the total profit as the maximum profit that can be earned.

  • Answered by AI
  • Q2. 

    Minimum Time to Burn a Binary Tree from a Leaf Node

    You are given a binary tree with 'N' unique nodes, and a specific start node from where the fire will begin. The task is to determine the time in minute...

  • Ans. 

    The task is to determine the time in minutes required to burn the entire binary tree starting from a given node.

    • Traverse the tree from the given start node to calculate the time taken to burn the entire tree.

    • Use a queue to keep track of nodes and their burning time.

    • Increment the burning time for each level of nodes until the entire tree is burned.

  • Answered by AI
Round 2 - Coding Test 

(1 Question)

Round duration - 75-80 minutes
Round difficulty - Hard

This was a completely technical coding round where I was asked to solve the problems of data structures.
The codepad where i was asked to code was fine,
The interviewer was very friendly and was helpful and understanding.
I also asked him about his work and experience in the company and some other questions.

  • Q1. 

    Matrix Maximum Path Sum Problem

    Given an N*M matrix filled with integer numbers, your task is to find the maximum path sum starting from any cell in the first row and ending at any cell in the last row. Y...

Round 3 - HR 

Round duration - 45 minutes
Round difficulty - Easy

It was held on Gmeet platform
The interviewer was very experienced person and was very nice too.
He made me comfortable by first introducing himself in a very detailed way and then asking me mine introduction
Since I feel that his internet connection was not very good so he turned off his camera but I decided not to turn off mine as in online interviews your face reviles your confidence 
the interviewer mostly asked me questions about my interests in technical field and the project that I have done

Interview Preparation Tips

Professional and academic backgroundI completed Computer Science Engineering from Punjab Engineering College(Deemed To be University). Eligibility criteriaCGPA above 6 and no backlogs (there was no branch criteria for eligibility)Phone Pe interview preparation:Topics to prepare for the interview - 1. C++ basic Coding + Data structures knowledge (learned during the two years of college Courses + Coding Ninjas course of C++ introduction and C++ data structures) 2. OOPs + Pointers (best and complete material for interviews is available at Geeks for geeks) 3. Dynamic programming and Recursion best explained in (Coding Ninjas course) + (Youtube channel of Aditya Verma if you want free material ) 4. Graphs , Hashmaps and Priority Queues (again I found Coding Ninjas course to be super amazing) 5. Operating system + DBMS(theory part) (I found best material of Gate smashers (youtube channel)) 6. Networking (just required for very few companies) (I liked TutorialsPoint tutorials a lot (very concise and to the point ))Time required to prepare for the interview - 1+2 months (rigorous practicing)Interview preparation tips for other job seekers

Tip 1 : Practice atleast(easy and medium questions from leetcode under(Top Interview Questions)) and all the questions from Gfg under(must to do coding questions for interviews))
Tip 2 : Don't learn each and every question you solved but try to solve question in a way that you can solve its variation during interviews
Tip 3 : Do one project(one is enough) which you can explain with full technical details (why you used this technology, and all logics you applied in implementation) 
Tip 4: Atleast read the round 1 (Coding round) Archives from (Geeks for geeks or Glassdoor). To get your mind prepared for the types of questions that company usually asks.(Coding round is the toughest Step in the whole Process to clear)

Application resume tips for other job seekers

Tip 1: Have at least one project which you have made yourself and you should know all the technical questions related to that project (I feel project domain hardly matters like web development or android or ML/AI)
Tip 2: You should Put only those skills in resume :
1. Which the company requires (eg if you know company doesn't require Networking domain knowledge so 
don't include it unnecessary if you are not much confident in it)
2. For on campus internships resume shortlisting is very easy so don't add anything unnecessary which might 
cause you pain during interview.

Final outcome of the interviewSelected

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

20 MCQs + 2 Coding Question

Round 2 - One-on-one 

(1 Question)

  • Q1. Trapping Rain Water
Round 3 - Technical 

(1 Question)

  • Q1. Questions on time and space complexity
Round 4 - HR 

(1 Question)

  • Q1. General Discussion

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

Round 1 - Technical 

(1 Question)

  • Q1. Find edge score of the nodes in a directed graph
  • Ans. 

    Edge score of nodes in a directed graph

    • Edge score is a measure of the importance of a node in a graph

    • It is calculated by counting the number of edges that point to or from a node

    • Nodes with higher edge scores are considered more important

    • Edge score can be calculated using algorithms like PageRank or HITS

  • Answered by AI
Round 2 - One-on-one 

(3 Questions)

  • Q1. Rotten oranges after every second in 2D matrix
  • Ans. 

    Simulate rotting of oranges in a 2D matrix every second.

    • Create a queue to store the coordinates of fresh oranges

    • Iterate through the matrix and add the coordinates of fresh oranges to the queue

    • Simulate the rotting process by iterating through the queue and rotting adjacent fresh oranges

    • Keep track of the time taken for all oranges to rot

    • Return -1 if there are any fresh oranges left after the simulation

  • Answered by AI
  • Q2. Java and Spring concepts, HTTP, HTTPS, OSI layers
  • Q3. DB design for air ticket booking system
  • Ans. 

    DB design for air ticket booking system

    • Create tables for flights, passengers, bookings, and payments

    • Use foreign keys to establish relationships between tables

    • Include fields for flight details, passenger information, and payment details

    • Consider implementing a caching mechanism for frequently accessed data

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Don't give interviews to Yubi. They just do time pass with the interviewees. After a long interview for 100 minutes they rejected me. Not because of this long session I was upset, I was able to answer everything correctly and the interviewer too applauded me.

Skills evaluated in this interview

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

I applied via Campus Placement and was interviewed before Aug 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 

Technical MCQs (OS, CN, etc.), 2 coding questions (medium level)

Round 3 - Technical 

(2 Questions)

  • Q1. Leetcode - Rainwater Harvesting
  • Q2. Leetcode - Array/String
Round 4 - One-on-one 

(2 Questions)

  • Q1. HR + Resume Review (Technical)
  • Q2. Explain Projects/Experience

Interview Preparation Tips

Topics to prepare for Yubi Software Engineer interview:
  • DSA
Interview preparation tips for other job seekers - Know your resume well.
Practice DSA.
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Campus Placement and was interviewed in Dec 2023. There were 2 interview rounds.

Round 1 - Coding Test 

In round 1 we could only use Java

Round 2 - Technical 

(1 Question)

  • Q1. Interviewers are very friendly. Mostly the questions were based on SQL, dsa

I applied via Naukri.com and was interviewed in Aug 2022. 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 - One-on-one 

(2 Questions)

  • Q1. Minimum number of platforms required for train station
  • Ans. 

    Minimum of two platforms are required for a train station.

    • At least two platforms are needed for trains to arrive and depart simultaneously.

    • Additional platforms may be required depending on the frequency of trains and passenger traffic.

    • Platforms should be long enough to accommodate the longest trains that will use the station.

  • Answered by AI
  • Q2. Longest Palindromic substring
  • Ans. 

    The problem is to find the longest substring that is a palindrome in a given string.

    • A palindrome is a string that reads the same backward as forward.

    • We can use dynamic programming to solve this problem.

    • We can start by considering each character as the center of a palindrome and expand outwards to find the longest palindrome.

    • We can also optimize the solution by using Manacher's algorithm which reduces the time complexit

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Please prepare Data structures and Algorithm well. Experience level 6-8 years

Skills evaluated in this interview

WISE Interview FAQs

How many rounds are there in WISE interview?
WISE interview process usually has 1-2 rounds. The most common rounds in the WISE interview process are Coding Test and Group Discussion.
How to prepare for WISE 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 WISE. The most common topics and skills that interviewers at WISE expect are Business Administration, Content Writing, Digital Marketing, Legal Research and Science.

Tell us how to improve this page.

WISE Interview Process

based on 2 interviews

Interview experience

2.5
  
Poor
View more

Interview Questions from Similar Companies

PhonePe Interview Questions
4.0
 • 300 Interviews
Razorpay Interview Questions
3.6
 • 148 Interviews
KFintech Interview Questions
3.5
 • 138 Interviews
Tech India Interview Questions
3.4
 • 16 Interviews
Insight Interview Questions
3.4
 • 9 Interviews
Solutions Interview Questions
4.2
 • 3 Interviews
Genius Media Interview Questions
3.4
 • 2 Interviews
Expertise Interview Questions
3.7
 • 1 Interview
View all

WISE Reviews and Ratings

based on 4 reviews

1.8/5

Rating in categories

1.1

Skill development

1.1

Work-life balance

2.0

Salary

1.7

Job security

1.0

Company culture

1.4

Promotions

1.7

Work satisfaction

Explore 4 Reviews and Ratings
Compare WISE with

PhonePe

4.0
Compare

KFintech

3.5
Compare

Rupeek

3.7
Compare

Razorpay

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