Candidatei-me por meio de uma faculdade ou universidade. Fiz uma entrevista na empresa Wize Commerce (Bangalore Rural).
Entrevista
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.
Perguntas de entrevista [1]
Pergunta 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?"
Candidatei-me por meio de uma faculdade ou universidade. Fui entrevistado pela Wize Commerce (Mae Chan) em jan. de 2022
Entrevista
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.
Perguntas de entrevista [1]
Pergunta 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.
Candidatei-me por meio de uma faculdade ou universidade. Fui entrevistado pela Wize Commerce (Nova Deli) em out. de 2014
Entrevista
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.
Perguntas de entrevista [1]
Pergunta 1
1) check if a string is palindrome
2) design a class for animals such that animals are divided into aquatic , land and animals