Decimal interview experience Real time questions & tips from candidates to crack your interview

Graduate Engineer Trainee

Decimal
upvote
share-icon
3 rounds | 4 Coding problems

Interview preparation journey

expand-icon
Preparation
Duration: 2 months
Topics: Core java , SQL queries, DSA , Basics of OS , OOPS concepts
Tip
Tip

Tip 1 : Learn from making own handwriting notes
Tip 2 : Learn from basics
Tip 3 : Do practical things specially OOPS concepts, and learn how they works

Application process
Where: Other
Eligibility: 6 CGPA
Resume Tip
Resume tip

Tip 1 : Give relevant information.
Tip 2 : Must have at least 2 projects

Interview rounds

01
Round
Medium
Online Coding Interview
Duration60 minutes
Interview date12 Jan 2022
Coding problem2

1. Search an Element in an Array

Easy
15m average time
80% success
0/40
Asked in companies
Natwest GroupOracleCultfit

You have given a sorted array 'A' of 'N' integers.

Now, you are given 'Q' queries, and each query consists of a single integer 'X'. Your task is to check whether 'X' is present in array 'A' or not for each query. If 'X' exists in array 'A', you need to print 1 else print 0.

Note :

The given array is sorted in non-decreasing order. 
Problem approach

Tip 1 : Read and understand question
Tip 2 : Break problem into small problems and join it

Try solving now

2. Bridges In A Graph

Moderate
25m average time
65% success
0/80
Asked in companies
ArcesiumIBMOla

Given an undirected graph of V vertices and E edges. Your task is to find all the bridges in the given undirected graph. A bridge in any graph is defined as an edge which, when removed, makes the graph disconnected (or more precisely, increases the number of connected components in the graph).

For Example :

If the given graph is :

graph

Then the edge between 0 and 4 is the bridge because if the edge between 0 and 4 is removed, then there will be no path left to reach from 0 to 4.and makes the graph disconnected, and increases the number of connected components.

Note :

There are no self-loops(an edge connecting the vertex to itself) in the given graph.

There are no parallel edges i.e no two vertices are directly connected by more than 1 edge.
Problem approach

Tip 1 : First solve on copy by hands-on
Tip 2 : Make relevant logic

Try solving now
02
Round
Medium
Face to Face
Duration30 minutes
Interview date13 Jan 2022
Coding problem1

1. Reversing Queue

Easy
15m average time
85% success
0/40
Asked in companies
OlaDecimal

You have been given a queue of ‘N’ distinct integers. For a given queue, you need to reverse all the elements in it.

Note:
You need to reverse the string in O(N) time complexity.
Try solving now
03
Round
Easy
HR Round
Duration15 minutes
Interview date14 Jan 2022
Coding problem1

1. Basic HR Questions

  • What do you think makes you perfect for this position?
  • What are your strengths?

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
Trainee Engineer
2 rounds | 2 problems
Interviewed by Decimal
0 views
0 comments
0 upvotes
Software Engineer
2 rounds | 3 problems
Interviewed by Decimal
0 views
0 comments
0 upvotes
Graduate Engineer Trainee
3 rounds | 4 problems
Interviewed by Decimal
962 views
0 comments
0 upvotes
Associate Software Engineer
3 rounds | 5 problems
Interviewed by Decimal
888 views
0 comments
0 upvotes
Companies with similar interview experiences
company logo
Graduate Engineer Trainee
2 rounds | 5 problems
Interviewed by HCL Technologies
13565 views
3 comments
0 upvotes
company logo
Graduate Engineer Trainee
3 rounds | 4 problems
Interviewed by HCL Technologies
2811 views
0 comments
0 upvotes
company logo
Graduate Engineer Trainee
2 rounds | 2 problems
Interviewed by HCL Technologies
3452 views
0 comments
0 upvotes