Upload Button Icon Add office photos

Filter interviews by

Baxture Software Net Engineer Interview Questions and Answers

Updated 29 Jan 2024

Baxture Software Net Engineer Interview Experiences

1 interview found

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

I applied via LinkedIn and was interviewed in Jul 2023. There were 2 interview rounds.

Round 1 - Coding Test 

Give simple code reverse a string

Round 2 - Technical 

(1 Question)

  • Q1. This was also coding round, need to count particular letter from a a different and give there total count.

Interview questions from similar companies

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Not Selected

I applied via campus placement at BRACT's Vishwakarma Institute of Information Technology, Pune and was interviewed in Oct 2024. There was 1 interview round.

Round 1 - One-on-one 

(4 Questions)

  • Q1. What is polymorphism
  • Ans. 

    Polymorphism is the ability of a function or method to behave differently based on the object it is acting upon.

    • Polymorphism allows objects of different classes to be treated as objects of a common superclass.

    • It enables a single interface to be used for different data types or classes.

    • Examples include method overloading and method overriding in object-oriented programming.

  • Answered by AI
  • Q2. Find missing number from nth number array.
  • Ans. 

    Find missing number from nth number array.

    • Iterate through the array and calculate the sum of all numbers

    • Calculate the sum of numbers from 1 to n using the formula n*(n+1)/2

    • Subtract the sum of array from the sum of numbers from 1 to n to find the missing number

  • Answered by AI
  • Q3. Explain inheritance and it types
  • Ans. 

    Inheritance is a concept in object-oriented programming where a class inherits properties and behaviors from another class.

    • Inheritance allows a class to reuse code from another class.

    • Types of inheritance include single inheritance, where a class inherits from only one parent class, and multiple inheritance, where a class inherits from multiple parent classes.

    • Example: Class B inherits from Class A, so Class B can access

  • Answered by AI
  • Q4. Find 2nd max elements from aaray
  • Ans. 

    Find 2nd max element from array of strings

    • Sort the array in descending order

    • Skip the first element (max element)

    • Return the second element

  • Answered by AI

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
No response

I applied via Naukri.com and was interviewed in Sep 2024. There were 5 interview rounds.

Round 1 - Coding Test 

Easy Level DS Questions - 30 mins

Round 2 - Technical 

(2 Questions)

  • Q1. Cloud Services related questions
  • Q2. ETL Based question
Round 3 - Coding Test 

A comprehensive coding test which included job role simulation.

Round 4 - Coding Test 

Advanced Cloud Services questions

Round 5 - HR 

(2 Questions)

  • Q1. Introduce yourself
  • Q2. Why did you leave your last organisation

Interview Preparation Tips

Interview preparation tips for other job seekers - Remote work although partially supported, is highly discouraged.
Interview experience
2
Poor
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Campus Placement and was interviewed in Sep 2024. There was 1 interview round.

Round 1 - Coding Test 

Give you 5 problem in maths , string, sql etc

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
4-6 weeks
Result
Not Selected

I applied via Hirist and was interviewed in Apr 2024. There were 3 interview rounds.

Round 1 - Coding Test 

Coding Test was on Coderbyte. Consisted 4 questions. 1 coding and 3 of web developement.

Round 2 - HR 

(1 Question)

  • Q1. General HR questions.
Round 3 - Technical 

(1 Question)

  • Q1. General Techinal questions

Interview Preparation Tips

Topics to prepare for Busibud Junior Software Engineer interview:
  • HTML
  • CSS
  • Javascript
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Spark architecture.
  • Q2. Narrow and wide transformations
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Internshala and was interviewed in Jul 2023. There were 3 interview rounds.

Round 1 - Aptitude Test 

The test was little bit tough but if you are good at aptitude and English then you can easily clear it

Round 2 - Coding Test 

My second round is about coding and it involve about software testing.

Round 3 - Technical 

(3 Questions)

  • Q1. In my technical interview I get a question about testing some technical questions and some basic questions
  • Q2. I get question about automation testing
  • Q3. Some question about manual testing and black box testing white box testing etc

Interview Preparation Tips

Interview preparation tips for other job seekers - When I started my internship at Baoiam, I was perplexed as to how my internship would turn out, but the hands-on experience I got while working at Baoiam helped me scale new heights and improve my software testing skills. I got the chance to work on live projects and gained industrial training. Thanks a ton, Mr. Siddharth Tomar and Mr. Piyush Salunke, for their guidance and support throughout my internship.
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Strecture of sql statement
  • Ans. 

    SQL statements are used to interact with databases by performing operations like querying, updating, and deleting data.

    • SQL statements are made up of keywords like SELECT, INSERT, UPDATE, DELETE, etc.

    • They are structured in a specific order, with clauses like WHERE, ORDER BY, GROUP BY, etc.

    • Tables are referenced using their names, and conditions are specified to filter data.

    • Joins can be used to combine data from multiple

  • Answered by AI

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
Hard
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Walk-in and was interviewed in Apr 2023. 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 - Aptitude Test 

Multiple choice questions and depends on therotical part

Round 3 - Technical 

(1 Question)

  • Q1. What is Software testing?
  • Ans. 

    Software testing is the process of evaluating a software application or system to identify defects or errors.

    • Software testing is essential to ensure the quality and reliability of software.

    • It involves executing test cases and comparing the actual results with expected results.

    • Testing can be done manually or using automated tools.

    • Types of testing include functional, performance, security, and usability testing.

    • Examples ...

  • Answered by AI
Round 4 - HR 

(1 Question)

  • Q1. Salary discussion

Skills evaluated in this interview

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

I applied via Approached by Company and was interviewed before Aug 2023. There were 2 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. What programming language are you most proficient?
  • Ans. 

    I am most proficient in Java.

    • Extensive experience in developing applications using Java

    • Strong understanding of object-oriented programming principles

    • Familiarity with popular Java frameworks like Spring and Hibernate

  • Answered by AI
  • Q2. .NET, Angular and Sql Server
Round 2 - One-on-one 

(1 Question)

  • Q1. How would you design a system that needs to handle million of records
  • Ans. 

    I would design a system using scalable architecture, efficient data storage, and optimized query processing.

    • Utilize a distributed database system like Cassandra or Hadoop for storing large volumes of data

    • Implement data partitioning and sharding to distribute the data across multiple servers

    • Use indexing and caching mechanisms to optimize query performance

    • Employ load balancing techniques to evenly distribute incoming req...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Best place to learn and work

Skills evaluated in this interview

Baxture Interview FAQs

How many rounds are there in Baxture Software Net Engineer interview?
Baxture interview process usually has 2 rounds. The most common rounds in the Baxture interview process are Coding Test and Technical.

Tell us how to improve this page.

People are getting interviews through

based on 1 Baxture interview
Job Portal
100%
Low Confidence
?
Low Confidence means the data is based on a small number of responses received from the candidates.

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.3k Interviews
Infosys Interview Questions
3.7
 • 7.5k Interviews
Wipro Interview Questions
3.7
 • 5.6k Interviews
Tech Mahindra Interview Questions
3.6
 • 3.8k Interviews
HCLTech Interview Questions
3.5
 • 3.7k Interviews
LTIMindtree Interview Questions
3.8
 • 2.9k Interviews
Mphasis Interview Questions
3.4
 • 793 Interviews
Busibud Interview Questions
4.0
 • 42 Interviews
View all
Associate
11 salaries
unlock blur

₹2.6 L/yr - ₹6.2 L/yr

Senior Associate
10 salaries
unlock blur

₹7 L/yr - ₹14.4 L/yr

Senior Software Engineer
8 salaries
unlock blur

₹8.2 L/yr - ₹18.4 L/yr

Business Analyst
6 salaries
unlock blur

₹2 L/yr - ₹9 L/yr

Junior Associate
6 salaries
unlock blur

₹1.2 L/yr - ₹4.6 L/yr

Explore more salaries
Compare Baxture with

Infosys

3.7
Compare

TCS

3.7
Compare

Wipro

3.7
Compare

HCLTech

3.5
Compare

Calculate your in-hand salary

Confused about how your in-hand salary is calculated? Enter your annual salary (CTC) and get your in-hand salary
Did you find this page helpful?
Yes No
write
Share an Interview