Upload Button Icon Add office photos

Filter interviews by

Automattic Interview Questions and Answers

Be the first one to contribute and help others!

Interview questions from similar companies

Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I was interviewed before Apr 2023.

Round 1 - Technical 

(1 Question)

  • Q1. Given a string with parenthesis, return if the parenthesis are balanced or not.
  • Ans. 

    Check if a string with parenthesis is balanced

    • Use a stack to keep track of opening parenthesis

    • Iterate through the string and push opening parenthesis onto the stack

    • When a closing parenthesis is encountered, pop from the stack and check if it matches the closing parenthesis

    • If stack is empty at the end and all parenthesis are matched, return true

  • Answered by AI
Round 2 - Technical 

(1 Question)

  • Q1. Design an login/register authentication system.
  • Ans. 

    Design a secure login/register authentication system.

    • Use strong encryption algorithms like bcrypt for storing passwords.

    • Implement multi-factor authentication for added security.

    • Utilize HTTPS protocol to ensure data transmission is secure.

    • Implement rate limiting to prevent brute force attacks.

    • Use CAPTCHA to prevent automated account creation.

    • Store user credentials in a secure database with proper access controls.

  • Answered by AI
Round 3 - HR 

(1 Question)

  • Q1. Culture fit questions

Skills evaluated in this interview

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

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

Round 1 - HR 

(1 Question)

  • Q1. The usual talk about your experience and what to expect
Round 2 - Coding Test 

Take home timed coding assignment using GET and POST

Round 3 - Technical 

(1 Question)

  • Q1. 3 hour virtual onsite: easy/medium level LC, Vanilla JS, system design
Interview experience
1
Bad
Difficulty level
Easy
Process Duration
2-4 weeks
Result
Not Selected

I applied via LinkedIn and was interviewed in Apr 2023. 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 - Assignment 

It was 3 hour test. Given sessions of users with timestamp and generate the group of session which falls in 10 minutes window.

Round 3 - Virtual Onsite 

(5 Questions)

  • Q1. There were 4 rounds. 2 System Design and 1 coding round followed by hiring manager round with behavioral questions
  • Q2. Design weather Widget where you are calling an API to get hourly data
  • Ans. 

    Design a weather widget that calls an API to get hourly data.

    • Use a front-end framework like React or Angular to create the widget.

    • Make API calls to a weather service like OpenWeatherMap or WeatherAPI.

    • Display hourly weather data such as temperature, humidity, and precipitation.

    • Include icons or graphics to represent different weather conditions.

    • Allow users to input their location or automatically detect it using geolocat...

  • Answered by AI
  • Q3. Design Netflix streaming system
  • Ans. 

    Design a scalable and efficient streaming system for Netflix.

    • Use a content delivery network (CDN) to cache and deliver content closer to users.

    • Implement a recommendation system to personalize content for users.

    • Utilize a microservices architecture to handle different components like user authentication, video encoding, and streaming.

    • Use load balancing and auto-scaling to handle varying traffic demands.

    • Implement a fault-...

  • Answered by AI
  • Q4. Longest substring without repeating characters
  • Ans. 

    Find the longest substring without repeating characters in a given string.

    • Use a sliding window approach to track the longest substring without repeating characters.

    • Keep track of the characters seen so far in a set to check for duplicates.

    • Update the start index of the window when a duplicate character is found.

    • Return the length of the longest substring.

  • Answered by AI
  • Q5. Tell me about a time when you had a conflict

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(1 Question)

  • Q1. Last organisation experiance
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Data Structures and Algorithms questions were asked

Round 2 - One-on-one 

(1 Question)

  • Q1. Java Questions were asked
Interview experience
2
Poor
Difficulty level
-
Process Duration
-
Result
-
Round 1 - HR 

(1 Question)

  • Q1. What lessons have you learned from your experiences in your previous company?
  • Ans. 

    I have learned the importance of effective communication, adaptability, and teamwork.

    • Effective communication is key to successful projects and relationships.

    • Adaptability is crucial in navigating changes and challenges in the workplace.

    • Teamwork is essential for achieving common goals and fostering a positive work environment.

  • Answered by AI
Round 2 - Technical 

(2 Questions)

  • Q1. What are the different types of financial derivatives?
  • Ans. 

    Financial derivatives are contracts whose value is derived from the performance of an underlying asset, index, or rate.

    • Types include options, futures, forwards, and swaps

    • Options give the holder the right, but not the obligation, to buy or sell an asset at a specified price before a certain date

    • Futures are agreements to buy or sell an asset at a future date for a price agreed upon today

    • Forwards are similar to futures bu...

  • Answered by AI
  • Q2. What are corporate actions and what are their various types?
  • Ans. 

    Corporate actions are events initiated by a public company that impact its shareholders and securities.

    • Types of corporate actions include dividends, stock splits, mergers and acquisitions, rights issues, and bonus issues.

    • Dividends are payments made to shareholders from a company's profits.

    • Stock splits involve dividing existing shares into multiple shares to lower the price per share.

    • Mergers and acquisitions are when tw...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - While it is a good opportunity for freshers, experienced professionals may find the upper management to be quite toxic. For the company to grow, a change in management is necessary.

I was interviewed in Apr 2022.

Round 1 - Coding Test 

Round duration - 75 minutes
Round difficulty - Medium

Test Comprises of 3 coding questions and some MCQs

Round 2 - Video Call 

Round duration - 60 minutes
Round difficulty - Medium

2 coding questions of (1 easy and 1 medium level) on hackerrank code-pair with the Interviewer

Round 3 - Video Call 

(1 Question)

Round duration - 60 minutes
Round difficulty - Easy

This Round was based on CS fundamentals and One coding question was there as a Code-pair.

  • Q1. 

    Next Greater Element Problem Statement

    Given a list of integers of size N, your task is to determine the Next Greater Element (NGE) for every element. The Next Greater Element for an element X is the firs...

  • Ans. 

    Find the Next Greater Element for each element in a list of integers.

    • Iterate through the list of integers from right to left.

    • Use a stack to keep track of elements whose NGE is yet to be found.

    • Pop elements from the stack until a greater element is found or the stack is empty.

    • Assign the NGE as the top element of the stack or -1 if the stack is empty.

  • Answered by AI

Interview Preparation Tips

Professional and academic backgroundI completed Computer Science Engineering from Chandigarh Group of Colleges (CGC), Landran. I applied for the job as SDE - 1 in NoidaEligibility criteriaNo criteriaClearwater Analytics interview preparation:Topics to prepare for the interview - DSA, Java, OOPS, Microservices, REST APITime required to prepare for the interview - 2 monthsInterview preparation tips for other job seekers

Tip 1 : Require coding skills to pass the interview. 
Tip 2 : Brush up on Java Skills
Tip 3 : Brush up on OOPS

Application resume tips for other job seekers

Tip 1 : Keep it to one page
Tip 2 : Mention relevant skills as per the job

Final outcome of the interviewSelected

Skills evaluated in this interview

Interview experience
1
Bad
Difficulty level
-
Process Duration
-
Result
-
Round 1 - HR 

(3 Questions)

  • Q1. Why r u looking job
  • Q2. What is sales and why you need this
  • Ans. 

    Sales is the process of selling products or services to customers in exchange for money or other forms of compensation.

    • Sales involves identifying potential customers, understanding their needs, and persuading them to make a purchase.

    • Building relationships with customers is crucial in sales to ensure repeat business and referrals.

    • Sales executives need strong communication and negotiation skills to effectively close deal...

  • Answered by AI
  • Q3. And what is your last salary package
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

Quantiative Aptitude

Round 2 - One-on-one 

(1 Question)

  • Q1. Questions related to basic DSA, Searching, sorting, SQL Queries based on aggregate functions, Basic puzzle (GFG)
Round 3 - One-on-one 

(1 Question)

  • Q1. Resume based, Discussion about projects mentioned on the resume.
Round 4 - HR 

(1 Question)

  • Q1. Strength, Weakness,

Interview Preparation Tips

Interview preparation tips for other job seekers - Be calm during the process
Interview experience
3
Average
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed before Jan 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 - HR 

(1 Question)

  • Q1. Introduction qualification hobbies
Round 3 - One-on-one 

(1 Question)

  • Q1. Introduction , qualification,hobbies
Round 4 - Regional head 

(1 Question)

  • Q1. Past experiences, family background

Interview Preparation Tips

Interview preparation tips for other job seekers - Good company in mohali for starters.easy rounds of interview

Automattic Interview FAQs

How to prepare for Automattic 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 Automattic. The most common topics and skills that interviewers at Automattic expect are Wordpress, Marketing, PHP, Open Source and Javascript.

Tell us how to improve this page.

Interview Questions from Similar Companies

Salesforce Interview Questions
4.0
 • 272 Interviews
Tokopedia Interview Questions
4.0
 • 27 Interviews
Shaadi.com Interview Questions
3.3
 • 27 Interviews
Nestaway Interview Questions
3.9
 • 17 Interviews
Shine Interview Questions
2.8
 • 16 Interviews
HubSpot Interview Questions
2.7
 • 11 Interviews
Shopify Interview Questions
4.0
 • 3 Interviews
Zendesk Interview Questions
4.3
 • 2 Interviews
Slack Interview Questions
 • 1 Interview
View all
Compare Automattic with

Shopify

4.0
Compare

BigCommerce

2.9
Compare

Salesforce

4.0
Compare

HubSpot

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