I applied through university. I interviewed at Wize Commerce (New Delhi) in Oct 2014
Interview
I applied through college or university. The process took a week –Initially they conduct a written test followed by 3 rounds of interview and a HR round. Questions at each rounds were getting tougher, java knowledge is required to crack the interview.
Interview questions [1]
Question 1
1) check if a string is palindrome
2) design a class for animals such that animals are divided into aquatic , land and animals
I applied through university. I interviewed at Wize Commerce (Bangalore Rural)
Interview
Application Review: Screening of resume and cover letter.
Initial Interview: Brief phone or video interview with HR.
Technical Assessment: Online coding challenge.
First Technical Interview: In-depth coding and technical questions.
In-Depth Technical Interview: Pair programming and system design.
Behavioral Interview: Assessing cultural fit and soft skills.
Panel Interview: Team-based interview with multiple stakeholders.
Final Interview: Meeting with senior leadership or the CTO.
Reference Checks: Verification of previous employment and skills.
Job Offer: Formal offer letter with terms of employment.
Negotiation and Acceptance: Finalizing offer details.
Onboarding: Orientation and integration into the team.
Interview questions [1]
Question 1
Array Manipulation: "Given an unsorted array of integers, find the length of the longest consecutive elements sequence. Your algorithm should run in O(n) complexity."
Tree Traversal: "How would you implement an in-order traversal of a binary search tree? Write the code for it."
Graph Algorithms: "Explain Dijkstra's algorithm for finding the shortest path in a weighted graph. Can you provide a code implementation?"
I applied through university. I interviewed at Wize Commerce (Mae Chan) in Jan 2022
Interview
came to our campus to hire for the role of Associate Software Developer. Their process included 5 rounds – 1 online round, 3 technical rounds and 1 HR round.
My first round was scheduled late in the night around 3AM so the interviewer didn’t waste time in asking questions like tell me about yourself etc. This round was more focused on DSA basics and coding questions. He started with LRU cache. Then asked me basic questions like what is mergesort, when does the worst case of QuickSort occur.
Interview questions [1]
Question 1
Find the number of paths from (1,1) to (n,n) in a matrix where you can go right and down.
Find maximum sum path from (1,1) to (n,n) in a matrix.