Upload Button Icon Add office photos
Engaged Employer

i

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

Webtics Infomedia Solutions Verified Tick

Compare button icon Compare button icon Compare
4.2

based on 9 Reviews

Filter interviews by

Webtics Infomedia Solutions PHP Developer Interview Questions and Answers

Updated 4 Dec 2019

Webtics Infomedia Solutions PHP Developer Interview Experiences

1 interview found

I applied via Naukri.com

Interview Questionnaire 

2 Questions

  • Q1. Basic PHP
  • Q2. What is Inheritence
  • Ans. 

    Inheritance is a mechanism in object-oriented programming where a new class is created by inheriting properties of an existing class.

    • Inheritance allows code reusability and saves time and effort in coding.

    • The existing class is called the parent or base class, and the new class is called the child or derived class.

    • The child class inherits all the properties and methods of the parent class and can also add new properties...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - I went for interview there twice within 2-3 months. It was really good, learning experience, their interviews was really knowledgeable. First time I failed for senior position, but second time I succeed for an PHP Developer. Thanks managers and hr there for giving me second chance.

Interview questions from similar companies

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

I applied via Approached by Company and was interviewed in May 2024. There were 2 interview rounds.

Round 1 - Group Discussion 

Because it is the one of best way fearness solution and understand the questions top speak 1st in bold.

Round 2 - Technical 

(2 Questions)

  • Q1. Detail question of Python to explain?
  • Q2. Detail explain of mysql?
  • Ans. 

    MySQL is a popular open-source relational database management system.

    • MySQL is used for storing and managing data in a structured format.

    • It supports SQL for querying and manipulating data.

    • MySQL is known for its speed, reliability, and ease of use.

    • It can be integrated with various programming languages like PHP, Python, Java, etc.

    • Examples of MySQL commands include SELECT, INSERT, UPDATE, DELETE.

  • Answered by AI

Skills evaluated in this interview

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

(1 Question)

  • Q1. OOPS concetps with DSA
  • Ans. 

    OOPS concepts refer to Object-Oriented Programming principles, while DSA stands for Data Structures and Algorithms.

    • OOPS concepts include encapsulation, inheritance, polymorphism, and abstraction.

    • DSA involves the study of data structures like arrays, linked lists, trees, and algorithms like sorting and searching.

    • Understanding OOPS helps in designing efficient data structures and algorithms for software development.

  • Answered by AI
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

Basic aptitude. and some sql and coding

Round 2 - Coding Test 

Coding basic , some leetcode. some db ques

Round 3 - Coding Test 

Some coding, some db some leetcode

Interview Preparation Tips

Interview preparation tips for other job seekers - do good
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed in Feb 2023. 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 - Coding Test 

Basic questions like reverse a number, print Fibonacci series, character replacement

Round 3 - Technical 

(3 Questions)

  • Q1. Basic questions on .net framework, c# coding language
  • Q2. Advanced level questions on MySql and Linq.
  • Q3. What is the best approach to find the missing number from set of consecutive n numbers
  • Ans. 

    One approach is to calculate the sum of all numbers in the set and then subtract the sum of the given numbers to find the missing number.

    • Calculate the sum of all numbers in the set using the formula n*(n+1)/2, where n is the total number of elements in the set.

    • Calculate the sum of the given numbers in the set.

    • Subtract the sum of the given numbers from the sum of all numbers to find the missing number.

  • Answered by AI
Round 4 - HR 

(1 Question)

  • Q1. Salary negotiation and document process. No questions.

Interview Preparation Tips

Topics to prepare for Keyideas Infotech Full Stack Software Developer interview:
  • Basic coding
  • MySQL Database Administration
  • ASP.Net
  • C#
Interview preparation tips for other job seekers - The coding test is taken by HR Executive so basic questions with correct answer with any approach will help.
Technical round is taken by CEO of the company and its quite question on question.

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 Apr 2023. There were 3 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Don’t add your photo or details such as gender, age, and address in your resume. These details do not add any value.
View all tips
Round 2 - Aptitude Test 

Aptitude questions along with it contained coding mcq question and sql query questions also

Round 3 - Coding Test 

They gave 3 coding questions and 3 sql queries

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

I applied via Indeed and was interviewed in Dec 2022. There were 2 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Properly align and format text in your resume. A recruiter will have to spend more time reading poorly aligned text, leading to high chances of rejection.
View all tips
Round 2 - One-on-one 

(4 Questions)

  • Q1. 1.diffrence between javaScript and nodejs
  • Ans. 

    JavaScript is a programming language used for web development, while Node.js is a runtime environment for executing JavaScript code outside of a web browser.

    • JavaScript is primarily used for client-side scripting, while Node.js is used for server-side scripting.

    • JavaScript is executed in a web browser, while Node.js is executed on a server.

    • Node.js provides additional modules and libraries for server-side development, suc...

  • Answered by AI
  • Q2. 2.Tell me the angular lifecycle
  • Ans. 

    Angular lifecycle consists of eight different phases.

    • The first phase is ngOnChanges() which is called when a component receives data-bound input properties.

    • The second phase is ngOnInit() which is called once the component is initialized.

    • The third phase is ngDoCheck() which is called during every change detection run.

    • The fourth phase is ngAfterContentInit() which is called after the component's content has been projecte...

  • Answered by AI
  • Q3. 3. what is the use of ORM Tool
  • Ans. 

    ORM tool is used to map object-oriented programming language to a relational database management system.

    • ORM tool helps in reducing the amount of code required to interact with the database.

    • It provides an abstraction layer between the application and the database.

    • ORM tool helps in managing the database schema and relationships between tables.

    • It allows developers to work with objects instead of SQL statements.

    • Examples of...

  • Answered by AI
  • Q4. 4. What is form control build.
  • Ans. 

    Form control build refers to the process of creating and customizing form controls in web development.

    • Form controls are elements like text boxes, radio buttons, and dropdown menus that allow users to input data on a website.

    • Developers can use HTML, CSS, and JavaScript to build and style form controls to fit the needs of their website or application.

    • Form control build also involves adding validation and error handling t

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Theoretical Knowledged of angular I fronted development and node js for backend development.

Skills evaluated in this interview

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

I applied via Indeed and was interviewed in Apr 2023. There were 3 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Double-check your resume for any spelling mistakes. The recruiter may consider spelling mistakes as careless behavior or poor communication skills.
View all tips
Round 2 - Coding Test 

1 on 1 Technical Interview based on basic DSA questions topics like Math, String, Arrays and Duration of Interview was 45-60 minutes.

Round 3 - HR 

(2 Questions)

  • Q1. Introduce Yourself
  • Ans. 

    I am a software developer with experience in Java and Python.

    • I have completed a Bachelor's degree in Computer Science.

    • I have worked on projects involving web development and data analysis.

    • I am familiar with Agile methodology and version control systems like Git.

    • I am a quick learner and enjoy working in a team environment.

  • Answered by AI
  • Q2. Why should i hire you ?
  • Ans. 

    I am a quick learner with strong problem-solving skills and a passion for software development.

    • I have experience in programming languages such as Java, Python, and C++

    • I have completed several projects that demonstrate my ability to work independently and as part of a team

    • I am always eager to learn new technologies and improve my skills

    • I am a good communicator and can explain technical concepts to non-technical stakehol

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Don't worry, The Interview will not be out of the box, whatever you had learned the questions are from those technologies only, they just test your problem solving ability.
Didn't expect development skills beforehand.
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
-
Result
Selected Selected

I applied via Recruitment Consulltant and was interviewed in Dec 2022. There were 3 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Do not use an unprofessional email address such as cool_boy@email.com. It shows a lack of professionalism by the candidate.
View all tips
Round 2 - Technical 

(1 Question)

  • Q1. 1)what is async and await.
  • Ans. 

    Async and await are keywords used in asynchronous programming in JavaScript.

    • Async is used to define a function that returns a promise.

    • Await is used to pause the execution of a function until a promise is resolved.

    • Async/await makes asynchronous code look and behave like synchronous code.

    • Example: async function getData() { const response = await fetch('https://example.com/data'); return response.json(); }

  • Answered by AI
Round 3 - Technical 

(1 Question)

  • Q1. 1)why nodejs is more popular
  • Ans. 

    Node.js is popular due to its event-driven, non-blocking I/O model and ability to handle large amounts of data.

    • Node.js allows for faster and more efficient development due to its use of JavaScript on both the front-end and back-end.

    • Node.js has a large and active community, with many open-source libraries and modules available.

    • Node.js is scalable and can handle high traffic and large amounts of data, making it a popular...

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Myrsa Technology Solutions Backend Developer interview:
  • nodejs
  • Typescript
Interview preparation tips for other job seekers - we should know the knowledge typescript and sql query is mandatory

Skills evaluated in this interview

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

I applied via Naukri.com and was interviewed before Jul 2022. There were 4 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Be truthful in your resume. It is very easy to catch false or lies during the interview by asking basic questions.
View all tips
Round 2 - Coding Test 

The Coding was based on DSA questions and logical reasoning. In total there were 6 questions.

Round 3 - Assignment 

The assignment for PHP was given to complete in Framework or CMS. The choice is yours.

Round 4 - Technical 

(2 Questions)

  • Q1. The tech team asked about some tech questions related to the Framework , sql and Database.
  • Q2. General questions how you try to enhance your skills, family, friends etc

Interview Preparation Tips

Interview preparation tips for other job seekers - The interview is up to the point. It is not that difficult but you need to be prompt in replying. No fake answers are allowed. They don't waste your time much. If you are not able to code they won't continue further rounds of interviews and waste time. At every stage they let you know what process is going to be followed. I thought it was a very crisp and to-the-point interview. Got selected...

Tell us how to improve this page.

People are getting interviews through

based on 1 Webtics Infomedia Solutions 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

CGS Interview Questions
3.5
 • 26 Interviews
ElectrifAi Interview Questions
2.6
 • 17 Interviews
Fusion Interview Questions
3.2
 • 17 Interviews
View all

Webtics Infomedia Solutions PHP Developer Reviews and Ratings

based on 1 review

5.0/5

Rating in categories

5.0

Skill development

5.0

Work-Life balance

5.0

Salary & Benefits

5.0

Job Security

5.0

Company culture

5.0

Promotions/Appraisal

5.0

Work Satisfaction

Explore 1 Review and Rating
Compare Webtics Infomedia Solutions with

Exl India

3.5
Compare

Primus Global Technologies

4.0
Compare

TriGeo Technologies

3.2
Compare

GrapplTech

4.8
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