Upload Button Icon Add office photos

Filter interviews by

Matainja Technologies Interview Questions and Answers

Updated 20 May 2024

Matainja Technologies Interview Experiences

Popular Designations

2 interviews found

Web Developer Interview Questions & Answers

user image Anshuman Majumder

posted on 20 May 2024

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
-
Result
Selected Selected

I applied via Walk-in and was interviewed before May 2023. There were 2 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Asked about recursion and stuffs , also and asked to write the logic of it
  • Q2. Question on strings
Round 2 - HR 

(1 Question)

  • Q1. Goals about life

Web Developer Interview Questions asked at other Companies

Q1. Check Indices With Given Difference Problem Statement You are provided with an integer array ARR of size N along with two integers A and B. Your task is to determine if there exist two distinct indices in the array such that the absolute di... read more
View answer (1)

I applied via Company Website

Interview Questionnaire 

5 Questions

  • Q1. 1) Study about Global variable & super global variable.
  • Q2. 2) Deeply knowledge about array
  • Q3. CRUD(Create, Read, Update, Delete) for Codeigniter & Core PHP & Laravel
  • Ans. 

    CRUD operations in Codeigniter, Core PHP, and Laravel

    • Codeigniter: Use the built-in functions like insert(), get(), update(), and delete() to perform CRUD operations.

    • Core PHP: Write custom functions to handle database operations using SQL queries.

    • Laravel: Utilize the Eloquent ORM to easily perform CRUD operations using models and database migrations.

  • Answered by AI
  • Q4. Knowledge about Session & Cookies
  • Q5. Little knowledge on Jquery and JS

Interview Preparation Tips

Interview preparation tips for other job seekers - Don't getting nervous. Keep your mind cool.
At first follow the question very well. Then give the answers step by step.

Skills evaluated in this interview

Junior PHP Developer Interview Questions asked at other Companies

Q1. What is pear in PHP ? What are difference between dynamic & statics website ? How to execute php script in command line ? What are rules of naming convention in php ?
View answer (1)

Interview questions from similar companies

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

I applied via LinkedIn and was interviewed in Aug 2024. There was 1 interview round.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Tell me about your self.
  • Ans. 

    I am a passionate software engineering student with experience in web development and a strong desire to learn and grow.

    • Currently pursuing a degree in Computer Science

    • Proficient in programming languages such as Java, Python, and JavaScript

    • Experience with front-end technologies like HTML, CSS, and React

    • Completed internships at tech companies like XYZ Inc.

    • Interested in exploring machine learning and artificial intelligen

  • Answered by AI
  • Q2. What's your skill and experience.
  • Ans. 

    I have strong skills in programming languages such as Java, Python, and C++, as well as experience with web development and database management.

    • Proficient in Java, Python, and C++ programming languages

    • Experience with web development using HTML, CSS, and JavaScript

    • Familiarity with database management systems like MySQL and MongoDB

  • Answered by AI

Interview Preparation Tips

Topics to prepare for GrapplTech Software Engineer Intern interview:
  • Java
  • Javascript
  • React.Js
  • Node.Js
  • MySQL
  • OOPS
  • DSA
Interview preparation tips for other job seekers - It's a Great Platform for job seekers.
Interview experience
1
Bad
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Walk-in

Round 1 - One-on-one 

(2 Questions)

  • Q1. Tell me about yourself
  • Ans. 

    I am a dedicated and experienced Virtual Relationship Manager with a passion for building strong connections and providing excellent customer service.

    • Over 5 years of experience in virtual relationship management

    • Skilled in communication, problem-solving, and relationship-building

    • Proven track record of exceeding customer satisfaction goals

    • Proficient in CRM software and virtual communication tools

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

    I am passionate about leveraging technology to enhance customer relationships and provide personalized solutions.

    • Passionate about using technology to improve customer relationships

    • Excited about providing personalized solutions

    • Believe in the importance of virtual communication in today's digital world

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Very bad experience till date.. no response from the employer for any kind of queries. No formal documents are provided for company policies. Misleaded on the interview.
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(3 Questions)

  • Q1. What is oops concept with real life example
  • Ans. 

    OOPs concept is a programming paradigm based on the concept of objects, which can contain data in the form of fields and code in the form of procedures.

    • Encapsulation: bundling data and methods that operate on the data into a single unit. Example: a car object with properties like color and methods like start() and stop().

    • Inheritance: allows a class to inherit properties and behavior from another class. Example: a class...

  • Answered by AI
  • Q2. Real life scenario example of oops
  • Ans. 

    A real life scenario example of OOPs is modeling a car as an object with properties and methods.

    • Create a Car class with attributes like make, model, year, color

    • Define methods like start(), accelerate(), brake()

    • Instantiate multiple car objects and perform actions on them

  • Answered by AI
  • Q3. What is collections
  • Ans. 

    Collections in Java are classes and interfaces that provide a way to store and manipulate groups of objects.

    • Collections provide a way to work with groups of objects in Java

    • They include classes like ArrayList, LinkedList, HashMap, etc.

    • Collections framework provides interfaces like List, Set, Map, etc.

    • Collections offer methods for adding, removing, and accessing elements in a group

  • Answered by AI
Round 2 - HR 

(2 Questions)

  • Q1. Tell me about yoursef
  • Ans. 

    I am a passionate Java developer with 5 years of experience in developing web applications and implementing software solutions.

    • 5 years of experience in Java development

    • Strong knowledge of web application development

    • Experience in implementing software solutions

    • Passionate about coding and problem-solving

  • Answered by AI
  • Q2. Tell me about ur project
  • Ans. 

    Developed a web application for online shopping with user authentication and payment gateway integration.

    • Used Java Spring framework for backend development

    • Implemented RESTful APIs for communication between frontend and backend

    • Integrated Stripe API for secure payment processing

  • Answered by AI

Skills evaluated in this interview

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

I applied via Job Fair and was interviewed in Apr 2024. There were 2 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Nothing much asked
  • Q2. Asked about real-time problems they are facing in projects
Round 2 - Technical 

(1 Question)

  • Q1. Just real-time problems they are facing

Interview Preparation Tips

Interview preparation tips for other job seekers - Too easy to crack
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. What is software development life cycle
  • Ans. 

    Software development life cycle is a process used by software development teams to design, develop, test, and deploy software.

    • SDLC consists of several phases including planning, analysis, design, implementation, testing, and maintenance.

    • Each phase has its own set of activities and deliverables that contribute to the overall development process.

    • Examples of SDLC models include Waterfall, Agile, and DevOps.

    • SDLC helps ensu...

  • Answered by AI
  • Q2. How do you prioritize and manage task
  • Ans. 

    I prioritize tasks based on deadlines, importance, and impact on overall goals. I use tools like to-do lists and calendars to stay organized.

    • I prioritize tasks based on deadlines, importance, and impact on overall goals

    • I use tools like to-do lists and calendars to stay organized

    • I communicate with team members and stakeholders to understand priorities and deadlines

    • I break down larger tasks into smaller, manageable steps...

  • Answered by AI
Round 2 - HR 

(1 Question)

  • Q1. Where do you see your self in next 5 years

Skills evaluated in this interview

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

I applied via Naukri.com and was interviewed in Dec 2023. There were 2 interview rounds.

Round 1 - Aptitude Test 

First there will be a topic given to you to write an article of length 300-400 words in 15 mins. This article writing is to check your knowledge of English language.
Then there is a 45 mins round test in which 40 questions will be asked.
20 Technical and 20 Programming.
The programming questions will be from C++, and you are required to choose the correct output of the given C++ program.
The technical aptitude questions were medium to hard.

Round 2 - Technical 

(1 Question)

  • Q1. It's a 1:30 hr round. In this part, there will be 4 coding questions from arrays topic which you can solve with any programming language you know. Along with this, you will have 2 questions from SQL and e...

Interview Preparation Tips

Interview preparation tips for other job seekers - Have some basic knowledge of C++ to answer aptitude questions.
Be heavily prepared for the technical aptitude part.
Learn some basic command of SQL.
Be prepared to face the medium level DSA questions from arrays.
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Coding round with 4 coding problem

Round 2 - Technical 

(1 Question)

  • Q1. Interviewer give coding problems which we have to solved face to face
Round 3 - Technical 

(1 Question)

  • Q1. Then question answer regarding coding language and you knowledge regarding programming
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Ask coding questions

Round 2 - Technical 

(1 Question)

  • Q1. Based role depended
Round 3 - Technical 

(1 Question)

  • Q1. Project manager
Round 4 - HR 

(1 Question)

  • Q1. Sallary discuss

Matainja Technologies Interview FAQs

How many rounds are there in Matainja Technologies interview?
Matainja Technologies interview process usually has 2 rounds. The most common rounds in the Matainja Technologies interview process are HR and Technical.
How to prepare for Matainja Technologies 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 Matainja Technologies. The most common topics and skills that interviewers at Matainja Technologies expect are PHP, React.Js, HTML, Javascript and Laravel.
What are the top questions asked in Matainja Technologies interview?

Some of the top questions asked at the Matainja Technologies interview -

  1. CRUD(Create, Read, Update, Delete) for Codeigniter & Core PHP & Lara...read more
  2. 1) Study about Global variable & super global variab...read more
  3. Asked about recursion and stuffs , also and asked to write the logic of...read more

Tell us how to improve this page.

Matainja Technologies Interview Process

based on 1 interview

Interview experience

3
  
Average
View more

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.5k Interviews
Infosys Interview Questions
3.6
 • 7.6k Interviews
Wipro Interview Questions
3.7
 • 5.7k Interviews
Tech Mahindra Interview Questions
3.5
 • 3.9k Interviews
HCLTech Interview Questions
3.5
 • 3.8k Interviews
LTIMindtree Interview Questions
3.8
 • 3k Interviews
Mphasis Interview Questions
3.4
 • 810 Interviews
Busibud Interview Questions
4.0
 • 42 Interviews
View all

Matainja Technologies Reviews and Ratings

based on 21 reviews

3.5/5

Rating in categories

3.5

Skill development

3.4

Work-life balance

2.6

Salary

4.3

Job security

2.8

Company culture

2.4

Promotions

2.9

Work satisfaction

Explore 21 Reviews and Ratings
Web Developer
14 salaries
unlock blur

₹1.8 L/yr - ₹3.3 L/yr

PHP Developer
4 salaries
unlock blur

₹1.1 L/yr - ₹2 L/yr

Senior Web Developer
4 salaries
unlock blur

₹3.3 L/yr - ₹4 L/yr

Android Developer
4 salaries
unlock blur

₹1.2 L/yr - ₹3 L/yr

PHP Web Developer
4 salaries
unlock blur

₹0.8 L/yr - ₹2.4 L/yr

Explore more salaries
Compare Matainja Technologies with

TCS

3.7
Compare

Infosys

3.6
Compare

Wipro

3.7
Compare

HCLTech

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