Add office photos
Employer?
Claim Account for FREE

The Brihaspati Infotech

3.3
based on 11 Reviews
Filter interviews by

10+ SILQ Interview Questions and Answers

Updated 20 Jun 2024

Q1. What is composer and describe it functionalities?

Ans.

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

Add your answer

Q2. What is static class and static function?

Ans.

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

Add your answer

Q3. What is an array and use of in_array function?

Ans.

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

Add your answer

Q4. Can we declare two constructor in one class?

Ans.

Yes, we can declare multiple constructors in a class.

  • Constructors are used to initialize objects of a class.

  • Multiple constructors can be defined with different parameters.

  • The constructor with the matching parameter list will be called.

  • If no constructor is defined, a default constructor is provided by the compiler.

Add your answer
Discover SILQ interview dos and don'ts from real experiences

Q5. How can we make fillable value?

Ans.

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 guidelines to ensure all users can interact with the form.

Add your answer

Q6. What is polymorphism?

Ans.

Polymorphism is the ability of an object to take on many forms.

  • Polymorphism allows objects of different classes to be treated as if they were objects of the same class.

  • It is achieved through method overriding and method overloading.

  • Examples include function overloading, operator overloading, and inheritance.

  • Polymorphism helps in achieving loose coupling and flexibility in code design.

Add your answer

Q7. What is data abstraction?

Ans.

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.

Add your answer

Q8. What do you mean by BA?

Ans.

BA stands for Business Analyst, a professional who analyzes an organization or business domain and documents its business processes or systems.

  • BA stands for Business Analyst

  • They analyze an organization or business domain

  • They document business processes or systems

  • They bridge the gap between IT and business stakeholders

Add your answer

Q9. Explain me about flow chart of Amazon

Ans.

Amazon's flow chart outlines the process of a customer browsing, selecting, purchasing, and receiving products.

  • Customer visits Amazon website or app

  • Customer searches for desired product

  • Customer adds product to cart

  • Customer proceeds to checkout and makes payment

  • Amazon processes order and ships product to customer

  • Customer receives product and may leave a review

Add your answer

Q10. Draw a flow chart on the given basis

Ans.

Draw a flow chart based on given criteria

  • Identify the starting point of the process

  • List the steps involved in the process

  • Connect the steps with arrows to show the flow of the process

  • Include decision points if applicable

  • End the flow chart with the final outcome

Add your answer
Contribute & help others!
Write a review
Share interview
Contribute salary
Add office photos
Interview Tips & Stories
Ace your next interview with expert advice and inspiring stories

Top Interview Questions from Similar Companies

3.7
 • 332 Interview Questions
4.2
 • 201 Interview Questions
3.5
 • 174 Interview Questions
3.5
 • 146 Interview Questions
4.2
 • 142 Interview Questions
3.8
 • 131 Interview Questions
View all
Top The Brihaspati Infotech Interview Questions And Answers
Share an Interview
Stay ahead in your career. Get AmbitionBox app
qr-code
Helping over 1 Crore job seekers every month in choosing their right fit company
70 Lakh+

Reviews

5 Lakh+

Interviews

4 Crore+

Salaries

1 Cr+

Users/Month

Contribute to help millions
Get AmbitionBox app

Made with ❤️ in India. Trademarks belong to their respective owners. All rights reserved © 2024 Info Edge (India) Ltd.

Follow us
  • Youtube
  • Instagram
  • LinkedIn
  • Facebook
  • Twitter