Filter interviews by
I applied via Naukri.com and was interviewed in Jun 2022. There were 3 interview rounds.
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
Little difficult for the freshers
A little programming oriented questions were there
I applied via Naukri.com and was interviewed in May 2022. There was 1 interview round.
I applied via Recruitment Consultant and was interviewed in May 2021. There was 1 interview round.
posted on 21 Dec 2024
I applied via Campus Placement
General aptitude, computer science fundamentals multiple-choice questions, and data structures and algorithms multiple-choice questions were asked.
Function to reverse a given string
Create an empty string to store the reversed string
Iterate through the input string in reverse order and append each character to the new string
Return the reversed string
Binary search function to find target value in sorted array
Define function that takes sorted array and target value as input
Initialize variables for start, end, and middle indices
Use while loop to iterate until start is less than or equal to end
Graduating with honors, winning a hackathon, volunteering in a developing country
Graduated with honors from university with a degree in Computer Science
Won first place in a hackathon competition by developing a unique and innovative software solution
Volunteered in a developing country to help build schools and provide education to underprivileged children
I applied via LinkedIn and was interviewed in Nov 2024. There was 1 interview round.
I applied via Recruitment Consulltant and was interviewed in Nov 2024. There was 1 interview round.
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].
PHP Developer
5
salaries
| ₹2 L/yr - ₹4.2 L/yr |
Business Analyst
4
salaries
| ₹2.4 L/yr - ₹4 L/yr |
QA Engineer
4
salaries
| ₹4 L/yr - ₹4.8 L/yr |
Team Lead
4
salaries
| ₹3.5 L/yr - ₹4.9 L/yr |
Project Manager
3
salaries
| ₹5 L/yr - ₹6 L/yr |
TCS
Infosys
Wipro
HCLTech