Upload Button Icon Add office photos

Filter interviews by

Cybage PHP Developer Interview Questions and Answers

Updated 23 Jul 2024

Cybage PHP Developer Interview Experiences

1 interview found

PHP Developer Interview Questions & Answers

user image Abhay Krishnan Gupta

posted on 23 Jul 2024

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

Good test process keep trying you will get the job

Round 2 - Technical 

(2 Questions)

  • Q1. Good question asked testing
  • Q2. Good question asked teating

Interview Preparation Tips

Interview preparation tips for other job seekers - Keep trying one day you will get the job

Interview questions from similar companies

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

(1 Question)

  • Q1. Php related questions
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 2023. There were 3 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Simple question from your resume
Round 2 - Coding Test 

Coding related questions

Round 3 - HR 

(3 Questions)

  • Q1. Tell me about yourself
  • Q2. What is your strength and weakness
  • Q3. Why are you want to join this question and what is your salary expectation

UI Developer Interview Questions & Answers

Coforge user image Divya Shrivastav

posted on 19 Nov 2024

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
-
Result
Not Selected

I applied via Company Website and was interviewed in Oct 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. What is closure?
  • Ans. 

    Closure is a function that has access to its own scope, as well as the scope in which it was defined.

    • Closure allows a function to access variables from its outer function even after the outer function has finished executing.

    • It helps in maintaining state in asynchronous operations.

    • Example: function outerFunction() { let outerVar = 'I am outer'; return function innerFunction() { console.log(outerVar); }; }

  • Answered by AI
  • Q2. Define hooks in react?
  • Ans. 

    Hooks in React are functions that let you use state and other React features without writing a class.

    • Hooks were introduced in React 16.8 to allow functional components to have state and lifecycle methods.

    • useState() is a hook that allows you to add state to functional components.

    • useEffect() is a hook that allows you to perform side effects in functional components.

    • Custom hooks are reusable functions that can contain log...

  • Answered by AI

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

All maths questions and coding questions

Round 2 - Coding Test 

Array problems, agular basic, JS snippets

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

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

Round 1 - Technical 

(1 Question)

  • Q1. Longest common substring in an array
  • Ans. 

    Find the longest common substring in an array of strings.

    • Iterate through each string in the array and compare with all other strings to find common substrings.

    • Keep track of the longest common substring found so far.

    • Return the longest common substring at the end.

  • Answered by AI
Round 2 - Technical 

(2 Questions)

  • Q1. Explain Virtual DOM in React
  • Ans. 

    Virtual DOM in React is a lightweight copy of the actual DOM, used for efficient updates and rendering.

    • Virtual DOM is a concept where a lightweight copy of the actual DOM is created in memory.

    • When changes are made to the UI, React compares the Virtual DOM with the actual DOM to identify the differences.

    • React then updates only the necessary parts of the actual DOM, minimizing the number of DOM manipulations for better p...

  • Answered by AI
  • Q2. How to optimise a React application
  • Ans. 

    Optimising a React application involves code splitting, lazy loading, using memoization, reducing unnecessary re-renders, and optimizing network requests.

    • Implement code splitting to load only necessary code for each route or component.

    • Use lazy loading to load components only when they are needed, reducing initial load time.

    • Utilize memoization techniques like useMemo and useCallback to prevent unnecessary re-renders.

    • Avo...

  • Answered by AI

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via Naukri.com and was interviewed in May 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. CSS Box-model definition
  • Ans. 

    CSS Box-model defines how elements are rendered in a webpage, including padding, border, and margin.

    • Box-model consists of content, padding, border, and margin

    • Content area is where text or images are displayed

    • Padding is the space between content and border

    • Border is the line around the content and padding

    • Margin is the space outside the border

  • Answered by AI
  • Q2. Difference b/n flexbox and grid
  • Ans. 

    Flexbox is for one-dimensional layouts, grid is for two-dimensional layouts.

    • Flexbox is best for arranging items in a single row or column.

    • Grid is best for creating complex layouts with rows and columns.

    • Flexbox is more suitable for smaller scale layouts, while grid is better for larger scale layouts.

    • Flexbox is more flexible in terms of item order and sizing, while grid provides more control over the overall layout.

    • Both

  • Answered by AI

Skills evaluated in this interview

Interview experience
1
Bad
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
No response

I applied via Approached by Company and was interviewed in Jun 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Based on Angular
  • Q2. Based on Html, CSS, Javascript
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
Selected Selected
Round 1 - Technical 

(2 Questions)

  • Q1. React js Basic Question
  • Q2. Coding Question Giving API to call and show in UI
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Referral and was interviewed in May 2024. There were 3 interview rounds.

Round 1 - Aptitude Test 

Technical questions will be there

Round 2 - Coding Test 

Simple coding questions will be asked.

Round 3 - HR 

(1 Question)

  • Q1. Only about salary and joining dates.

Cybage Interview FAQs

How many rounds are there in Cybage PHP Developer interview?
Cybage interview process usually has 2 rounds. The most common rounds in the Cybage interview process are Aptitude Test and Technical.
How to prepare for Cybage 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 Cybage. The most common topics and skills that interviewers at Cybage expect are PHP, Javascript, Zend Framework, Splunk and Apache.
What are the top questions asked in Cybage PHP Developer interview?

Some of the top questions asked at the Cybage PHP Developer interview -

  1. Good question asked test...read more
  2. Good question asked teat...read more

Tell us how to improve this page.

Cybage PHP Developer Interview Process

based on 1 interview

Interview experience

3
  
Average
View more
Software Engineer
3.2k salaries
unlock blur

₹3.2 L/yr - ₹12.5 L/yr

Senior Software Engineer
2k salaries
unlock blur

₹8 L/yr - ₹19.1 L/yr

QA Engineer
1.1k salaries
unlock blur

₹3.5 L/yr - ₹11 L/yr

Senior QA Engineer
809 salaries
unlock blur

₹6 L/yr - ₹14.2 L/yr

System Analyst
738 salaries
unlock blur

₹9.6 L/yr - ₹25 L/yr

Explore more salaries
Compare Cybage with

TCS

3.7
Compare

Infosys

3.6
Compare

Wipro

3.7
Compare

Tech Mahindra

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