Upload Button Icon Add office photos

Filter interviews by

Vide Technologies PHP Developer Interview Questions, Process, and Tips

Updated 14 Mar 2024

Vide Technologies PHP Developer Interview Experiences

1 interview found

PHP Developer Interview Questions & Answers

user image Anonymous

posted on 14 Mar 2024

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

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

Round 1 - Technical 

(4 Questions)

  • Q1. What are arrays and objects
  • Ans. 

    Arrays and objects are data structures used in programming to store multiple values or properties.

    • Arrays are ordered collections of values accessed by index.

    • Objects are collections of key-value pairs where values are accessed by keys.

    • Example of array: $colors = ['red', 'blue', 'green'];

    • Example of object: $person = ['name' => 'John', 'age' => 30];

  • Answered by AI
  • Q2. Types of arrays with examples
  • Ans. 

    Types of arrays include indexed arrays, associative arrays, and multidimensional arrays.

    • Indexed arrays: numerically indexed arrays where each element is assigned a number starting from 0. Example: ['apple', 'banana', 'orange']

    • Associative arrays: arrays where each element is assigned a specific key. Example: ['fruit1' => 'apple', 'fruit2' => 'banana']

    • Multidimensional arrays: arrays within arrays. Example: [['apple', 'ba

  • Answered by AI
  • Q3. MySQL query for selecting data with employee name, code and it's manager having manager_id as foreign key
  • Ans. 

    Use a MySQL query to select data with employee name, code, and their manager using manager_id as foreign key.

    • Use JOIN to connect the employee and manager tables based on the manager_id foreign key

    • Select the employee name, code, and manager's name using appropriate aliases

    • Make sure to specify the table names and columns correctly in the query

  • Answered by AI
  • Q4. Not using array function print [3,4,5,1,2] if my number of loops to iterate is 3. Given array is [1,2,3,4,5]. 1. It should be dynamic if I change number of loops to 1 then it should print [5,1,2,3,4] 2. If...
  • Ans. 

    Rotate array elements based on number of loops specified.

    • Create a new array by slicing the original array based on the number of loops specified.

    • Concatenate the sliced array with the remaining elements of the original array.

    • Handle edge cases where the number of loops is greater than the array length by using modulo operator.

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Vide Technologies PHP Developer interview:
  • Arrays
  • MySQL
  • PHP

Skills evaluated in this interview

Interview questions from similar companies

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
Not Selected
Round 1 - Technical 

(2 Questions)

  • Q1. Tell me about yourself
  • Q2. Oops concepts in PHP
  • Ans. 

    Object-oriented programming concepts in PHP

    • Encapsulation: bundling data and methods that operate on the data into a single unit

    • Inheritance: allowing a class to inherit properties and methods from another class

    • Polymorphism: ability to present the same interface for different data types

    • Abstraction: hiding the complex implementation details and showing only the necessary features

  • Answered by AI

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

Little difficult for the freshers

Round 2 - Coding Test 

A little programming oriented questions were there

Interview Preparation Tips

Interview preparation tips for other job seekers - Practice more for good opportunities

I applied via Naukri.com and was interviewed in May 2022. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Basic knowledge of php
  • Q2. Laravel framework & structure knowledge of laravel

Interview Preparation Tips

Interview preparation tips for other job seekers - Please clear the basic structure...
Good knowledge of oops concept

I applied via Recruitment Consultant and was interviewed in May 2021. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. What level of this company

Interview Preparation Tips

Interview preparation tips for other job seekers - The interview was a technical one but was majorly a easy test.The interview wanted to test bothmy knowledge and communication skills. The interview was computer science related . Please go throughly word by word and recheck my resume to ensure that you are a best yit for the position
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-

I applied via Campus Placement

Round 1 - Aptitude Test 

General aptitude, computer science fundamentals multiple-choice questions, and data structures and algorithms multiple-choice questions were asked.

Round 2 - Technical 

(2 Questions)

  • Q1. Given a string, write a function to reverse the string.
  • Ans. 

    Function to reverse a given string

    • Create an empty string to store the reversed string

    • Iterate through the input string in reverse order and append each character to the new string

    • Return the reversed string

  • Answered by AI
  • Q2. Given a sorted array of integers, write a function to perform a binary search to find the index of a target value. If the target value is not found, return -1.
  • Ans. 

    Binary search function to find target value in sorted array

    • Define function that takes sorted array and target value as input

    • Initialize variables for start, end, and middle indices

    • Use while loop to iterate until start is less than or equal to end

  • Answered by AI
Round 3 - HR 

(2 Questions)

  • Q1. About the company
  • Q2. What are three significant achievements in your life?
  • Ans. 

    Graduating with honors, winning a hackathon, volunteering in a developing country

    • Graduated with honors from university with a degree in Computer Science

    • Won first place in a hackathon competition by developing a unique and innovative software solution

    • Volunteered in a developing country to help build schools and provide education to underprivileged children

  • Answered by AI
Interview experience
2
Poor
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

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

Round 1 - Technical 

(1 Question)

  • Q1. Too much focus on theory questions. Like how would you link multiple middleware - write code for that
Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

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

Round 1 - One-on-one 

(2 Questions)

  • Q1. Mostly js questions, not so many of angular or react.
  • Q2. Like fizbuzz or things like that.

Interview Preparation Tips

Interview preparation tips for other job seekers - Don't apply here, the culture here is horrible.
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Ui development and component related
  • Q2. Performance of technology and challenges
Round 2 - HR 

(2 Questions)

  • Q1. Personal introduction and location details
  • Q2. Negatition of salries excepectations

Interview Preparation Tips

Interview preparation tips for other job seekers - It's very good organization. Freindly nature in team operation is good from leads hikes also ok
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
Selected Selected
Round 1 - HR 

(1 Question)

  • Q1. Basic html css questions
Round 2 - Aptitude Test 

Logical reasoning, quantitative analysis and computer test

Round 3 - Technical 

(1 Question)

  • Q1. Basic html, css, javascript questions
Round 4 - HR 

(1 Question)

  • Q1. Salary discussion

Vide Technologies Interview FAQs

How many rounds are there in Vide Technologies PHP Developer interview?
Vide Technologies interview process usually has 1 rounds. The most common rounds in the Vide Technologies interview process are Technical.
How to prepare for Vide Technologies PHP Developer 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 Vide Technologies. The most common topics and skills that interviewers at Vide Technologies expect are CSS, HTML, JQuery, Javascript and PHP.
What are the top questions asked in Vide Technologies PHP Developer interview?

Some of the top questions asked at the Vide Technologies PHP Developer interview -

  1. Not using array function print [3,4,5,1,2] if my number of loops to iterate is ...read more
  2. MySQL query for selecting data with employee name, code and it's manager having...read more
  3. What are arrays and obje...read more

Tell us how to improve this page.

People are getting interviews through

based on 1 Vide Technologies interview
Job Portal
100%
Low Confidence
?
Low Confidence means the data is based on a small number of responses received from the candidates.

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.2k Interviews
Accenture Interview Questions
3.9
 • 8k Interviews
Infosys Interview Questions
3.7
 • 7.5k Interviews
Wipro Interview Questions
3.7
 • 5.5k Interviews
Cognizant Interview Questions
3.8
 • 5.5k Interviews
Amazon Interview Questions
4.1
 • 4.9k Interviews
Capgemini Interview Questions
3.8
 • 4.7k Interviews
Tech Mahindra Interview Questions
3.6
 • 3.7k Interviews
HCLTech Interview Questions
3.5
 • 3.7k Interviews
Genpact Interview Questions
3.9
 • 3k Interviews
View all
PHP Developer
3 salaries
unlock blur

₹6.1 L/yr - ₹7 L/yr

Explore more salaries
Compare Vide Technologies with

Infosys

3.7
Compare

TCS

3.7
Compare

Wipro

3.7
Compare

HCLTech

3.5
Compare

Calculate your in-hand salary

Confused about how your in-hand salary is calculated? Enter your annual salary (CTC) and get your in-hand salary
Did you find this page helpful?
Yes No
write
Share an Interview