Upload Button Icon Add office photos
Engaged Employer

i

This company page is being actively managed by Bluelupin Technologies Team. If you also belong to the team, you can get access from here

Bluelupin Technologies Verified Tick

Compare button icon Compare button icon Compare
4.5

based on 23 Reviews

Filter interviews by

Bluelupin Technologies Software Engineer Trainee Interview Questions and Answers

Updated 16 Feb 2024

Bluelupin Technologies Software Engineer Trainee Interview Experiences

1 interview found

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Campus Placement and was interviewed in Jan 2024. There was 1 interview round.

Round 1 - One-on-one 

(1 Question)

  • Q1. Bubble Sort, Difference between Abstract class and interface, use of friend function
  • Ans. 

    Bubble Sort is a simple sorting algorithm that repeatedly steps through the list, compares adjacent elements and swaps them if they are in the wrong order.

    • Bubble Sort has a time complexity of O(n^2) in the worst case.

    • It works by repeatedly swapping adjacent elements if they are in the wrong order.

    • Bubble Sort is not efficient for large data sets.

    • Example: Sorting an array of integers using Bubble Sort.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be clear with your basics and do not panic.

Skills evaluated in this interview

Interview questions from similar companies

Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

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

Round 1 - Aptitude Test 

Reasoning , maths , coding, english

Round 2 - Coding Test 

Java python css c programming sql, html.

Interview Preparation Tips

Interview preparation tips for other job seekers - No comments
Interview experience
2
Poor
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Group Discussion 

Water scarcity, 3 mins , name-area-parents-topic

Round 2 - One-on-one 

(2 Questions)

  • Q1. Tell me about yourself
  • Ans. 

    I am a passionate software engineer with experience in developing web applications using various technologies.

    • Experienced in developing web applications using HTML, CSS, JavaScript, and frameworks like React and Angular

    • Proficient in backend development with Node.js and databases like MySQL and MongoDB

    • Familiar with version control systems like Git and deployment tools like Docker

    • Strong problem-solving skills and ability

  • Answered by AI
  • Q2. What is your background
  • Ans. 

    I have a Bachelor's degree in Computer Science and 5 years of experience in software development.

    • Bachelor's degree in Computer Science

    • 5 years of experience in software development

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - whatever just enjoy the experiance
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

MCQ - 20 (aptitude), 20(c+ and sql)

Round 2 - Coding Test 

Pattern, array and sql questions

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Walk-in and was interviewed in Apr 2024. There were 2 interview rounds.

Round 1 - Coding Test 

It was a handson coding test contains 4 coding questions on prime numbers patterns and array it was easy

Round 2 - Technical 

(1 Question)

  • Q1. All questions based on resume on javascript java and react and mainly on projects
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Spark architecture.
  • Q2. Narrow and wide transformations
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed before Oct 2023. There were 2 interview rounds.

Round 1 - Assignment 

Giva a Full stack project. based on MERN AND MEAN stack

Round 2 - One-on-one 

(2 Questions)

  • Q1. Dsa , were easy to medium
  • Q2. Some backend and azure related questions
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Company Website and was interviewed in Apr 2023. 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 - Technical 

(5 Questions)

  • Q1. 3 Basic DSA Questions
  • Q2. 1st Math based coding question
  • Ans. Can solve with normal loops and some if-else statements.
  • Answered Anonymously
  • Q3. 2nd String based
  • Ans. String manipulation and Traversal meanwhile keep tracking the max answer.
  • Answered Anonymously
  • Q4. 3rd Array Sorting Algorithm
  • Ans. 

    Quick Sort is a popular in-place sorting algorithm that uses divide and conquer approach.

    • Divide the array into two sub-arrays based on a pivot element

    • Recursively sort the sub-arrays

    • Combine the sorted sub-arrays to get the final sorted array

    • Time complexity: O(nlogn) in average case and O(n^2) in worst case

    • Space complexity: O(logn)

    • Example: [5, 2, 9, 3, 7, 6, 8] -> [2, 3, 5, 6, 7, 8, 9]

  • Answered by AI
  • Q5. There was an Introduction too in starting.
Round 3 - HR 

(2 Questions)

  • Q1. Introduce Yourself
  • Ans. 

    I am a software enthusiast with a passion for coding and problem-solving.

    • I have a degree in Computer Science and Engineering.

    • I have experience in programming languages such as Java, Python, and C++.

    • I have worked on projects involving web development, data analysis, and machine learning.

    • I am a quick learner and enjoy working in a team environment.

  • Answered by AI
  • Q2. Why should I hire you?
  • Ans. 

    I am a quick learner with a passion for software development and a strong work ethic.

    • I have a solid understanding of programming concepts and experience with multiple programming languages.

    • I am a team player and enjoy collaborating with others to solve problems.

    • I am highly motivated and always strive to improve my skills and knowledge.

    • I have completed several projects on my own and am eager to apply my skills in a prof

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Keyideas Infotech Software Trainee interview:
  • DSA
  • Communication Skills
  • Algorithms
  • Core Java
  • Java
  • HTML
  • CSS
  • PHP
  • Javascript
  • Python
Interview preparation tips for other job seekers - Just revise some basic DSA and math logic based coding questions.

For HR, keep a smile on your face throughout the Interview.

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Strecture of sql statement
  • Ans. 

    SQL statements are used to interact with databases by performing operations like querying, updating, and deleting data.

    • SQL statements are made up of keywords like SELECT, INSERT, UPDATE, DELETE, etc.

    • They are structured in a specific order, with clauses like WHERE, ORDER BY, GROUP BY, etc.

    • Tables are referenced using their names, and conditions are specified to filter data.

    • Joins can be used to combine data from multiple

  • Answered by AI

Skills evaluated in this interview

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 Feb 2023. There were 3 interview rounds.

Round 1 - Assignment 

JavaScript, React Js

Round 2 - One-on-one 

(3 Questions)

  • Q1. How many years of relevant experience
  • Q2. What is your current CTC
  • Q3. What is your Expectation
Round 3 - HR 

(3 Questions)

  • Q1. What is your Strength
  • Q2. What is weakness
  • Ans. 

    One weakness I have is that I can be overly critical of my own work, which can sometimes lead to self-doubt.

    • I tend to overthink things and can be indecisive at times

    • I have a tendency to take on too many tasks at once, leading to feeling overwhelmed

    • I struggle with public speaking and often get nervous in front of large groups

  • Answered by AI
  • Q3. What is your Goal

Bluelupin Technologies Interview FAQs

How many rounds are there in Bluelupin Technologies Software Engineer Trainee interview?
Bluelupin Technologies interview process usually has 1 rounds. The most common rounds in the Bluelupin Technologies interview process are One-on-one Round.

Tell us how to improve this page.

People are getting interviews through

based on 1 Bluelupin Technologies interview
Campus Placement
100%
Low Confidence
?
Low Confidence means the data is based on a small number of responses received from the candidates.
Software Developer
6 salaries
unlock blur

₹2 L/yr - ₹4.6 L/yr

Softwaretest Engineer
6 salaries
unlock blur

₹2.2 L/yr - ₹4 L/yr

Software Engineer
5 salaries
unlock blur

₹1.8 L/yr - ₹3.5 L/yr

QA Engineer
4 salaries
unlock blur

₹2 L/yr - ₹5 L/yr

Mobile Application Developer
4 salaries
unlock blur

₹3.6 L/yr - ₹6.5 L/yr

Explore more salaries
Compare Bluelupin Technologies with

TCS

3.7
Compare

Infosys

3.7
Compare

Wipro

3.7
Compare

HCLTech

3.5
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