Upload Button Icon Add office photos
Engaged Employer

i

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

Cue Blocks Technologies Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Cue Blocks Technologies Software Engineer Interview Questions and Answers

Updated 8 Aug 2023

Cue Blocks Technologies Software Engineer Interview Experiences

1 interview found

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

I applied via Company Website and was interviewed before Aug 2022. There were 5 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 - HR 

(2 Questions)

  • Q1. General pre-screening about my work experience and future plans on the platforms I wish to work on.
  • Q2. Current and expected salary and they ask you to fill an Google form with basic technical pre-screening questions to understand the technical know-how.
Round 3 - Technical 

(1 Question)

  • Q1. Skill oriented questions by technical managers
Round 4 - Coding Test 

Coding based Assignment is given

Round 5 - One-on-one 

(1 Question)

  • Q1. Final round is with the Director of the company, only if you clear all the previous rounds. This is mainly non-technical and assessment of your value addition to the team will be considered, primarily.

Interview Preparation Tips

Interview preparation tips for other job seekers - Brush up your basics and make sure you do not beat around bush if you do not know the answers. They ask general programming, logic related and skill specific questions. give you real time problems to solve.

Interview questions from similar companies

Interview experience
2
Poor
Difficulty level
Easy
Process Duration
6-8 weeks
Result
Selected Selected

I applied via Walk-in and was interviewed in Sep 2023. There were 5 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 - Coding Test 

2 question of coding

Round 3 - Aptitude Test 

2 hours test with apti questions

Round 4 - Technical 

(3 Questions)

  • Q1. Pi interview with tech questions
  • Q2. I do not exactly remember
  • Q3. I do not exactly have anything in my mind
Round 5 - HR 

(2 Questions)

  • Q1. Hr based interview online
  • Q2. I do not exactly remember

Interview Preparation Tips

Interview preparation tips for other job seekers - BE YOURSELF
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I was interviewed in Aug 2024.

Round 1 - HR 

(1 Question)

  • Q1. Resume related questions
Round 2 - Technical 

(1 Question)

  • Q1. Technology related
Round 3 - One-on-one 

(1 Question)

  • Q1. Discuss everything

Interview Preparation Tips

Interview preparation tips for other job seekers - Work life balance 0, long working hours 10 to 11 hours, 9 working hours + break.
Interview experience
5
Excellent
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 - Coding Test 

They will ask questions on logic

Round 3 - Technical 

(3 Questions)

  • Q1. About technology you mentioned in resume
  • Q2. And arrays or condition based
  • Q3. String function
Round 4 - HR 

(1 Question)

  • Q1. About technology and previous company about work
Round 5 - One-on-one 

(1 Question)

  • Q1. Salary discussion
Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Not Selected

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

Round 1 - Technical 

(2 Questions)

  • Q1. Logical question
  • Q2. Basic opps and collection
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

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

45 aptitude questions in campus placement.

Round 3 - Coding Test 

9 basic coding questions.like pattern and array like basic questions.

Round 4 - One-on-one 

(2 Questions)

  • Q1. Opps and SQL, data structures concept
  • Q2. About your self and some real life problems

Interview Preparation Tips

Interview preparation tips for other job seekers - Tell me about your self and some real life problems
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed before Aug 2022. There was 1 interview round.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Diff b/w CTE and SubQuery
  • Ans. 

    CTE is a temporary result set that can be referenced within a query, while a subquery is a query nested within another query.

    • CTE stands for Common Table Expression and is defined using the WITH keyword.

    • CTEs can be referenced multiple times within a query.

    • Subqueries are enclosed in parentheses and can only be referenced once in a query.

    • Subqueries can be correlated or non-correlated.

    • CTEs are generally used for readabilit...

  • Answered by AI
  • Q2. What is middleware in mvc core
  • Ans. 

    Middleware in MVC Core is software components that are used to handle requests and responses in the application pipeline.

    • Middleware components are added to the application pipeline in the Startup class using the UseMiddleware method.

    • Each middleware component in the pipeline can inspect, modify, or short-circuit the request pipeline.

    • Middleware components can perform tasks such as authentication, logging, error handling,...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - IT's good company to work for long time, All employees are good. And Salary always on time and flexible time

Skills evaluated in this interview

I applied via Naukri.com and was interviewed in Apr 2022. There were 2 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 

(2 Questions)

  • Q1. .Net concepts like routing, session management, life cycle etc.
  • Q2. Data base concepts like joins , temp tables , curser etc.

Interview Preparation Tips

Interview preparation tips for other job seekers - After clearing the all technical round also the HR round they told their budget is less what they have promises.
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-

I applied via Company Website and was interviewed in Jun 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Find missing number form an array
  • Ans. 

    Find missing number from an array of strings

    • Convert all strings to integers

    • Find the minimum and maximum values in the array

    • Iterate through the range of values and check for the missing number

  • Answered by AI
  • Q2. Delete duplicate value from table
  • Ans. 

    Use SQL query with DISTINCT keyword to delete duplicate values from a table.

    • Use the DELETE statement with a subquery that selects the distinct values from the table.

    • Example: DELETE FROM table_name WHERE id NOT IN (SELECT MIN(id) FROM table_name GROUP BY column_name);

  • Answered by AI

Skills evaluated in this interview

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

(1 Question)

  • Q1. OOPS concepts with real life example
  • Ans. 

    OOPS concepts are fundamental principles in object-oriented programming that help in organizing and managing code efficiently.

    • Encapsulation: Wrapping data and methods into a single unit. Example: A car object with properties like color and methods like start() and stop().

    • Inheritance: Reusing code from existing classes. Example: Animal class with properties and methods inherited by Dog and Cat classes.

    • Polymorphism: Abil...

  • Answered by AI
Round 2 - Technical 

(1 Question)

  • Q1. Technical Discussion with higher management

Cue Blocks Technologies Interview FAQs

How many rounds are there in Cue Blocks Technologies Software Engineer interview?
Cue Blocks Technologies interview process usually has 5 rounds. The most common rounds in the Cue Blocks Technologies interview process are Resume Shortlist, HR and Technical.

Tell us how to improve this page.

Cue Blocks Technologies Software Engineer Interview Process

based on 1 interview

Interview experience

4
  
Good
View more
Web Developer
5 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Business Development Manager
4 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Front end Developer
4 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Quality Analyst
3 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Software Quality Analyst
3 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare Cue Blocks Technologies with

SPARX IT Solutions

3.6
Compare

Webgility

3.8
Compare

Net Solutions

4.2
Compare

Srijan Technologies

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