Upload Button Icon Add office photos
Engaged Employer

i

This company page is being actively managed by metalpace Team. If you also belong to the team, you can get access from here

metalpace Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

metalpace Interview Questions and Answers

Updated 14 Apr 2023

metalpace Interview Experiences

Popular Designations

3 interviews found

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

I applied via Recruitment Consulltant and was interviewed before Apr 2022. 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 - Coding Test 

Tech stack cross questions. Team was friendly and encouraging.

Round 3 - Aptitude Test 

Aptitude included situation tests and reasoning

Round 4 - One-on-one 

(2 Questions)

  • Q1. Final Interview with the HR Manager and the Creative Director.
  • Ans. They test your teamwork skills and approach towards fast pace start-up environment
  • Answered Anonymously
  • Q2. To get to know your personality. Thinking out of the box would definitely help.

Interview Preparation Tips

Topics to prepare for metalpace SDE (Software Development Engineer) interview:
  • React Native
  • Javascript
  • Angularjs
Interview preparation tips for other job seekers - Keep your resume concise and to the point. Don't list unrelated skills, you will be cross examined.

SDE (Software Development Engineer) Interview Questions asked at other Companies

Q1. A string is given consisting of lowercase alphabets. Write a function which returns yes if the string has all the lowercase letters appearing in it at least once. O(N) time and without using extra space
View answer (3)
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Referral and was interviewed before Apr 2022. 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 

Questionnaire included Logic, Reasoning, A-B Testing etc.

Round 3 - Case Study 

Case Study on any recent campaign that you've worked on.

Round 4 - One-on-one 

(2 Questions)

  • Q1. Final round with the HR Manager and the Creative Director
  • Q2. The goal was to get to know the creative thinking

Interview Preparation Tips

Topics to prepare for metalpace Marketing Manager interview:
  • Google AdWords
  • ahref
  • SQL
Interview preparation tips for other job seekers - I was selected from a pool of 78 candidates. Metalpace team is scouting for creators, designers, who will have a sense of ownership towards the product and would share the mission and values that the team works towards every single day.

Marketing Manager Interview Questions asked at other Companies

Q1. What the big opportunities to handle a sales in a worse situation i.e when prices & demand are low & vice versa
View answer (2)
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed before Apr 2022. There were 3 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 - HR 

(2 Questions)

  • Q1. Questions about experience, Portfolio, any campaign you've worked on etc.
  • Q2. What are the inspirations when it comes to writing
Round 3 - One-on-one 

(1 Question)

  • Q1. How would you handle copy updates for an ever changing client brief for a product
  • Ans. 

    I would prioritize communication with the client and ensure a streamlined process for updates.

    • Regular check-ins with the client to stay up-to-date on any changes

    • Establishing clear communication channels and protocols for updates

    • Creating a system for tracking changes and ensuring all team members are aware of updates

    • Being flexible and adaptable to changes in the brief

    • Providing options and solutions to the client to ensu

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Have credible sources of research for a specific topic. As a writer the most important task is to get the resources right.

Senior Copywriter Interview Questions asked at other Companies

Q1. What is the process you follow before you start writing a copy?
View answer (1)

Interview questions from similar companies

I applied via Naukri.com and was interviewed in Aug 2020. There was 1 interview round.

Interview Questionnaire 

2 Questions

  • Q1. What are the hooks available in WordPress
  • Ans. 

    Hooks in WordPress are actions and filters that allow developers to modify or add functionality to WordPress.

    • Actions are hooks triggered at specific points in WordPress, such as when a post is published or a user logs in.

    • Filters allow developers to modify data before it is displayed, such as changing the content of a post or the title of a page.

    • Examples of hooks include 'wp_head', 'wp_footer', 'the_content', and 'the_t

  • Answered by AI
  • Q2. How to customize child theme
  • Ans. 

    Customizing a child theme involves modifying its CSS and PHP files to override the parent theme's styles and functionality.

    • Create a new directory for the child theme in the wp-content/themes/ directory

    • Create a style.css file in the child theme directory and add the necessary header information

    • Enqueue the parent theme's stylesheet in the child theme's functions.php file

    • Override parent theme's styles and functionality by...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Good interview experience

Skills evaluated in this interview

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

(1 Question)

  • Q1. Asked about the previous job experience and area of interest like frontend or backend
Round 2 - Coding Test 

Coding test was on reactjs and html

Round 3 - One-on-one 

(1 Question)

  • Q1. Asked about all the react concepts in detail
Round 4 - Technical 

(1 Question)

  • Q1. Javascript basics were asked

I appeared for an interview in Apr 2020.

Interview Questionnaire 

4 Questions

  • Q1. Explain the most challenging problem you faced at work
  • Q2. Given the following design - A university has colleges, colleges have departments, departments have students. There are department level elections being held where students nominate themselves to stand fo...
  • Ans. 

    Design a database for a university with colleges, departments, and students. Write a query to get students with maximum votes.

    • Use a relational database like MySQL or PostgreSQL

    • Create tables for colleges, departments, students, and elections

    • Use foreign keys to establish relationships between tables

    • Add columns for election details like candidate names and vote counts

    • Write a query to join tables and filter for maximum vot

  • Answered by AI
  • Q3. Explain how you would design a bit.ly URL shortening service. What would be the choice of database. What would be your table design what would be the endpoints
  • Ans. 

    Design a bit.ly URL shortening service with database choice, table design, and endpoints.

    • Use a relational database like MySQL or PostgreSQL for scalability and ACID compliance.

    • Create a table with columns for the original URL, shortened URL, and metadata like creation date and click count.

    • Endpoints should include URL shortening, redirection, and analytics.

    • Implement caching to improve performance and reduce database load...

  • Answered by AI
  • Q4. Coding test - knapsack problem, 2 sum problem, alien language problem. All from leetcode.

Interview Preparation Tips

Interview preparation tips for other job seekers - System Design, Coding practice on leetcode. Popular leetcode problems help improve confidence greatly. If you are just starting off leetcode, start with the most popular easy questions. On day one, don't struggle for more than 30 minutes to solve the question. Look at the answer if no success. with every 10 questions solved looking at the answer, increase the struggle time. Also, studying at the same time everyday helps.
Read or watch system design questions explained on Youtube.

Skills evaluated in this interview

I applied via Recruitment Consulltant and was interviewed before Aug 2021. There were 2 interview rounds.

Round 1 - Assignment 

Hospital management syatem

Round 2 - Coding Test 

Check the coding and databases connection and validations

Interview Preparation Tips

Interview preparation tips for other job seekers - They should be learn many languages for best create coding in projects
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Assignment 

Coding test with simple questions, related to the role

Interview Preparation Tips

Interview preparation tips for other job seekers - Get to know about the company, and what thay are working on, and how you can contribute with your skills.
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

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

Round 1 - Coding Test 

Question from reduce,map method

Interview Preparation Tips

Interview preparation tips for other job seekers - Command on basic javascript
Interview experience
3
Average
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
-

I applied via Walk-in and was interviewed in Aug 2023. There were 5 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Properly align and format text in your resume. A recruiter will have to spend more time reading poorly aligned text, leading to high chances of rejection.
View all tips
Round 2 - Aptitude Test 

Section 1. 10 questions aptitude
section 2. 10 oops questions based on c++
section 3. comprehension
section 4. 10 questions English grammar

Round 3 - Coding Test 

One coding question. it's like two lines of question, understand the question and write the code using any programming language.

Round 4 - One-on-one 

(1 Question)

  • Q1. General technical questions
Round 5 - One-on-one 

(1 Question)

  • Q1. General resume based questions.

metalpace Interview FAQs

How many rounds are there in metalpace interview?
metalpace interview process usually has 3-4 rounds. The most common rounds in the metalpace interview process are Resume Shortlist, One-on-one Round and Aptitude Test.
What are the top questions asked in metalpace interview?

Some of the top questions asked at the metalpace interview -

  1. How would you handle copy updates for an ever changing client brief for a produ...read more
  2. The goal was to get to know the creative think...read more

Tell us how to improve this page.

metalpace Interview Process

based on 4 interviews

Interview experience

5
  
Excellent
View more

metalpace Reviews and Ratings

based on 4 reviews

5.0/5

Rating in categories

5.0

Skill development

4.4

Work-life balance

5.0

Salary

4.7

Job security

5.0

Company culture

5.0

Promotions

4.4

Work satisfaction

Explore 4 Reviews and Ratings
Compare metalpace with

GrapplTech

4.8
Compare

Wilco Source

3.7
Compare

IDOS INDIA

3.0
Compare

EffiaSoft

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