Upload Button Icon Add office photos
Engaged Employer

i

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

HumaneBITS Verified Tick

Compare button icon Compare button icon Compare
4.5

based on 27 Reviews

Filter interviews by

HumaneBITS Senior PHP Web Developer Interview Questions, Process, and Tips

Updated 12 Jun 2024

HumaneBITS Senior PHP Web Developer Interview Experiences

1 interview found

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(7 Questions)

  • Q1. Explain how login works in CodeIgniter/Laravel
  • Ans. 

    Login in CodeIgniter/Laravel involves creating a form for users to input their credentials, validating the input, checking against database records, and setting a session for authenticated users.

    • Create a login form with fields for username and password

    • Validate user input to ensure it meets required criteria

    • Check the entered credentials against records in the database

    • Set a session for authenticated users to maintain the

  • Answered by AI
  • Q2. Difference between session & cookie
  • Ans. 

    Session stores data on server side while cookie stores data on client side.

    • Session data is stored on the server, while cookie data is stored on the client's browser.

    • Sessions are more secure as the data is not exposed to the client, while cookies can be easily manipulated by the client.

    • Sessions are typically used for storing sensitive information like user credentials, while cookies are used for tracking user behavior o...

  • Answered by AI
  • Q3. Write PHP script to sort an array without PHP default functions
  • Ans. 

    PHP script to sort an array without default functions

    • Create a function to implement a sorting algorithm like bubble sort, selection sort, or insertion sort

    • Loop through the array and compare each element with the next one to determine the order

    • Swap elements if they are in the wrong order until the array is sorted

  • Answered by AI
  • Q4. Write PHP script to find occurrence of alphabets in a given string, string can contain special chars
  • Q5. How to set session for 5 mins
  • Ans. 

    Use the session_set_cookie_params function to set session for 5 mins

    • Use session_set_cookie_params function to set the session cookie lifetime to 5 minutes

    • Example: session_set_cookie_params(300); // 300 seconds = 5 minutes

  • Answered by AI
  • Q6. Table A has columns A-name, A-desc, A-BID, Table B has B-ID, B-name, A-BID is FK from B table, which JOIN to apply if want to get records which are A and B too.
  • Ans. 

    Use INNER JOIN to get records from both Table A and Table B based on the foreign key A-BID.

    • Use INNER JOIN to combine records from Table A and Table B based on the common column A-BID.

    • Specify the join condition using ON clause.

    • Select the columns you want to retrieve from both tables.

  • Answered by AI
  • Q7. Explain PDO in PHP
  • Ans. 

    PDO in PHP is a PHP Data Objects extension that provides a consistent interface for accessing databases.

    • PDO stands for PHP Data Objects

    • It is a database access layer providing a uniform method of access to multiple databases

    • It is more secure than the traditional MySQL extension

    • PDO supports prepared statements to prevent SQL injection attacks

  • Answered by AI

Skills evaluated in this interview

Interview questions from similar companies

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

Nuts and bolts game, to output date in a certain format, one SQL query

Round 2 - Technical 

(2 Questions)

  • Q1. Stacks and Queues
  • Q2. Linked lists, arrays, and many more basic fundamental Dsa questions.
Round 3 - Technical 

(2 Questions)

  • Q1. More about your resume projects.
  • Q2. Puzzles and reasoning is asked

Interview Preparation Tips

Interview preparation tips for other job seekers - Try Puzzles on gfg, knows your projects that you have mentioned in your cv or resume, basic dsa is mostly asked with a focus on dbms.
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed in Sep 2024. There were 3 interview rounds.

Round 1 - Aptitude Test 

Divisibility, LCM, HCF.
Numbers, Decimals, Fractions, Powers.
Profit, Loss.
Simple interest and Compound interest.
Speed, Distance, Time.
Work and wages.
Trains, Boats, Streams-upstream/downstream, Circular track questions.
Cistern and pipes.

Round 2 - Coding Test 

Coding interviews test candidates' technical knowledge, coding ability, problem solving skills, and creativity, typically on a whiteboard.

Round 3 - Assignment 

Choose a topic based on the assignment.
2 Conduct research.
3 Write a thesis statement

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

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

Round 1 - Technical 

(1 Question)

  • Q1. Promises in javascript
  • Ans. 

    Promises in JavaScript are objects representing the eventual completion or failure of an asynchronous operation.

    • Promises are used to handle asynchronous operations in JavaScript.

    • They can be in one of three states: pending, fulfilled, or rejected.

    • Promises can be chained using .then() to handle success and .catch() to handle errors.

  • Answered by AI

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

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

Round 1 - Aptitude Test 

C,c++ questions and two coding questions. basic mcq

Round 2 - Technical 

(3 Questions)

  • Q1. Treeset, hashset difference
  • Ans. 

    TreeSet and HashSet are both implementations of the Set interface in Java, but they have some key differences.

    • TreeSet is a sorted set that maintains elements in ascending order, while HashSet does not guarantee any specific order.

    • TreeSet uses a Red-Black tree data structure for storage, which allows for efficient retrieval of elements in sorted order.

    • HashSet uses a hash table for storage, which provides constant-time p...

  • Answered by AI
  • Q2. Oops concept, dbms, programming questions
  • Q3. Set and treeset and hashset

Interview Preparation Tips

Topics to prepare for ResMed Software Developer interview:
  • DBMS
  • OOPS
Interview preparation tips for other job seekers - none

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Assignment 

It consists of several technical questions and DSA

Round 2 - Coding Test 

The coding round was moderate

Round 3 - One-on-one 

(2 Questions)

  • Q1. What are the frameworks used in development?
  • Ans. 

    Frameworks are tools that provide pre-written code to help developers build applications more efficiently.

    • Popular front-end frameworks include React, Angular, and Vue.js

    • Common back-end frameworks include Express.js, Django, and Ruby on Rails

    • Full stack frameworks like MEAN and MERN stack combine front-end and back-end technologies

  • Answered by AI
  • Q2. Explain the projects

Skills evaluated in this interview

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

It was easy basic questions were there and we were asked to write two emails.

Round 2 - Technical 

(2 Questions)

  • Q1. Questions related to projects
  • Q2. QBasic SQL questions
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(1 Question)

  • Q1. Tell me about yourself
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
Not Selected
Round 1 - Coding Test 

Discussion on experience and current role and responsibilities

Round 2 - Technical 

(2 Questions)

  • Q1. 1. Discuss one past project
  • Q2. 2. Design a job scheduler
  • Ans. 

    A job scheduler is a software application that manages the scheduling of tasks or jobs to be executed by a computer system.

    • Define the job scheduling requirements such as priority, deadline, resource constraints, etc.

    • Implement a scheduling algorithm like First Come First Serve, Shortest Job First, Round Robin, etc.

    • Maintain a queue of jobs to be executed and allocate resources accordingly.

    • Monitor job execution and handle...

  • Answered by AI

Skills evaluated in this interview

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

I applied via Job Portal and was interviewed in Jun 2023. There were 3 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Keep your resume crisp and to the point. A recruiter looks at your resume for an average of 6 seconds, make sure to leave the best impression.
View all tips
Round 2 - Aptitude Test 

It has include logical ,reasoning question. Aptitude questions are include mcq type question.

Round 3 - Group Discussion 

Firstly introduce yourself then HR take the one subject then selected candidate discuss on that subject. Subject related talking positive and negative point. Then who candidate speak better these are select in next round.

Interview Preparation Tips

Topics to prepare for Surya Software Systems Software Developer interview:
  • Basic
Interview preparation tips for other job seekers - A job seekers should collect information about the company beforehand. Then do apply these job.

HumaneBITS Interview FAQs

How many rounds are there in HumaneBITS Senior PHP Web Developer interview?
HumaneBITS interview process usually has 1 rounds. The most common rounds in the HumaneBITS interview process are Technical.
What are the top questions asked in HumaneBITS Senior PHP Web Developer interview?

Some of the top questions asked at the HumaneBITS Senior PHP Web Developer interview -

  1. Table A has columns A-name, A-desc, A-BID, Table B has B-ID, B-name, A-BID i...read more
  2. Write PHP script to sort an array without PHP default functi...read more
  3. Explain how login works in CodeIgniter/Lara...read more

Tell us how to improve this page.

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.2k Interviews
Infosys Interview Questions
3.7
 • 7.5k Interviews
Wipro Interview Questions
3.7
 • 5.5k Interviews
Tech Mahindra Interview Questions
3.6
 • 3.8k Interviews
HCLTech Interview Questions
3.5
 • 3.7k Interviews
LTIMindtree Interview Questions
3.9
 • 2.9k Interviews
Mphasis Interview Questions
3.4
 • 784 Interviews
Cyient Interview Questions
3.7
 • 279 Interviews
View all
Quality Analyst
21 salaries
unlock blur

₹2 L/yr - ₹7.8 L/yr

Software Developer
19 salaries
unlock blur

₹5.8 L/yr - ₹16.5 L/yr

Senior Software Developer
18 salaries
unlock blur

₹8 L/yr - ₹26 L/yr

Software Engineer
13 salaries
unlock blur

₹3.5 L/yr - ₹11.3 L/yr

Senior Software Engineer
7 salaries
unlock blur

₹7 L/yr - ₹21.9 L/yr

Explore more salaries
Compare HumaneBITS with

Infosys

3.7
Compare

TCS

3.7
Compare

Wipro

3.7
Compare

HCLTech

3.5
Compare

Calculate your in-hand salary

Confused about how your in-hand salary is calculated? Enter your annual salary (CTC) and get your in-hand salary
Did you find this page helpful?
Yes No
write
Share an Interview