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
4.8

based on 49 Reviews

Filter interviews by

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
3
Average
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Referral and was interviewed in Apr 2024. There were 5 interview rounds.

Round 1 - Coding Test 

2 dsa questions of easy/medium

Round 2 - Technical 

(1 Question)

  • Q1. Asked two dsa questions of leetcodeeasy/medium
Round 3 - Technical 

(1 Question)

  • Q1. Asked two dsa questions of leetcode easy/medium
Round 4 - Behavioral 

(1 Question)

  • Q1. Asked one dsa question on tree and discussion on resume and dbms os
Round 5 - HR 

(1 Question)

  • Q1. Salary Discussion
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. Techical questions and coding questions related profile.
  • Q2. Basic concepts about your programming skills.

Interview Preparation Tips

Interview preparation tips for other job seekers - Nice company and positive interview response and smooth interview process and recommend to join .
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Some database questions,some java questions .

Round 2 - Technical 

(3 Questions)

  • Q1. What is the difference between javascript and jQuery.
  • Ans. 

    JavaScript is a programming language used for web development, while jQuery is a library built with JavaScript to simplify HTML document traversal and manipulation.

    • JavaScript is a programming language, while jQuery is a library written in JavaScript.

    • JavaScript can be used for a wide range of tasks, while jQuery is mainly used for DOM manipulation and event handling.

    • JavaScript is a core technology for web development, w...

  • Answered by AI
  • Q2. Define different types of join
  • Ans. 

    Different types of joins are used in SQL to combine rows from two or more tables based on a related column between them.

    • Inner Join: Returns rows when there is at least one match in both tables.

    • Left Join (or Left Outer Join): Returns all rows from the left table and the matched rows from the right table.

    • Right Join (or Right Outer Join): Returns all rows from the right table and the matched rows from the left table.

    • Full ...

  • Answered by AI
  • Q3. Define multithreading concept and exception handling.
  • Ans. 

    Multithreading allows multiple threads to run concurrently, while exception handling deals with errors in a program.

    • Multithreading involves running multiple threads simultaneously to improve performance and responsiveness.

    • Threads share the same memory space but have their own program counter and registers.

    • Exception handling is a mechanism to handle errors or exceptional situations in a program.

    • It helps prevent the prog...

  • Answered by AI

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
4
Good
Difficulty level
Easy
Process Duration
-
Result
Selected Selected
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 includes both aptitude, CS fundamentals and coding

Round 3 - Technical 

(5 Questions)

  • Q1. There were three interviewers 1st person asked HR questions like personal details etc.. 2nd person asked technical questions like programming fundamentals and coding question 3rd person asked some logical...
  • Q2. Self introduction and things about your native place
  • Q3. Some CS fundamentals and a programme for finding permutations of given string
  • Q4. A logical puzzle about bulbs and switches
  • Q5. A programme to find distinct integers in given array
  • Ans. 

    Program to find distinct integers in given array

    • Iterate through the array and store each integer in a set data structure

    • Check if the integer already exists in the set, if not add it to the set

    • Return the set of distinct integers

  • Answered by AI

Skills evaluated in this interview

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

I applied via Internshala and was interviewed in Dec 2023. There were 2 interview rounds.

Round 1 - Coding Test 

Easy to medium, can solve with leetcode medium

Round 2 - One-on-one 

(2 Questions)

  • Q1. Number of islands count
  • Ans. 

    Count the number of islands in a grid of '1's and '0's

    • Iterate through the grid and for each '1' encountered, perform a depth-first search to mark all connected '1's as visited

    • Increment the island count for each new island found

    • Ensure to handle boundary cases and check for visited nodes

  • Answered by AI
  • Q2. First and last index of a particular element in an array
  • Ans. 

    Find the first and last index of a specific element in an array of strings.

    • Iterate through the array and keep track of the index of the first and last occurrence of the element.

    • Return the first and last index once the iteration is complete.

    • Example: Array ['apple', 'banana', 'apple', 'orange'], element 'apple' - First index: 0, Last index: 2.

  • Answered by AI

Skills evaluated in this interview

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

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

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.1
 • 48 Interviews
Uplers Interview Questions
4.1
 • 40 Interviews
Stylebaazar Interview Questions
3.9
 • 30 Interviews
Yahoo Interview Questions
4.6
 • 29 Interviews
Tokopedia Interview Questions
4.1
 • 27 Interviews
Shaadi.com Interview Questions
3.3
 • 27 Interviews
HealthKart Interview Questions
3.9
 • 25 Interviews
Meritto Interview Questions
3.6
 • 22 Interviews
Furlenco Interview Questions
3.3
 • 20 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

3.1
Compare

Uplers

4.1
Compare

Stylebaazar

3.9
Compare

HealthKart

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