Upload Button Icon Add office photos

Braahmam Net Solutions

Compare button icon Compare button icon Compare

Filter interviews by

Braahmam Net Solutions Interview Questions and Answers

Updated 8 Jun 2025

Braahmam Net Solutions Interview Experiences

1 interview found

Interview experience
3
Average
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I appeared for an interview before Jun 2024, where I was asked the following questions.

  • Q1. Why to Join the company this will make u lose Job in future
  • Ans. 

    Joining your company offers growth opportunities and valuable experience, outweighing potential job risks.

    • The company has a strong reputation in the industry, which enhances my resume and future job prospects.

    • I am excited about the innovative projects your company is involved in, which will help me develop new skills.

    • The collaborative culture here aligns with my values, fostering a supportive environment for profession...

  • Answered by AI
  • Q2. Avoid Joining this company and be prepared for negative BGV
  • Q3. Be prepared for being screwed of resignation

Interview Preparation Tips

Interview preparation tips for other job seekers - All expectation gone wrong when I leave this company in 2018. Lost 2 jobs and growth affected

Top trending discussions

View All
Interview Tips & Stories
2w
boredinlife
·
works at
Mercer
I left in the middle of an interview.
M a self-taught developer. been working really hard, trying to break into tech. Two days ago, I got approached by an hr from this e learning company for an IT role. I was super nervous but also excited because it felt like maybe this is it. The interview was on teams with 9 experienced pros all with degrees and certifications while I had no formal IT background, just self-taught skills. I felt completely out of place. Most of the interviewers were kind and said I could learn on the job. But one person kept throwing back-to-back questions with shady comments after every answer made me feel like I wasn’t good enough. It crushed my confidence About 10 minutes before the interview ended, I panicked. Anxiety took over, so I faked a network issue and left the call. Then I just broke down. I didn’t want to be disrespectful, so I quickly emailed saying I got disconnected. Truth is, I was overwhelmed and felt like a total fraud. I’ve wanted a job in tech for so long.
Got a question about Braahmam Net Solutions?
Ask anonymously on communities.

Interview questions from similar companies

I appeared for an interview in Mar 2017.

Interview Preparation Tips

Round: Test
Duration: 2 hours
Total Questions: 30

Skills: Technical Skills, Team Leader, Project Management, Management Skills

I applied via Naukri.com and was interviewed before Jan 2021. There were 2 interview rounds.

Round 1 - Aptitude Test 

Genral reasoning

Round 2 - Technical 

(1 Question)

  • Q1. F2F java oops concept basic html

Interview Preparation Tips

Interview preparation tips for other job seekers - Confidence is the key and be technically prepared qith basics

Interview Questionnaire 

1 Question

  • Q1. Your hobbies
  • Ans. 

    I enjoy reading, hiking, and cooking, which help me relax and stimulate my creativity in problem-solving.

    • Reading: I love exploring different genres, especially mystery novels, which enhance my analytical thinking.

    • Hiking: I often hike on weekends, enjoying nature while improving my physical fitness and mental clarity.

    • Cooking: Experimenting with new recipes allows me to express creativity and develop project management s...

  • Answered by AI

I appeared for an interview before Jun 2021.

Round 1 - Technical 

(1 Question)

  • Q1. What is testing and tell me about type of testing?
  • Ans. 

    Testing is the process of evaluating a system or its component(s) with the intent to find whether it satisfies the specified requirements or not.

    • Types of testing include unit testing, integration testing, system testing, acceptance testing, and regression testing.

    • Unit testing involves testing individual units or components of the software.

    • Integration testing involves testing the interaction between different components...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Best of luck if you are family member of hurix.

Skills evaluated in this interview

Consultant Interview Questions & Answers

Lionbridge Technologies user image 17UCSB007 N. Boopathi Raja

posted on 2 Apr 2021

Interview Questionnaire 

1 Question

  • Q1. What is the oops concept, why are you using that in any programming language?
  • Ans. 

    OOPs is a programming paradigm that uses objects to represent real-world entities and their interactions.

    • OOPs stands for Object-Oriented Programming.

    • It is used to organize and structure code for better readability, reusability, and maintainability.

    • OOPs concepts include encapsulation, inheritance, polymorphism, and abstraction.

    • Examples of OOPs languages include Java, Python, C++, and Ruby.

  • Answered by AI

I applied via Naukri.com and was interviewed before Nov 2021. There were 2 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Basic .net concepts like oops concept, mvc architecture, mvc filters, we api basics.
Round 2 - Technical 

(1 Question)

  • Q1. Need to share the understandings based on the technology concept

Interview Preparation Tips

Interview preparation tips for other job seekers - Attend the interview with confident and you will crack the interview
Are these interview questions helpful?

I applied via Recruitment Consultant and was interviewed in May 2021. There were 5 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Let const var differ and accessibility also other
  • Ans. 

    Explaining the differences between const and var, their accessibility, and other related concepts.

    • const is a keyword used to declare a variable that cannot be reassigned.

    • var is a keyword used to declare a variable with function scope.

    • let is a keyword used to declare a variable with block scope.

    • Accessibility refers to the scope of a variable and where it can be accessed from.

    • Other related concepts include hoisting, clos...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Nice interviews

Skills evaluated in this interview

I applied via Approached by Company and was interviewed in Feb 2022. There were 2 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Oops concept, programming
  • Q2. JavaScript , HTML5, css/scss
Round 2 - Technical 

(1 Question)

  • Q1. Modern JavaScript concepts

Interview Preparation Tips

Interview preparation tips for other job seekers - Stick to basics and fundamental concepts
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Walk-in and was interviewed before Apr 2023. There were 3 interview rounds.

Round 1 - Coding Test 

Aptitude and coding questions both were included

Round 2 - Technical 

(3 Questions)

  • Q1. Patterns ans series questions were asked
  • Q2. Data types in Javascript
  • Ans. 

    Javascript has various data types including string, number, boolean, object, array, null, and undefined.

    • Data types in Javascript include string, number, boolean, object, array, null, and undefined.

    • Strings are sequences of characters enclosed in quotes.

    • Numbers can be integers or floating-point numbers.

    • Booleans represent true or false values.

    • Objects are collections of key-value pairs.

    • Arrays are ordered collections of val...

  • Answered by AI
  • Q3. Difference between let and var
  • Ans. 

    let is block scoped while var is function scoped in JavaScript.

    • let was introduced in ES6 while var has been around since the beginning of JavaScript.

    • Variables declared with let are only accessible within the block they are declared in.

    • Variables declared with var are accessible throughout the function they are declared in.

    • Using let can help prevent variable hoisting issues.

    • let is preferred over var for variable declarat...

  • Answered by AI
Round 3 - HR 

(1 Question)

  • Q1. Salary discussion

Skills evaluated in this interview

Braahmam Net Solutions Interview FAQs

How to prepare for Braahmam Net Solutions interview?
Go through your CV in detail and study all the technologies mentioned in your CV. Prepare at least two technologies or languages in depth if you are appearing for a technical interview at Braahmam Net Solutions. The most common topics and skills that interviewers at Braahmam Net Solutions expect are MS Office, Management, Project Management, Sales and Automation Testing.

Tell us how to improve this page.

Overall Interview Experience Rating

4/5

based on 2 interview experiences

Difficulty level

Easy 100%

Duration

Less than 2 weeks 100%
View more

Interview Questions from Similar Companies

Aptara Interview Questions
3.2
 • 66 Interviews
MPS Limited Interview Questions
3.5
 • 28 Interviews
Hurix Systems Interview Questions
3.6
 • 18 Interviews
Content Whale Interview Questions
3.8
 • 13 Interviews
QBS Learning Interview Questions
2.6
 • 6 Interviews
White Globe Interview Questions
2.7
 • 4 Interviews
View all

Braahmam Net Solutions Reviews and Ratings

based on 22 reviews

3.2/5

Rating in categories

2.8

Skill development

3.0

Work-life balance

2.8

Salary

2.8

Job security

2.6

Company culture

2.8

Promotions

2.6

Work satisfaction

Explore 22 Reviews and Ratings
PROJECT COORDINATOR

Bhubaneswar

0-3 Yrs

Not Disclosed

Project Coordinator

Bhubaneswar

2-3 Yrs

Not Disclosed

Project Manager

Bhubaneswar

3-8 Yrs

Not Disclosed

Explore more jobs
Senior Project Coordinator
8 salaries
unlock blur

₹3.5 L/yr - ₹5.1 L/yr

Senior Quality Analyst
7 salaries
unlock blur

₹3.1 L/yr - ₹5.2 L/yr

Vendor Coordinator
5 salaries
unlock blur

₹2.2 L/yr - ₹4.3 L/yr

Project Manager
4 salaries
unlock blur

₹6 L/yr - ₹10 L/yr

Quality Analyst
4 salaries
unlock blur

₹1.8 L/yr - ₹2.9 L/yr

Explore more salaries
Compare Braahmam Net Solutions with

Aptara

3.2
Compare

MPS Limited

3.5
Compare

Lionbridge Technologies

3.7
Compare

Crimson Interactive

2.8
Compare
write
Share an Interview