Upload Button Icon Add office photos

Filter interviews by

bluCursor Technologies Software Engineer Interview Questions and Answers

Updated 23 May 2024

bluCursor Technologies Software Engineer Interview Experiences

1 interview found

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

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

Round 1 - Aptitude Test 

Basic technical qa including 2 programs.

Round 2 - HR 

(1 Question)

  • Q1. Basic HR Questions and some behavioural questions
Round 3 - Technical 

(4 Questions)

  • Q1. Exception handling, Arrays and linked lists, 2 programming questions
  • Q2. Find the duplicate value in array optimally
  • Ans. 

    Use a HashSet to find duplicate values in array of strings

    • Create a HashSet to store unique values

    • Iterate through the array and check if the value is already in the HashSet, if yes, it's a duplicate

    • Time complexity is O(n) and space complexity is O(n)

  • Answered by AI
  • Q3. Whats is the use of final and status
  • Ans. 

    Final and status are used in programming to define constants and track the state of a process or object.

    • Final keyword is used to declare constants in Java, preventing their values from being changed.

    • Status is used to track the state of a process or object, such as 'active', 'inactive', 'pending', etc.

    • Final variables are typically declared with all uppercase letters, like MAX_SIZE or PI.

  • Answered by AI
  • Q4. Benefits of Java over other languages
  • Ans. 

    Java is platform-independent, object-oriented, and has a large standard library.

    • Platform-independent: Java code can run on any platform with Java Virtual Machine (JVM)

    • Object-oriented: Encourages modular programming and code reusability

    • Large standard library: Provides pre-written code for common tasks like networking, I/O, and data structures

  • Answered by AI

Skills evaluated in this interview

Interview questions from similar companies

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
No response
Round 1 - Coding Test 

In the coding test two sum question was asked

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

I applied via Campus Placement and was interviewed in Dec 2023. There were 2 interview rounds.

Round 1 - Aptitude Test 

Easy to moderate question

Round 2 - One-on-one 

(1 Question)

  • Q1. What is Axios? What is friend function? Given any array find the multiple elements?
  • Ans. 

    Axios is a popular JavaScript library used for making HTTP requests.

    • Axios is commonly used in frontend applications to communicate with backend servers.

    • It supports promises and can be used in both browser and Node.js environments.

    • Example: axios.get('https://api.example.com/data')

    • Friend function is a function that is not a member of a class but has access to its private and protected members.

    • It is declared with the keyw...

  • Answered by AI

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
More than 8 weeks
Result
Not Selected

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

Basic java questions

Round 3 - Technical 

(2 Questions)

  • Q1. Explain Linked list implementation and stack
  • Ans. 

    Linked list is a data structure where each element points to the next element. Stack is a data structure that follows Last In First Out (LIFO) principle.

    • Linked list implementation involves creating nodes with data and a pointer to the next node.

    • Stack implementation involves pushing elements onto the stack and popping them off in reverse order.

    • Example: Linked list - 1 -> 2 -> 3 -> NULL, Stack - push(1), push(2), push(3)

  • Answered by AI
  • Q2. Oops concepts in java
  • Ans. 

    Oops concepts in Java refer to Object-Oriented Programming principles like Inheritance, Encapsulation, Polymorphism, and Abstraction.

    • Inheritance: Allows a class to inherit properties and behavior from another class.

    • Encapsulation: Bundling data and methods that operate on the data into a single unit.

    • Polymorphism: Ability of a method to do different things based on the object it is acting upon.

    • Abstraction: Hiding the imp...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Learn java and dsa

Skills evaluated in this interview

I applied via campus placement at University of Hyderabad, Hyderabad and was interviewed before Sep 2021. There were 3 interview rounds.

Round 1 - Coding Test 

Aptitude + Coding Test. 27 basic Aptitude problems and 3 problem solving questions.

Round 2 - Technical 

(1 Question)

  • Q1. Technical Round 1 has questions based on databases. NoSql will be + point. UI technologies and basic data structures.
Round 3 - Technical 

(1 Question)

  • Q1. Technical Round 2, follow-up from round 1. Some more questions on databases

Interview Preparation Tips

Topics to prepare for Valuefy Solutions Software Engineer interview:
  • MySQL
  • Angularjs
  • Node.Js
  • NoSQL
Interview preparation tips for other job seekers - Prepare Databases concept and anyone programing language. Nodejs/Angular will be great to have.
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Pattern pic will be shared, write code to print that pattern

Interview experience
3
Average
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 - Technical 

(1 Question)

  • Q1. Core java Java script Servlet jsp
Round 3 - Technical 

(1 Question)

  • Q1. Servlet and jsp
Round 4 - HR 

(1 Question)

  • Q1. Salary discussion

I applied via Campus Placement and was interviewed before Sep 2021. There were 4 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Properly align and format text in your resume. A recruiter will have to spend more time reading poorly aligned text, leading to high chances of rejection.
View all tips
Round 2 - Technical 

(1 Question)

  • Q1. Questions on IOT and related
Round 3 - Coding Test 

Questions mainly from Linked list.

Round 4 - Technical 

(1 Question)

  • Q1. Basically coding round, with basic questions from arrays. One needs to have good communication skills to explain to interviewers.

Interview Preparation Tips

Topics to prepare for VassarLabs Software Engineer interview:
  • DSA
  • IOT
Interview preparation tips for other job seekers - It is an startup, you need to ready for any questions.
Interview experience
3
Average
Difficulty level
Easy
Process Duration
2-4 weeks
Result
Not Selected

I applied via Company Website and was interviewed in Nov 2023. There were 3 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Double-check your resume for any spelling mistakes. The recruiter may consider spelling mistakes as careless behavior or poor communication skills.
View all tips
Round 2 - Aptitude Test 

Questions from ratio and proportion, ship problems, profit and loss, time and work, problem of ages

Round 3 - Coding Test 

It is a writing plus coding round. Two sections of writing with word count of 200 and 350 words. Coding section consists of 3 questions mostly based on for 1.5 hr.

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

I applied via Referral and was interviewed in Jan 2023. There were 4 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Do not use an unprofessional email address such as cool_boy@email.com. It shows a lack of professionalism by the candidate.
View all tips
Round 2 - Aptitude Test 

General asked aptitude
Focus most on profit lost, percentage

Round 3 - One-on-one 

(1 Question)

  • Q1. Asked mostly on core java bcz i was selected for trainee role and JavaScript along with bootstrap
Round 4 - One-on-one 

(1 Question)

  • Q1. Asked DSA array, searching, sorting, linkedlist

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare yourself in java
Easy level of DSA
Servlet, jsp, jdbc
Spring and spring boot add advantage

bluCursor Technologies Interview FAQs

How many rounds are there in bluCursor Technologies Software Engineer interview?
bluCursor Technologies interview process usually has 3 rounds. The most common rounds in the bluCursor Technologies interview process are Aptitude Test, HR and Technical.
How to prepare for bluCursor Technologies 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 bluCursor Technologies. The most common topics and skills that interviewers at bluCursor Technologies expect are Control System, DBMS, Data Structures, Database Design and JQuery.
What are the top questions asked in bluCursor Technologies Software Engineer interview?

Some of the top questions asked at the bluCursor Technologies Software Engineer interview -

  1. Whats is the use of final and sta...read more
  2. Find the duplicate value in array optima...read more
  3. Benefits of Java over other langua...read more

Tell us how to improve this page.

bluCursor Technologies Software Engineer Interview Process

based on 1 interview

Interview experience

3
  
Average
View more
bluCursor Technologies Software Engineer Salary
based on 16 salaries
₹3 L/yr - ₹8 L/yr
35% less than the average Software Engineer Salary in India
View more details

bluCursor Technologies Software Engineer Reviews and Ratings

based on 1 review

1.0/5

Rating in categories

1.0

Skill development

1.0

Work-life balance

1.0

Salary

1.0

Job security

1.0

Company culture

1.0

Promotions

1.0

Work satisfaction

Explore 1 Review and Rating
Software Engineer
16 salaries
unlock blur

₹3 L/yr - ₹8 L/yr

Software Developer
8 salaries
unlock blur

₹5.3 L/yr - ₹11.8 L/yr

Salesforce Developer
8 salaries
unlock blur

₹2.2 L/yr - ₹10 L/yr

Associate Software Engineer
5 salaries
unlock blur

₹3 L/yr - ₹3.5 L/yr

Salesforce Administrator
4 salaries
unlock blur

₹3.6 L/yr - ₹9.9 L/yr

Explore more salaries
Compare bluCursor Technologies with

Infosys

3.6
Compare

TCS

3.7
Compare

Wipro

3.7
Compare

HCLTech

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