Upload Button Icon Add office photos

Filter interviews by

Cranberry Design Studio Interview Questions and Answers

Updated 11 Jun 2025
Popular Designations

Cranberry Design Studio Interview Experiences

2 interviews found

Intern Interview Questions & Answers

user image Anonymous

posted on 4 Feb 2025

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

I appeared for an interview in Jan 2025.

Round 1 - HR 

(2 Questions)

  • Q1. Explain your knowledge about SEO
  • Ans. 

    SEO stands for Search Engine Optimization, the process of optimizing a website to improve its visibility on search engines.

    • SEO involves keyword research to identify popular search terms related to a website's content.

    • On-page SEO includes optimizing meta tags, headings, and content for target keywords.

    • Off-page SEO involves building backlinks from reputable websites to improve a site's authority.

    • Technical SEO focuses on ...

  • Answered by AI
  • Q2. What are expectation as an Intern with the company?
  • Ans. 

    As an Intern with the company, I expect to gain valuable hands-on experience, learn from industry professionals, and contribute meaningfully to projects.

    • Gain valuable hands-on experience in my field of study

    • Learn from industry professionals and mentors

    • Contribute meaningfully to projects and tasks assigned

    • Opportunities for networking and professional development

    • Feedback and guidance on my performance

  • Answered by AI
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I appeared for an interview in Dec 2024, where I was asked the following questions.

  • Q1. Asked about design process
  • Q2. Design rules and principles
  • Ans. 

    Design rules and principles guide effective visual communication, ensuring clarity, balance, and user engagement.

    • Contrast: Use contrasting colors to highlight important elements, e.g., dark text on a light background.

    • Alignment: Maintain visual alignment for a clean layout, such as aligning text and images to a grid.

    • Hierarchy: Establish a visual hierarchy to guide the viewer's eye, e.g., larger headings for main topics.

    • ...

  • Answered by AI

Top trending discussions

View All
Interview Hub
1w (edited)
anshitanegi
·
ex -
Planet Spark
When HR’s Chinese English made me drop the interview!
So, I talked to the HR yesterday about the interview. I asked Please send me the location But their English… bro I was shocked! It was like talking to someone jisne english nahi kuch ar hi seekh liya ho, if the HR’s English is this I can only imagine the rest of the company I decided to drop the interview with this chinese english😶‍🌫️
FeedCard Image
Got a question about Cranberry Design Studio?
Ask anonymously on communities.

Interview questions from similar companies

I applied via Walk-in and was interviewed before Jun 2021. There were 2 interview rounds.

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 

HR told about the company on the first day, how it works, told the rules, showed the management and a lot

Interview Preparation Tips

Topics to prepare for Amazon Associate interview:
  • Safery
  • Environment
  • Cleaning
Interview preparation tips for other job seekers - There is nothing to worry, if you have the desire to work and have passion, then you can work anywhere.

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

Interview Questionnaire 

5 Questions

  • Q1. What are the differences between C and C++?
  • Q2. Explain the scenarios where If and Switch Case statements are used.
  • Q3. Do you think algorithms and pseudocodes still play a role in the world of IT Services?
  • Ans. 

    Yes, algorithms and pseudocodes are still important in IT Services.

    • Algorithms are used in various fields of IT such as machine learning, data analysis, and cryptography.

    • Pseudocodes are used to plan and design algorithms before coding them.

    • Understanding algorithms and pseudocodes is essential for software engineers to write efficient and optimized code.

    • Examples of algorithms include sorting algorithms, search algorithms...

  • Answered by AI
  • Q4. Are you comfortable using Command Line Interfaces (CLIs) or Integrated Development Environments (IDEs) as part of your daily tasks?
  • Q5. Are you okay to learn front end and back end technologies to ensure you are a complete developer in the longer run? Would you be able to learn the concepts if a timeline is given?? If yes, explain your lea...

Interview Preparation Tips

Interview preparation tips for other job seekers - The hiring team expects a structured response in your answers. Be it a fresher or an experienced professional, the answers must be represented with examples to ensure you display your expertise with an application in your mind.

Skills evaluated in this interview

I applied via Naukri.com and was interviewed in Aug 2020. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Oops Concepts and Data Structure Questions.

Interview Preparation Tips

Interview preparation tips for other job seekers - Oops And Data Structure, Collection.

I applied via Walk-in and was interviewed before Oct 2020. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. C# related questions were asked

Interview Preparation Tips

Interview preparation tips for other job seekers - Just try to tell what you know
Be interview-ready. Browse the most asked HR questions.
illustration image

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

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 - Aptitude Test 

VERBAL QUANT DI/LR and Picture based test

Round 3 - Technical 

(1 Question)

  • Q1. Write a fibonaci series in c++ or C?
  • Ans. 

    Fibonacci series can be easily implemented using loops in C++ or C.

    • Declare variables for first two numbers of the series

    • Use a loop to calculate and print the next number in the series

    • Repeat the loop until desired number of terms are printed

  • Answered by AI
Round 4 - HR 

(1 Question)

  • Q1. Informed about the policies and made us sign a document

Interview Preparation Tips

Interview preparation tips for other job seekers - Just be calm and composed while answering the questions.

Skills evaluated in this interview

Are these interview questions helpful?

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 appeared for an interview before Sep 2020.

Round 1 - Coding Test 

Round duration - 90 minutes
Round difficulty - Easy

This round was held during university hours and consisted of 2 coding questions.

Round 2 - Face to Face 

(1 Question)

Round duration - 120 minutes
Round difficulty - Easy

Make sure you do no cutting and are clear about the approach you'd be following. 
 

  • Q1. What is the running median of an input stream?
  • Ans. 

    Running median of an input stream is the median value of the numbers seen so far in a continuous stream of data.

    • Maintain two heaps - a max heap for the lower half of the numbers and a min heap for the upper half.

    • Keep the number of elements in the two heaps balanced or differ by at most 1.

    • If the total number of elements is odd, the median is the root of the max heap. If even, it is the average of the roots of the two he...

  • Answered by AI

Interview Preparation Tips

Professional and academic backgroundI completed Electronics & Communication Engineering from TIET - Thapar Institute of Engineering And Technology. I applied for the job as SDE - 1 in HyderabadEligibility criteria 7 CGPA Amazon interview preparation:Topics to prepare for the interview - Data Structures and Algorithms, Java, Object-Oriented Programming System, System Design, Operating System.Time required to prepare for the interview - 2 MonthsInterview preparation tips for other job seekers

Prepare for company-wise interview questions according to the company in which you are applying. Try to write the code yourself and if got stuck in between then take help from the internet. I recommend you Codezen of Coding Ninjas for practicing Data Structures and Algorithms based questions.

Application resume tips for other job seekers

Be sure 100% of what you write in your resume and prepare for that before the interview what is written on resume.

Final outcome of the interviewSelected

Skills evaluated in this interview

I applied via Recruitment Consultant and was interviewed before Oct 2020. There was 1 interview round.

Interview Questionnaire 

2 Questions

  • Q1. What is Abstraction
  • Q2. Concept of hiding implementation

Interview Preparation Tips

Interview preparation tips for other job seekers - Not bad, good atmosphere, positive response from staff

Cranberry Design Studio Interview FAQs

How many rounds are there in Cranberry Design Studio interview?
Cranberry Design Studio interview process usually has 1 rounds. The most common rounds in the Cranberry Design Studio interview process are HR.
How to prepare for Cranberry Design Studio 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 Cranberry Design Studio. The most common topics and skills that interviewers at Cranberry Design Studio expect are Digital Marketing, Social Media Marketing, Business Development, Client Acquisition and Lead Generation.
What are the top questions asked in Cranberry Design Studio interview?

Some of the top questions asked at the Cranberry Design Studio interview -

  1. Explain your knowledge about ...read more
  2. Design rules and princip...read more
  3. Asked about design proc...read more

Tell us how to improve this page.

Overall Interview Experience Rating

4.7/5

based on 3 interview experiences

Difficulty level

Moderate 100%

Duration

Less than 2 weeks 100%
View more

Interview Questions from Trending Companies on AmbitionBox

Cummins Interview Questions
4.3
 • 258 Interviews
Hindustan Unilever Interview Questions
4.2
 • 414 Interviews
R1 RCM Interview Questions
3.8
 • 333 Interviews
Dr. Reddy's Interview Questions
4.0
 • 442 Interviews
DMart Interview Questions
3.9
 • 470 Interviews
BigBasket Interview Questions
3.9
 • 412 Interviews
Omega Healthcare Interview Questions
3.7
 • 488 Interviews
EPAM Systems Interview Questions
3.7
 • 583 Interviews
ITC Interview Questions
3.9
 • 620 Interviews
View all

Cranberry Design Studio Reviews and Ratings

based on 7 reviews

4.5/5

Rating in categories

4.3

Skill development

4.3

Work-life balance

3.9

Salary

4.2

Job security

4.6

Company culture

3.6

Promotions

4.2

Work satisfaction

Explore 7 Reviews and Ratings
write
Share an Interview