Upload Button Icon Add office photos

Filter interviews by

Service Management Group PHP Developer Interview Questions and Answers

Updated 25 Apr 2024

Service Management Group PHP Developer Interview Experiences

1 interview found

PHP Developer Interview Questions & Answers

user image Anonymous

posted on 25 Apr 2024

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(1 Question)

  • Q1. Tell me about your experience

Interview Preparation Tips

Interview preparation tips for other job seekers - Basic question
Coding test
Managerial round

Interview questions from similar companies

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. What is php and api integration
  • Ans. 

    PHP is a server-side scripting language used for web development, while API integration involves connecting different software systems through APIs.

    • PHP is a popular server-side scripting language used for creating dynamic web pages.

    • API integration involves connecting different software systems by using APIs to allow them to communicate with each other.

    • API integration in PHP allows developers to access and interact with...

  • Answered by AI
  • Q2. How much time you take to build a complete website
  • Ans. 

    The time taken to build a complete website varies depending on the complexity and requirements of the project.

    • The time can range from a few days for a simple website to several months for a complex e-commerce platform.

    • Factors such as design complexity, functionality, integration of third-party services, and testing can impact the development time.

    • Using frameworks like Laravel or Symfony can speed up development process...

  • Answered by AI

Skills evaluated in this interview

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

PHP Developer Interview Questions & Answers

CGI Group user image soumyakanta sahoo

posted on 18 Aug 2024

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

(1 Question)

  • Q1. Tell me about yourself
  • Ans. 

    I am a dedicated PHP developer with 5 years of experience in building web applications and websites.

    • Experienced in PHP programming language

    • Skilled in developing web applications and websites

    • Proficient in using frameworks like Laravel and CodeIgniter

    • Familiar with front-end technologies like HTML, CSS, and JavaScript

  • Answered by AI
Round 2 - One-on-one 

(1 Question)

  • Q1. Tell me your current project
  • Ans. 

    I am currently working on developing a web application for an e-commerce platform.

    • Using PHP to create dynamic web pages

    • Integrating payment gateways for online transactions

    • Implementing user authentication and authorization

    • Optimizing database queries for better performance

  • Answered by AI
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

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

Round 1 - Coding Test 

Asked simple tricky questions

Round 2 - Technical 

(2 Questions)

  • Q1. Class Dependency Injection
  • Q2. Questions was asked from oops concepts

Interview Preparation Tips

Topics to prepare for Publicis Sapient PHP Developer interview:
  • OOPS
  • Laravel
  • PHP
  • MySQL
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I was interviewed in Jan 2025.

Round 1 - Coding Test 

Trips for cracking interview

Round 2 - Technical 

(5 Questions)

  • Q1. For example how to replay for all questions
  • Q2. Different questions for all types
  • Q3. Interviews easily cracking trips
  • Q4. How to get good job in software
  • Q5. How to get job

Interview Preparation Tips

Interview preparation tips for other job seekers - Differently thinking for all types of questions and answers
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
-

I applied via Recruitment Consulltant and was interviewed in Oct 2024. There were 2 interview rounds.

Round 1 - One-on-one 

(1 Question)

  • Q1. Reverse an array using Java 8
  • Ans. 

    Using Java 8, reverse an array of strings

    • Use Arrays.stream() to convert the array to a stream

    • Use Collections.reverse() to reverse the stream

    • Use Collectors.toList() to convert the stream back to a list

  • Answered by AI
Round 2 - One-on-one 

(2 Questions)

  • Q1. Code a controller class , service class, entity and repository
  • Ans. 

    Code a controller, service, entity, and repository classes for a software application.

    • Create a controller class to handle incoming requests and interact with the service layer.

    • Develop a service class to implement business logic and interact with the repository.

    • Define an entity class to represent data in the application.

    • Implement a repository class to handle database operations for the entity.

  • Answered by AI
  • Q2. Basic questions about steams

Interview Preparation Tips

Topics to prepare for UST Senior Developer interview:
  • Spring Boot
  • Microserviecs

Skills evaluated in this interview

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
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
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

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

Round 1 - Technical 

(1 Question)

  • Q1. Sliding Window find the subarray with sum equal to k
  • Ans. 

    Using sliding window technique to find subarray with sum equal to k.

    • Initialize two pointers at the start of the array.

    • Move the right pointer to expand the window until the sum is greater than or equal to k.

    • Move the left pointer to shrink the window if the sum exceeds k.

    • Repeat until the end of the array is reached.

    • Example: Input array [1, 4, 20, 3, 10, 5], k=33. Output: [20, 3, 10].

  • Answered by AI

Service Management Group Interview FAQs

How many rounds are there in Service Management Group PHP Developer interview?
Service Management Group interview process usually has 1 rounds. The most common rounds in the Service Management Group interview process are One-on-one Round.

Tell us how to improve this page.

Service Management Group PHP Developer Interview Process

based on 1 interview

Interview experience

5
  
Excellent
View more

PHP Developer Interview Questions from Similar Companies

View all
Senior Executive
7 salaries
unlock blur

₹2.5 L/yr - ₹8 L/yr

Assistant Manager
5 salaries
unlock blur

₹7.5 L/yr - ₹11.1 L/yr

Junior Manager
5 salaries
unlock blur

₹8 L/yr - ₹12 L/yr

Sales Manager
5 salaries
unlock blur

₹2.4 L/yr - ₹5 L/yr

Executive
5 salaries
unlock blur

₹4.2 L/yr - ₹7.2 L/yr

Explore more salaries
Compare Service Management Group with

Reliance Industries

4.0
Compare

Tata Group

4.2
Compare

Aditya Birla Group

4.1
Compare

Infosys

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