Upload Button Icon Add office photos

Filter interviews by

Hashtech Systems Senior PHP Developer Interview Questions and Answers

Updated 16 Sep 2020

Hashtech Systems Senior PHP Developer Interview Experiences

1 interview found

I applied via Naukri.com and was interviewed in Aug 2020. There were 4 interview rounds.

Interview Questionnaire 

5 Questions

  • Q1. SQL injection
  • Q2. About codeigniter
  • Q3. Join SQL queries
  • Q4. Fetch parents data from database whose name is searched
  • Ans. 

    To fetch parents data from database whose name is searched.

    • Use SQL query to fetch data from database

    • Join parent table with child table using foreign key

    • Use WHERE clause to filter data based on searched name

  • Answered by AI
  • Q5. Library of codeigniter

Interview Preparation Tips

Interview preparation tips for other job seekers - Be prepared with point to point answers. Use simple language to make your answer understandable. Don't elaborate things unnecessary

Skills evaluated in this interview

Interview questions from similar companies

Software Developer Interview Questions & Answers

Sagacious IP user image 058 Abhilakshya Rajrah

posted on 9 Dec 2024

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

(3 Questions)

  • Q1. 2 sum in array
  • Ans. 

    The Two Sum problem involves finding two numbers in an array that add up to a given target value.

    • Iterate through the array and store the difference between the target and current element in a hashmap

    • Check if the current element exists in the hashmap, if yes return the indices

    • Time complexity can be reduced to O(n) using a hashmap

  • Answered by AI
  • Q2. Reverse a linked list
  • Ans. 

    Reverse a singly linked list and return the reversed list.

    • Iterate through the linked list and reverse the pointers to point to the previous node instead of the next node.

    • Use three pointers to keep track of the current, previous, and next nodes while reversing the list.

    • Update the head of the list to be the last node after reversing.

  • Answered by AI
  • Q3. In given time slots , find conflicting time slots
Round 2 - Technical 

(2 Questions)

  • Q1. Asked about projects
  • Q2. Longest palindrome
  • Ans. 

    Find the longest palindromic substring in a given string.

    • Iterate through each character in the string and expand around it to find palindromes

    • Use dynamic programming to optimize the solution

    • Consider both odd and even length palindromes

  • Answered by AI
Interview experience
3
Average
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
No response

I applied via campus placement at St Stanley College of Engineering, Arang and was interviewed in Oct 2024. There were 3 interview rounds.

Round 1 - Aptitude Test 

Had 50 qsns in 45 min

Round 2 - Coding Test 

Had 5 qsns to execute topics like tress and graphs

Round 3 - Technical 

(2 Questions)

  • Q1. Sql queries and how to extract the data
  • Q2. Oops concepts and their execution
  • Ans. 

    Oops concepts are fundamental principles of object-oriented programming that help in organizing and designing code efficiently.

    • Encapsulation: Bundling data and methods that operate on the data into a single unit (class).

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

    • Polymorphism: Ability of objects to take on multiple forms or have multiple behaviors.

    • Abstraction: Hiding the complex ...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Do not apply they don't hire

Skills evaluated in this interview

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

I applied via Campus Placement and was interviewed in Sep 2024. There was 1 interview round.

Round 1 - Coding Test 

Give you 5 problem in maths , string, sql etc

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

(2 Questions)

  • Q1. Communication mode in chat app
  • Ans. 

    Real-time communication using text, audio, and video in a chat application.

    • Text chat for quick messages

    • Audio chat for voice communication

    • Video chat for face-to-face interaction

  • Answered by AI
  • Q2. Consistency level in different scenarios
  • Ans. 

    Consistency level refers to the level of agreement between data replicas in a distributed system.

    • Consistency levels include strong consistency, eventual consistency, and eventual consistency with causal consistency.

    • Strong consistency ensures that all reads and writes are immediately visible to all nodes in the system.

    • Eventual consistency allows for temporary inconsistencies between replicas, which are eventually resolv...

  • Answered by AI

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
6-8 weeks
Result
No response

I applied via Naukri.com and was interviewed in Mar 2024. There were 4 interview rounds.

Round 1 - Resume Shortlist 

(1 Question)

  • Q1. Resume shortlist
Round 2 - Coding Test 

5 coding questions (4 medium and 1 easy) on coderbyte.

Round 3 - HR 

(1 Question)

  • Q1. Questions about previous jobs/internships and other HR-related questions.
Round 4 - Technical 

(1 Question)

  • Q1. Based on the skills mentioned in my resume, and questions based on the project mentioned (the Interviewer asked to open my GitHub profile and asked questions on code written).
Interview experience
2
Poor
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

Maths and communication based questions

Round 2 - Coding Test 

Estimate and SQL and coding was there

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

(1 Question)

  • Q1. Strecture of sql statement
  • Ans. 

    SQL statements are used to interact with databases by performing operations like querying, updating, and deleting data.

    • SQL statements are made up of keywords like SELECT, INSERT, UPDATE, DELETE, etc.

    • They are structured in a specific order, with clauses like WHERE, ORDER BY, GROUP BY, etc.

    • Tables are referenced using their names, and conditions are specified to filter data.

    • Joins can be used to combine data from multiple

  • Answered by AI

Skills evaluated in this interview

I applied via Approached by Company and was interviewed in Feb 2022. There were 2 interview rounds.

Round 1 - Aptitude Test 

30 mintues, relationship topics

Round 2 - HR 

(5 Questions)

  • Q1. What are your salary expectations?
  • Q2. What is your family background?
  • Q3. Why should we hire you?
  • Q4. What are your strengths and weaknesses?
  • Q5. Tell me about yourself.

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident. And Be Strongand good communication
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Company Website and was interviewed before May 2022. There were 4 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Don’t add your photo or details such as gender, age, and address in your resume. These details do not add any value.
View all tips
Round 2 - Aptitude Test 

It was a aptitude and logical reasoning test

Round 3 - Technical 

(1 Question)

  • Q1. Coding logic and aptitude was assessed
Round 4 - HR 

(1 Question)

  • Q1. Basic questions and salary negotiation was done

Interview Preparation Tips

Topics to prepare for Exl India Software Developer interview:
  • Fibonacci series
  • oops concepts
  • DSA
Interview preparation tips for other job seekers - Prepare well for the test and technical questions. Brownie points if you have a relevant project!

Hashtech Systems Interview FAQs

How to prepare for Hashtech Systems Senior 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 Hashtech Systems. The most common topics and skills that interviewers at Hashtech Systems expect are CSS, Front End, GIT, HTML and Javascript.
What are the top questions asked in Hashtech Systems Senior PHP Developer interview?

Some of the top questions asked at the Hashtech Systems Senior PHP Developer interview -

  1. Fetch parents data from database whose name is searc...read more
  2. SQL inject...read more
  3. Library of codeigni...read more

Tell us how to improve this page.

People are getting interviews through

based on 1 Hashtech Systems interview
Job Portal
100%
Low Confidence
?
Low Confidence means the data is based on a small number of responses received from the candidates.

Interview Questions from Similar Companies

Exl India Interview Questions
3.5
 • 94 Interviews
Deltax Interview Questions
2.7
 • 81 Interviews
Wayfair Interview Questions
3.7
 • 52 Interviews
Busibud Interview Questions
4.0
 • 41 Interviews
GAMMON INDIA Interview Questions
3.9
 • 29 Interviews
KHY ELECTRONIC Interview Questions
3.8
 • 26 Interviews
View all
Senior Software Developer
7 salaries
unlock blur

₹8 L/yr - ₹18 L/yr

Junior Software Developer
3 salaries
unlock blur

₹3.4 L/yr - ₹8.7 L/yr

Business Development Executive
3 salaries
unlock blur

₹3.2 L/yr - ₹3.2 L/yr

Senior Software Engineer
3 salaries
unlock blur

₹12 L/yr - ₹36 L/yr

Senior PHP Developer
3 salaries
unlock blur

₹2.8 L/yr - ₹5.4 L/yr

Explore more salaries
Compare Hashtech Systems with

Exl India

3.5
Compare

Amazon Sellers Services

4.1
Compare

Primus Global Technologies

4.0
Compare

GAMMON INDIA

3.9
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