Upload Button Icon Add office photos

Filter interviews by

Vide Technologies Interview Questions and Answers

Updated 14 Mar 2024

Vide Technologies 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

Top trending discussions

View All
Interview Tips & Stories
1w (edited)
a team lead
Why are women still asked such personal questions in interview?
I recently went for an interview… and honestly, m still trying to process what just happened. Instead of being asked about my skills, experience, or how I could add value to the company… the questions took a totally unexpected turn. The interviewer started asking things like When are you getting married? Are you engaged? And m sure, if I had said I was married, the next question would’ve been How long have you been married? What does my personal life have to do with the job m applying for? This is where I felt the gender discrimination hit hard. These types of questions are so casually thrown at women during interviews but are they ever asked to men? No one asks male candidates if they’re planning a wedding or how old their kids are. So why is it okay to ask women? Can we please stop normalising this kind of behaviour in interviews? Our careers shouldn’t be judged by our relationship status. Period.
Got a question about Vide Technologies?
Ask anonymously on communities.

Interview questions from similar companies

I applied via Naukri.com and was interviewed in Feb 2021. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. All Technical quetions

Interview Preparation Tips

Interview preparation tips for other job seekers - Be prepared technically

I applied via Campus Placement and was interviewed before Jun 2020. There were 6 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. General HR questions and some current related topic

Interview Preparation Tips

Interview preparation tips for other job seekers - Speak till recruiter stops you

Interview Questionnaire 

1 Question

  • Q1. Java c c++

Interview Questionnaire 

1 Question

  • Q1. Your past exp?

Interview Questionnaire 

2 Questions

  • Q1. Questions were mostly situations based.
  • Q2. Technical explanation is required

I applied via Campus Placement and was interviewed before Nov 2019. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Basic coding questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Be real, and just be confident with what ever knowledge you have, nobody expects you to know everything. Every company from freshers expect basic knowledge and an attitude for to learn new things.
Are these interview questions helpful?

Interview Questionnaire 

2 Questions

  • Q1. Self introduction
  • Q2. What is java
  • Ans. 

    Java is a high-level programming language known for its platform independence and object-oriented approach.

    • Java is widely used for developing desktop, web, and mobile applications.

    • It is known for its robustness, security, and scalability.

    • Java programs are compiled into bytecode that can run on any Java Virtual Machine (JVM).

    • It supports multithreading, exception handling, and automatic memory management.

    • Popular framewor...

  • Answered by AI

Skills evaluated in this interview

I applied via Campus Placement and was interviewed before Aug 2020. There were 4 interview rounds.

Interview Questionnaire 

4 Questions

  • Q1. What is collections
  • Ans. 

    Collections are data structures that store and manipulate groups of objects.

    • Collections provide a way to organize and manage large amounts of data

    • They can be used to perform operations on groups of objects, such as sorting or searching

    • Examples of collections include arrays, lists, sets, and maps

  • Answered by AI
  • Q2. What are the new features in java 8
  • Ans. 

    Java 8 introduces lambda expressions, functional interfaces, streams, and default methods.

    • Lambda expressions allow functional programming in Java

    • Functional interfaces enable the use of lambda expressions

    • Streams provide a concise way to perform operations on collections

    • Default methods allow interfaces to have implementation

    • Date and Time API improvements

    • Nashorn JavaScript engine

  • Answered by AI
  • Q3. What is the use of spring boot
  • Ans. 

    Spring Boot is a framework for building standalone, production-grade Spring-based applications.

    • Spring Boot simplifies the process of creating and deploying Spring-based applications.

    • It provides a pre-configured environment with a set of opinionated defaults.

    • It includes embedded servers like Tomcat, Jetty, and Undertow.

    • It supports a wide range of data sources and data access technologies.

    • It enables easy integration with...

  • Answered by AI
  • Q4. What is JPA
  • Ans. 

    JPA stands for Java Persistence API, a specification for object-relational mapping in Java applications.

    • JPA is used to map Java objects to relational database tables.

    • It provides a set of annotations to define the mapping between Java classes and database tables.

    • JPA also supports querying data using the Java Persistence Query Language (JPQL).

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - It will be easy interview

Skills evaluated in this interview

I applied via Walk-in and was interviewed before Oct 2019. There were 5 interview rounds.

Interview Questionnaire 

9 Questions

  • Q1. Tell us about your self ?
  • Q2. What you know about TCS?
  • Q3. What is your biggest achievement till now?
  • Q4. Do you have any weakness?
  • Q5. Any break between your study ?
  • Q6. How long you will serve for our company?
  • Q7. What you have decided for you further studies?
  • Q8. How you will be benefit for our company? Why we hire you?
  • Q9. Why you want to join TCS only?

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident. Present your self formally. Answer every question in your words don't speak line you have read from somewhere.

Vide Technologies Interview FAQs

How many rounds are there in Vide Technologies 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 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 interview?

Some of the top questions asked at the Vide Technologies 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.

Overall Interview Experience Rating

5/5

based on 1 interview experience

Difficulty level

Moderate 100%

Duration

Less than 2 weeks 100%
View more

Interview Questions from Similar Companies

TCS Interview Questions
3.6
 • 11.1k Interviews
Accenture Interview Questions
3.7
 • 8.7k Interviews
Infosys Interview Questions
3.6
 • 7.9k Interviews
Wipro Interview Questions
3.7
 • 6.1k Interviews
Cognizant Interview Questions
3.7
 • 5.9k Interviews
Capgemini Interview Questions
3.7
 • 5.1k Interviews
Tech Mahindra Interview Questions
3.5
 • 4.1k Interviews
HCLTech Interview Questions
3.5
 • 4.1k Interviews
ICICI Bank Interview Questions
4.0
 • 2.6k Interviews
HDFC Bank Interview Questions
3.8
 • 2.5k Interviews
View all

Vide Technologies Reviews and Ratings

based on 3 reviews

3.8/5

Rating in categories

4.4

Skill development

3.2

Work-life balance

3.8

Salary

3.2

Job security

4.4

Company culture

2.6

Promotions

3.8

Work satisfaction

Explore 3 Reviews and Ratings
Compare Vide Technologies with

TCS

3.6
Compare

Accenture

3.7
Compare

Wipro

3.7
Compare

Cognizant

3.7
Compare
write
Share an Interview