Upload Button Icon Add office photos

Filter interviews by

Streebo Software Developer Interview Questions and Answers

Updated 6 Oct 2024

Streebo Software Developer Interview Experiences

3 interviews found

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

Apritude test was quite tough.

Round 2 - HR 

(3 Questions)

  • Q1. Introduce 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

  • Answered by AI
  • Q2. Which os do you use
  • Ans. 

    I primarily use Windows for development, but also have experience with Linux and MacOS.

    • Primary OS is Windows for development

    • Familiar with Linux and MacOS as well

  • Answered by AI
  • Q3. What are your future plans
  • Ans. 

    I plan to continue expanding my skills in software development and eventually move into a leadership role.

    • Continue learning new programming languages and technologies

    • Work on more complex projects to enhance problem-solving skills

    • Attend leadership training and workshops to prepare for a leadership role

  • Answered by AI
Round 3 - Technical 

(2 Questions)

  • Q1. Print all the factors of a given number in sorted manner.
  • Ans. 

    Print factors of a number in sorted order.

    • Iterate from 1 to the square root of the number

    • If the number is divisible by the current iteration, add both the divisor and quotient to the list

    • Sort the list of factors in ascending order

  • Answered by AI
  • Q2. Sort an array using any sorting algo.
  • Ans. 

    Use quicksort algorithm to sort an array of strings.

    • Implement quicksort algorithm to recursively divide and conquer the array.

    • Choose a pivot element and partition the array into two subarrays based on the pivot.

    • Repeat the process on the subarrays until the entire array is sorted.

    • Example: ['banana', 'apple', 'cherry', 'date'] -> ['apple', 'banana', 'cherry', 'date']

  • Answered by AI
Round 4 - Behavioral 

(2 Questions)

  • Q1. Projects related questions like why you used this tech stack.
  • Q2. What is kernel, difference between java amd javascript and resume related cross questions.

Skills evaluated in this interview

Software Developer Interview Questions & Answers

user image Enakshi Nahar

posted on 9 Sep 2024

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-

I applied via Campus Placement

Round 1 - Aptitude Test 

Topics : Logical and quantitative. Platform : Link was shared by them.

Software Developer Interview Questions Asked at Other Companies

asked in Amazon
Q1. Maximum Subarray Sum Problem Statement Given an array of integers ... read more
asked in Amazon
Q2. Minimum Number of Platforms Needed Problem Statement You are give ... read more
asked in Rakuten
Q3. Merge Two Sorted Arrays Problem Statement Given two sorted intege ... read more
asked in Cognizant
Q4. Nth Fibonacci Number Problem Statement Calculate the Nth term in ... read more
Q5. Find Duplicate in Array Problem Statement You are provided with a ... read more
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via Campus Placement and was interviewed in Sep 2023. There were 5 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Be truthful in your resume. It is very easy to catch false or lies during the interview by asking basic questions.
View all tips
Round 2 - Aptitude Test 

Question are moderate level on aptitude

Round 3 - Coding Test 

The question are basic like array string

Round 4 - HR 

(1 Question)

  • Q1. Basic HR questions
Round 5 - Technical 

(1 Question)

  • Q1. Oops database backend project related questions

Interview Preparation Tips

Interview preparation tips for other job seekers - It is easy interview process

Interview questions from similar companies

I applied via Naukri.com and was interviewed in May 2021. There was 1 interview round.

Interview Questionnaire 

4 Questions

  • Q1. To find if a number is Prime or not and optimise your written code.
  • Ans. 

    Check if a number is prime and optimize the code.

    • Start by checking if the number is less than 2, in which case it is not prime.

    • Iterate from 2 to the square root of the number and check if any of them divide the number evenly.

    • If a divisor is found, the number is not prime. Otherwise, it is prime.

  • Answered by AI
  • Q2. Css question related to flex box, Grid and cross browser compatibility
  • Q3. To call an API in react and optimise your written code.
  • Ans. 

    To optimise API calls in React, use asynchronous functions and caching techniques.

    • Use async/await to handle API calls

    • Implement caching to reduce network requests

    • Use memoization to avoid unnecessary re-renders

    • Consider using a state management library like Redux

    • Use performance profiling tools like React DevTools

  • Answered by AI
  • Q4. Questions on JS concepts like Objects and Prototype Inheritance.

Interview Preparation Tips

Interview preparation tips for other job seekers - Know your basic concepts and prepare well for the interview.

Skills evaluated in this interview

I applied via Campus Placement

Round 1 - Coding Test 

Online Coding Test included some aptitude questions, technical questions followed by 3 coding questions

Round 2 - Technical 

(1 Question)

  • Q1. My technical interview included an introduction about myself followed by my background, projects I've made, internships I've done, and in which language I was comfortable. and the interviewer asked me to w...

Interview Preparation Tips

Interview preparation tips for other job seekers - Answer confidently and give examples. and you can also connect the questions asked to your past projects.
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Recruitment Consulltant and was interviewed before Apr 2023. There were 3 interview rounds.

Round 1 - HR 

(1 Question)

  • Q1. General fit to profile filtration
Round 2 - Technical 

(3 Questions)

  • Q1. To the profile applied for
  • Q2. Explain an actual component
  • Ans. 

    An actual component is a reusable and modular piece of software that performs a specific function within a larger system.

    • Components are often designed to be independent and can be easily integrated into different systems.

    • Examples of components include buttons, input fields, and dropdown menus in a user interface.

    • Components can have their own logic, styling, and functionality, making them versatile building blocks for s

  • Answered by AI
  • Q3. Design the architecture
  • Ans. 

    Designing the architecture for a software system involves planning the structure and components of the system.

    • Identify the key components of the system and their interactions

    • Choose appropriate technologies and frameworks for each component

    • Consider scalability, performance, security, and maintainability

    • Create a detailed diagram or documentation of the architecture

  • Answered by AI
Round 3 - Behavioral 

(1 Question)

  • Q1. Attitude towards work

Interview Preparation Tips

Interview preparation tips for other job seekers - Do not bluff they will catch you immediately as even their management are hardcore coders

Skills evaluated in this interview

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

I applied via Recruitment Consulltant and was interviewed before Apr 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 - Aptitude Test 

25 MCQ questions online with time limit

Round 3 - Assignment 

Create webapp . Frontend, Backend , data encryption

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

I appeared for an interview in Oct 2023.

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

Easy to medium
profit and loss questions
Permutation and combination

Round 3 - Aptitude Test 

Easy to medium
45 mins

Round 4 - Technical 

(4 Questions)

  • Q1. Basic concept of Oops Java basic
  • Q2. Constructor Overloading
  • Q3. Operator overloading in Java?
  • Ans. 

    Operator overloading allows operators to be redefined for user-defined types in Java.

    • Operator overloading is not supported in Java as it can lead to ambiguity and confusion.

    • Java does not allow custom operators to be defined or existing operators to be overloaded.

    • Instead of operator overloading, Java provides method overloading where methods with the same name but different parameters can be defined.

  • Answered by AI
  • Q4. Define java and it's features
  • Ans. 

    Java is a high-level, object-oriented programming language known for its platform independence and robust features.

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

    • It is object-oriented, allowing for modular and reusable code

    • Java is known for its robust standard library, which includes tools for networking, I/O, and more

    • It supports multithreading, allowing for concurrent e...

  • Answered by AI
Round 5 - HR 

(1 Question)

  • Q1. Introduction Present events

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-

I applied via Campus Placement

Round 1 - Aptitude Test 

Easy aptitude, 30 min with 20 question

Interview Preparation Tips

Interview preparation tips for other job seekers - learn OOPs concept and thorough about your project
Interview experience
2
Poor
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed before Sep 2023. There were 2 interview rounds.

Round 1 - Aptitude Test 

Simple aptitude questions.

Round 2 - HR 

(2 Questions)

  • Q1. What's your strength ?
  • Ans. 

    My strength lies in my problem-solving skills and ability to learn quickly.

    • Strong problem-solving skills

    • Quick learner

    • Adaptability to new technologies

    • Ability to work well under pressure

  • Answered by AI
  • Q2. Are you willing to work under pressure?
  • Ans. 

    Yes, I am comfortable working under pressure and have experience delivering high-quality work in tight deadlines.

    • I have successfully completed projects with tight deadlines in my previous roles.

    • I am able to prioritize tasks effectively and remain focused under pressure.

    • I thrive in challenging situations and see them as opportunities to showcase my skills.

    • I have experience working on urgent bug fixes and resolving issue

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - If you have a good carrier then don't go there.

Streebo Interview FAQs

How many rounds are there in Streebo Software Developer interview?
Streebo interview process usually has 3-4 rounds. The most common rounds in the Streebo interview process are Aptitude Test, HR and Technical.
How to prepare for Streebo Software Developer 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 Streebo. The most common topics and skills that interviewers at Streebo expect are Angular, Artificial Intelligence, Bootstrap, Core Java and Eclipse.
What are the top questions asked in Streebo Software Developer interview?

Some of the top questions asked at the Streebo Software Developer interview -

  1. Print all the factors of a given number in sorted mann...read more
  2. Sort an array using any sorting al...read more
  3. Which os do you ...read more

Tell us how to improve this page.

Streebo Software Developer Interview Process

based on 4 interviews

Interview experience

4
  
Good
View more

Streebo Software Developer Reviews and Ratings

based on 2 reviews

5.0/5

Rating in categories

3.7

Skill development

5.0

Work-life balance

5.0

Salary

4.3

Job security

4.0

Company culture

3.3

Promotions

4.3

Work satisfaction

Explore 2 Reviews and Ratings
Technical Consultant
45 salaries
unlock blur

₹4 L/yr - ₹12.1 L/yr

Associate Technical Consultant
33 salaries
unlock blur

₹3 L/yr - ₹6.8 L/yr

Business Analyst
20 salaries
unlock blur

₹3 L/yr - ₹9.7 L/yr

Project Manager
14 salaries
unlock blur

₹5.5 L/yr - ₹18 L/yr

Associate Business Analyst
10 salaries
unlock blur

₹3.2 L/yr - ₹4 L/yr

Explore more salaries
Compare Streebo with

Accel Frontline

4.0
Compare

Northcorp Software

4.3
Compare

Elentec Power India (EPI) Pvt. Ltd.

3.7
Compare

HyScaler

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