i
Northcorp
Software
Filter interviews by
include() and require() are both PHP functions used to include and evaluate external PHP files, but require() will cause a fatal error if the file is not found.
include() will only produce a warning if the file is not found, while require() will produce a fatal error.
require() is recommended when the file being included is essential for the script to run properly.
include() is useful when including files that are not cri...
To reverse a list in Python, you can use the built-in reverse() method or slicing technique.
Use the reverse() method to reverse the list in place: list.reverse()
Use slicing to create a new reversed list: reversed_list = list[::-1]
The reverse method() is used to reverse the order of elements in an array.
Use the reverse() method on an array to reverse the order of its elements.
Example: $arr = [1, 2, 3]; reverse($arr); // Output: [3, 2, 1]
Connecting to a MySQL database in PHP can be done using MySQLi or PDO extensions for secure and efficient database interactions.
Use MySQLi: $conn = new mysqli('host', 'username', 'password', 'database');
Check connection: if ($conn->connect_error) { die('Connection failed: ' . $conn->connect_error); }
Use PDO: $conn = new PDO('mysql:host=host;dbname=database', 'username', 'password');
Set error mode: $conn->setAt...
A PHP developer is a professional who specializes in writing server-side web application logic using PHP programming language.
Develops and maintains web applications using PHP
Writes clean, efficient, and secure code
Collaborates with front-end developers to integrate user-facing elements
Troubleshoots and debugs applications to ensure optimal performance
Top trending discussions
I applied via Campus Placement and was interviewed in Jul 2022. There were 3 interview rounds.
Their are 30 questions which one has to done in 30 mins
posted on 27 Jun 2023
I applied via Company Website and was interviewed in May 2023. There were 4 interview rounds.
30 min test on simple google form
Half hour conding round on basic javascript questions
One hour coding round on little bit intermediate javascript questions
posted on 26 Mar 2024
I applied via Approached by Company and was interviewed in Feb 2024. There was 1 interview round.
The IPO problem involves scheduling and maximizing profits from initial public offerings.
Understand the problem constraints and requirements clearly.
Use a greedy algorithm to prioritize high-profit IPOs.
Consider edge cases, such as overlapping IPO times.
Example: If IPOs A, B, and C have profits of 100, 200, and 150 respectively, prioritize B first.
posted on 9 Feb 2022
I applied via Campus Placement
Online Coding Test included some aptitude questions, technical questions followed by 3 coding questions
posted on 19 Nov 2021
I applied via Naukri.com and was interviewed in May 2021. There was 1 interview round.
Check if a number is prime and optimize the code.
Start by checking if the number is less than 2, in which case it is not prime.
Iterate from 2 to the square root of the number and check if any of them divide the number evenly.
If a divisor is found, the number is not prime. Otherwise, it is prime.
To optimise API calls in React, use asynchronous functions and caching techniques.
Use async/await to handle API calls
Implement caching to reduce network requests
Use memoization to avoid unnecessary re-renders
Consider using a state management library like Redux
Use performance profiling tools like React DevTools
posted on 11 Feb 2022
I applied via Campus Placement and was interviewed in Aug 2021. There were 4 interview rounds.
1st test was aptitude and a easy coding test
The 2nd test was pure coding based test on hacker rank platform and contains 2 easy and 2 medium question
I come from a close-knit family that values education and support, fostering a strong sense of community and collaboration.
My parents are both educators, which instilled a love for learning in me from a young age.
I have two siblings; we often collaborate on projects, enhancing our problem-solving skills.
Family gatherings are frequent, where we share experiences and support each other's goals.
based on 4 interview experiences
based on 5 reviews
Rating in categories
Devops Engineer
9
salaries
| ₹1.5 L/yr - ₹6.8 L/yr |
Software Developer
8
salaries
| ₹2 L/yr - ₹4.5 L/yr |
Senior Software Engineer
7
salaries
| ₹8.4 L/yr - ₹27 L/yr |
Senior Java Developer
6
salaries
| ₹14 L/yr - ₹22 L/yr |
Software Engineer
5
salaries
| ₹1 L/yr - ₹11.3 L/yr |
Zidio Development
Accel Frontline
Elentec Power India (EPI) Pvt. Ltd.
HyScaler