Upload Button Icon Add office photos

Filter interviews by

Wrike Interview Questions, Process, and Tips

Updated 13 Dec 2024

Top Wrike Interview Questions and Answers

Wrike Interview Experiences

Popular Designations

4 interviews found

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

I applied via Approached by Company and was interviewed in Sep 2023. There were 4 interview rounds.

Round 1 - HR 

(2 Questions)

  • Q1. Talking about prior experience
  • Q2. Talking about role fit based on prior work
Round 2 - PM Round 

(4 Questions)

  • Q1. Why Wrike? why leaving current org?
  • Q2. PM case study. "You are PM of MS Teams Mobile app. How will you improve engagement?" Followup questions on solutions and mockups.
  • Q3. Few queries from resume points
  • Q4. Tell me about PM's role in an org and how a PM helps with things? Give your perspective.
Round 3 - Behavioral 

(5 Questions)

  • Q1. Behavioral. How do you plan your Roadmap
  • Q2. Behavioral. How do you prioritize items in Sprints? What happens if there is anurgent request in middle of sprint.
  • Ans. 

    Prioritize items based on impact, urgency, and dependencies. Evaluate impact of urgent request and adjust sprint accordingly.

    • Prioritize items based on impact, urgency, and dependencies

    • Evaluate impact of urgent request on current sprint goals

    • Adjust sprint plan accordingly by re-prioritizing tasks or adding the urgent request as a high priority item

    • Communicate with stakeholders to manage expectations and ensure alignment

  • Answered by AI
  • Q3. Behavioral. Tell me about a time where you had to resolve PM Engg conflict
  • Q4. Behavioral. Tell me about any 0-1 initiative you've taken
  • Ans. 

    Implemented a new feature from scratch to improve user experience

    • Researched user needs and pain points to identify opportunities for improvement

    • Collaborated with cross-functional teams to design and develop the feature

    • Tested the feature with a small group of users before full implementation

  • Answered by AI
  • Q5. Behavioral. Tell me about a time you faiped and what was the learning
Round 4 - Round with India Head 

(3 Questions)

  • Q1. Culture fit assesment. Tell me about PM dynamics in any org. What is your take on the responsibility of a PM.
  • Ans. 

    PM dynamics involve cross-functional collaboration, prioritization, and communication to drive product success.

    • PMs work closely with engineering, design, marketing, and other teams to define and deliver products.

    • They prioritize features based on customer needs, market trends, and business goals.

    • PMs communicate product vision, roadmap, and progress to stakeholders to align everyone towards the same goal.

    • They are respons...

  • Answered by AI
  • Q2. How do you handle communications with diff teams and how do you resolve conflict?
  • Ans. 

    I prioritize open and clear communication, actively listen to all parties involved, and work towards finding a mutually beneficial solution.

    • Prioritize open and clear communication with all teams involved

    • Actively listen to all parties to understand their perspectives and concerns

    • Work towards finding a mutually beneficial solution to resolve conflicts

  • Answered by AI
  • Q3. Technological fit. Talk about latest trends. ML models, AI industry... Any hands on done on something cutting edge. Assessment towards curiosity in tech space.

Product Manager Interview Questions asked at other Companies

Q1. You see the number of people cancelling the order increasing. Cancel window 24 hours. What would you do?
View answer (26)
Interview experience
2
Poor
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via LinkedIn and was interviewed in Nov 2024. There was 1 interview round.

Round 1 - HR 

(1 Question)

  • Q1. HR asked about my experience, how I work with current team, whether you worked on KMP already. HR also asked 2-3 technical questions like HashSet manipulation, Android activity lifecycle and hashcode in J...

Interview Preparation Tips

Interview preparation tips for other job seekers - Stay patient with the HR, and be prepared for 4-5 technical rounds with DSA, System design etc

Staff Engineer Interview Questions asked at other Companies

Q1. Swap Adjacent Bit Pairs Problem Statement Given an integer N, your task is to compute the number that results from swapping each even position bit of N's binary representation with its adjacent odd bit to the right. Consider the least signi... read more
View answer (1)
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

30 mins js coding problem

Round 2 - Technical 

(1 Question)

  • Q1. Print fibonacci

Software Developer Interview Questions asked at other Companies

Q1. Maximum Subarray Sum Problem Statement Given an array of integers, determine the maximum possible sum of any contiguous subarray within the array. Example: Input: array = [34, -50, 42, 14, -5, 86] Output: 137 Explanation: The maximum sum is... read more
View answer (42)
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
-
Result
No response

I applied via Approached by Company and was interviewed in Dec 2023. There was 1 interview round.

Round 1 - Initial screening 

(3 Questions)

  • Q1. Long polling vs Short polling
  • Ans. 

    Long polling waits for server response before sending new request, short polling sends requests at regular intervals.

    • Long polling is more efficient for real-time updates

    • Short polling is simpler to implement but less efficient

    • Long polling reduces server load by minimizing requests

    • Short polling can lead to higher network traffic

    • Example: Chat applications often use long polling for instant messaging

  • Answered by AI
  • Q2. React Suspense and Error Boundary
  • Q3. JS basic and advance concepts (Promises, Closures, Async/Await etc)

Skills evaluated in this interview

Senior Frontend Software Engineer Interview Questions asked at other Companies

Q1. Explain memoization and write fibonacci code using memoization
View answer (1)

Wrike interview questions for popular designations

 Staff Engineer

 (1)

 Product Manager

 (1)

 Software Developer

 (1)

 Senior Frontend Software Engineer

 (1)

Jobs at Wrike

View all

Interview questions from similar companies

I applied via Naukri.com and was interviewed before May 2021. There was 1 interview round.

Round 1 - One-on-one 

(1 Question)

  • Q1. Discuss 4 case study related to supply chain management.

Interview Preparation Tips

Topics to prepare for Tech Mahindra Senior Software Engineer interview:
  • Supply Chain Management
Interview preparation tips for other job seekers - Develop some case study of your own and also deep analysis for each.

I applied via Walk-in and was interviewed before Apr 2020. There were 5 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. What is Excel what is vlookup what is your strength and weakness

Interview Preparation Tips

Interview preparation tips for other job seekers - Be honest and bold

I was interviewed before Sep 2020.

Round 1 - Coding Test 

(1 Question)

Round duration - 140 minutes
Round difficulty - Medium

Test timing was at 2:00 pm , it was conducted in a college and the environment was good for the test. Camera was a primary part of test, so no suspicious activity.

  • Q1. 

    Sum of Two Numbers Represented as Arrays

    Given two numbers in the form of two arrays where each element of the array represents a digit, calculate the sum of these two numbers and return this sum as an ar...

  • Ans. 

    Given two numbers represented as arrays, calculate their sum and return the result as an array.

    • Iterate through the arrays from right to left, adding digits and carrying over if necessary

    • Handle cases where one array is longer than the other by considering the remaining digits

    • Ensure the final sum array does not have any leading zeros

  • Answered by AI
Round 2 - Face to Face 

Round duration - 20 minutes
Round difficulty - Easy

The round was conducted at around 12 p.m. I was called at the college location and then it was conducted. The interviewer was quite polite and frank.

Round 3 - HR 

Round duration - 8 minutes
Round difficulty - Easy

This round was conducted right after finishing and clearing the technical round at the same place and on the same day.

Interview Preparation Tips

Eligibility criteriaAbove 60 %Wipro Limited interview preparation:Topics to prepare for the interview - OOPS, Data Structures, Database Concepts, Coding problemsTime required to prepare for the interview - 2-3 monthsInterview preparation tips for other job seekers

Tip 1 : Practice atleast 2-3 Coding problems daily so your logic building becomes stronger.
Tip 2 : Exercise problems based on OOPS concepts and others too.
Tip 3 : If you can have your own project built, then it's the major point and will act as a plus point.

Application resume tips for other job seekers

Tip 1 : Your resume should be in standard form, short and simple will be more effective.
Tip 2 : Whatever you have learned, you need to mention it in your resume as that will be your primary source of selection and having project on your resume is important.

Final outcome of the interviewSelected

Skills evaluated in this interview

I applied via Naukri.com and was interviewed in Jul 2020. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. SOLID principals, oops, c# basics, SQL server, azure, design pattern

Interview Preparation Tips

Interview preparation tips for other job seekers - Clear basics of oops and design pattern

I applied via Naukri.com and was interviewed before Apr 2020. There were 5 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Basic questions only ... regarding job and experience

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident ... always say the truth ... never try to fake your details

I applied via Campus Placement and was interviewed before Jan 2020. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. First question in hr interview is tell about yourself then the hr asked questions what I mentioned in my resume. So put the information in resume what you known well. My unique talent is I'm a stage spea...

Interview Preparation Tips

Interview preparation tips for other job seekers - Be bold, be confident, don't put irrelevant information in your resume update yourself relating to your studies
Contribute & help others!
anonymous
You can choose to be anonymous

Wrike Interview FAQs

How many rounds are there in Wrike interview?
Wrike interview process usually has 2 rounds. The most common rounds in the Wrike interview process are HR, Behavioral and Coding Test.
How to prepare for Wrike 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 Wrike. The most common topics and skills that interviewers at Wrike expect are Recruitment, Consulting, SQL, Analytics and Network Management.
What are the top questions asked in Wrike interview?

Some of the top questions asked at the Wrike interview -

  1. Behavioral. How do you prioritize items in Sprints? What happens if there is an...read more
  2. Culture fit assesment. Tell me about PM dynamics in any org. What is your take ...read more
  3. How do you handle communications with diff teams and how do you resolve conflic...read more

Recently Viewed

SALARIES

Centum Electronics

SALARIES

Centum Electronics

No Salaries

INTERVIEWS

Lowe Lintas

No Interviews

INTERVIEWS

Nobel Hygiene

No Interviews

SALARIES

Centum Electronics

INTERVIEWS

Nobel Hygiene

No Interviews

JOBS

Ki Mobility Solution

No Jobs

SALARIES

Centum Electronics

Tell us how to improve this page.

Wrike Interview Process

based on 4 interviews

Interview experience

3.3
  
Average
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
Freshworks Interview Questions
3.5
 • 157 Interviews
View all

Wrike Reviews and Ratings

based on 2 reviews

1.0/5

Rating in categories

1.0

Skill development

1.0

Work-life balance

2.1

Salary

1.0

Job security

1.0

Company culture

1.0

Promotions

1.0

Work satisfaction

Explore 2 Reviews and Ratings
Contract Specialist

Bangalore / Bengaluru

3-6 Yrs

Not Disclosed

Senior Backend Engineer

Bangalore / Bengaluru

2-4 Yrs

Not Disclosed

Renewals Specialist

Bangalore / Bengaluru

2-5 Yrs

Not Disclosed

Explore more jobs
Compare Wrike with

Zoho

4.3
Compare

Freshworks

3.5
Compare

TCS

3.7
Compare

HCLTech

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