Upload Button Icon Add office photos

Streebo

Compare button icon Compare button icon Compare

Filter interviews by

Streebo Associate Technical Consultant Interview Questions and Answers

Updated 20 Nov 2024

Streebo Associate Technical Consultant Interview Experiences

3 interviews found

Interview experience
4
Good
Difficulty level
Hard
Process Duration
2-4 weeks
Result
Not Selected

I applied via Job Portal

Round 1 - Aptitude Test 

Normal aptitude ques, and questions on c

Round 2 - Coding Test 

Easy to medium level questions from leetcode

Round 3 - Technical 

(2 Questions)

  • Q1. Detailed questions on excel and why we need it
  • Q2. Detailed ques on dbms
Interview experience
2
Poor
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via Campus Placement and was interviewed in May 2023. There were 6 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 - Aptitude Test 

Average aptitude ques
Test over the zoom meet with screen share

Round 3 - HR 

(1 Question)

  • Q1. In hr round also they ask question like technical round From java write code of fibonacci series ,overloading,etc
Round 4 - Coding Test 

In technical round 2 parts coding test and then technical interview.
Prepare dsa questions in any language all ques was from leetcode
Screen share hogi zoom pr be Prepare

Round 5 - Technical 

(2 Questions)

  • Q1. Coding test wale questions ko screen share krk explain kro pura
  • Ans. 

    Explain coding test questions through screen sharing for clarity and understanding.

    • Start by introducing the problem statement clearly.

    • Break down the problem into smaller parts for easier understanding.

    • Use code comments to explain each section of the code.

    • Run the code step-by-step to demonstrate how it works.

    • Discuss edge cases and how the code handles them.

  • Answered by AI
  • Q2. 1.java public static void method 2.javascript typeof(Null) 3.python tuple and list Nested array And even reasoning questions in interview And many more ques from java
Round 6 - One-on-one 

(2 Questions)

  • Q1. Management round interview
  • Q2. Questions from your resume In this too they ask technical questions Database,rdbms,your projects experience Java can be use in frontend or javascript in backend? Difference in excel and databases like my...

Interview Preparation Tips

Interview preparation tips for other job seekers - Be prepared the I explained and be confident

Associate Technical Consultant Interview Questions Asked at Other Companies

asked in Streebo
Q1. Which is better for storing data: Excel or a Relational Database ... read more
asked in Mastek
Q2. which is Faster subquery or Join? Or subquery or function? Why vi ... read more
asked in TecTree
Q3. Write a program to separate vowels and consonants from a string.
Q4. How can we grant multiple users permission to delete users, modif ... read more
asked in TecTree
Q5. Write a JAVA program to print a hollow pyramid pattern.
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed in Jun 2022. There were 6 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 - Coding Test 

There were multiple MCQ questions from C, C++ and JavaScript programming languages.

Round 3 - Coding Test 

I had two write solutions for two problems based which were based on DSA.
Difficulty level was easy and moderate
(which were from leetcode)

Round 4 - One-on-one 

(1 Question)

  • Q1. Multiple questions from Spring, Java, Angular were asked like what's Depending Injection, POM,etc., Exception Handling, Life cycle of components. Directives, etc.
Round 5 - Technical 

(1 Question)

  • Q1. Which one is better to store data, Excel or Relation Database System?
  • Ans. 

    Relational Database System is better for storing data than Excel.

    • Excel is good for small datasets, but RDBMS is better for larger and more complex datasets.

    • RDBMS allows for better data organization, querying, and analysis.

    • Excel is prone to errors and data corruption, while RDBMS has built-in data integrity checks.

    • RDBMS also allows for multiple users to access and modify data simultaneously.

    • Examples of RDBMS include MyS...

  • Answered by AI
Round 6 - Behavioral 

(1 Question)

  • Q1. I was asked to tell more about my working experience and my graduation, because I had WILP education.

Interview Preparation Tips

Topics to prepare for Streebo Associate Technical Consultant interview:
  • DSA
  • Java
  • C++
  • Javascript
  • Spring
  • Spring Framework
  • Angular
Interview preparation tips for other job seekers - Keep yourself updated in terms of DSA and your domain technology in which you have working experience.

Skills evaluated in this interview

Top trending discussions

View All
Interview Hub
1w
a client servicing executive
FeedCard Image
Got a question about Streebo?
Ask anonymously on communities.

Interview questions from similar companies

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
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Not Selected

I applied via Campus Placement and was interviewed in Oct 2023. There were 3 interview rounds.

Round 1 - Aptitude Test 

It was online 60min test.

Round 2 - Aptitude Test 

It was offline 30 min test.

Round 3 - Technical 

(2 Questions)

  • Q1. Oops,dbms,css,html,dsa,java.
  • Q2. It was very friendly .

Interview Preparation Tips

Topics to prepare for Apmosys Technologies Software Developer interview:
  • Java
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

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

Round 1 - Technical 

(6 Questions)

  • Q1. What are the 4 principles of oops?
  • Q2. What is the difference between string buffer and string builder?
  • Ans. 

    String buffer is synchronized and thread-safe, while string builder is not synchronized and faster.

    • String buffer is synchronized, making it thread-safe for use in multi-threaded environments.

    • String builder is not synchronized, providing better performance in single-threaded applications.

    • String builder is faster than string buffer due to lack of synchronization overhead.

    • Example: StringBuffer sb = new StringBuffer(); Str...

  • Answered by AI
  • Q3. Why strings are immutable?
  • Ans. 

    Strings are immutable in order to ensure data integrity and security.

    • Immutable strings prevent accidental data modification, ensuring data integrity.

    • Immutable strings enhance security by preventing unauthorized access or tampering.

    • Immutable strings allow for more efficient memory management and optimization.

    • Example: 'Hello' cannot be changed to 'Hella' directly, a new string must be created.

  • Answered by AI
  • Q4. What are the different types of exception in java?
  • Q5. Explain linear search algorithm.
  • Ans. 

    Linear search is a simple searching algorithm that sequentially checks each element in a list until a match is found.

    • Iterate through each element in the list

    • Compare the current element with the target value

    • Return the index if a match is found, otherwise return -1

  • Answered by AI
  • Q6. Difference between JDK jvm and jre
  • Ans. 

    JDK includes JRE and development tools, while JRE includes only the Java Runtime Environment.

    • JDK stands for Java Development Kit, which includes JRE and development tools like compilers and debuggers.

    • JRE stands for Java Runtime Environment, which includes JVM and libraries necessary to run Java applications.

    • JVM stands for Java Virtual Machine, which is responsible for executing Java bytecode.

    • JDK is used for developing ...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Just prepare all the skills which you are mentioned in your cv.

Skills evaluated in this interview

Be interview-ready. Browse the most asked HR questions.
illustration image
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I appeared for an interview in Feb 2025.

Round 1 - Coding Test 

They asked one coding question that is for star pattern question

Interview Preparation Tips

Interview preparation tips for other job seekers - prepare for pattern auestions and java
Are these interview questions helpful?

Software Developer Interview Questions & Answers

Snovasys user image Papanaboyina Manohar

posted on 6 Oct 2023

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

I applied via Campus Placement and was interviewed in Sep 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 - Coding Test 

Python based questions

Round 3 - Technical 

(2 Questions)

  • Q1. Python based questions
  • Q2. Java based questions
Round 4 - HR 

(1 Question)

  • Q1. Tell me about yourself
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Recruitment Consulltant and was interviewed in Apr 2024. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. Pattern question based on the coding
  • Ans. 

    This question tests your ability to identify and generate patterns in coding.

    • Understand the pattern: Analyze the given examples to identify the underlying rule.

    • Use loops: Implement loops to generate sequences based on the identified pattern.

    • Consider edge cases: Ensure your solution handles special cases, like empty arrays or single elements.

    • Optimize for performance: Think about the time complexity of your solution, esp...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Coding is the best part

Software Developer Interview Questions & Answers

Snovasys user image 218A1A05A9 GOGATI GOVARDHAN

posted on 1 Nov 2024

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Not Selected

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

Round 1 - Aptitude Test 

(2 Questions)

  • Q1. Number series in aptitude
  • Ans. 

    Number series in aptitude involves identifying the pattern in a sequence of numbers and predicting the next number.

    • Look for patterns such as arithmetic progression, geometric progression, or a combination of both.

    • Check for alternate numbers, differences between consecutive numbers, or multiplication factors.

    • Consider prime numbers, squares, cubes, or other mathematical operations applied to the series.

    • Example: 2, 4, 6, ...

  • Answered by AI
  • Q2. Relation ships in berbal
  • Ans. 

    Relationships in verbal communication are crucial for effective collaboration and understanding.

    • Verbal communication involves both verbal and non-verbal cues

    • Active listening is key to building strong relationships in verbal communication

    • Clarity and conciseness in speech can enhance relationships

    • Empathy and understanding of others' perspectives are important in verbal relationships

  • Answered by AI
Round 2 - Technical 

(2 Questions)

  • Q1. Explain the four branches of oops
  • Q2. Explain about the structures in c

Skills evaluated in this interview

Streebo Interview FAQs

How many rounds are there in Streebo Associate Technical Consultant interview?
Streebo interview process usually has 5 rounds. The most common rounds in the Streebo interview process are Coding Test, Technical and Aptitude Test.
What are the top questions asked in Streebo Associate Technical Consultant interview?

Some of the top questions asked at the Streebo Associate Technical Consultant interview -

  1. Which one is better to store data, Excel or Relation Database Syst...read more
  2. Coding test wale questions ko screen share krk explain kro p...read more
  3. In hr round also they ask question like technical round From java write code o...read more

Tell us how to improve this page.

Overall Interview Experience Rating

3.7/5

based on 3 interview experiences

Difficulty level

Moderate 67%
Hard 33%

Duration

Less than 2 weeks 67%
2-4 weeks 33%
View more
Streebo Associate Technical Consultant Salary
based on 43 salaries
₹3 L/yr - ₹6.8 L/yr
51% less than the average Associate Technical Consultant Salary in India
View more details

Streebo Associate Technical Consultant Reviews and Ratings

based on 11 reviews

3.3/5

Rating in categories

2.9

Skill development

3.1

Work-life balance

3.7

Salary

2.9

Job security

3.0

Company culture

2.7

Promotions

2.7

Work satisfaction

Explore 11 Reviews and Ratings
Technical Consultant
49 salaries
unlock blur

₹4.5 L/yr - ₹10 L/yr

Associate Technical Consultant
43 salaries
unlock blur

₹3 L/yr - ₹6.8 L/yr

Business Analyst
21 salaries
unlock blur

₹3.8 L/yr - ₹9.6 L/yr

Project Manager
14 salaries
unlock blur

₹8.1 L/yr - ₹13.5 L/yr

Associate Business Analyst
9 salaries
unlock blur

₹3.2 L/yr - ₹4 L/yr

Explore more salaries
Compare Streebo with

Zidio Development

4.5
Compare

Northcorp Software

4.5
Compare

Accel Frontline

4.0
Compare

Elentec Power India (EPI) Pvt. Ltd.

3.8
Compare
write
Share an Interview