Upload Button Icon Add office photos
Engaged Employer

i

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

Datamatics Global Services Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Datamatics Global Services PHP Developer Interview Questions and Answers

Updated 15 Jun 2024

Datamatics Global Services PHP Developer Interview Experiences

1 interview found

PHP Developer Interview Questions & Answers

user image Anonymous

posted on 15 Jun 2024

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

(2 Questions)

  • Q1. What is four pillar of OOPS?
  • Ans. 

    Encapsulation, Inheritance, Polymorphism, Abstraction are the four pillars of OOPS.

    • Encapsulation: Bundling data and methods that operate on the data into a single unit.

    • Inheritance: Ability of a class to inherit properties and behavior 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 featu

  • Answered by AI
  • Q2. What is facades in laravel?
  • Ans. 

    Facades in Laravel provide a static interface to classes available in the application's service container.

    • Facades allow you to access Laravel services without injecting them into your classes.

    • They provide a simple and expressive way to work with Laravel's services.

    • Facades are used to access Laravel's core services like the database, session, and cache.

    • Example: Using the Auth facade to authenticate users in Laravel.

  • Answered by AI

Skills evaluated in this interview

Interview questions from similar companies

I applied via Naukri.com and was interviewed in Sep 2020. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. Related to JavaScript and angukar

Interview Preparation Tips

Interview preparation tips for other job seekers - As a UI developer JavaScript is a must thing.

I appeared for an interview before Sep 2020.

Round 1 - Coding Test 

(2 Questions)

Round duration - 90 minutes
Round difficulty - Easy

It happens in very friendly manner.

  • Q1. 

    Paths in a Matrix Problem Statement

    Given an 'M x N' matrix, print all the possible paths from the top-left corner to the bottom-right corner. You can only move either right (from (i,j) to (i,j+1)) or dow...

  • Ans. 

    Print all possible paths from top-left to bottom-right in a matrix by moving only right or down.

    • Use backtracking to explore all possible paths from top-left to bottom-right in the matrix.

    • At each cell, recursively explore moving right and down until reaching the bottom-right corner.

    • Keep track of the current path and add it to the result when reaching the destination.

  • Answered by AI
  • Q2. Can you create 2 tables in SQL and perform different operations on them?
  • Ans. 

    Yes, I can create 2 tables in SQL and perform operations like INSERT, SELECT, UPDATE, and DELETE.

    • Create Table 1: CREATE TABLE employees (id INT, name VARCHAR(50), salary DECIMAL(10,2));

    • Create Table 2: CREATE TABLE departments (dept_id INT, dept_name VARCHAR(50));

    • Insert Data: INSERT INTO employees VALUES (1, 'John Doe', 50000);

    • Select Data: SELECT * FROM employees WHERE salary > 40000;

    • Update Data: UPDATE employees SET...

  • Answered by AI
Round 2 - Face to Face 

Round duration - 90 minutes
Round difficulty - Medium

No problem occur very friendly environment.

Round 3 - Face to Face 

(1 Question)

Round duration - 90 minutes
Round difficulty - Hard

  • Q1. 

    Rat in a Maze Problem Statement

    You need to determine all possible paths for a rat starting at position (0, 0) in a square maze to reach its destination at (N-1, N-1). The maze is represented as an N*N ma...

  • Ans. 

    Find all possible paths for a rat in a maze from source to destination.

    • Use backtracking to explore all possible paths in the maze.

    • Keep track of visited cells to avoid revisiting them.

    • Explore all possible directions (up, down, left, right) from each cell.

    • Add the current direction to the path and recursively explore further.

    • If the destination is reached, add the path to the list of valid paths.

  • Answered by AI

Interview Preparation Tips

Professional and academic backgroundI applied for the job as SDE - 1 in HyderabadEligibility criteriaAbove 7 CGPAVirtusa interview preparation:Topics to prepare for the interview - Linked List, Binary Search Tree ,Queue, Array ,DP ,Graph ,RecursionTime required to prepare for the interview - 3 MonthsInterview preparation tips for other job seekers

Tip 1 : Competitive programming plays a major role when you are appearing for coding rounds as a fresher. In the coding rounds, you won't get direct problems copied from Geeksforgeeks or Leetcode. You would be required to use your logical thinking to go ahead in the process. This is where competitive programming helps.

Tip 2 : Coding rounds are all about Coding + Timing. Most people fail to excel due to the pressure of a timer ticking on your head. So, instead of just solving problems, try to participate in timed contests. This will help you be used to the pressure of the timer.

Tip 3 : Many big companies like Microsoft, Amazon, and even Google expect you to be good at standard problems. So, once you are done with coding round by your logical skills and competitive programming, you must be well versed with some standard problems in order to excel.

Application resume tips for other job seekers

Tip 1 : Make it short, crisp, and simple. It is always good to have a 1 pager resume. 
Tip 2 : Resume must comprise of the following: Educational Qualifications, Technical skills, Projects, Work experience (if any), Achievements. Other than this, you may include some extra co-curricular achievements.

Final outcome of the interviewSelected

Skills evaluated in this interview

I appeared for an interview before Jun 2021.

Round 1 - Coding Test 

Had DSA and aptitude questions

Round 2 - Technical 

(1 Question)

  • Q1. DSA a questions, Database Questions
Round 3 - HR 

(1 Question)

  • Q1. 5 min question and answers about company

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare DSA and database management

Interview Questionnaire 

1 Question

  • Q1. Normally attended interviews. interview panel is fine

Interview Preparation Tips

Interview preparation tips for other job seekers - work environment not good,
in hand pay is good,
upper management is not respocible,
no job security.
no learning. not a longturm company.

I appeared for an interview before Sep 2016.

Interview Questionnaire 

3 Questions

  • Q1. Which computer languages are you comfortable with?
  • Ans. 

    I am comfortable with multiple computer languages.

    • Java

    • Python

    • C++

    • JavaScript

  • Answered by AI
  • Q2. Why do you want to join this organization?
  • Ans. 

    I am impressed by the company's innovative projects and strong team culture.

    • Impressed by innovative projects

    • Strong team culture

    • Opportunity for growth and learning

  • Answered by AI
  • Q3. Discuss on the case of manesar maruti plant.

Interview Preparation Tips

Round: Technical + HR Interview
Experience: I explained that I know C,C#,Java,.Net and I can work with these languages and do coding. In the second question I explained why I want to join the organization, what is good in the organization and in which areas I want to work that the organization is good in.
Tips: Be confident and speak technically correct.

Round: Case Study Interview
Experience: I analysed the case and came up with recommendations and assumptions. I finally submitted the conclusion on the case.
Tips: Read the case properly when it is given.

Interview Preparation Tips

Round: Test
Experience: Quite easy..It contains mcq and one programming question. MCQ covers databases,sql,software testing,c++
Tips: You can easily pass the test,no need to worry

Round: Interview
Experience: Questions are among databases and java,they will ask u fav subj and asks questions in that
Tips: Through with ur fav subject..be confident, simple anad basic questions,try to solve secreening test question using java language

Round: Interview
Experience: Its better to say technical only,the hr also asks about test pattren.programming question.then normal HR questions
Tips: It better to do some research about the company,overall it's easy and cake walk for those who are strong in java and databases

General Tips: CSE guys can easily clear that test and interview..without any hesitattion
Skills: Java,databases, SQL, C, General Aptitude
College Name: NIT Warangal
Motivation: Virtusa is emerging company
Funny Moments: In interview they asked about my girl friend,her name andwhen ur are going to marry. answer them in a funny way with smile in your face

Interview Preparation Tips

Round: Test
Experience: In the first round there was an online test. Questions were from aptitude, general English and a simple code( very simple if you have programming skills).
Tips: It was purely a knowledge based round so everything depends on your preparation level and a bit confidence.

Round: Technical Interview
Experience: In technical round interview the process was like this...
I entered in room and greeted interviewer and he asked me to sit down. I handed over my resume to him. His first question was tell me about yourself. Then my projects. After that he came on programming, He asked me very basic concept about C++. Questions were like what is polymorphism, What is encapsulation. He also asked program of fibonacci series. After all these question he again looked at my resume and asked me 'why your CGPA is low?' I said that when i was in my first year i had interest in electronics but later when i encountered with programming i decided to have my career in this field so i could not concentrate on my core subjects.
Tips: C++ is '''''must''''' for Virtusa if you are from electronics . I didn't know data structure but c++ was on my fingers. Answer question with confidence.

Round: HR Interview
Experience: HR interview was really cool. Interview asked me about myself, my family, real life applications of my project. After that he came on real stuff. He asked question like why do you want to join virtusa? I said virtusa is this .. virtusa is this.....and many more..and in last i said this is i want to join virtusa. Next question was ' what do think about dowry?'. At first i was surprised to hear this question but i realized that interview only want to check my ability to speak on random topic. I answered the question by criticizing dowry and he was pleased to hear my answer. After one or two general HR question like location preference , he told me that your interview is over please wait outside for result. It was really nice to meet you . Thank you.
Tips: Never stop speaking in HR interview. They only check your ability to speak on random topics and their general HR question. I was continuously speaking ...please do not bother about grammar while speaking ...just speak with confidence(relevant).

General Tips: prepare c , c++ and ability to speak in front of interviewer.
Skills: Basic Coding, Aptitude, 1)communication
College Name: NIT Jalandhar

I applied via Recruitment Consultant and was interviewed before Sep 2019. There were 5 interview rounds.

Interview Questionnaire 

5 Questions

  • Q1. What are the layers in OSI model?
  • Ans. 

    The OSI model has 7 layers that define how data is transmitted over a network.

    • The layers are: Physical, Data Link, Network, Transport, Session, Presentation, and Application.

    • Each layer has a specific function and communicates with the layers above and below it.

    • The Physical layer deals with the physical transmission of data, while the Application layer deals with user interfaces.

    • Examples of protocols that operate at dif...

  • Answered by AI
  • Q2. What is the difference between c++ and java??
  • Ans. 

    C++ is a compiled language while Java is an interpreted language.

    • C++ is faster and more efficient than Java.

    • Java is platform-independent while C++ is platform-dependent.

    • C++ supports multiple inheritance while Java does not.

    • Java has automatic garbage collection while C++ does not.

    • C++ allows for low-level memory manipulation while Java does not.

  • Answered by AI
  • Q3. Do you want to ask me anything?
  • Q4. Are you ready to relocate?
  • Q5. Are you comfortable to work 24*7?

Interview Preparation Tips

Interview preparation tips for other job seekers - Do proper study of networking and the programming languages that you know.

Skills evaluated in this interview

I applied via Naukri.com and was interviewed before Sep 2019. There were 6 interview rounds.

Interview Questionnaire 

3 Questions

  • Q1. IQ Test
  • Q2. Machine Test
  • Q3. Face To Face

Interview Preparation Tips

Interview preparation tips for other job seekers - basically there are 3 rounds:-
1. IQ Test
2. Machine Test
3. Face to Face

IQ Test is not so tough but prepare well Machine Test
Machine Test Question are like :-
Q.1 - We declare a variable in C++ like "is_this_a_variable" and in Java like "IsThisAVariable". There is underscore in between every word and first alphabet of every word is in lowercase in C++ and in Java first alphabet is in capital without underscore. Create a program in which if user input a string in a C++ variable format it will convert the input in java variable format.

Q2. Count the frequency of a string.
user input string - pqhphi
output-
p - 2
q - 1
h - 2
i - 1

Be strong in algorithms and data structure.

Datamatics Global Services Interview FAQs

How many rounds are there in Datamatics Global Services PHP Developer interview?
Datamatics Global Services interview process usually has 1 rounds. The most common rounds in the Datamatics Global Services interview process are One-on-one Round.
How to prepare for Datamatics Global Services PHP Developer 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 Datamatics Global Services. The most common topics and skills that interviewers at Datamatics Global Services expect are PHP, Javascript, Laravel, Codeigniter and JQuery.
What are the top questions asked in Datamatics Global Services PHP Developer interview?

Some of the top questions asked at the Datamatics Global Services PHP Developer interview -

  1. What is four pillar of OO...read more
  2. What is facades in larav...read more

Tell us how to improve this page.

Datamatics Global Services PHP Developer Interview Process

based on 1 interview

Interview experience

4
  
Good
View more

Interview Questions from Similar Companies

DXC Technology Interview Questions
3.7
 • 804 Interviews
Nagarro Interview Questions
4.0
 • 765 Interviews
Publicis Sapient Interview Questions
3.5
 • 622 Interviews
UST Interview Questions
3.8
 • 520 Interviews
CGI Group Interview Questions
4.0
 • 494 Interviews
Synechron Interview Questions
3.5
 • 366 Interviews
Quest Global Interview Questions
3.6
 • 310 Interviews
Movate Interview Questions
3.3
 • 260 Interviews
View all
Consultant
789 salaries
unlock blur

₹4.6 L/yr - ₹24 L/yr

Associate Consultant
653 salaries
unlock blur

₹3.7 L/yr - ₹15 L/yr

Executive
592 salaries
unlock blur

₹1.1 L/yr - ₹4.5 L/yr

Senior Executive
336 salaries
unlock blur

₹1.6 L/yr - ₹10 L/yr

Executive Accountant
324 salaries
unlock blur

₹1 L/yr - ₹4.2 L/yr

Explore more salaries
Compare Datamatics Global Services with

DXC Technology

3.7
Compare

Sutherland Global Services

3.6
Compare

Optum Global Solutions

4.0
Compare

FIS

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