Upload Button Icon Add office photos

Filter interviews by

Vedsar India PHP Web Developer Interview Questions, Process, and Tips

Updated 2 Oct 2021

Vedsar India PHP Web Developer Interview Experiences

1 interview found

Interview Questionnaire 

7 Questions

  • Q1. What is the difference between mysqli_fetch_assoc() and mysqli_fetch_array() ?
  • Ans. 

    mysqli_fetch_assoc() returns an associative array while mysqli_fetch_array() returns both numeric and associative arrays.

    • mysqli_fetch_assoc() fetches a row from a result set as an associative array.

    • mysqli_fetch_array() fetches a row from a result set as both an associative and numeric array.

    • mysqli_fetch_assoc() is faster than mysqli_fetch_array() when fetching only associative arrays.

    • mysqli_fetch_array() has an optiona...

  • Answered by AI
  • Q2. What is types of inheritance in php?
  • Ans. 

    There are three types of inheritance in PHP: single, multiple, and multilevel.

    • Single inheritance involves a child class inheriting from a single parent class.

    • Multiple inheritance involves a child class inheriting from multiple parent classes.

    • Multilevel inheritance involves a child class inheriting from a parent class, which in turn inherits from another parent class.

    • PHP only supports single inheritance natively, but mu...

  • Answered by AI
  • Q3. How can we call parent class constructor in derived class?
  • Ans. 

    To call parent class constructor in derived class, use parent::__construct() method.

    • Use parent::__construct() method in derived class constructor.

    • Pass the required parameters to parent::__construct() method.

    • This will call the parent class constructor and initialize the parent class properties.

  • Answered by AI
  • Q4. Function by which, we can convert string to array ?
  • Ans. 

    The function to convert string to array is explode().

    • The function takes two parameters: delimiter and string.

    • The delimiter specifies where to break the string into array elements.

    • The function returns an array of strings.

    • Example: $str = 'apple,banana,orange'; $arr = explode(',', $str);

    • This will result in an array with three elements: 'apple', 'banana', and 'orange'.

  • Answered by AI
  • Q5. What is different between front end and back end?
  • Ans. 

    Front end is the user-facing part of a website, while back end is the behind-the-scenes part that handles data and functionality.

    • Front end is responsible for the design, layout, and user experience of a website.

    • Back end handles the server-side programming, database management, and server configuration.

    • Front end technologies include HTML, CSS, and JavaScript, while back end technologies include PHP, Python, and Ruby on

  • Answered by AI
  • Q6. What is the use of seudo class in css
  • Ans. 

    Pseudo classes are used to define a special state of an element.

    • Pseudo classes are preceded by a colon (:)

    • They are used to style elements based on their state or position

    • Examples include :hover, :active, :first-child, :nth-child

  • Answered by AI
  • Q7. Something tell about 'meta' tag in html.
  • Ans. 

    The 'meta' tag in HTML is used to provide metadata about the HTML document.

    • Meta tags are placed in the head section of an HTML document.

    • They provide information such as character set, viewport settings, keywords, and descriptions.

    • Example: <meta charset='UTF-8'>

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Fully complete the concept of core php, front end.

Skills evaluated in this interview

Interview questions from similar companies

Interview Questionnaire 

6 Questions

  • Q1. Basic php and html css javascript
  • Q2. Opps concepts
  • Q3. MySQL SQL how to fetch Last record
  • Ans. 

    To fetch the last record in MySQL SQL, use the ORDER BY and LIMIT clauses.

    • Use the ORDER BY clause to sort the records in descending order based on the primary key or any other column.

    • Use the LIMIT clause to limit the result set to one record.

    • Example: SELECT * FROM table_name ORDER BY primary_key DESC LIMIT 1;

  • Answered by AI
  • Q4. How to update data in table
  • Ans. 

    To update data in a table, use the UPDATE statement in SQL.

    • Use the UPDATE statement followed by the table name

    • Set the column name and new value using SET

    • Use WHERE to specify which rows to update

  • Answered by AI
  • Q5. Javascript basic information
  • Q6. Html css

Skills evaluated in this interview

Interview Questionnaire 

1 Question

  • Q1. Any thing about php...

Interview Preparation Tips

Interview preparation tips for other job seekers - Any thing about php. Java script html j query

I applied via Company Website and was interviewed in Jun 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 - One-on-one 

(2 Questions)

  • Q1. What is session? Wht is the uses of session?
  • Ans. 

    Session is a way to store information (variables) on the server to be used across multiple pages.

    • Session is used to maintain user-specific data across multiple pages.

    • It is created when a user logs in and destroyed when the user logs out.

    • Session data can be accessed and manipulated using the $_SESSION superglobal variable.

    • Examples of session data include user ID, username, and shopping cart items.

  • Answered by AI
  • Q2. Wht is php? Need of php?
  • Ans. 

    PHP is a server-side scripting language used for web development.

    • PHP stands for Hypertext Preprocessor.

    • It is an open-source language.

    • PHP is used to create dynamic web pages.

    • It can interact with databases like MySQL.

    • PHP is easy to learn and widely used in web development.

    • Popular CMS like WordPress, Drupal, and Joomla are built on PHP.

  • Answered by AI
Round 3 - Group Discussion 

How will manage our project?

Round 4 - Technical 

(1 Question)

  • Q1. Which version of html is getting at thid time and why?
  • Ans. 

    The latest version of HTML is HTML5, which is widely adopted for its improved functionality and features.

    • HTML5 is the current version of HTML being used

    • It offers new features like <video>, <audio>, <canvas>, and <svg> elements

    • HTML5 provides better support for multimedia and interactive content

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - All questions are vry simple and essey but u hv some knowledge about php , html and css etc.

Skills evaluated in this interview

I applied via Freshesworld and was interviewed in Nov 2020. There were 6 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Basic questions on Java, mainly versions of Java , which is the latest version of java currently using. Rate yiur java skills out of 10?? Are you relocate, internship project deeply they ask question...

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare before going to interview. Feel free, listen some music and peace full mind . don't afraid. Be courage.

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

Interview Questionnaire 

1 Question

  • Q1. What is Excel what is vlookup what is your strength and weakness

Interview Preparation Tips

Interview preparation tips for other job seekers - Be honest and bold

I was interviewed before Sep 2020.

Round 1 - Coding Test 

(1 Question)

Round duration - 140 minutes
Round difficulty - Medium

Test timing was at 2:00 pm , it was conducted in a college and the environment was good for the test. Camera was a primary part of test, so no suspicious activity.

  • Q1. 

    Sum of Two Numbers Represented as Arrays

    Given two numbers in the form of two arrays where each element of the array represents a digit, calculate the sum of these two numbers and return this sum as an ar...

  • Ans. 

    Given two numbers represented as arrays, calculate their sum and return the result as an array.

    • Iterate through the arrays from right to left, adding digits and carrying over if necessary

    • Handle cases where one array is longer than the other by considering the remaining digits

    • Ensure the final sum array does not have any leading zeros

  • Answered by AI
Round 2 - Face to Face 

Round duration - 20 minutes
Round difficulty - Easy

The round was conducted at around 12 p.m. I was called at the college location and then it was conducted. The interviewer was quite polite and frank.

Round 3 - HR 

Round duration - 8 minutes
Round difficulty - Easy

This round was conducted right after finishing and clearing the technical round at the same place and on the same day.

Interview Preparation Tips

Eligibility criteriaAbove 60 %Wipro Limited interview preparation:Topics to prepare for the interview - OOPS, Data Structures, Database Concepts, Coding problemsTime required to prepare for the interview - 2-3 monthsInterview preparation tips for other job seekers

Tip 1 : Practice atleast 2-3 Coding problems daily so your logic building becomes stronger.
Tip 2 : Exercise problems based on OOPS concepts and others too.
Tip 3 : If you can have your own project built, then it's the major point and will act as a plus point.

Application resume tips for other job seekers

Tip 1 : Your resume should be in standard form, short and simple will be more effective.
Tip 2 : Whatever you have learned, you need to mention it in your resume as that will be your primary source of selection and having project on your resume is important.

Final outcome of the interviewSelected

Skills evaluated in this interview

I applied via Recruitment Consultant and was interviewed before Sep 2020. There were 3 interview rounds.

Interview Questionnaire 

3 Questions

  • Q1. 1. Why do you want to change?
  • Q2. 2. What is your goal?
  • Q3. 3. Critical project you have handled?

Interview Preparation Tips

Interview preparation tips for other job seekers - Always be yourself and provide short and to the point answer

I applied via Naukri.com and was interviewed in Jul 2020. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. SOLID principals, oops, c# basics, SQL server, azure, design pattern

Interview Preparation Tips

Interview preparation tips for other job seekers - Clear basics of oops and design pattern

I applied via Job Portal and was interviewed before Apr 2021. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. Solid principles in c#
  • Ans. 

    Solid principles are a set of design principles for writing maintainable and scalable code in C#.

    • Single Responsibility Principle (SRP) - a class should have only one reason to change

    • Open/Closed Principle (OCP) - a class should be open for extension but closed for modification

    • Liskov Substitution Principle (LSP) - derived classes should be substitutable for their base classes

    • Interface Segregation Principle (ISP) - client...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - good company for freshers as well as beginners

Skills evaluated in this interview

Vedsar India Interview FAQs

What are the top questions asked in Vedsar India PHP Web Developer interview?

Some of the top questions asked at the Vedsar India PHP Web Developer interview -

  1. What is the difference between mysqli_fetch_assoc() and mysqli_fetch_array(...read more
  2. How can we call parent class constructor in derived cla...read more
  3. Function by which, we can convert string to arra...read more

Tell us how to improve this page.

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.4k Interviews
Accenture Interview Questions
3.8
 • 8.1k Interviews
Infosys Interview Questions
3.6
 • 7.5k Interviews
Wipro Interview Questions
3.7
 • 5.6k Interviews
Cognizant Interview Questions
3.8
 • 5.6k Interviews
Amazon Interview Questions
4.1
 • 5k Interviews
Capgemini Interview Questions
3.7
 • 4.7k Interviews
Tech Mahindra Interview Questions
3.5
 • 3.8k Interviews
HCLTech Interview Questions
3.5
 • 3.8k Interviews
Genpact Interview Questions
3.8
 • 3.1k Interviews
View all
Compare Vedsar India with

TCS

3.7
Compare

Accenture

3.8
Compare

Wipro

3.7
Compare

Cognizant

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