Upload Button Icon Add office photos

Filter interviews by

Blume Global Associate Software Engineer Interview Questions and Answers

Updated 31 Jul 2024

Blume Global Associate Software Engineer Interview Experiences

3 interviews found

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

I applied via Company Website

Round 1 - Aptitude Test 

It was medium ... Able to answer the question

Round 2 - Technical 

(2 Questions)

  • Q1. Coding question and overall knowlrdge
  • Q2. Domain question and project questions
Round 3 - HR 

(1 Question)

  • Q1. Real time experience question

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident about what you say
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via campus placement at MVJ College of Engineering, Bangalore and was interviewed in Mar 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

Critical thinking, reasoning

Round 2 - Coding Test 

2 basic coding questions

Associate Software Engineer Interview Questions Asked at Other Companies

asked in Accenture
Q1. Triplets with Given SumYou are given an array/list ARR consisting ... read more
asked in Clarivate
Q2. Best time to buy and sell stock IIYou have been given stock value ... read more
Q3. Intersection of Two Arrays IIYou have been given two integer arra ... read more
asked in CGI Group
Q4. Frog JumpThere is a frog on the 1st step of an N stairs long stai ... read more
asked in Gainsight
Q5. Connect N Ropes With Minimum CostYou have been given 'N' ropes of ... read more

I applied via Campus Placement and was interviewed in Apr 2021. There were 4 interview rounds.

Interview Questionnaire 

5 Questions

  • Q1. 1) Tell me about yourself.
  • Q2. 2) Tell me about your project
  • Q3. 3) How was your journey in cdac and which subject you like the most ?
  • Q4. Why classifiers are used in machine learning ?
  • Ans. 

    Classifiers are used in machine learning to categorize data into different classes based on their features.

    • Classifiers help in predicting the class of new data based on the patterns learned from the training data.

    • They are used in various applications such as image recognition, spam filtering, sentiment analysis, etc.

    • Popular classifiers include decision trees, support vector machines, logistic regression, etc.

  • Answered by AI
  • Q5. How'll you optimize a query ?
  • Ans. 

    Optimizing a query involves identifying and resolving performance issues.

    • Identify slow queries using profiling tools

    • Use indexes to speed up data retrieval

    • Reduce the amount of data being queried

    • Avoid using SELECT *

    • Use JOINs instead of subqueries

    • Normalize database tables

    • Use caching to reduce database load

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be Natural and don't fake anything.
People here are very good and very supportive.
Trust me company do care about employees alot.

Skills evaluated in this interview

Interview questions from similar companies

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

Please check aptitude question in google

Round 2 - Coding Test 

Related to Javascript

Round 3 - HR 

(1 Question)

  • Q1. Expectations and why do you want to join?
Round 4 - Group Discussion 

Discussion related to company

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
Selected Selected
Round 1 - Coding Test 

WRITE CODE FOR MERGE SORT and explain your code

Round 2 - One-on-one 

(1 Question)

  • Q1. Asked conceptual questions abouts OOPS concept
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via campus placement at DMI College of Engineering, Chennai and was interviewed in Nov 2024. There were 4 interview rounds.

Round 1 - Aptitude Test 

Very basic aptitude concepts asked 40 questions 1 hr time

Round 2 - Coding Test 

2 problems to be solved. Myself solved 1 problem but my friends solved 1.5 problem and taken grade is(partially correct) using Google and AI. At last there selected students who are all solved 1 problem also

Round 3 - Technical 

(6 Questions)

  • Q1. Detailed project explanation
  • Q2. Internship experience
  • Q3. OOPS concepts and Resume screening
  • Q4. SQL joins and basics
  • Q5. Favourite programming language asked and said to solve a 2 simple coding problems
  • Q6. The person who solved 1.5 questions out of 2 questions using Google and AI where caught in technical round
Round 4 - HR 

(1 Question)

  • Q1. Beware in HR round Answering to HR questions is seriously hard . Prepare well and be ready to answer question. HR asking questions is about your point of view.

Interview Preparation Tips

Topics to prepare for Infiniti Software Solutions Software Trainee interview:
  • Oops
  • SQL joins
  • Coding
  • Project
Interview preparation tips for other job seekers - Be genuine in coding round. Student who don't use ai only selected. Prepare well for technical specially OOPS concepts, SQL joins and coding
Interview experience
5
Excellent
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
Not Selected

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

Round 1 - Coding Test 

Consist 3 coding questions medium level

Round 2 - Technical 

(2 Questions)

  • Q1. Asked about java concept
  • Q2. Sql query basics
Round 3 - Technical 

(2 Questions)

  • Q1. Asked medium to advance level oops java concept
  • Q2. Deep discussion over project
Round 4 - Technical 

(2 Questions)

  • Q1. Hard level linked list questions
  • Q2. Advanced level sql query

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare sql and oop concepts well
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
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

Basic OOP questions for python programming language

Round 2 - HR 

(2 Questions)

  • Q1. What's abstraction
  • Ans. 

    Abstraction is the concept of hiding complex implementation details and showing only the necessary information to the user.

    • Abstraction allows users to focus on what an object does instead of how it does it

    • It helps in reducing complexity and improving efficiency in software development

    • Example: In object-oriented programming, abstract classes and interfaces are used to achieve abstraction

  • Answered by AI
  • Q2. What's the difference between SQL and NoSQL database
  • Ans. 

    SQL databases are relational databases with structured data, while NoSQL databases are non-relational databases with flexible, unstructured data.

    • SQL databases use structured query language for defining and manipulating data, while NoSQL databases use different query languages or APIs.

    • SQL databases are table-based, with a predefined schema, while NoSQL databases are document, key-value, wide-column, or graph-based.

    • SQL d...

  • Answered by AI
Round 3 - Technical 

(2 Questions)

  • Q1. Reverse a linked list
  • Ans. 

    Reverse a linked list by changing the direction of pointers

    • Start with three pointers: current, prev, and next

    • Iterate through the linked list, updating pointers to reverse the direction

    • Update the head of the linked list to the last node after reversing

  • Answered by AI
  • Q2. Implement binary search algorithm
  • Ans. 

    Binary search algorithm efficiently finds the target value in a sorted array.

    • Start by defining the low and high indices of the array.

    • Calculate the mid index and compare the target value with the value at mid.

    • If target is less than mid value, update high to mid-1; if greater, update low to mid+1.

    • Repeat until target is found or low is greater than high.

  • Answered by AI
Round 4 - One-on-one 

(2 Questions)

  • Q1. Brief Introduction and basic questions
  • Q2. Future plans and how am i going to achieve them

Skills evaluated in this interview

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

I applied via Campus Placement

Round 1 - Aptitude Test 

Aptitude questions with 2-3 coding questions

Round 2 - Technical 

(2 Questions)

  • Q1. Input-wwwrrrrttttuu Output - w3r4t4u2
  • Q2. Interpreter vs compiler
  • Ans. 

    Interpreter executes code line by line, compiler translates code into machine code before execution.

    • Interpreter translates code into machine code line by line during runtime

    • Compiler translates code into machine code before execution

    • Interpreted languages include Python, JavaScript

    • Compiled languages include C, C++

  • Answered by AI

Blume Global Interview FAQs

How many rounds are there in Blume Global Associate Software Engineer interview?
Blume Global interview process usually has 2-3 rounds. The most common rounds in the Blume Global interview process are Aptitude Test, Coding Test and Technical.
How to prepare for Blume Global Associate 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 Blume Global. The most common topics and skills that interviewers at Blume Global expect are Java.
What are the top questions asked in Blume Global Associate Software Engineer interview?

Some of the top questions asked at the Blume Global Associate Software Engineer interview -

  1. Why classifiers are used in machine learnin...read more
  2. How'll you optimize a quer...read more
  3. Domain question and project questi...read more

Tell us how to improve this page.

People are getting interviews through

based on 3 Blume Global interviews
Campus Placement
Company Website
67%
33%
Moderate Confidence
?
Moderate Confidence means the data is based on a sufficient number of responses received from the candidates

Interview Questions from Similar Companies

Delhivery Interview Questions
3.9
 • 447 Interviews
Ecom Express Interview Questions
3.9
 • 192 Interviews
BlackBuck Interview Questions
3.8
 • 172 Interviews
Rivigo Interview Questions
3.9
 • 72 Interviews
BrowserStack Interview Questions
3.7
 • 45 Interviews
View all
Blume Global Associate Software Engineer Salary
based on 31 salaries
₹5 L/yr - ₹15.8 L/yr
65% more than the average Associate Software Engineer Salary in India
View more details

Blume Global Associate Software Engineer Reviews and Ratings

based on 3 reviews

3.1/5

Rating in categories

1.0

Skill development

2.2

Work-Life balance

1.0

Salary & Benefits

1.0

Job Security

1.0

Company culture

2.2

Promotions/Appraisal

1.0

Work Satisfaction

Explore 3 Reviews and Ratings
Software Engineer
37 salaries
unlock blur

₹5.6 L/yr - ₹21 L/yr

Associate Software Engineer
31 salaries
unlock blur

₹5.1 L/yr - ₹15.8 L/yr

Senior Software Engineer
31 salaries
unlock blur

₹13.2 L/yr - ₹26 L/yr

Production Analyst
15 salaries
unlock blur

₹13 L/yr - ₹16 L/yr

Technical Lead
14 salaries
unlock blur

₹20 L/yr - ₹36 L/yr

Explore more salaries
Compare Blume Global with

Fourkites

3.7
Compare

Roambee

2.9
Compare

FarEye

3.1
Compare

LogiNext Solutions

1.7
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