Upload Button Icon Add office photos
Engaged Employer

i

This company page is being actively managed by Brainvire Team. If you also belong to the team, you can get access from here

Brainvire Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Brainvire Associate Software Engineer Interview Questions and Answers

Updated 21 Apr 2024

Brainvire Associate Software Engineer Interview Experiences

1 interview found

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

I applied via Company Website and was interviewed before Apr 2023. There were 3 interview rounds.

Round 1 - Aptitude Test 

Be prepared for basic coding questions

Round 2 - Technical 

(1 Question)

  • Q1. Asked questions regarding my python knowledge from basic to Intermediate. Then give a 1 coding question
Round 3 - HR 

(1 Question)

  • Q1. Normal relocation related questions and company policy doubts

Interview questions from similar companies

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

(2 Questions)

  • Q1. What are the commonly used Unix commands for listing files, creating directories, and changing directories?
  • Ans. 

    Commonly used Unix commands for listing files, creating directories, and changing directories.

    • List files: ls (list files in current directory), ls -l (detailed list), ls -a (include hidden files)

    • Create directories: mkdir (make directory)

    • Change directories: cd (change directory), cd .. (move up one directory)

  • Answered by AI
  • Q2. What is the software development life cycle?
  • Ans. 

    The software development life cycle (SDLC) is a process used by software development teams to design, develop, test, and deploy software.

    • SDLC consists of several phases including planning, analysis, design, implementation, testing, and maintenance.

    • Each phase has specific goals and deliverables that must be completed before moving on to the next phase.

    • Examples of SDLC models include Waterfall, Agile, and DevOps.

    • SDLC hel...

  • Answered by AI
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
-
Result
Selected Selected
Round 1 - Aptitude Test 

The basics questions are there regarding basic concepts of computer engineering

Round 2 - Technical 

(1 Question)

  • Q1. What is the sdlc ?
  • Ans. 

    SDLC stands for Software Development Life Cycle, a process used by software development teams to design, develop, and test high-quality software.

    • SDLC is a structured process that consists of several phases such as planning, analysis, design, implementation, testing, and maintenance.

    • Each phase has its own set of activities and deliverables to ensure the successful completion of the software project.

    • Examples of SDLC mode...

  • Answered by AI
Round 3 - Technical 

(1 Question)

  • Q1. Data regarding questions
Round 4 - HR 

(1 Question)

  • Q1. Tell me about your project

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

It was in genral apptitude round

Round 2 - Technical 

(2 Questions)

  • Q1. OOPS Related question s, multithreading
  • Q2. Explain about your project
Round 3 - Technical 

(2 Questions)

  • Q1. Question related to angular
  • Q2. SQL questions like joins, DDL, DML commands
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed in Jul 2024. There were 3 interview rounds.

Round 1 - Aptitude Test 

General questions asked

Round 2 - Technical 

(2 Questions)

  • Q1. Basic tech questions
  • Q2. Some codenasked
Round 3 - HR 

(1 Question)

  • Q1. General info asked
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-

I applied via Campus Placement

Round 1 - Technical 

(2 Questions)

  • Q1. For freshers they asked simple technical questions
  • Q2. And after that in Hr round happened
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

There were 2 coding questions asked. If one question is solved you are qualified.

Round 2 - Technical 

(1 Question)

  • Q1. There are 3 technical interviews. First tech interview is simple. Then the difficulty arise in further rounds.
Round 3 - Technical 

(1 Question)

  • Q1. They ask to solve the coding question with different logic.

Interview Preparation Tips

Interview preparation tips for other job seekers - Tell what you know and if they ask any question which you are not strong in the concept just tell them that you are not so good at that particular area and learning. Accolite interview definately need strong coding skills to crack the technical interviews.
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed in Dec 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 - Coding Test 

They given 2 codes to solve in different programming language

Round 3 - Technical 

(2 Questions)

  • Q1. They asked mostly based on resume 1. write a program from your choice ? 2.Aptitude questions 3.strength and weekness? 4.hobbies?
  • Q2. Where do you see yourself after 5 years

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well for the interview and all the best for good future interms of good wealth.
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 - HR 

(1 Question)

  • Q1. How much your getting and how much expecting?
Round 3 - Technical 

(1 Question)

  • Q1. What is case management?
  • Ans. 

    Case management is the process of managing and coordinating the various aspects of a case or project.

    • It involves identifying and assessing the needs of the case or project

    • Developing a plan of action to address those needs

    • Assigning tasks and responsibilities to team members

    • Monitoring progress and making adjustments as necessary

    • Ensuring that all stakeholders are informed and involved in the process

    • Examples include legal ...

  • Answered by AI
Round 4 - HR 

(1 Question)

  • Q1. How soon you will join?
  • Ans. 

    I can join within 2 weeks.

    • I have completed all my prior commitments and can start immediately.

    • I just need to give a two-week notice to my current employer.

    • I am excited about this opportunity and can't wait to start contributing to the team.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - interview will be simple only but don't join with out reading reviews and work culture
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
4-6 weeks
Result
Selected Selected

I applied via campus placement at Institute of Technical Education and Research, Bhuvaneshwar and was interviewed before Apr 2023. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Reverse a String
  • Ans. 

    Reverse a given string

    • Create a character array from the input string

    • Use two pointers to swap characters from start and end of the array

    • Continue swapping until the pointers meet in the middle

  • Answered by AI
  • Q2. Manipulate data in a column using SQL query
  • Ans. 

    Use SQL query to manipulate data in a column

    • Use UPDATE statement to modify data in a column

    • Use SET keyword to specify the new value for the column

    • Use WHERE clause to filter the rows that need to be updated

  • Answered by AI

Skills evaluated in this interview

Brainvire Interview FAQs

How many rounds are there in Brainvire Associate Software Engineer interview?
Brainvire interview process usually has 3 rounds. The most common rounds in the Brainvire interview process are Aptitude Test, Technical and HR.
How to prepare for Brainvire Associate Software Engineer 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 Brainvire. The most common topics and skills that interviewers at Brainvire expect are Application Development, Backend, CSS, Coding and Front End.
What are the top questions asked in Brainvire Associate Software Engineer interview?

Some of the top questions asked at the Brainvire Associate Software Engineer interview -

  1. Asked questions regarding my python knowledge from basic to Intermediate. Then ...read more
  2. Normal relocation related questions and company policy dou...read more

Tell us how to improve this page.

Brainvire Associate Software Engineer Interview Process

based on 1 interview

Interview experience

3
  
Average
View more
Brainvire Associate Software Engineer Salary
based on 65 salaries
₹2.2 L/yr - ₹6.8 L/yr
39% less than the average Associate Software Engineer Salary in India
View more details

Brainvire Associate Software Engineer Reviews and Ratings

based on 19 reviews

3.1/5

Rating in categories

2.9

Skill development

3.3

Work-life balance

2.5

Salary

2.4

Job security

2.7

Company culture

2.6

Promotions

3.0

Work satisfaction

Explore 19 Reviews and Ratings
Software Engineer
156 salaries
unlock blur

₹3 L/yr - ₹11 L/yr

Senior Software Engineer
127 salaries
unlock blur

₹5 L/yr - ₹15 L/yr

Business Analyst
72 salaries
unlock blur

₹1.8 L/yr - ₹9.9 L/yr

Associate Software Engineer
65 salaries
unlock blur

₹2.2 L/yr - ₹6.8 L/yr

Team Lead
47 salaries
unlock blur

₹6 L/yr - ₹21.8 L/yr

Explore more salaries
Compare Brainvire 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