Datametica Solutions Private Limited interview experience Real time questions & tips from candidates to crack your interview

SDE - Intern

Datametica Solutions Private Limited
upvote
share-icon
2 rounds | 4 Coding problems

Interview preparation journey

expand-icon
Preparation
Duration: 3 months
Topics: OOPS, JAVA, PYTHON, DBMS, Cloud computing, etc.
Tip
Tip

Tip 1 : Prepare for DBMS especially SQL queries
Tip 2 : Prepare for OOPS especially basic oops concepts

Application process
Where: Campus
Eligibility: 7 CGPA
Resume Tip
Resume tip

Tip 1 : Make the resume simple and clean

Tip 2 : Add certifications to it and also provide programming links.

Tip 3 : Add only skills that you mastered.

Interview rounds

01
Round
Medium
Online Coding Interview
Duration90 minutes
Interview date14 Oct 2021
Coding problem3

Technical round

1. Quick Sort on Linked List

Moderate
35m average time
65% success
0/80
Asked in companies
SprinklrDatametica Solutions Private Limited

You are given a Singly Linked List of integers. Sort the Linked List using Quick Sort Algorithm.

Quick Sort is a Divide and Conquer algorithm. It picks an element as pivot and partitions the given array around the picked pivot such that the elements before the pivot are less than the pivot and all the elements greater than or equal to the pivot come after the pivot.

Problem approach

Simple Quick Sort approach

Try solving now

2. Box Stacking

Hard
25m average time
65% success
0/120
Asked in companies
DirectiMorgan StanleyJio Platforms Limited

You are given a set of ‘n’ types of rectangular 3-D boxes. The height, width, and length of each type of box are given by arrays, ‘height’, ‘width’, and ‘length’ respectively, each consisting of ‘n’ positive integers. The height, width, length of the i^th type box is given by ‘height[i]’, ‘width[i]’ and ‘length[i]’ respectively.

You need to create a stack of boxes that is as tall as possible using the given set of boxes.

Below are a few allowances:

You can only stack a box on top of another box if the dimensions of the 2-D base of the lower box ( both length and width ) are strictly larger than those of the 2-D base of the higher box. 

You can rotate a box so that any side functions as its base. It is also allowed to use multiple instances of the same type of box. This means, a single type of box when rotated, will generate multiple boxes with different dimensions, which may also be included in stack building.

Return the height of the highest possible stack so formed.

alt text

Note:
The height, Width, Length of the type of box will interchange after rotation.

No two boxes will have all three dimensions the same.

Don’t print anything, just return the height of the highest possible stack that can be formed.
Try solving now

3. DBMS

  1. What is normalization?
  2. What do you mean by Acid Properties?
  3. Write q query to find all the employees whose salary is between 50000 to 100000.
Problem approach

Go through DBMS Concepts

02
Round
Easy
Online Coding Interview
Duration30 minutes
Interview date2 Dec 2022
Coding problem1

It was a simple and short round. Consisted just one standard DS Problem

1. N Queens

Hard
55m average time
35% success
0/120
Asked in companies
Thought WorksTwitterAdobe

You are given an integer 'N'. For a given 'N' x 'N' chessboard, find a way to place 'N' queens such that no queen can attack any other queen on the chessboard.

A queen can be killed when it lies in the same row, or same column, or the same diagonal of any of the other queens. You have to print all such configurations.

Try solving now

Here's your problem of the day

Solving this problem will increase your chance to get selected in this company

Skill covered: Programming

What is recursion?

Choose another skill to practice
Similar interview experiences
company logo
Software Engineer
2 rounds | 3 problems
Interviewed by Datametica Solutions Private Limited
1001 views
0 comments
0 upvotes
company logo
Software Developer
3 rounds | 5 problems
Interviewed by Datametica Solutions Private Limited
1012 views
0 comments
0 upvotes
company logo
Technical Architect
2 rounds | 2 problems
Interviewed by Datametica Solutions Private Limited
662 views
0 comments
0 upvotes
company logo
Software Engineer
2 rounds | 3 problems
Interviewed by Datametica Solutions Private Limited
928 views
0 comments
0 upvotes
Companies with similar interview experiences
company logo
SDE - Intern
3 rounds | 6 problems
Interviewed by Amazon
15480 views
4 comments
0 upvotes
company logo
SDE - Intern
4 rounds | 7 problems
Interviewed by Microsoft
15338 views
1 comments
0 upvotes
company logo
SDE - Intern
2 rounds | 4 problems
Interviewed by Amazon
10142 views
2 comments
0 upvotes