Upload Button Icon Add office photos

Filter interviews by

BR Softech Interview Questions, Process, and Tips

Updated 23 Aug 2024

Top BR Softech Interview Questions and Answers

BR Softech Interview Experiences

Popular Designations

4 interviews found

Interview experience
1
Bad
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed in Jul 2024. There were 2 interview rounds.

Round 1 - Coding Test 

Simple code like prime number and other

Round 2 - Assignment 

Full assignment like have to develo[ped whole angular aplication

Interview Preparation Tips

Interview preparation tips for other job seekers - don't join

Angular JS Developer Interview Questions asked at other Companies

Q1. What are the possible ways to pass data between different components in angular.
View answer (1)
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(3 Questions)

  • Q1. How redux works
  • Ans. 

    Redux is a predictable state container for JavaScript apps.

    • Redux stores the entire state of the application in a single immutable state tree.

    • State is read-only and can only be changed by emitting an action, which describes what happened.

    • Reducers specify how the application's state changes in response to actions.

    • Redux uses pure functions to calculate the next state based on the previous state and the action.

    • Components c...

  • Answered by AI
  • Q2. Difference between class Components and functional components
  • Ans. 

    Class components use ES6 classes and have access to lifecycle methods, while functional components are simpler and use functional syntax.

    • Class components are defined using ES6 classes and extend from React.Component

    • Functional components are simpler and use functional syntax, making them easier to read and write

    • Class components have access to lifecycle methods such as componentDidMount, componentDidUpdate, etc.

    • Functiona...

  • Answered by AI
  • Q3. What is react Redux
  • Ans. 

    React Redux is a predictable state container for JavaScript apps.

    • React Redux is a library that helps manage the state of a React application.

    • It provides a centralized store for state management.

    • Actions are dispatched to update the state, and components can subscribe to changes in the state.

    • It helps in maintaining a single source of truth for the state of the application.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Kepp confidence everthing will be fine.

Skills evaluated in this interview

Senior React JS Developer Interview Questions asked at other Companies

Q1. What is singleton pattern. Where and how have you used it.
View answer (1)
Interview experience
1
Bad
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Assignment 

Like cricbuzz we have to do app

Round 2 - Coding Test 

Related js code like odd even, swap no,reduce function,signals

Angular Developer Interview Questions asked at other Companies

Q1. How can you pass data between parent and child components?, what is component interaction
View answer (5)

IT Engineer Interview Questions & Answers

user image Anonymous

posted on 16 Jun 2023

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 Jun 2022. There were 3 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 - Aptitude Test 

In aptitude test they asked me Quantity ability such as percentage, si&ci, boat and stream, train problem que DI,
Logical reasoning with thinking ability and English grammar and composition

Round 3 - Technical 

(2 Questions)

  • Q1. Basic computer que such as hardware vs software, operating system, networking equipment like router, switch Lan, wan,man,with class ip Basic que of c program like int vs variable pointer condition statemen...
  • Q2. 1 Wap print even num in python/ C 2 Wap print Fibonacci series num in python
  • Ans. 

    Print even numbers in Python and Fibonacci series in Python.

    • For printing even numbers in Python, use a loop to iterate through a range of numbers and check if each number is divisible by 2.

    • For printing Fibonacci series in Python, use a loop to generate the series by adding the previous two numbers in the sequence.

    • Example for even numbers in Python: for i in range(1, 11): if i % 2 == 0: print(i)

    • Example for Fibonacci ser...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Keep practicing and believe your self

Skills evaluated in this interview

IT Engineer Interview Questions asked at other Companies

Q1. What is active directory ? Role of DNS server ? Difference between RAM & ROM ? Knowledge on installation of various softwares and Drivers ? Layers of OSI model ? TCP/IP Configuration ? Knowledge on various types of Networking devices ? ... read more
View answer (1)

BR Softech interview questions for popular designations

 Angular Developer

 (1)

 Angular JS Developer

 (1)

 IT Engineer

 (1)

 Senior React JS Developer

 (1)

Interview questions from similar companies

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(5 Questions)

  • Q1. Palindrome code should design
  • Ans. 

    Palindrome code should be designed to check if a given string is the same forwards and backwards.

    • Create a function that takes a string as input

    • Remove any spaces and punctuation from the string

    • Reverse the string and compare it to the original string to check if it is a palindrome

  • Answered by AI
  • Q2. Regarding sql topics like joins and acid
  • Q3. Project explain and domain
  • Q4. Project explain and domain and internal working
  • Q5. Oops concepts and coding

Interview Preparation Tips

Interview preparation tips for other job seekers - Plzzzz don't join this worst company...they treat u like daily wages person
Interview experience
1
Bad
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Naukri.com and was interviewed in Nov 2024. There was 1 interview round.

Round 1 - One-on-one 

(3 Questions)

  • Q1. Tell me about your self
  • Q2. Why are you interested in the role
  • Ans. 

    I am passionate about driving organizational effectiveness and employee engagement through strategic HR initiatives.

    • I have a strong background in HR strategy and business partnering

    • I enjoy collaborating with cross-functional teams to drive positive change

    • I am excited about the opportunity to make a meaningful impact on the organization's culture and performance

  • Answered by AI
  • Q3. Talking about Intersted in which things that do in free time

Interview Preparation Tips

Interview preparation tips for other job seekers - Recently, I had an interview experience that felt unprofessional. I was assured I was one of two shortlisted candidates for a role and encouraged to attend. After waiting for over 30 minutes, the HR representative finally conducted the interview but was dressed in casual nightwear, which left a poor impression. Such behavior from an HR professional does not reflect well on the company. I suggest researching thoroughly before investing your time and effort with organizations that may not prioritize professionalism in their recruitment process.
Interview experience
5
Excellent
Difficulty level
Hard
Process Duration
2-4 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed in Nov 2024. There were 2 interview rounds.

Round 1 - Technical 

(3 Questions)

  • Q1. How would you utilize AWS or Azure services to create scalable web applications
  • Ans. 

    Utilize AWS or Azure services for scalable web applications

    • Use AWS Elastic Beanstalk or Azure App Service for easy deployment and scaling

    • Leverage AWS Lambda or Azure Functions for serverless computing

    • Utilize AWS Auto Scaling or Azure Autoscale to automatically adjust resources based on traffic

    • Store data in AWS RDS or Azure SQL Database for scalable database solutions

    • Use AWS CloudFront or Azure CDN for content delivery

  • Answered by AI
  • Q2. How would you tackle memory leaks if the system your working on was experiencing this issue?
  • Ans. 

    I would use memory profiling tools to identify the source of the leaks and then fix them by properly managing memory allocation and deallocation.

    • Use memory profiling tools like Valgrind or Instruments to identify the source of the leaks

    • Review the code to ensure proper memory allocation and deallocation practices are being followed

    • Implement smart pointers or garbage collection to automatically manage memory

    • Use static co...

  • Answered by AI
  • Q3. Have you worked on legacy systems?
  • Ans. 

    Yes, I have experience working on legacy systems.

    • I have successfully maintained and upgraded legacy systems to meet current business needs.

    • I have refactored legacy code to improve performance and scalability.

    • I have integrated new technologies with legacy systems to enhance functionality.

    • I have experience troubleshooting and debugging issues in legacy systems.

  • Answered by AI
Round 2 - HR 

(1 Question)

  • Q1. Are you capable to work with cross functional teams and handle disputes effectively
  • Ans. 

    Yes, I have experience working with cross functional teams and resolving disputes effectively.

    • I have successfully collaborated with team members from different departments to achieve project goals.

    • I am skilled at mediating conflicts and finding mutually beneficial solutions.

    • I prioritize open communication and actively listen to all team members' perspectives.

    • I have experience using conflict resolution techniques such a

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be honest and on to point without deviations, they respect straight forwardness
Interview experience
5
Excellent
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Walk-in and was interviewed in Aug 2024. There were 3 interview rounds.

Round 1 - Aptitude Test 

Basically It is a list of 25 questions having mix of Resoning,Aptitude &English. Each Queztion carries 2 marks and also there was a plus point that it doesn't have any negative marks

Round 2 - Technical 

(1 Question)

  • Q1. Basically it is about the Technical Subjects that U mention eariler in your coresponding CV's. Whatever Subject you meantioned their gonna answer about it for tge questions regarding to that subject
Round 3 - HR 

(14 Questions)

  • Q1. Brief Description about Youself
  • Q2. What is your goal in Life
  • Q3. What do you know about tgis job Profile
  • Q4. Why should we hire you instead of all achoknowledgable freshers sitting behind for this job role ?
  • Q5. What are ur hobbies and strengths and weeknesses
  • Q6. Why you want to do this job role
  • Q7. Why you want to join us instead of other good companies.
  • Q8. How you balance yourself in a fatal situation
  • Q9. If you alredy working under a company but want to switch it then the questions will remain same but just add some 2 to 3 extra questions like i am meantioning it down👇
  • Q10. What was ur job profile
  • Q11. How do u know about our company
  • Q12. Did u Resign by ur own or The comapny Resign you ??
  • Q13. What was ur salary their
  • Q14. Incase u alredy have an experience in a better company then interviewer ask this -* why joing us instead u have an magnificent well role on your comapny*

Interview Preparation Tips

Interview preparation tips for other job seekers - 1. Ofcourse if you are not confident you will get rejected. Because Interviewer asks the 4x questions who has lack of Confidence to broke them to fear .You sbould get rid of that.

2. And Always balance ur words like what u going to say ,read the mind of the interviewer. (ofcourse it take practices)

3.As like our older says "Stand infront of the mirror and start saying about you, define yourself to you, what r u, why r u, how u gonna work this, everything" This'll burn the fear inside you.

4. Don't get Upset if u can not make to a comapny and instead of doing excuses about the company or HR's question, U should work hard on yourself gathering previous mistakes and make to the better comapny

5.And always follow the laws and well prepare your responsibilities.
Thats all Advice i can gave.
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
-
Result
Selected Selected
Round 1 - Coding Test 

They asked you to automate a complete URL end to end testing

Round 2 - Technical 

(2 Questions)

  • Q1. Basic question asked on the coding that you have used in your project
  • Q2. CORE JAVA Concept
Round 3 - Technical 

(2 Questions)

  • Q1. Focused on your project will ask you about your previous project
  • Q2. Some coding question like finding repeatative string etc
Round 4 - HR 

(1 Question)

  • Q1. Asked you about generic questions like your hobby your strength, weakness, what are the things that you have achieved
Round 5 - Behavioral 

(1 Question)

  • Q1. A general discussion with the CEO. Very understanding will ask you some general question same why you wanna work with them and all.
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(4 Questions)

  • Q1. I am searching for job IT Location Chandigarh
  • Q2. My name is vaibhav Sharma I am from Chandigarh I am find in the Job
  • Q3. I'm searching for Job Chandigarh location
  • Q4. I'm interested

Interview Preparation Tips

Interview preparation tips for other job seekers - I'm interested in

BR Softech Interview FAQs

How many rounds are there in BR Softech interview?
BR Softech interview process usually has 2 rounds. The most common rounds in the BR Softech interview process are Technical, Assignment and Coding Test.
How to prepare for BR Softech 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 BR Softech. The most common topics and skills that interviewers at BR Softech expect are Javascript, MySQL, OOPS, Angularjs and Ajax.
What are the top questions asked in BR Softech interview?

Some of the top questions asked at the BR Softech interview -

  1. 1 Wap print even num in python/ C 2 Wap print Fibonacci series num in pyt...read more
  2. Difference between class Components and functional compone...read more
  3. How redux wo...read more

Tell us how to improve this page.

BR Softech Interview Process

based on 4 interviews

Interview experience

2.8
  
Poor
View more

Interview Questions from Similar Companies

Infosys Interview Questions
3.7
 • 7.6k Interviews
Wipro Interview Questions
3.7
 • 5.6k Interviews
Tech Mahindra Interview Questions
3.5
 • 3.8k Interviews
HCLTech Interview Questions
3.5
 • 3.8k Interviews
LTIMindtree Interview Questions
3.8
 • 3k Interviews
Mphasis Interview Questions
3.4
 • 797 Interviews
View all

BR Softech Reviews and Ratings

based on 37 reviews

2.5/5

Rating in categories

2.8

Skill development

2.5

Work-life balance

2.4

Salary

2.7

Job security

2.2

Company culture

2.3

Promotions

2.3

Work satisfaction

Explore 37 Reviews and Ratings
Business Analyst
19 salaries
unlock blur

₹2.5 L/yr - ₹4.8 L/yr

Java Developer
17 salaries
unlock blur

₹2 L/yr - ₹8 L/yr

Quality Analyst
11 salaries
unlock blur

₹2 L/yr - ₹7.2 L/yr

PHP Developer
11 salaries
unlock blur

₹2 L/yr - ₹4.9 L/yr

React Native Developer
8 salaries
unlock blur

₹1.4 L/yr - ₹6 L/yr

Explore more salaries
Compare BR Softech with

TCS

3.7
Compare

Infosys

3.6
Compare

Wipro

3.7
Compare

HCLTech

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