Upload Button Icon Add office photos
Engaged Employer

i

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

Probey Services Private Limited Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Clear (1)

Probey Services Private Limited Wordpress Developer Interview Questions and Answers

Updated 20 Dec 2024

Probey Services Private Limited Wordpress Developer Interview Experiences

2 interviews found

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

I applied via Indeed and was interviewed in Nov 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

Basic Introduction and communication skills

Round 2 - Technical 

(5 Questions)

  • Q1. CSS based questions
  • Q2. About WordPress
  • Q3. Basics about SEO and why they are used in WordPress
  • Q4. Plugins that are required in WordPress
  • Ans. 

    Some essential plugins for WordPress include Yoast SEO, WooCommerce, Contact Form 7, and Jetpack.

    • Yoast SEO helps with search engine optimization

    • WooCommerce is used for creating online stores

    • Contact Form 7 allows users to easily create contact forms

    • Jetpack provides various features like security, performance optimization, and site management

  • Answered by AI
  • Q5. About wooCommerce Plugin

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident and prepare thoroughly.
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Indeed and was interviewed in Jun 2024. There were 2 interview rounds.

Round 1 - communication 

(1 Question)

  • Q1. Tell me about yourself
Round 2 - Technical 

(1 Question)

  • Q1. What is dom ?

Interview Preparation Tips

Topics to prepare for Probey Services Private Limited Wordpress Developer interview:
  • HTML
  • CSS
  • JS
  • wordpress
Interview preparation tips for other job seekers - good company for interns to develop their skills

Wordpress Developer Interview Questions Asked at Other Companies

asked in Uplers
Q1. have you worked on custom theme and plugin development
asked in Cogenthub
Q2. How many tables generates after installing wordpress?
asked in Cogenthub
Q3. Data stores in which table in wordpress?
asked in Uplers
Q4. Do you know wordpress actions and hooks
asked in Uplers
Q5. have you worked on woocmmerce customization

Interview questions from similar companies

I applied via Naukri.com and was interviewed in Mar 2022. There were 3 interview rounds.

Round 1 - HR 

(3 Questions)

  • Q1. What is your Total Experience
  • Q2. What is your notice period
  • Q3. What is your expected salary
Round 2 - Technical 

(4 Questions)

  • Q1. Do you know wordpress actions and hooks
  • Ans. 

    Yes, Wordpress actions and hooks are used to modify or add functionality to Wordpress core features.

    • Actions are triggered by Wordpress events and allow developers to execute custom code.

    • Hooks allow developers to modify or add functionality to Wordpress core features.

    • Actions and hooks are used extensively in Wordpress plugin and theme development.

    • Examples of actions and hooks include 'wp_head', 'wp_footer', 'init', 'adm

  • Answered by AI
  • Q2. Have you worked on woocmmerce customization
  • Ans. 

    Yes, I have worked on WooCommerce customization.

    • I have customized WooCommerce themes and plugins to meet client requirements.

    • I have created custom product pages, checkout pages, and payment gateways.

    • I have integrated third-party APIs with WooCommerce.

    • I have experience in creating custom reports and analytics for WooCommerce.

    • I have worked on optimizing the performance of WooCommerce websites.

  • Answered by AI
  • Q3. Have you worked on custom theme and plugin development
  • Ans. 

    Yes, I have experience in both custom theme and plugin development.

    • Developed custom themes using HTML, CSS, PHP, and WordPress functions

    • Created custom plugins to add new functionality to WordPress sites

    • Familiar with WordPress coding standards and best practices

    • Experience with popular WordPress plugins like WooCommerce and Yoast SEO

  • Answered by AI
  • Q4. How many plugins have you developed
  • Ans. 

    I have developed 10 plugins for Wordpress.

    • I have experience in developing custom plugins for various clients.

    • I have developed plugins for e-commerce websites, social media integration, and custom post types.

    • I follow best practices for plugin development and ensure compatibility with latest Wordpress versions.

    • I have also contributed to open-source plugins on Github.

    • Some of my notable plugins include a custom payment gat...

  • Answered by AI
Round 3 - One-on-one 

(2 Questions)

  • Q1. Which is your current industry
  • Q2. Do you have team handling experience

Interview Preparation Tips

Topics to prepare for Uplers Wordpress Developer interview:
  • Wordpress CMS
  • PHP
Interview preparation tips for other job seekers - Be prepared, and always be confident, show your worth grab the job!

Skills evaluated in this interview

Interview experience
1
Bad
Difficulty level
Easy
Process Duration
4-6 weeks
Result
Selected Selected

I was interviewed before Sep 2023.

Round 1 - Technical 

(2 Questions)

  • Q1. Sql join questions
  • Q2. Python decorartors
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
Selected Selected

I was interviewed before Mar 2022.

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 Resume tips
Round 2 - HR 

(1 Question)

  • Q1. By when can u join, hr told me they shared my resume with multiple managers and waiting for it to be shortlisted
Round 3 - Technical 

(2 Questions)

  • Q1. Acid, SQL vs nosql, react based, asynchronous working of js, event loop, etc. How will u design a matrimony site such that search query will contain multiple preferences - age, height, income, etc (say 100...
  • Q2. How to implement any one of acid property.
  • Ans. 

    To implement ACID property, use transactions to ensure atomicity, consistency, isolation, and durability of data.

    • Use transactions to group related database operations together.

    • Ensure that all operations within a transaction are completed successfully or none of them are.

    • Maintain consistency by enforcing data integrity constraints.

    • Isolate transactions to prevent interference from other transactions.

    • Ensure durability by ...

  • Answered by AI
Round 4 - Technical 

(3 Questions)

  • Q1. Js output questions. A recursion based coding problem. (Easy-medium)
  • Q2. Was asked to develop an ui but i told the interviewer I'm more into backend so she asked me some backend questions after this. Didn't have to solve the ui task.
  • Q3. I answered almost all questions.

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident and honest
Even if u have internship experience, your interview is going to be tech stack/CS fundamentals based rather than DSA. If no experience, expect DSA problems.
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Not Selected

I applied via Naukri.com and was interviewed in May 2024. There were 2 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Impliment counter using closure in js
  • Ans. 

    Implement a counter using closure in JavaScript.

    • Create a function that returns another function which increments a counter variable.

    • The counter variable should be defined in the outer function's scope and only accessible to the inner function.

    • Each time the inner function is called, increment the counter variable and return its value.

  • Answered by AI
  • Q2. Explain promises, promise.all(), impliment binary search
  • Ans. 

    Promises are objects representing the eventual completion or failure of an asynchronous operation. promise.all() is a method that takes an array of promises and returns a single promise that resolves when all of the promises have resolved.

    • Promises are used in JavaScript to handle asynchronous operations.

    • promise.all() takes an array of promises and returns a single promise that resolves when all promises in the array ha...

  • Answered by AI
Round 2 - Technical 

(1 Question)

  • Q1. Questions on kafka, cache invalidation, diff b/w authentication and authorization

Interview Preparation Tips

Interview preparation tips for other job seekers - brush up basics of js and microservices

Skills evaluated in this interview

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

(1 Question)

  • Q1. Basic questions on what you have mentioned in resume , design patterns , reactjs questions , explain your project
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I was interviewed in May 2024.

Round 1 - Aptitude Test 

It was having english and maths questions

Round 2 - Coding Test 

Code was easy kindly do pratice

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

I applied via LinkedIn and was interviewed in May 2024. There was 1 interview round.

Round 1 - Coding Test 

Got a leetcode easy question

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare leetcode easy thoroughly
Interview experience
4
Good
Difficulty level
Easy
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Company Website and was interviewed before Oct 2023. There was 1 interview round.

Round 1 - Coding Test 

Increasing triple subsequence, rest is easy hashmap

Contribute & help others!
anonymous
You can choose to be anonymous

Probey Services Private Limited Interview FAQs

How many rounds are there in Probey Services Private Limited Wordpress Developer interview?
Probey Services Private Limited interview process usually has 2 rounds. The most common rounds in the Probey Services Private Limited interview process are Technical and Aptitude Test.
What are the top questions asked in Probey Services Private Limited Wordpress Developer interview?

Some of the top questions asked at the Probey Services Private Limited Wordpress Developer interview -

  1. Plugins that are required in WordPr...read more
  2. Basics about SEO and why they are used in WordPr...read more
  3. Tell me about yours...read more

Recently Viewed

SALARIES

BigBasket

REVIEWS

APELO CONSULTING

No Reviews

JOBS

University Living Accommodation

No Jobs

SALARIES

Info Edge

REVIEWS

University Living Accommodation

No Reviews

REVIEWS

University Living Accommodation

No Reviews

SALARIES

Info Edge

SALARIES

Probey Services Private Limited

INTERVIEWS

Crif Solutions

No Interviews

INTERVIEWS

Crif Solutions

No Interviews

Tell us how to improve this page.

Probey Services Private Limited Wordpress Developer Interview Process

based on 2 interviews

Interview experience

4.5
  
Good
View more

Interview Questions from Similar Companies

MagicPin Interview Questions
3.0
 • 50 Interviews
Uplers Interview Questions
4.0
 • 41 Interviews
Yahoo Interview Questions
4.6
 • 29 Interviews
Shaadi.com Interview Questions
3.3
 • 27 Interviews
Tokopedia Interview Questions
4.0
 • 25 Interviews
HealthKart Interview Questions
4.0
 • 25 Interviews
Meritto Interview Questions
3.6
 • 22 Interviews
Furlenco Interview Questions
3.4
 • 21 Interviews
View all

Probey Services Private Limited Wordpress Developer Reviews and Ratings

based on 2 reviews

4.5/5

Rating in categories

5.0

Skill development

4.5

Work-life balance

5.0

Salary

5.0

Job security

5.0

Company culture

5.0

Promotions

5.0

Work satisfaction

Explore 2 Reviews and Ratings
Compare Probey Services Private Limited with

MagicPin

2.7
Compare

Uplers

4.0
Compare

HealthKart

4.0
Compare

Awign Enterprises

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