Filter interviews by
I applied via Walk-in and was interviewed before Oct 2023. There were 3 interview rounds.
Basic coding and syntax, can be easily cleared
PHP stands for Hypertext Preprocessor, a server-side scripting language used for web development.
PHP is a widely-used open source scripting language
It is especially suited for web development and can be embedded into HTML
PHP code is executed on the server, generating HTML which is then sent to the client's browser
Include is used to add a file in PHP code, while exclude is used to remove a file from PHP code.
Include is used to include and evaluate a specific file in PHP code
Exclude is not a standard PHP function, but can be achieved by not including a specific file in the code
Include is commonly used for importing libraries or reusable code snippets
Exclude is not a common term in PHP programming
implode is used to join array elements into a string, while explode is used to split a string into an array.
implode joins array elements into a string using a specified delimiter.
explode splits a string into an array using a specified delimiter.
Example of implode: $array = ['Hello', 'World']; $string = implode(' ', $array); // Output: 'Hello World'
Example of explode: $string = 'Hello World'; $array = explode(' ', $stri
Variables in PHP can be of different types such as string, integer, float, boolean, array, object, etc.
String: $name = 'John';
Integer: $age = 25;
Float: $price = 10.99;
Boolean: $isStudent = true;
Array: $colors = ['red', 'blue', 'green'];
Object: $car = new Car();
A constant is a value that cannot be changed during the execution of a script.
Constants are defined using the define() function in PHP
Constants are case-sensitive by default
Constants can be accessed globally
Constants are useful for storing values that should not be changed
I am a recent graduate with a degree in Computer Science, passionate about learning new technologies and eager to start my career in PHP development.
Recent graduate with a degree in Computer Science
Passionate about learning new technologies
Eager to start a career in PHP development
The company is a leading software development firm specializing in PHP solutions.
Specializes in PHP development
Known for delivering high-quality software solutions
Has a strong reputation in the industry
Offers a range of services including web development, mobile app development, and e-commerce solutions
Top trending discussions
I am a highly skilled System Engineer with expertise in designing and implementing complex systems.
Experienced in managing and troubleshooting network infrastructure
Proficient in virtualization technologies such as VMware and Hyper-V
Strong knowledge of operating systems like Windows and Linux
Familiar with scripting languages like PowerShell and Bash
Excellent problem-solving and communication skills
Yes, I have experience working in teams.
I have worked on several group projects during my studies.
I have collaborated with colleagues to solve complex technical problems.
I have participated in cross-functional teams to implement system upgrades.
I have also been part of agile development teams, working closely with software engineers and testers.
One example of teamwork is when I led a team of engineers to successfully d
I am a Programmer Analyst with expertise in developing and maintaining software applications.
Proficient in programming languages such as Java, C++, and Python
Experience in analyzing user requirements and designing software solutions
Skilled in troubleshooting and debugging software issues
Strong knowledge of database management systems like MySQL and Oracle
Familiarity with software development methodologies like Agile an...
I come from a close-knit family with diverse backgrounds and interests.
My parents are both educators, and they instilled in me a love for learning and problem-solving.
I have two siblings, an older brother who works in finance and a younger sister who is studying medicine.
We often gather for family dinners and enjoy discussing various topics, from technology to current events.
My family has been a great support system th...
Flexibility can bring advantages like adaptability and creativity, but can also lead to indecisiveness and lack of focus.
Flexibility allows for adaptability to changing situations and creativity in problem-solving.
It can also lead to indecisiveness and lack of focus if not balanced with structure and clear goals.
Advantages include increased resilience, better teamwork, and improved communication.
Disadvantages include p...
My English score is bad due to lack of practice and exposure.
Lack of practice and exposure to English language
Difficulty in understanding complex grammar rules
Limited vocabulary and poor pronunciation
Lack of confidence in speaking and writing English
Possible language barrier if English is not my first language
Determining toll for Jamuna Expressway
Consider the distance of the expressway
Analyze the maintenance cost of the expressway
Take into account the traffic volume and expected revenue
Compare with toll rates of similar expressways
Consider the economic status of the region
Consult with experts and stakeholders
I am a software engineer with experience in developing web applications and mobile apps.
I have a degree in Computer Science
I have worked with Java, Python, and JavaScript
I have experience with front-end frameworks like React and Angular
I have developed mobile apps using React Native
I am familiar with Agile methodologies
I have a passion for software development and enjoy the challenges it presents.
I have always been interested in technology and programming
I have taken courses and completed projects in software development
I enjoy problem-solving and finding efficient solutions
I believe software engineering is a constantly evolving field with endless opportunities for growth
A program to check if a given number is prime or not.
A prime number is a number that is only divisible by 1 and itself.
Start checking from 2 up to the square root of the number.
If the number is divisible by any number in the range, it is not prime.
Otherwise, it is prime.
Optimization: check only odd numbers after 2.
Fibonacci program generates a series of numbers where each number is the sum of the two preceding ones.
The program can be implemented using recursion or iteration.
The first two numbers in the series are always 0 and 1.
The next number is the sum of the previous two numbers.
Example: 0, 1, 1, 2, 3, 5, 8, 13, 21, 34, 55, 89, 144, 233, 377, 610, 987, 1597, 2584, 4181, 6765, 10946, 17711, 28657, 46368, 75025, 121393, 196418,...
Flowchart for two programs
Identify inputs and outputs
Determine program logic
Create decision points and loops
Connect program components
Include error handling
Test and debug
Document the flowchart
Interview experience
based on 5 reviews
Rating in categories
Software Developer
4
salaries
| ₹3 L/yr - ₹4.5 L/yr |
HR Executive
4
salaries
| ₹1 L/yr - ₹2 L/yr |
Web Designer
4
salaries
| ₹1 L/yr - ₹3 L/yr |
PHP Web Developer
4
salaries
| ₹0.5 L/yr - ₹0.5 L/yr |
Team Lead
4
salaries
| ₹4.8 L/yr - ₹5.8 L/yr |
TCS
Infosys
Wipro
HCLTech