Upload Button Icon Add office photos

Filter interviews by

CubeLogic Technical Engineer Interview Questions and Answers

Updated 11 May 2017

CubeLogic Technical Engineer Interview Experiences

1 interview found

I appeared for an interview before May 2016.

Interview Questionnaire 

4 Questions

  • Q1. Regarding SQL - Microsoft SQL Server
  • Q2. I was asked about my College project - which was on Android applications.
  • Q3. There were also questions about C++, Java and C.
  • Q4. I was asked about my current experience and what I foresee myself to be down the line.

Interview Preparation Tips

Round: Technical Interview
Experience: I was asked to rate myself on SQL and if I was well acquainted.
Tips: I provided my honest rating of 6.5 and explained why I was rating myself as such and where I think I could improve.

Round: HR Interview
Experience: HR rounds are basically to test and understand your communication and interactive skills.
Tips: Feel free and never get scared. HR round is to test and ensure if you can fit into a team and how you would contribute to the team. so, try to be honest and keep it simple with your answers. Remember if you fake it - HRs will get you.

Skills: SQL, C++, Java, C, Team Player

Interview questions from similar companies

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. What is a pointer to pointer
  • Ans. 

    A pointer to pointer is a variable that stores the memory address of another pointer variable.

    • It is used to create dynamic data structures like linked lists and trees.

    • It allows multiple levels of indirection.

    • It is denoted by ** in C and C++.

    • Example: int **ptr;

    • Example: ptr = &p; where p is a pointer variable.

  • Answered by AI
  • Q2. Class, object, inheritance, polymorphism,dbms

Interview Preparation Tips

Interview preparation tips for other job seekers - Work on pointers,work on ds, study network analysis, learn more about the job and company

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
Selected Selected
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 - Assignment 

Design a web page with database connectivity

Round 3 - One-on-one 

(1 Question)

  • Q1. Describe your projects
  • Ans. 

    Developed a web-based project management tool for a startup

    • Used React for the frontend and Node.js for the backend

    • Implemented user authentication and authorization using JWT

    • Integrated with Trello API for task management

    • Deployed on AWS EC2 instance with Nginx as reverse proxy

  • Answered by AI
Round 4 - HR 

(1 Question)

  • Q1. Basic hr question
Interview experience
4
Good
Difficulty level
-
Process Duration
2-4 weeks
Result
Not Selected

I applied via Campus Placement

Round 1 - Aptitude Test 

Quant questions, you will be able to clear it easily

Round 2 - Assignment 

Task1: create a website with 3 wepages

task2: create custom linux commands

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

Python question was there and it was average level not tough

Round 2 - Coding Test 

Simple coding questions which was good to go

Round 3 - Technical 

(1 Question)

  • Q1. General ops concepts
Round 4 - Technical 

(1 Question)

  • Q1. Coding with technical questions
Round 5 - HR 

(1 Question)

  • Q1. General questions
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Prepare DSA and one language well.

Round 2 - Aptitude Test 

General aptitude and logic questions.

Round 3 - HR 

(2 Questions)

  • Q1. What is your long term goal in field of AI/ML?
  • Ans. 

    My long term goal in the field of AI/ML is to develop innovative solutions that can positively impact society and improve people's lives.

    • Continuously learning and staying updated with the latest advancements in AI/ML technologies

    • Collaborating with experts in the field to work on cutting-edge projects

    • Applying AI/ML techniques to solve complex real-world problems

    • Contributing to research and publications in the field of A

  • Answered by AI
  • Q2. Tell me about your previous experiences in this field?

Skills evaluated in this interview

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

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

Round 1 - Aptitude Test 

Aptitude is fully based upon technical mcqs, code snippets. Only one or two aptitudes are from general topics.
Negative marking is also there for certain questions.

Round 2 - Coding Test 

Coding was Little bit tough. You will be given 3 qns.

Interview Preparation Tips

Interview preparation tips for other job seekers - Keep practicing the coding in certain specific language!
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Not Selected

I applied via Approached by Company and was interviewed in Nov 2024. There was 1 interview round.

Round 1 - One-on-one 

(2 Questions)

  • Q1. How to rotate a matrix?
  • Ans. 

    To rotate a matrix, transpose it and then reverse each row or column depending on the direction of rotation.

    • Transpose the matrix by swapping elements across the diagonal

    • For clockwise rotation, reverse each row of the transposed matrix

    • For anti-clockwise rotation, reverse each column of the transposed matrix

  • Answered by AI
  • Q2. How to find a particular element in a sorted array?
  • Ans. 

    Use binary search to efficiently find a particular element in a sorted array.

    • Start by comparing the target element with the middle element of the array.

    • If the target element is less than the middle element, search the left half of the array.

    • If the target element is greater than the middle element, search the right half of the array.

    • Repeat the process until the target element is found or the search space is empty.

  • Answered by AI
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

In apti test,there where 31 que some que carries negative marks , marks will be alloted accoring to that que .

Round 2 - Coding Test 

I consist of 3 que if you clear one que you will be shortlisted

Round 3 - Technical 

(1 Question)

  • Q1. Difference between c and c++?
  • Ans. 

    C is a procedural programming language while C++ is an object-oriented programming language.

    • C is a procedural programming language, while C++ is a combination of procedural and object-oriented programming.

    • C does not support classes and objects, while C++ does.

    • C is a subset of C++, meaning C++ includes all of C's features and more.

    • C++ has features like function overloading, templates, and exception handling which are no...

  • Answered by AI

Skills evaluated in this interview

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

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

Round 1 - Aptitude Test 

Level of difficulty - Hard and very strong understanding in python required to clear this round.

Round 2 - Coding Test 

Basically it consists of three questions - easy and 2 medium level questions. DSA concepts is required to clear this round.

CubeLogic Interview FAQs

What are the top questions asked in CubeLogic Technical Engineer interview?

Some of the top questions asked at the CubeLogic Technical Engineer interview -

  1. Regarding SQL - Microsoft SQL Ser...read more
  2. There were also questions about C++, Java and...read more

Tell us how to improve this page.

Interview Questions from Similar Companies

Zeus Learning Interview Questions
3.3
 • 35 Interviews
Appsierra Interview Questions
4.4
 • 30 Interviews
ENH iSecure Interview Questions
4.1
 • 29 Interviews
XenonStack Interview Questions
3.3
 • 26 Interviews
Moris Media Interview Questions
4.3
 • 24 Interviews
MulticoreWare Interview Questions
4.2
 • 23 Interviews
View all
Technical Lead
11 salaries
unlock blur

₹18.6 L/yr - ₹40 L/yr

QA Analyst
7 salaries
unlock blur

₹3 L/yr - ₹14.4 L/yr

Senior Software Engineer
6 salaries
unlock blur

₹14 L/yr - ₹24 L/yr

Analyst
4 salaries
unlock blur

₹11.3 L/yr - ₹15.2 L/yr

System Engineer
4 salaries
unlock blur

₹9.5 L/yr - ₹15 L/yr

Explore more salaries
Compare CubeLogic with

Northcorp Software

4.3
Compare

Apex CoVantage

3.1
Compare

Appsierra

4.4
Compare

Teleindia Networks

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