Upload Button Icon Add office photos

Canva

Compare button icon Compare button icon Compare

Filter interviews by

Canva Interview Questions and Answers

Updated 20 Dec 2024

Canva Interview Experiences

Popular Designations

5 interviews found

Graphic Designer Interview Questions & Answers

user image Chitranshi Lashkari

posted on 20 Dec 2024

Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Approached by Company and was interviewed in Nov 2024. There were 8 interview rounds.

Round 1 - Group Discussion 

A group discussion (GD) is a structured conversation where a group of people discuss a topic and are observed by a panel of judges or interviewers

Round 2 - HR 

(2 Questions)

  • Q1. An HR interview is a discussion with a human resources representative to determine if a candidate is a good fit for a company. HR interviewers may ask general questions to gauge a candidate's fit for the c...
  • Q2. Do you have an HR interview coming up? Along with reviewing your skills and experience, the interviewer will want to assess your self-confidence, interpersonal skills and communication abilities. To make a...
Round 3 - One-on-one 

(2 Questions)

  • Q1. A one-on-one interview is a job interview where a candidate meets with a single interviewer to discuss their qualifications, experience, and suitability for a role.
  • Q2. A one-on-one interview is a job interview where a single candidate meets with a single interviewer to discuss the candidate's qualifications for a job
Round 4 - Coding Test 

Coding tests for interviews are designed to evaluate a candidate's ability to think creatively and adapt their solutions to changing scenarios.

Round 5 - Case Study 

A case study interview is a job interview where a candidate is presented with a business scenario and asked to analyze it and propose a solution.

Round 6 - Assignment 

Interview assessment tests can include aptitude tests, personality tests, cognitive ability tests, presentations, and writing tasks:

Round 7 - Technical 

(1 Question)

  • Q1. Technical interview questions can cover a range of topics, including your experience, background, and technical skills:
Round 8 - Aptitude Test 

An aptitude test is quite vital for placements as it helps in enhancing the logical skills of the person and if someone is preparing for interviews then aptitude preparation is very much required.

Interview Preparation Tips

Interview preparation tips for other job seekers - Enhance your skills
Identify any skill gaps in your desired field and take steps to improve them. You can do this through online courses, certifications, or workshops.
Update your resume
Before you start applying to jobs, add any new skills, achievements, or awards to your resume. You should also revise your objective or summary.
Research potential employers
Research companies in the industry you want to work in and how what they offer aligns with what you want in an employer.
Establish your goals
Create goals that you can check in with, rather than chasing every opportunity that comes along.
Focus your search
Focus your job search on positions you feel excited about and companies you really want to work for.
Negotiate well
Negotiation skills are critical for many business jobs, but they can help people in any industry.
Treat your search like a job
Develop an organized and consistent job search routine. Set aside dedicated time each day for tasks such as researching job openings, customizing resumes, and more.

Graphic Designer Interview Questions asked at other Companies

Q1. If assignment goes perfect and you are suitable for the job then only you will be able to face this final round and in this round asking about the expected salary but at the end offers their criteria with fix salary only.
View answer (8)
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Not Selected

I applied via Company Website and was interviewed in Jun 2024. There was 1 interview round.

Round 1 - Coding Test 

Medium~Hard Leetcode style Interview

Senior Java Developer Interview Questions asked at other Companies

Q1. Remove the Kth Node from the End of a Linked List You are given a singly Linked List with 'N' nodes containing integer data and an integer 'K'. Your task is to delete the Kth node from the end of this Linked List. Input: The first line of ... read more
View answer (1)
Interview experience
3
Average
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Referral and was interviewed in Apr 2024. There was 1 interview round.

Round 1 - Coding Test 

It's a medium - hard leetcode-like question

Senior Frontend Software Engineer Interview Questions asked at other Companies

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

Freelancer Interview Questions & Answers

user image Anonymous

posted on 3 Oct 2023

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
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 - Group Discussion 

Interview with 6-7 people

Round 3 - One-on-one 

(1 Question)

  • Q1. 6-7 people took interview

Freelancer Interview Questions asked at other Companies

Q1. A customer demands a feature or service your platform doesn't currently offer. How do you handle this request? (1 Point) * Dismiss the request, stating the platform op- erates as is. Thank them for the suggestion and explain any limitations... read more
View answer (2)

Canva interview questions for popular designations

 Graphic Designer

 (1)

 Software Engineer

 (1)

 Senior Frontend Software Engineer

 (1)

 Senior Java Developer

 (1)

 Freelancer

 (1)

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

I applied via Company Website and was interviewed in Apr 2023. There were 3 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Don’t add your photo or details such as gender, age, and address in your resume. These details do not add any value.
View all tips
Round 2 - Coding Test 

Brush up on common data structures and algorithms (Maps, Arrays, Trees, Graphs, Sorting, Recursion etc)

Round 3 - Technical 

(1 Question)

  • Q1. Systems design, cs fundamentals

Software Engineer Interview Questions asked at other Companies

Q1. Bridge and torch problem : Four people come to a river in the night. There is a narrow bridge, but it can only hold two people at a time. They have one torch and, because it's night, the torch has to be used when crossing the bridge. Person... read more
View answer (211)

Interview questions from similar companies

Software Engineer Interview Questions & Answers

Cerence user image Shubham Ganesh Vitore

posted on 29 Jul 2024

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(4 Questions)

  • Q1. What is the design pattern? Singleton Design patter
  • Ans. 

    Singleton design pattern ensures a class has only one instance and provides a global point of access to it.

    • Used when only one instance of a class is needed throughout the system

    • Provides a global access point to the instance

    • Implemented by creating a static method to return the same instance each time it is called

  • Answered by AI
  • Q2. Difference Hashmap and Concurrent Hashmap
  • Ans. 

    HashMap is not thread-safe, while ConcurrentHashMap allows multiple threads to read and write concurrently.

    • HashMap is not synchronized and not thread-safe, while ConcurrentHashMap is synchronized and thread-safe.

    • ConcurrentHashMap allows multiple threads to read and write concurrently without any external synchronization, while HashMap requires external synchronization for concurrent access.

    • ConcurrentHashMap achieves hi...

  • Answered by AI
  • Q3. Collection Framework
  • Q4. Difference between list , set
  • Ans. 

    List is an ordered collection of elements with duplicates allowed, while set is an unordered collection of unique elements.

    • List maintains the order of elements, while set does not guarantee any specific order.

    • List allows duplicate elements, while set does not allow duplicates.

    • Example: List - [1, 2, 3, 1], Set - {1, 2, 3}

  • Answered by AI

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I appeared for an interview in Mar 2023.

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

(2 Questions)

  • Q1. Resume based question like what did you do in this project? What was your role and responsibilities? Question related to jenkins like explain jenkins pipeline foow of ur previous project ? How did you impr...
  • Q2. Do you like wfh or wfo? What are benefits of working from wfo ?
Round 3 - HR 

(1 Question)

  • Q1. Grneral HR questions were asked Why do you want to join is? What are your strengths?
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Paper based exam based on C and embedded c

Round 2 - One-on-one 

(1 Question)

  • Q1. Relevant questions asked
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

Focuis on math and on science language

Round 2 - Coding Test 

Focus on mathematics

I applied via Naukri.com and was interviewed in Feb 2021. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. All related to project worked on wlan testing and networking concepts

Interview Preparation Tips

Interview preparation tips for other job seekers - Overall Good.
They gave taken 3 technical and 1hr round

Canva Interview FAQs

How many rounds are there in Canva interview?
Canva interview process usually has 3-4 rounds. The most common rounds in the Canva interview process are Coding Test, Resume Shortlist and Group Discussion.
How to prepare for Canva 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 Canva. The most common topics and skills that interviewers at Canva expect are Weaving, Focus, Usage, Management and Social Media.
What are the top questions asked in Canva interview?

Some of the top questions asked at the Canva interview -

  1. A one-on-one interview is a job interview where a candidate meets with a single...read more
  2. A one-on-one interview is a job interview where a single candidate meets with a...read more
  3. Technical interview questions can cover a range of topics, including your exper...read more

Tell us how to improve this page.

Canva Interview Process

based on 6 interviews

Interview experience

4.2
  
Good
View more

Interview Questions from Similar Companies

RGBSI Interview Questions
3.5
 • 24 Interviews
MapmyIndia Interview Questions
3.7
 • 24 Interviews
Backbase Interview Questions
3.8
 • 22 Interviews
3Pillar Global Interview Questions
3.3
 • 19 Interviews
Mentor Graphics Interview Questions
4.0
 • 18 Interviews
Yodlee Interview Questions
3.8
 • 17 Interviews
Bottomline Interview Questions
3.3
 • 17 Interviews
Cerence Interview Questions
3.1
 • 16 Interviews
View all

Canva Reviews and Ratings

based on 9 reviews

4.7/5

Rating in categories

4.5

Skill development

4.8

Work-life balance

4.7

Salary

4.7

Job security

4.7

Company culture

4.7

Promotions

4.8

Work satisfaction

Explore 9 Reviews and Ratings
Compare Canva with

Prime Focus Technologies

3.3
Compare

MapmyIndia

3.7
Compare

Yodlee

3.8
Compare

Global Edge Software

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