Add office photos
Cubastion Consulting logo
Engaged Employer

Cubastion Consulting

Verified
3.2
based on 134 Reviews
Video summary

Cubastion Consulting Interview Questions and Answers

Updated 17 Oct 2024

Q1. Puzzle 2 - 10 bags each have 10 coins each coin weighs 1 gm but in 1 bag only all coins weigh 0.9 gm. You can use the weighing machine only once how to find the bag with 0.9 gm coins?

Ans.

10 bags with 10 coins each, one bag has 0.9 gm coins. How to find it using weighing machine once?

  • Number the bags from 1 to 10

  • Take 1 coin from bag 1, 2 coins from bag 2, 3 coins from bag 3, and so on

  • Weigh all the coins together

  • Subtract the expected weight (550 gm) from the actual weight to get the bag number with 0.9 gm coins

Add your answer
right arrow

Q2. Puzzle 1 - A cake is there 3 cuts are allowed how to make 8 pieces

Ans.

Cut the cake twice horizontally and once vertically to make 8 pieces.

  • Make two horizontal cuts to get three layers

  • Make one vertical cut through the center

  • Total 8 pieces will be obtained

Add your answer
right arrow

Q3. A SQL-based query to find employees with salaries between a certain range?

Ans.

SQL query to find employees with salaries in a certain range.

  • Use the SELECT statement to retrieve data from the table.

  • Use the WHERE clause to filter the data based on salary range.

  • Use the BETWEEN operator to specify the salary range.

  • Example: SELECT * FROM employees WHERE salary BETWEEN 50000 AND 70000;

Add your answer
right arrow

Q4. What is the use of the Where clause?

Ans.

The WHERE clause is used to filter data in a SQL query.

  • It is used to specify a condition to filter the rows returned in a SELECT statement.

  • It can be used with various operators such as =, <, >, LIKE, etc.

  • It can also be used with logical operators such as AND, OR, NOT.

  • Example: SELECT * FROM customers WHERE age > 18 AND city = 'New York';

Add your answer
right arrow
Discover Cubastion Consulting interview dos and don'ts from real experiences

Q5. tell about delete function in sql?

Ans.

The DELETE function in SQL is used to remove rows from a table based on specified conditions.

  • DELETE FROM table_name WHERE condition;

  • The DELETE statement without a WHERE clause will delete all rows in the table.

  • It is important to use the WHERE clause to avoid accidentally deleting all data in a table.

  • Deleted rows can be recovered using a backup if needed.

Add your answer
right arrow

Q6. Implementation of seive

Ans.

Sieve of Eratosthenes is an algorithm used to find all prime numbers up to a given limit.

  • Create a list of numbers from 2 to the limit.

  • Start with the first number in the list (2) and mark all its multiples as composite.

  • Move to the next unmarked number in the list and repeat the process.

  • Continue until all numbers have been processed, the unmarked numbers are prime.

Add your answer
right arrow

Q7. Create a training module

Ans.

Training module on effective communication skills

  • Identify different communication styles

  • Practice active listening techniques

  • Provide feedback on communication exercises

  • Role-play scenarios to improve communication skills

Add your answer
right arrow
Contribute & help others!
Write a review
Write a review
Share interview
Share interview
Contribute salary
Contribute salary
Add office photos
Add office photos

Interview Process at Cubastion Consulting

based on 15 interviews
Interview experience
4.0
Good
View more
interview tips and stories logo
Interview Tips & Stories
Ace your next interview with expert advice and inspiring stories

Top Interview Questions from Similar Companies

IBM Logo
4.0
 • 1.2k Interview Questions
Maruti Suzuki Logo
4.2
 • 370 Interview Questions
UltraTech Cement Logo
4.2
 • 336 Interview Questions
L&T Technology Services Logo
3.3
 • 320 Interview Questions
American Express Logo
4.2
 • 191 Interview Questions
HARMAN Logo
3.7
 • 134 Interview Questions
View all
Recently Viewed
JOBS
Starworth Infrastructure Construction
No Jobs
INTERVIEWS
Engineers India
No Interviews
INTERVIEWS
Engineers India
No Interviews
SALARIES
BestDoc Technology
SALARIES
BestDoc Technology
JOBS
Konexions Back Office Services
No Jobs
INTERVIEWS
Engineers India
No Interviews
JOBS
Seventh Contact Hiring Solutions
No Jobs
REVIEWS
Engineers India
No Reviews
SALARIES
Engineers India
Top Cubastion Consulting Interview Questions And Answers
Share an Interview
Stay ahead in your career. Get AmbitionBox app
play-icon
play-icon
qr-code
Helping over 1 Crore job seekers every month in choosing their right fit company
75 Lakh+

Reviews

5 Lakh+

Interviews

4 Crore+

Salaries

1 Cr+

Users/Month

Contribute to help millions

Made with ❤️ in India. Trademarks belong to their respective owners. All rights reserved © 2024 Info Edge (India) Ltd.

Follow us
  • Youtube
  • Instagram
  • LinkedIn
  • Facebook
  • Twitter