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

Consultant

1218 Global
upvote
share-icon
2 rounds | 3 Coding problems

Interview preparation journey

expand-icon
Preparation
Duration: 3 Months
Topics: SQL, Data Structure, OOPS, Operating System, Peoplesoft Tools
Tip
Tip

Tip 1 : Practice SQL and data structure questions of at least 60.
Tip 2 : Learn about Tools that are present in the market (People soft)
Tip 3 : Try to do at least 1 project.

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

Tip 1 : Include the project.
Tip 2 : Always add skills related to technical things and do not forget to write achievements.

Interview rounds

01
Round
Easy
Online Coding Test
Duration30 Minutes
Interview date21 Oct 2022
Coding problem2

This coding round is not that hard most of the questions are related to a data structure. The environment is good and also the question is not that hard.

1. Reverse Linked List

Moderate
15m average time
85% success
0/80
Asked in companies
IBMQuikrMicrosoft

Given a singly linked list of integers. Your task is to return the head of the reversed linked list.

For example:
The given linked list is 1 -> 2 -> 3 -> 4-> NULL. Then the reverse linked list is 4 -> 3 -> 2 -> 1 -> NULL and the head of the reversed linked list will be 4.
Follow Up :
Can you solve this problem in O(N) time and O(1) space complexity?
Problem approach

Step 1: Create Nodelist()
Step 2:reverselist(), Display list()
Step 3: Input the number of nodes : 3
Input data for node 1: 5
Input data for node 2: 6
Input data for node 3: 7

Try solving now

2. Squares of a Sorted Array

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

You are given an array/list ‘ARR’ of ‘N’ integers. You have to generate an array/list containing squares of each number in ‘ARR’, sorted in increasing order.

For example :

Input:
‘ARR’ = [-6,-3, 2, 1, 5] 

If we take a square of each element then the array/list will become [36, 9, 4, 1, 25].
Then the sorted array/list will be [1, 4, 9, 25, 36].

Output :
[1, 4, 9, 25, 36].
Try solving now
02
Round
Easy
HR Round
Duration15 minutes
Interview date31 Oct 2022
Coding problem1

It was a general discussion with HR Related to Salary negotiation, Location, and about company environment.

1. Basic HR Questions

What is your biggest achievement 
why do you want to join the company?
are you ready to relocate to another city?

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
SDE - 1
3 rounds | 7 problems
Interviewed by OYO
4657 views
0 comments
0 upvotes
company logo
SDE - Intern
2 rounds | 3 problems
Interviewed by Amazon
960 views
0 comments
0 upvotes
company logo
SDE - 1
2 rounds | 5 problems
Interviewed by Meesho
6450 views
0 comments
0 upvotes
company logo
SDE - 1
3 rounds | 9 problems
Interviewed by Salesforce
3451 views
0 comments
0 upvotes