Filter interviews by
I applied via Hirect and was interviewed in Feb 2022. There were 4 interview rounds.
Composer is a dependency manager for PHP.
Composer manages dependencies for PHP projects
It allows you to easily install and update packages
It creates a lock file to ensure consistent installations
It can be used to autoload classes and files
It supports version constraints for packages
To make a fillable value, we can use input fields or forms in software applications.
Use HTML input fields with appropriate attributes like 'name', 'type', 'placeholder', etc.
In desktop applications, use form controls like text boxes, combo boxes, etc.
Validate user input to ensure data integrity and prevent errors.
Provide clear instructions and labels to guide users in filling out the form.
Consider accessibility guideli...
An array is a collection of similar data types. in_array() function checks if a value exists in an array.
Arrays can store multiple values of the same data type
in_array() function returns true if a value exists in an array
Syntax: in_array(value, array)
Example: $fruits = array('apple', 'banana', 'orange'); in_array('banana', $fruits) returns true
Static class and function are used to define methods and properties that can be accessed without creating an instance of the class.
Static class cannot be instantiated and all its members must be static
Static function can be called without creating an instance of the class
Static members are shared across all instances of the class
Static members are accessed using the class name instead of an instance variable
Data abstraction is the process of hiding implementation details and showing only the necessary information to the user.
It is a way of organizing complex systems into simpler and more manageable components.
It helps in reducing complexity, improving security, and increasing efficiency.
Examples include object-oriented programming, encapsulation, and modular design.
Create a CRUD operation using class and object. By using constructor login page.
Salary expectations depend on experience, market rates, and job responsibilities, aiming for a fair compensation package.
Market Research: I have researched the average salary for similar roles in this region, which typically ranges from $80,000 to $120,000.
Experience Level: With my X years of experience in software development and specific skills in Java and React, I believe a salary in the upper range is justified.
Val...
Top trending discussions
Basic to medium questions on array string SQL
I applied via Recruitment Consulltant and was interviewed in Dec 2023. There were 2 interview rounds.
Basic aptitude followed with english and reasoning
The lifecycle of a thread in Java includes several stages from creation to termination.
A thread is created using the Thread class or implementing the Runnable interface.
The thread goes through the new, runnable, and blocked states before running.
Once running, the thread can be paused, resumed, or stopped.
Finally, the thread reaches the terminated state and cannot be restarted.
posted on 16 Apr 2021
I applied via Approached by Company and was interviewed in Jul 2021. There were 4 interview rounds.
System test about WordPress to upload file
posted on 24 Mar 2022
I applied via Naukri.com
Technical questions
I appeared for an interview before Apr 2024, where I was asked the following questions.
ACID properties ensure reliable transactions in databases: Atomicity, Consistency, Isolation, Durability.
Atomicity: Transactions are all-or-nothing. Example: If a bank transfer fails, no money is deducted.
Consistency: Transactions must leave the database in a valid state. Example: A transaction should not violate any integrity constraints.
Isolation: Transactions occur independently. Example: Concurrent transactions do ...
Indexing is a data structure technique that improves the speed of data retrieval operations on a database or data set.
Indexing creates a data structure (like a B-tree) that allows for faster searches.
For example, a book index helps locate topics quickly without scanning every page.
In databases, an index on a column allows for quicker query results, e.g., searching for a user by email.
Indexes can be unique (no duplicate...
I appeared for an interview before Mar 2024, where I was asked the following questions.
I am committed to long-term growth and contribution in this position, aligning my goals with the company's vision.
I believe in building strong relationships with my team and the organization, which takes time and dedication.
For example, I aim to take on increasing responsibilities and contribute to long-term projects.
I am eager to develop my skills and grow within the company, ensuring I can add value over time.
I see t...
I appeared for an interview in Oct 2024, where I was asked the following questions.
HashMap uses key-value pairs, hashing, and buckets for efficient data retrieval and storage.
HashMap stores data in key-value pairs, where each key is unique.
It uses a hash function to compute an index (hash code) for each key.
The computed index points to a bucket in an array where the value is stored.
If multiple keys hash to the same index (collision), they are stored in a linked list or tree structure.
Example: For a k...
A prime number is a natural number greater than 1 that cannot be formed by multiplying two smaller natural numbers.
A prime number has exactly two distinct positive divisors: 1 and itself.
Examples of prime numbers include 2, 3, 5, 7, 11, and 13.
The number 1 is not prime because it has only one positive divisor.
The number 4 is not prime because it can be divided by 1, 2, and 4.
To check if a number n is prime, test divisi...
HashMap stores key-value pairs; HashSet stores unique keys without values.
HashMap allows duplicate values but not duplicate keys. Example: {1: 'A', 2: 'B', 1: 'C'} results in {1: 'C', 2: 'B'}.
HashSet only stores unique elements. Example: {1, 2, 2} results in {1, 2}.
HashMap provides O(1) average time complexity for get and put operations.
HashSet provides O(1) average time complexity for add, remove, and contains operati...
Project Manager
7
salaries
| ₹6 L/yr - ₹15 L/yr |
PHP Developer
6
salaries
| ₹2.8 L/yr - ₹6 L/yr |
Senior PHP Developer
6
salaries
| ₹5.4 L/yr - ₹10.2 L/yr |
Quality Analyst
5
salaries
| ₹2.4 L/yr - ₹4.2 L/yr |
Web Developer
5
salaries
| ₹3.8 L/yr - ₹6.8 L/yr |
Tradebulls
Muthoot Money
Axis Sales
SysArc Infomatix