Upload Button Icon Add office photos

Brihaspathi Technologies

Compare button icon Compare button icon Compare

Filter interviews by

Brihaspathi Technologies Intern Interview Questions and Answers

Updated 25 Oct 2023

Brihaspathi Technologies Intern Interview Experiences

1 interview found

Intern Interview Questions & Answers

user image Anonymous

posted on 25 Oct 2023

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed in Apr 2023. There were 2 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 - One-on-one 

(2 Questions)

  • Q1. Cloud computing Question and previous project and skills questions
  • Q2. What experience do u have in AWS

Top trending discussions

View All
Interview Tips & Stories
1w (edited)
a team lead
Why are women still asked such personal questions in interview?
I recently went for an interview… and honestly, m still trying to process what just happened. Instead of being asked about my skills, experience, or how I could add value to the company… the questions took a totally unexpected turn. The interviewer started asking things like When are you getting married? Are you engaged? And m sure, if I had said I was married, the next question would’ve been How long have you been married? What does my personal life have to do with the job m applying for? This is where I felt the gender discrimination hit hard. These types of questions are so casually thrown at women during interviews but are they ever asked to men? No one asks male candidates if they’re planning a wedding or how old their kids are. So why is it okay to ask women? Can we please stop normalising this kind of behaviour in interviews? Our careers shouldn’t be judged by our relationship status. Period.
Got a question about Brihaspathi Technologies?
Ask anonymously on communities.

Interview questions from similar companies

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I appeared for an interview in Mar 2025, where I was asked the following questions.

  • Q1. Where do you see yourself after 5 years.
  • Ans. 

    In five years, I envision myself as a skilled professional, contributing significantly to my field and leading innovative projects.

    • I aim to have advanced my skills through continuous learning and professional development, such as obtaining relevant certifications.

    • I see myself taking on leadership roles, perhaps managing a team or leading projects that drive impactful results.

    • I hope to be involved in innovative projects...

  • Answered by AI
  • Q2. What's your weakness
  • Ans. 

    I tend to be overly critical of my work, which can slow down my progress but helps me maintain high standards.

    • I often spend extra time reviewing my work to ensure it's perfect, which can lead to missed deadlines.

    • For example, during a group project, I focused too much on perfecting my section, causing delays for the team.

    • I've learned to set time limits for revisions to balance quality and efficiency.

    • I also seek feedback...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be patient to get what you like.

Intern Interview Questions Asked at Other Companies

asked in Accenture
Q1. There is a housing society “The wasteful society”. You collect al ... read more
Q2. Which programming language are you comfortable with?
asked in Accenture
Q3. A marketing strategy case: A perfume seller in Jaipur has unique ... read more
asked in Deloitte
Q4. Case : I am a US based company and I sell 3 products A, B, C (I d ... read more
Q5. Huffman Coding Challenge Given an array ARR of integers containin ... read more
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
  • Q1. What is the main difference btwn java and java script?
  • Q2. Differentiate thread and process

Intern Interview Questions & Answers

Zidio Development user image Rajveer Choubisa

posted on 19 Mar 2025

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I appeared for an interview in Feb 2025, where I was asked the following questions.

  • Q1. React hooks related How to use them
  • Ans. 

    React hooks are functions that let you use state and lifecycle features in functional components.

    • useState: Allows you to add state to functional components. Example: const [count, setCount] = useState(0);

    • useEffect: Lets you perform side effects in function components. Example: useEffect(() => { document.title = `Count: ${count}`; }, [count]);

    • useContext: Provides a way to pass data through the component tree without ...

  • Answered by AI
  • Q2. About web socket real time messaging
  • Q3. About react router dom

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare yourself well for interview Do mot panic
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I appeared for an interview in Oct 2024, where I was asked the following questions.

  • Q1. What is supervised learing
  • Ans. 

    Supervised learning is a machine learning approach where a model is trained on labeled data to make predictions or classifications.

    • Involves training a model on a dataset with input-output pairs.

    • Common algorithms include linear regression, decision trees, and support vector machines.

    • Used for tasks like spam detection (classifying emails) and image recognition (identifying objects in images).

    • The model learns from the lab...

  • Answered by AI
  • Q2. What is mse
  • Ans. 

    MSE, or Mean Squared Error, is a common metric used to measure the average squared difference between predicted and actual values.

    • MSE is calculated as the average of the squares of the errors: MSE = (1/n) * Σ(actual - predicted)².

    • A lower MSE indicates a better fit of the model to the data.

    • For example, if actual values are [3, -0.5, 2] and predicted values are [2.5, 0.0, 2], MSE = (1/3) * ((3-2.5)² + (-0.5-0)² + (2-2)²)...

  • Answered by AI
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Not Selected

I appeared for an interview in Mar 2025, where I was asked the following questions.

  • Q1. Tell us about a project you've worked on using the MERN stack.
  • Ans. 

    Developed a task management application using the MERN stack to streamline team collaboration and project tracking.

    • Utilized MongoDB for database management, storing user tasks and project details.

    • Implemented Express.js to create RESTful APIs for task CRUD operations.

    • Used React.js for building a responsive user interface, allowing users to add, edit, and delete tasks seamlessly.

    • Incorporated Node.js for server-side logic...

  • Answered by AI
  • Q2. How do you manage routes in a MERN stack application?
  • Ans. 

    Managing routes in a MERN stack involves defining API endpoints and client-side routes for seamless navigation and data handling.

    • Use Express.js for backend routing: Define routes in a separate file, e.g., 'routes/user.js'.

    • Implement RESTful API conventions: Use GET, POST, PUT, DELETE methods for CRUD operations.

    • Utilize React Router for client-side routing: Set up routes in 'App.js' using <BrowserRouter> and <Ro...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - If you're just starting out, remember that you don't need to know everything; just be willing to learn. Companies value curiosity, problem-solving, and a willingness to take ownership just as much as they value technical skills.
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
  • Q1. Tell about your project.
  • Q2. What you learn from you are project and how it will help to society.
Are these interview questions helpful?
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I appeared for an interview in Mar 2025, where I was asked the following questions.

  • Q1. Personal information
  • Q2. Career prospects
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I appeared for an interview in Mar 2025, where I was asked the following questions.

  • Q1. PROJECT BASED QN ON JS
  • Q2. ALGORITHMS BASED ON SORTING
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I appeared for an interview in Mar 2025, where I was asked the following questions.

  • Q1. Basic of web development
  • Q2. Basic of web development-html,css,js

Brihaspathi Technologies Interview FAQs

How many rounds are there in Brihaspathi Technologies Intern interview?
Brihaspathi Technologies interview process usually has 2 rounds. The most common rounds in the Brihaspathi Technologies interview process are Resume Shortlist and One-on-one Round.

Tell us how to improve this page.

Overall Interview Experience Rating

4/5

based on 1 interview experience

Difficulty level

Moderate 100%

Duration

Less than 2 weeks 100%
View more
Software Developer
6 salaries
unlock blur

₹2.4 L/yr - ₹9 L/yr

Purchase Executive
5 salaries
unlock blur

₹3 L/yr - ₹4 L/yr

Cctv Engineer
4 salaries
unlock blur

₹2.4 L/yr - ₹7 L/yr

Cctv Technician
4 salaries
unlock blur

₹1.5 L/yr - ₹4 L/yr

DOT NET Developer
4 salaries
unlock blur

₹1.2 L/yr - ₹3 L/yr

Explore more salaries
Compare Brihaspathi Technologies with

Northcorp Software

4.5
Compare

Zidio Development

4.5
Compare

Accel Frontline

3.9
Compare

Elentec Power India (EPI) Pvt. Ltd.

3.7
Compare
write
Share an Interview