Upload Button Icon Add office photos
Engaged Employer

i

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

Webrication Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Webrication Php Intern Interview Questions and Answers

Updated 20 Dec 2021

Webrication Php Intern Interview Experiences

1 interview found

Php Intern Interview Questions & Answers

user image Anonymous

posted on 20 Dec 2021

I applied via Naukri.com and was interviewed before Dec 2020. There were 4 interview rounds.

Interview Questionnaire 

3 Questions

  • Q1. Diff between echo and print
  • Ans. 

    Echo and print are both used to output text in PHP, but echo is faster and can output multiple values at once.

    • Echo is a language construct, while print is a function.

    • Echo can output multiple values separated by commas, while print can only output one value at a time.

    • Echo does not return a value, while print returns a value of 1.

    • Echo is faster than print because it does not need to return a value.

    • Example of echo: echo '...

  • Answered by AI
  • Q2. Diff between require and include
  • Ans. 

    require and include are both used to include external PHP files, but require will cause a fatal error if the file is not found, while include will only produce a warning.

    • require is used when the included file is essential for the script to run

    • include is used when the included file is not essential for the script to run

    • require_once and include_once are used to prevent multiple inclusions of the same file

    • require will sto...

  • Answered by AI
  • Q3. Print * using loops
  • Ans. 

    Printing * using loops is a basic programming exercise.

    • Use nested loops to print * in a pattern

    • Use a for loop to print * in a straight line

    • Use a while loop to print * until a certain condition is met

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare basic knowledge about php html css javascript as fresher level

Skills evaluated in this interview

Interview questions from similar companies

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Difference between absolute xpath and relative xpath
  • Ans. 

    Absolute xpath specifies the complete path from the root element to the desired element, while relative xpath specifies the path relative to the current element.

    • Absolute xpath starts with a single forward slash (/) and is more specific.

    • Relative xpath starts with a double forward slash (//) and is more flexible.

    • Absolute xpath is more prone to breaking if the structure of the page changes.

    • Relative xpath is easier to main...

  • Answered by AI

Skills evaluated in this interview

Interview Preparation Tips

Round: Resume Shortlist
Experience: I started preparing my resume somewhere around August end. I spoke to a few seniors about it and read quite a few resumes, especially of those seniors who either had a profile similar to mine or had secured jobs in fields of my interest, eg. Consulting, finance, etc. I also attended the Resume Writing Workshop conducted by McKinsey and Co. on campus and cleared a few doubts there.
Tips: I would advise you guys to start preparing your resumes well in advance, it is not something to be kept for the last minute. Being the first form of acquaintance between you and a firm, it is a highly important document and the way you highlight your strong points and attributes can go a long way in shortlisting you from amongst the hundreds of resumes that they have to scan. Also, it is important that you be able to speak on any point in your resume in detail, hence you must be sure of what you are writing in it.

Round: Case Study Interview
Experience: The procedure of selection for Opera Solutions was a set of 4 interviews, each having a case study and some HR questions. The initial shortlist had around 22 candidates, after the first 2 interviews around 10 candidates were selected for the final rounds. Finally 3 candidates were made offers.  There were no GDs, only case interviews. The first interview had a case involving a music company which scouts for amateur talent and launches them. They want to enter India and want you to analyse the market and suggest if its feasible or not. The interviewer gave a lot of data related to market share of pop music, bollywood, devotional music, etc and it suggested that the market share of the genre related to the company is very little. However I think what worked best was that I also pointed out certain solutions which could make it feasible, such as merging with another company in a genre where the given company has core competencies in. I think this was the high point of the interview which I atleast would like to believe compensated for a later interview that I did not do well in. Another interview had a case where a pharmaceutical company in the US wants to enter India. A set of constraints and data was given and I was asked to calculate if it should actually setup a manufacturing facility in India or manufacture in the US and transport to India. I did not do well in this one, I wasn’t being able to come up with a figure. Both the interviews had an HR component where I was asked about my strengths and weaknesses, about Mood Indigo and my academic record. I was asked to describe myself. I was also asked to talk about my co-intern’s project in ITC (she was also interviewing with Opera). In a subsequent interview after the shortlist, I was asked to estimate the market for Maruti cars, domestic air travel. They weren't expecting too much detail, the interviewer was more interested in the approach. point.
Tips: I attended most of the initial PPTs. One does get a good understanding of what a firm does and where exactly do you fit into it, you also understand what they are looking for and what is the extent of their operations. I must admit though that I found my interaction with seniors, especially those working in those firms was more informative and fruitful. They can give clarity in certain grey areas that companies might stay non-committal on.ending across links/documents would help us compile a single point resource) . I prepared for case studies from the material I took from seniors, most of which is available on the LAN. For case studies I prepared with a friend and sometimes in groups of 3. I think this method is better than individual preparation because the other person can point out where you are going wrong, you get a different perspective and at the same time you can prepare in a fashion where one interviews the other and vice versa, so you get slightly comfortable with how an actual interview might feel like. It is however important to ensure that the person you are preparing with is competent and complementary to your skill sets, so that you can improve upon aspects where you might be lacking in.

General Tips: Case studies and HR questions. One should be very comfortable with points mentioned in the resume and should be able to talk at length about any . I guess it'd just be shifting a little from being myself if you know what I mean. A lot of seniors would give you a lot of fundae, but at the end one must remember that unless one is comfortable with a certain way of speaking or certain method of solving cases, it wont look genuine. For example, one need not thrash out every single detail of a case before beginning to solve it, sometimes the interviewer might get impatient or might think you are trying to buy time to think by asking unnecessary details. So if you are the kind of a person who can intuitively draw good conclusions at the outset so as to decide which direction to proceed in and hence which questions to ask, you can surely go ahead and do that, you need not also ask questions that you know are not required. Case interviews are very feel-good interviews, even if you make a mistake you will be guided back on track by the interviewer, hence I personally would recommend that you stick more to your general approach to solving cases (if you know it is a good one and works of course) and not try to change too much just because a certain senior did it in a different way.
College Name: IIT BOMBAY
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(3 Questions)

  • Q1. How Pandas is used in project.
  • Ans. 

    Pandas is used in project for data manipulation and analysis in Python.

    • Pandas is used for data cleaning, transformation, and analysis.

    • It provides data structures like DataFrame and Series for handling data.

    • Pandas can be used for tasks like filtering, grouping, and merging data.

    • Example: Loading a CSV file into a DataFrame and performing analysis on the data.

  • Answered by AI
  • Q2. How to use Flask
  • Ans. 

    Flask is a lightweight web application framework for Python.

    • Create a virtual environment for your project

    • Install Flask using pip

    • Create a Flask app by defining routes and views

    • Run the Flask app using the command 'flask run'

    • Use Flask extensions for additional functionality

  • Answered by AI
  • Q3. Basic Python questionaries

Interview Preparation Tips

Interview preparation tips for other job seekers - No

Skills evaluated in this interview

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

I applied via Walk-in and was interviewed in Feb 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

It consists of basic aptitude questions and some coding output questions followed by basic SQL questions. Overall the difficulty level was medium.

Round 2 - Technical 

(1 Question)

  • Q1. They asked me to write code for 4 problems. All questions consists array medium level and then there are difficult SQL questions to solve. Unfortunately I couldn't passed this round. But it was a great lea...
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

Mathematical and logical questions including distance -time, work -time, reasoning, blood relation etc

Round 2 - Technical 

(1 Question)

  • Q1. Database queries including joins.
Round 3 - Coding Test 

DSA moderate question like string reverse, string rotation, frequency of letter in a string.

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

I applied via Campus Placement and was interviewed before Jul 2023. There were 2 interview rounds.

Round 1 - Aptitude Test 

It has general aptitude questions with moderate difficulty

Round 2 - Coding Test 

It was mixed coding plus SQL question after the exam I had explain my solution.

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

I applied via Naukri.com and was interviewed before Jul 2023. There were 3 interview rounds.

Round 1 - Aptitude Test 

Simple questions of quant and coding output

Round 2 - Coding Test 

3 coding question and one pattern question

Round 3 - Technical 

(2 Questions)

  • Q1. Discussions on questions of prev round
  • Q2. One SQL query need to implement

Interview Preparation Tips

Interview preparation tips for other job seekers - You need to good on SQL for passing there interview
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

MCQ - 20 (aptitude), 20(c+ and sql)

Round 2 - Coding Test 

Pattern, array and sql questions

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

I applied via LinkedIn and was interviewed before Oct 2023. There were 2 interview rounds.

Round 1 - Assignment 

Giva a Full stack project. based on MERN AND MEAN stack

Round 2 - One-on-one 

(2 Questions)

  • Q1. Dsa , were easy to medium
  • Q2. Some backend and azure related questions

Webrication Interview FAQs

What are the top questions asked in Webrication Php Intern interview?

Some of the top questions asked at the Webrication Php Intern interview -

  1. Diff between require and incl...read more
  2. Diff between echo and pr...read more
  3. Print * using lo...read more

Tell us how to improve this page.

Interview Questions from Similar Companies

CGS Interview Questions
3.6
 • 25 Interviews
Fusion Interview Questions
3.3
 • 17 Interviews
ElectrifAi Interview Questions
2.7
 • 17 Interviews
View all

Webrication Php Intern Reviews and Ratings

based on 1 review

3.0/5

Rating in categories

3.0

Skill development

3.0

Work-life balance

2.0

Salary

3.0

Job security

3.0

Company culture

3.0

Promotions

3.0

Work satisfaction

Explore 1 Review and Rating
Web Developer
4 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

PHP Developer
3 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

PHP Web Developer
3 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare Webrication with

Primus Global Technologies

3.9
Compare

TriGeo Technologies

3.2
Compare

GrapplTech

4.8
Compare

Webixy Technologies

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