Upload Button Icon Add office photos

Filter interviews by

Peerbits Solution Software Engineer Interview Questions and Answers

Updated 6 Jun 2024

Peerbits Solution Software Engineer Interview Experiences

1 interview found

Software Engineer Interview Questions & Answers

user image DHRUV PRADIPBHAI VYAS

posted on 6 Jun 2024

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

I applied via LinkedIn and was interviewed before Jun 2023. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. What is OOPs Concept?
  • Ans. 

    OOPs (Object-Oriented Programming) is a programming paradigm based on the concept of objects, which can contain data and code.

    • OOPs focuses on creating objects that interact with each other to solve a problem

    • It involves concepts like classes, objects, inheritance, polymorphism, and encapsulation

    • Example: Inheritance allows a class to inherit properties and behavior from another class

  • Answered by AI
  • Q2. What is the difference between abstract class and interface?
  • Ans. 

    Abstract class can have both abstract and non-abstract methods, while interface can only have abstract methods.

    • Abstract class can have constructor, fields, and methods, while interface cannot have any implementation.

    • A class can extend only one abstract class, but can implement multiple interfaces.

    • Abstract class is used to provide a common base for multiple classes, while interface is used to define a contract for class...

  • Answered by AI

Skills evaluated in this interview

Interview questions from similar companies

Interview Preparation Tips

Round: Test
Experience: PAPER DURATION: 3 hours
NO. OF QUESTIONS: 2 (20 marks each)
MAXIMUM MARKS: 20*2 = 40 marksQUESTION 1:
JSON Prettier:-Write a program which takes JSON as input and gives prettified JSONYou need to read JSON from STDIN. Input gives one line of uglified JSON.Output should be formatted JSON. Check the standard output link.Use 2 white spaces (not‘\t’) for one indentation.SAMPLE INPUT:{“group” : {list : [1,2,3]}, “list” : [“a”,”b”,”c”]}SAMPLE OUTPUT:{“group” : {List : [1,2,3]},“list” : [“a”,”b”,”c”]}EXPLANATION: Input will be uglifiedjson in one line and output will be prettified format of that. QUESTION 2:XML parse plus series computationEvaluate an expression given in XML format. Keys will be Expr- contains the entire expression. Elem – contains the digit, sum, Prod- contains two or more keys whose evaluation needs to be summed or multiplied respectively. Sub will contain 2 keys or more, where the second key onwards will have to be subtracted from the first one. Div- will contain 2 keys in which first key will need to be divided by second. SAMPLE INPUT:4673 SAMPLE OUTPUT:
20EXPLANATION:Input will be xml file through standard input. End of xml file marked by .
Duration: 180 minutes
Total Questions: 2

College Name: NA
Round 1 - Technical 

(1 Question)

  • Q1. Oops, puzzles , basics object class

Interview Preparation Tips

Interview preparation tips for other job seekers - It was good interviewer is also cool person

I applied via Approached by Company

Round 1 - HR 

(1 Question)

  • Q1. Basic introduction and about the previous question.
Round 2 - One-on-one 

(2 Questions)

  • Q1. "There are three boxes one contains apples, one contains oranges and one contains both apples and orange". You can find the full question on google
  • Q2. SQL Joins, Primary vs Foreign Key, Nth Highest salary and some more basic SQL question
Round 3 - One-on-one 

(1 Question)

  • Q1. One aptitude and basic SQL questions.

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare for basic aptitude and brush up SQL very well.
Interview experience
5
Excellent
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 

Create a table and show data using dummy api and create a text field and apply serch functionality on it.

Round 3 - Technical 

(1 Question)

  • Q1. Simply asked how can we adopt new technology in my case they were asked for AWS
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
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 

They will ask questions on logic

Round 3 - Technical 

(3 Questions)

  • Q1. About technology you mentioned in resume
  • Q2. And arrays or condition based
  • Q3. String function
Round 4 - HR 

(1 Question)

  • Q1. About technology and previous company about work
Round 5 - One-on-one 

(1 Question)

  • Q1. Salary discussion
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I was interviewed in Aug 2024.

Round 1 - HR 

(1 Question)

  • Q1. Resume related questions
Round 2 - Technical 

(1 Question)

  • Q1. Technology related
Round 3 - One-on-one 

(1 Question)

  • Q1. Discuss everything

Interview Preparation Tips

Interview preparation tips for other job seekers - Work life balance 0, long working hours 10 to 11 hours, 9 working hours + break.
Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Campus Placement and was interviewed before May 2023. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Logical question
  • Q2. Basic opps and collection
Interview experience
2
Poor
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
Not Selected

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

Round 1 - Coding Test 

MCQ based Questions from topics of DSA , web development

Round 2 - Asked to live code a unix comman 

(1 Question)

  • Q1. Asked us to live code tail -f unix command
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-

I applied via Campus Placement

Round 1 - Coding Test 

Machine coding round

Round 2 - Technical 

(2 Questions)

  • Q1. TCP/IP related questions, what happens when you search a webpage?
  • Q2. Past projects discussions
Round 3 - HR 

(1 Question)

  • Q1. Behavioural questions on how would you tackle a particular scenario

Peerbits Solution Interview FAQs

How many rounds are there in Peerbits Solution Software Engineer interview?
Peerbits Solution interview process usually has 1 rounds. The most common rounds in the Peerbits Solution interview process are Technical.
How to prepare for Peerbits Solution 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 Peerbits Solution. The most common topics and skills that interviewers at Peerbits Solution expect are React Native, ASP.Net MVC, Angularjs, Cocoa Touch and Swift.
What are the top questions asked in Peerbits Solution Software Engineer interview?

Some of the top questions asked at the Peerbits Solution Software Engineer interview -

  1. What is the difference between abstract class and interfa...read more
  2. What is OOPs Conce...read more

Tell us how to improve this page.

Peerbits Solution Software Engineer Interview Process

based on 1 interview

Interview experience

2
  
Poor
View more
Peerbits Solution Software Engineer Salary
based on 53 salaries
₹3.6 L/yr - ₹7.2 L/yr
43% less than the average Software Engineer Salary in India
View more details

Peerbits Solution Software Engineer Reviews and Ratings

based on 11 reviews

2.8/5

Rating in categories

1.8

Skill development

2.2

Work-life balance

2.1

Salary

2.1

Job security

2.8

Company culture

2.2

Promotions

2.2

Work satisfaction

Explore 11 Reviews and Ratings
Software Engineer
53 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Software Engineer
10 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Software Developer
7 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Quality Analyst
7 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

React Native Developer
4 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare Peerbits Solution with

Hidden Brains InfoTech

3.8
Compare

SPARX IT Solutions

3.6
Compare

Sphinx Solution

2.6
Compare

Octal IT Solution

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