Upload Button Icon Add office photos

Filter interviews by

Belzabar Software Design Computer Scientist Interview Questions and Answers

Updated 1 Mar 2024

Belzabar Software Design Computer Scientist Interview Experiences

3 interviews found

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
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 

Belzabar is 20 years, old, we have to calculate prime numbers

Round 3 - Technical 

(2 Questions)

  • Q1. Implement bfs in graph
  • Ans. 

    BFS (Breadth-First Search) is a graph traversal algorithm that explores all the vertices of a graph in breadth-first order.

    • Create a queue to store the visited vertices

    • Start with the initial vertex and enqueue it

    • While the queue is not empty, dequeue a vertex and mark it as visited

    • Enqueue all the adjacent vertices of the dequeued vertex that are not yet visited

    • Repeat until the queue is empty

  • Answered by AI
  • Q2. Explain four pillars of oops
  • Ans. 

    The four pillars of OOP are encapsulation, inheritance, polymorphism, and abstraction.

    • Encapsulation: Bundling of data and methods into a single unit (class) to hide implementation details.

    • Inheritance: Ability of a class to inherit properties and behaviors from another class.

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

    • Abstraction: Simplifying complex systems by b...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - be well versed with basics, ds algo, oops, java, c++
be confident
try to give 2-3 solutions for each problem

Skills evaluated in this interview

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

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

Round 1 - Coding Test 

Medium level qiestions

Round 2 - Technical 

(1 Question)

  • Q1. Python, django related questions and data structure related question

Computer Scientist Interview Questions Asked at Other Companies

asked in Adobe
Q1. If a subarray exist whose sum = k | leetcode(560)
asked in Adobe
Q2. Break linkedlist into two lists(positive and negative)
asked in Adobe
Q3. Merge K-Sorted Linked List
Q4. implement bfs in graph
asked in Adobe
Q5. Finish the react application with the given functionalities
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Company Website and was interviewed before Jul 2022. There were 4 interview rounds.

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 - Coding Test 

String related questions. Medium difficulty. Leetcode recommended

Round 3 - Coding Test 

Coding round face to face with a team lead. Medium difficulty 2D array related question. Again leetcode recommended.

Round 4 - Aptitude Test 

Interview with director. Maths questions, he was asking question from permutations and combinations. Dont worry if you dont get the correct answer on first try. Make sure to attempt and try your best

Interview Preparation Tips

Interview preparation tips for other job seekers - Be cool, practice leetcode medium level questions on arrays and strings

Interview questions from similar companies

I applied via Company Website and was interviewed before Dec 2020. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Questions on Java,SQL,some trending technologies(IOT,Big data),pattern questions, programming questions with different approaches.

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare basics of DSA, have knowledge about the databases, some common dml ,ddl statements, programming knowledge of a particular language like C,Java, python,etc...have good command on oops concepts... little bit of frameworks knowledge will also help

I applied via Campus Placement and was interviewed before Feb 2021. There were 3 interview rounds.

Round 1 - Aptitude Test 

Aptitude round consists Logical reasoning, General Aptitude, Grammar related questions etc. All are moderate level questions.

Round 2 - Technical 

(3 Questions)

  • Q1. Explain OOPs w.r.t Java
  • Ans. 

    OOPs is a programming paradigm that uses objects to represent real-world entities. Java is an OOPs language.

    • OOPs stands for Object-Oriented Programming System

    • Java is a class-based OOPs language

    • Encapsulation, Inheritance, Polymorphism, and Abstraction are the four pillars of OOPs

    • Objects have state and behavior

    • Java supports interfaces, which allow for multiple inheritance

    • Example: A car can be represented as an object wit...

  • Answered by AI
  • Q2. Explain about the projects that you have worked on
  • Q3. Explain how Java solves machine dependency of code execution
  • Ans. 

    Java solves machine dependency by using bytecode and virtual machine.

    • Java code is compiled into bytecode which is platform-independent

    • The bytecode is executed by the Java Virtual Machine (JVM) which is platform-specific

    • JVM translates bytecode into machine code for the specific platform

    • This allows Java code to run on any platform with a JVM installed

    • Example: A Java program compiled on Windows can run on Linux or Mac as

  • Answered by AI
Round 3 - HR 

(2 Questions)

  • Q1. Why should we hire you?
  • Q2. Tell me about yourself.

Interview Preparation Tips

Topics to prepare for Infosys System Engineer interview:
  • Java
Interview preparation tips for other job seekers - Keep it simple, Prepare basics of 1st preferred Programming Language.

Skills evaluated in this interview

I applied via Campus Placement and was interviewed before May 2021. There were 2 interview rounds.

Round 1 - Aptitude Test 

Numerical ability and logical reasoning followed by some coding mcqs

Round 2 - Technical 

(1 Question)

  • Q1. Print 1 to 100 without for loop
  • Ans. 

    Printing 1 to 100 without for loop

    • Use recursion to print numbers from 1 to 99

    • Print 100 outside the recursion

    • Use a base case to stop recursion at 100

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare from interview bit and practice mcqs

I applied via Campus Placement and was interviewed before Jun 2021. There were 2 interview rounds.

Round 1 - Aptitude Test 

Simple aptitude test

Round 2 - One-on-one 

(1 Question)

  • Q1. General questions as per your cv

Interview Preparation Tips

Topics to prepare for Infosys System Engineer interview:
  • Aptitude
Interview preparation tips for other job seekers - Great company for freshers.. lot to learn and experience

I applied via Company Website and was interviewed before Jul 2021. There were 2 interview rounds.

Round 1 - Coding Test 

Attended the codevita competition in final year of college.

Round 2 - Technical 

(3 Questions)

  • Q1. About College Project
  • Q2. Some very basics of java
  • Q3. Experience of college project as a team

Interview Preparation Tips

Interview preparation tips for other job seekers - Codevita is a really good platform to help you join TCS as a final year graduate in college

I applied via Campus Placement and was interviewed before Aug 2021. There were 2 interview rounds.

Round 1 - Aptitude Test 

It was a basic aptitude test.

Round 2 - One-on-one 

(1 Question)

  • Q1. Interview was fine. Mostly asked about my final year project.

Interview Preparation Tips

Interview preparation tips for other job seekers - Attend the interview with cool head. All the best.

I applied via Campus Placement and was interviewed before Jun 2021. There were 2 interview rounds.

Round 1 - Aptitude Test 
Round 2 - Technical 

(1 Question)

  • Q1. Explain the mini projects and main project completed during Engineering.

Interview Preparation Tips

Topics to prepare for Infosys System Engineer interview:
  • DBMS
  • Software Engineering
  • Basic coding
Interview preparation tips for other job seekers - Just make sure the resume should be precise and you have knowledge on the things mentioned in your resume.

Be confident and have a smiling face in the interview round.

Belzabar Software Design Interview FAQs

How many rounds are there in Belzabar Software Design Computer Scientist interview?
Belzabar Software Design interview process usually has 3 rounds. The most common rounds in the Belzabar Software Design interview process are Coding Test, Resume Shortlist and Technical.
What are the top questions asked in Belzabar Software Design Computer Scientist interview?

Some of the top questions asked at the Belzabar Software Design Computer Scientist interview -

  1. implement bfs in gr...read more
  2. explain four pillars of o...read more
  3. Python, django related questions and data structure related quest...read more

Tell us how to improve this page.

Belzabar Software Design Computer Scientist Interview Process

based on 3 interviews

Interview experience

3.7
  
Good
View more

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.4k Interviews
Infosys Interview Questions
3.6
 • 7.5k Interviews
Wipro Interview Questions
3.7
 • 5.6k Interviews
Cognizant 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
 • 2.9k Interviews
Mphasis Interview Questions
3.4
 • 791 Interviews
Nagarro Interview Questions
4.0
 • 759 Interviews
View all
Belzabar Software Design Computer Scientist Salary
based on 30 salaries
₹8.8 L/yr - ₹22 L/yr
65% less than the average Computer Scientist Salary in India
View more details

Belzabar Software Design Computer Scientist Reviews and Ratings

based on 7 reviews

4.9/5

Rating in categories

4.5

Skill development

4.1

Work-life balance

4.5

Salary

4.1

Job security

4.3

Company culture

4.1

Promotions

4.5

Work satisfaction

Explore 7 Reviews and Ratings
Computer Scientist
30 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Computer Scientist
11 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Team Lead
7 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

QA Team Lead
7 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Softwaretest Engineer
5 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare Belzabar Software Design 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