Upload Button Icon Add office photos

Filter interviews by

The Brihaspati Infotech Software Engineer Interview Questions, Process, and Tips

Updated 7 Aug 2022

The Brihaspati Infotech Software Engineer Interview Experiences

1 interview found

I applied via Hirect and was interviewed in Feb 2022. There were 4 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 - Technical 

(7 Questions)

  • 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

  • Answered by AI
  • Q2. 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 guideli...

  • Answered by AI
  • 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

  • Answered by AI
  • Q4. 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

  • Answered by AI
  • Q5. 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.

  • Answered by AI
  • 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.

  • Answered by AI
  • 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.

  • Answered by AI
Round 3 - Assignment 

Create a CRUD operation using class and object. By using constructor login page.

Round 4 - One-on-one 

(3 Questions)

  • Q1. Why do you want work in this company?
  • Q2. Tell me some about this company
  • Q3. What is your salary expectations for this job?

Interview Preparation Tips

Topics to prepare for The Brihaspati Infotech Software Engineer interview:
  • OOPS
  • Framework
  • Database Design
Interview preparation tips for other job seekers - Learn basic to advance, oops concept and framework in which read and developed directory structure.

Skills evaluated in this interview

Interview questions from similar companies

Interview experience
1
Bad
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. Basic java questions
  • Q2. Sql related questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Don't join this company
Interview experience
2
Poor
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Recruitment Consulltant and was interviewed in Dec 2023. There were 2 interview rounds.

Round 1 - Aptitude Test 

Basic aptitude followed with english and reasoning

Round 2 - Technical 

(3 Questions)

  • Q1. Core java technical questions , spring , spring boot
  • Q2. What is JIT in java
  • Ans. 

    JIT stands for Just-In-Time compilation in Java. It dynamically compiles bytecode into machine code at runtime for improved performance.

    • JIT is a part of the Java Virtual Machine (JVM) that optimizes the execution of Java programs.

    • It analyzes the frequently executed parts of the bytecode and compiles them into native machine code.

    • This compilation happens at runtime, just before the code is executed, hence the name Just-...

  • Answered by AI
  • Q3. Explain lifecyxle of thread in java
  • Ans. 

    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.

  • Answered by AI

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
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 - One-on-one 

(2 Questions)

  • Q1. Questions was based on SQL
  • Q2. SQL queries and joins and

Interview Preparation Tips

Interview preparation tips for other job seekers - was good and easy process, HR was supportive but i did not get selected
Round 1 - Coding Test 

Basic to medium questions on array string SQL

Round 2 - Technical 

(1 Question)

  • Q1. Project related questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Mostly they hire for freshers because company doesn't have budget to hire good experienced people. So just go through basics because senior people who are working there are also not that knowledgeable.

I applied via Recruitment Consultant and was interviewed in Nov 2020. There were 3 interview rounds.

Interview Questionnaire 

3 Questions

  • Q1. 1.threading
  • Q2. 2.multiprocessing
  • Q3. About projects

Interview Preparation Tips

Interview preparation tips for other job seekers - its very nice and good interview
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Recursive program of binary tree and basic HTML bootstrap

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected
Round 1 - One-on-one 

(1 Question)

  • Q1. Basics of oops concepts
Round 2 - One-on-one 

(1 Question)

  • Q1. Basic string based programming test
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
No response

I applied via Dash hire and was interviewed in Mar 2024. There were 3 interview rounds.

Round 1 - Coding Test 

Coding questions were around the tech stack I worked on and an easy dsa question

Round 2 - Coding Test 

Again discussion on tech stack I worked on and a few questions around it and coding an application of todo list in react

Round 3 - Team fit 

(1 Question)

  • Q1. Discussion with the pod lead and vertical lead of the team where hiring was going on. Sort of qna system design

Interview Preparation Tips

Interview preparation tips for other job seekers - Although the process was smooth but their HR just ghosted after all rounds.

I applied via Naukri.com and was interviewed before Oct 2019. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Basic Core Java, Multi-Threading, Struts2, Spring MVC Related Questions

Interview Preparation Tips

Interview preparation tips for other job seekers - If you are able to work in high pressure, and able to do politics go for it.

The Brihaspati Infotech Interview FAQs

How many rounds are there in The Brihaspati Infotech Software Engineer interview?
The Brihaspati Infotech interview process usually has 4 rounds. The most common rounds in the The Brihaspati Infotech interview process are Resume Shortlist, Technical and Assignment.
What are the top questions asked in The Brihaspati Infotech Software Engineer interview?

Some of the top questions asked at the The Brihaspati Infotech Software Engineer interview -

  1. What is composer and describe it functionaliti...read more
  2. What is static class and static functi...read more
  3. What is an array and use of in_array functi...read more

Tell us how to improve this page.

Web Designer
7 salaries
unlock blur

₹2.4 L/yr - ₹3.4 L/yr

Senior PHP Developer
6 salaries
unlock blur

₹5.4 L/yr - ₹8 L/yr

Android Developer
6 salaries
unlock blur

₹1 L/yr - ₹4 L/yr

PHP Developer
6 salaries
unlock blur

₹2.8 L/yr - ₹6 L/yr

Project Manager
5 salaries
unlock blur

₹6 L/yr - ₹12.2 L/yr

Explore more salaries
Compare The Brihaspati Infotech with

TCS

3.7
Compare

Infosys

3.7
Compare

Wipro

3.7
Compare

HCLTech

3.5
Compare
Did you find this page helpful?
Yes No
write
Share an Interview