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
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)

Sopra Steria

Rated 4 for Job Security by our employees on AmbitionBox

Secure your future with a company that values your job stability.

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
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
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 Company Website and was interviewed before Dec 2020. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Questions on Java,SQL,some trending technologies(IOT,Big data),pattern questions, programming questions with different approaches.

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare basics of DSA, have knowledge about the databases, some common dml ,ddl statements, programming knowledge of a particular language like C,Java, python,etc...have good command on oops concepts... little bit of frameworks knowledge will also help

I applied via Referral and was interviewed before Jan 2021. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. Java questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare basic questions

I applied via Campus Placement and was interviewed before Feb 2021. There were 3 interview rounds.

Round 1 - Aptitude Test 

Aptitude round consists Logical reasoning, General Aptitude, Grammar related questions etc. All are moderate level questions.

Round 2 - Technical 

(3 Questions)

  • Q1. Explain OOPs w.r.t Java
  • Ans. 

    OOPs is a programming paradigm that uses objects to represent real-world entities. Java is an OOPs language.

    • OOPs stands for Object-Oriented Programming System

    • Java is a class-based OOPs language

    • Encapsulation, Inheritance, Polymorphism, and Abstraction are the four pillars of OOPs

    • Objects have state and behavior

    • Java supports interfaces, which allow for multiple inheritance

    • Example: A car can be represented as an object wit...

  • Answered by AI
  • Q2. Explain about the projects that you have worked on
  • Q3. Explain how Java solves machine dependency of code execution
  • Ans. 

    Java solves machine dependency by using bytecode and virtual machine.

    • Java code is compiled into bytecode which is platform-independent

    • The bytecode is executed by the Java Virtual Machine (JVM) which is platform-specific

    • JVM translates bytecode into machine code for the specific platform

    • This allows Java code to run on any platform with a JVM installed

    • Example: A Java program compiled on Windows can run on Linux or Mac as

  • Answered by AI
Round 3 - HR 

(2 Questions)

  • Q1. Why should we hire you?
  • Q2. Tell me about yourself.

Interview Preparation Tips

Topics to prepare for Infosys System Engineer interview:
  • Java
Interview preparation tips for other job seekers - Keep it simple, Prepare basics of 1st preferred Programming Language.

Skills evaluated in this interview

I applied via Campus Placement and was interviewed before Feb 2021. There were 3 interview rounds.

Round 1 - Aptitude Test 

The medium level questions are present

Round 2 - Group Discussion 

There was no gd

Round 3 - HR 

(5 Questions)

  • Q1. What is your family background?
  • Q2. Why should we hire you?
  • Q3. What are your strengths and weaknesses?
  • Q4. Tell me about yourself.
  • Q5. Hr round and the technical discussion was combined into one round

Interview Preparation Tips

Interview preparation tips for other job seekers - Try to enhance your skills and be prepared for hard work

I applied via Referral and was interviewed before Jan 2021. There were 4 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. What tools do you recommend for content authoring?
  • Ans. 

    There are several tools available for content authoring, depending on the type of content and the level of expertise.

    • For beginners, tools like Grammarly and Hemingway can help with grammar and readability.

    • For more advanced users, Adobe Creative Suite and Microsoft Office are popular options.

    • Content management systems like WordPress and Drupal are also useful for creating and managing content.

    • Collaboration tools like Go...

  • Answered by AI
  • Q2. Adobe Captivate is a standalone authoring tool and one of the best tools with rich features.

Interview Preparation Tips

Interview preparation tips for other job seekers - TR panelist are industry experts so you need to prepare well for the TR round.

I applied via Campus Placement and was interviewed before May 2021. There were 2 interview rounds.

Round 1 - Aptitude Test 

Numerical ability and logical reasoning followed by some coding mcqs

Round 2 - Technical 

(1 Question)

  • Q1. Print 1 to 100 without for loop
  • Ans. 

    Printing 1 to 100 without for loop

    • Use recursion to print numbers from 1 to 99

    • Print 100 outside the recursion

    • Use a base case to stop recursion at 100

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare from interview bit and practice mcqs
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

PHOTOS

InsuranceDekho

3 office photos

LIST OF COMPANIES

Credit Bajaar

Overview

SALARIES

Centum Electronics

No Salaries

LIST OF COMPANIES

Centum Electronics

Overview

SALARIES

Copperpod Digital

No Salaries

LIST OF COMPANIES

Copperpod Digital

Overview

COMPANY BENEFITS

Copperpod Digital

No Benefits

COMPANY BENEFITS

Gofo Technologies

No Benefits

SALARIES

Gofo Technologies

No Salaries

REVIEWS

MindFree Softwares

No Reviews

Tell us how to improve this page.

Wrike Interview Process

based on 4 interviews

Interview experience

3.3
  
Average
View more

HCLTech

Workplace transformation starts with you

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
Freshworks Interview Questions
3.5
 • 155 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
Senior Backend Engineer

Bangalore / Bengaluru

2-4 Yrs

Not Disclosed

Customer Success Engineer

Bangalore / Bengaluru

4-6 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