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

Backend Developer

BlackNgreen
upvote
share-icon
3 rounds | 2 Coding problems

Interview preparation journey

expand-icon
Preparation
Duration: 2 Months
Topics: Data Structures and algorithms, OOPS, SQL, DBMS, Operating System
Tip
Tip

Tip 1 : Practice 20-30 question of String to get the overall working of string program
Tip 2 : Linked List questions was asked
Tip 3 : Practicing SQL queries is must

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

Tip 1 : Go through your projects technology very well because direct questions was from there
Tip 2 : Try to make sure if you mentioned anything in your resume then you should be having decent Idea of those things then only mention.

Interview rounds

01
Round
Easy
Online Coding Interview
Duration60 minutes
Interview date6 Aug 2021
Coding problem0

30 questions on quants+ reasoning and 30 questions on programming mcq.

02
Round
Easy
Video Call
Duration30 Minutes
Interview date12 Aug 2021
Coding problem2

She asked me two problem one was on string and second one was on Linked List. and then she asked some topics from DBMS as Normalization, Keys and Query of getting second highest salary.

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?
Try solving now

2. Reverse Words In A String

Easy
10m average time
90% success
0/40
Asked in companies
UnacademyIBMOptum

You are given a string 'str' of length 'N'.


Your task is to reverse the original string word by word.


There can be multiple spaces between two words and there can be leading or trailing spaces but in the output reversed string you need to put a single space between two words, and your reversed string should not contain leading or trailing spaces.


Example :
If the given input string is "Welcome to Coding Ninjas", then you should return "Ninjas Coding to Welcome" as the reversed string has only a single space between two words and there is no leading or trailing space.
Try solving now
03
Round
Easy
HR Round
Duration15 Minutes
Interview date15 Sep 2021
Coding problem0

He asked me about myself and ask me to explain my projects. and asked me about some latest technologies in which I am interested.

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
961 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
3452 views
0 comments
0 upvotes