Upload Button Icon Add office photos

Filter interviews by

Bista Solutions Software Developer Interview Questions and Answers

Updated 20 Sep 2022

Bista Solutions Software Developer Interview Experiences

1 interview found

Round 1 - HR 

(1 Question)

  • Q1. Basically she wanted to know my Communication skill
Round 2 - Technical 

(1 Question)

  • Q1. Technical, Functional and some logic
Round 3 - One-on-one 

(1 Question)

  • Q1. One 2 one round with CTO ( he wanted to know that am I able to handle client or not)
Round 4 - HR 

(1 Question)

  • Q1. Discussed on Expected CTC

Interview Preparation Tips

Topics to prepare for Bista Solutions Software Developer interview:
  • Odoo,Python , Sql and functional
Interview preparation tips for other job seekers - before going to take interview just brush up Python, Odoo , Sql and Functional

Interview questions from similar companies

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

I applied via AmbitionBox and was interviewed in Oct 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

Coding test are Some questions will be answered.

Round 2 - One-on-one 

(9 Questions)

  • Q1. What is your strength.
  • Q2. What is your week ness.
  • Q3. What is our goal.
  • Q4. What is your favourite player.
  • Q5. What is the future plan.
  • Ans. 

    My future plan is to continue learning and growing in my role as a software developer, while also exploring new technologies and opportunities for advancement.

    • Continue improving my coding skills through online courses and workshops

    • Explore opportunities for specialization in areas like machine learning or cybersecurity

    • Work towards becoming a team lead or project manager in the future

  • Answered by AI
  • Q6. What is your hobbies.will you explain .
  • Ans. 

    My hobbies include playing guitar, hiking, and reading science fiction novels.

    • Playing guitar: I enjoy learning new songs and practicing different techniques.

    • Hiking: I love exploring nature trails and challenging myself with long hikes.

    • Reading science fiction novels: I find it fascinating to immerse myself in futuristic worlds and imaginative stories.

  • Answered by AI
  • Q7. What is java.will you explain java author.
  • Ans. 

    Java is a high-level programming language known for its portability, security, and versatility.

    • Java is an object-oriented language

    • It is platform-independent, meaning code can run on any device with a Java Virtual Machine (JVM)

    • Java is used for developing a wide range of applications, from mobile apps to enterprise systems

  • Answered by AI
  • Q8. What is java.explain in java tools.
  • Ans. 

    java.explain is a tool in Java that provides detailed information about Java classes and methods.

    • java.explain is a command-line tool used for exploring Java classes and methods.

    • It can be used to view information such as method signatures, parameter types, return types, and exceptions thrown.

    • This tool is helpful for understanding the structure and functionality of Java code.

    • Example: java.explain java.lang.String

  • Answered by AI
  • Q9. What is java .java developer
  • Ans. 

    Java is a popular programming language used by software developers to create applications and software.

    • Java is an object-oriented programming language.

    • It is platform-independent, meaning it can run on any device with a Java Virtual Machine (JVM).

    • Java is commonly used for developing web applications, mobile apps, and enterprise software.

    • Examples of Java-based technologies include Spring Framework, Android development, a

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Tips means:
Treasury inflation protected seackers.

Skills evaluated in this interview

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

It included all aptitude

Round 2 - Assignment 

Contains all pseudo questions related to DSA

Round 3 - Technical 

(6 Questions)

  • Q1. What is a class?
  • Ans. 

    A class is a blueprint for creating objects in object-oriented programming.

    • Defines the properties and behaviors of objects

    • Can be used to create multiple instances of objects

    • Encapsulates data and methods within a single unit

  • Answered by AI
  • Q2. What is an object?
  • Ans. 

    An object is a self-contained entity that consists of data and methods to manipulate that data.

    • Objects are instances of classes in object-oriented programming.

    • They have attributes (data) and methods (functions) to operate on the data.

    • Objects can interact with each other through method calls.

    • Example: In a car simulation program, a 'Car' object may have attributes like 'color' and 'speed', and methods like 'accelerate' a

  • Answered by AI
  • Q3. How the login page comes when clicks on some webpage icon like facebook?
  • Ans. 

    The login page is displayed when a user clicks on a webpage icon like Facebook by redirecting to a separate login page.

    • Clicking on the webpage icon triggers a redirect to the login page

    • The login page prompts the user to enter their credentials

    • After successful login, the user is redirected back to the original webpage

  • Answered by AI
  • Q4. DDL and DML commands
  • Q5. Polymorphism and method overriding?
  • Q6. Entire opps in java
  • Ans. 

    Object-oriented programming in Java involves creating classes, objects, inheritance, polymorphism, and encapsulation.

    • Classes are blueprints for objects, defining attributes and behaviors.

    • Objects are instances of classes, representing real-world entities.

    • Inheritance allows a class to inherit attributes and methods from another class.

    • Polymorphism enables objects to be treated as instances of their parent class.

    • Encapsulat...

  • Answered by AI

Skills evaluated in this interview

Interview experience
2
Poor
Difficulty level
Hard
Process Duration
4-6 weeks
Result
No response

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

Round 1 - Technical 

(3 Questions)

  • Q1. P2P process with golden rules
  • Q2. Internal order types
  • Q3. Withholding tax types

Interview Preparation Tips

Interview preparation tips for other job seekers - The interview process and questions completely depends on the interviewer experience.
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

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

Round 1 - Coding Test 

Basic C# coding Questions

Round 2 - One-on-one 

(2 Questions)

  • Q1. Questions related to Angular
  • Q2. Question related to ASP.NET CORE
Interview experience
5
Excellent
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Job Portal and was interviewed in Aug 2024. There were 2 interview rounds.

Round 1 - Technical 

(4 Questions)

  • Q1. Given strings and asked to write down the first non-repeatable string
  • Q2. Palindrome program in java
  • Ans. 

    A palindrome program in Java checks if a given string reads the same forwards and backwards.

    • Create a function that takes a string input

    • Use a loop to compare characters from both ends of the string

    • Return true if the string is a palindrome, false otherwise

  • Answered by AI
  • Q3. Diamond problem in java
  • Ans. 

    Diamond problem in Java occurs when a class inherits from two classes that have a common ancestor, resulting in ambiguity.

    • Diamond problem arises in multiple inheritance scenarios in Java.

    • It occurs when a class inherits from two classes that have a common ancestor.

    • To resolve the diamond problem, Java does not support multiple inheritance through classes, but it can be achieved using interfaces.

    • Example: Class A and Class...

  • Answered by AI
  • Q4. Given a list of numbers and insisted to get the sum of numbers which gives 6
  • Ans. 

    Iterate through the list and find pairs of numbers that sum up to 6

    • Iterate through the list and check if the current number + any other number in the list equals 6

    • Store the pairs of numbers that sum up to 6 in a separate list

    • Return the list of pairs

  • Answered by AI
Round 2 - Technical 

(1 Question)

  • Q1. Java based questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well on your technical skills. Be good at writing pseudo code, Focus on java and oops concepts.

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
No response

I applied via Campus Placement and was interviewed in Oct 2024. There were 2 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Every single oops concepts
  • Q2. Every sql questions possiible
Round 2 - HR 

(2 Questions)

  • Q1. I attended only technical not yet results announced
  • Q2. I attended only technical not yet result announced
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

SQL , CODING QUESTION PYTHON

Round 2 - Technical 

(2 Questions)

  • Q1. BASIC SQL QUESTIOS
  • Q2. OOPS 4 PILLARS INHERITANCE ETC
Round 3 - HR 

(2 Questions)

  • Q1. TELL ME ABOUT YOURSELF
  • Ans. 

    I am a software developer with 5 years of experience in Java, Python, and SQL.

    • 5 years of experience in Java, Python, and SQL

    • Strong problem-solving skills

    • Experience working in Agile development environment

    • Familiarity with version control systems like Git

    • Passionate about learning new technologies

  • Answered by AI
  • Q2. WHAT DO YOU KNOW ABOUT YOUR COMPANY
  • Ans. 

    Company is a leading software development firm specializing in creating innovative solutions for various industries.

    • Company has a strong reputation for delivering high-quality software products

    • Specializes in creating custom solutions for clients in different industries

    • Known for innovative and cutting-edge technology solutions

    • Has a diverse portfolio of successful projects

    • Company values teamwork and collaboration in thei

  • Answered by AI
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Difference between linked list and array list
  • Ans. 

    Linked list is a data structure where elements are stored in nodes with pointers to the next node. Array list is a dynamic array that can grow or shrink in size.

    • Linked list allows for efficient insertion and deletion of elements anywhere in the list.

    • Array list provides fast access to elements using index, but slower insertion and deletion compared to linked list.

    • Example: Linked list - 1 -> 2 -> 3 -> 4 -> 5, Array list

  • Answered by AI
  • Q2. Difference between @controller and @ Rest controller
  • Ans. 

    The @Controller annotation is used for traditional MVC controllers, while @RestController is used for RESTful web services.

    • The @Controller annotation is used to define a class as a Spring MVC controller, which can handle HTTP requests and return a view.

    • The @RestController annotation is used to define a class as a controller for RESTful web services, which can handle HTTP requests and return data in JSON or XML format.

    • T...

  • Answered by AI

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Basic javascript questions
  • Q2. Difference between useCallback and useMemo hooks ?
  • Ans. 

    useCallback is used to memoize functions, while useMemo is used to memoize values.

    • useCallback is used to memoize functions to prevent unnecessary re-renders.

    • useMemo is used to memoize the result of an expensive computation.

    • Both hooks help optimize performance by memoizing values.

    • Example: useCallback can be used to memoize event handler functions.

    • Example: useMemo can be used to memoize the result of a complex calculatio

  • Answered by AI
Round 2 - Technical 

(2 Questions)

  • Q1. React JS scenario based question , how to implement certain requirements
  • Q2. Previous project , the challenges faced

Interview Preparation Tips

Interview preparation tips for other job seekers - If you are having frontend interview for under 6 year experience , will be having two rounds of interviews . One by a developer in senior position and followed by the managerial round.
Need to be thorough with the basics of React JS

Bista Solutions Interview FAQs

How many rounds are there in Bista Solutions Software Developer interview?
Bista Solutions interview process usually has 4 rounds. The most common rounds in the Bista Solutions interview process are HR, Technical and One-on-one Round.
What are the top questions asked in Bista Solutions Software Developer interview?

Some of the top questions asked at the Bista Solutions Software Developer interview -

  1. One 2 one round with CTO ( he wanted to know that am I able to handle client o...read more
  2. Basically she wanted to know my Communication sk...read more
  3. Technical, Functional and some lo...read more

Tell us how to improve this page.

Bista Solutions Software Developer Salary
based on 25 salaries
₹2 L/yr - ₹9 L/yr
20% less than the average Software Developer Salary in India
View more details

Bista Solutions Software Developer Reviews and Ratings

based on 2 reviews

3.9/5

Rating in categories

3.3

Skill development

3.9

Work-Life balance

3.3

Salary & Benefits

2.8

Job Security

3.9

Company culture

3.3

Promotions/Appraisal

3.9

Work Satisfaction

Explore 2 Reviews and Ratings
Software Developer
25 salaries
unlock blur

₹2 L/yr - ₹9 L/yr

Team Lead
7 salaries
unlock blur

₹7.3 L/yr - ₹18 L/yr

Senior Software Developer
6 salaries
unlock blur

₹7.1 L/yr - ₹11.5 L/yr

Project Lead
6 salaries
unlock blur

₹11 L/yr - ₹17.5 L/yr

Odoo Python Developer
6 salaries
unlock blur

₹3 L/yr - ₹6.5 L/yr

Explore more salaries
Compare Bista Solutions with

TCS

3.7
Compare

Infosys

3.7
Compare

Wipro

3.7
Compare

HCLTech

3.6
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