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

SDE - 1

Boeing
upvote
share-icon
2 rounds | 2 Coding problems

Interview preparation journey

expand-icon
Preparation
Duration: 3 Months
Topics: Data structures, Algorithms, Aptitude, Object-oriented programming, DBMS, OS
Tip
Tip

Tip 1 : Have a basic understanding of DSA and Object-oriented programming.
Tip 2 : Have good projects on your Resume.

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

Tip 1 : Have good projects and practice easy medium questions on Leetcode and have good knowledge of CS fundamentals.
Tip 2 : Be confident. There will be behavioral interviews that will test how good you are as a company fit.

Interview rounds

01
Round
Medium
Online Coding Interview
Duration90 minutes
Interview date15 Apr 2021
Coding problem1

15 aptitude questions, 30 questions on cs fundamentals, and 2 coding questions.

1. Merge Intervals

Moderate
20m average time
80% success
0/80
Asked in companies
FacebookInnovaccerSalesforce

You are given N number of intervals, where each interval contains two integers denoting the start time and the end time for the interval.

The task is to merge all the overlapping intervals and return the list of merged intervals sorted by increasing order of their start time.

Two intervals [A,B] and [C,D] are said to be overlapping with each other if there is at least one integer that is covered by both of them.

For example:

For the given 5 intervals - [1, 4], [3, 5], [6, 8], [10, 12], [8, 9].

Since intervals [1, 4] and [3, 5] overlap with each other, we will merge them into a single interval as [1, 5].

Similarly, [6, 8] and [8, 9] overlap, merge them into [6,9].

Interval [10, 12] does not overlap with any interval.

Final List after merging overlapping intervals: [1, 5], [6, 9], [10, 12].
Try solving now
02
Round
Easy
Video Call
Duration60 minutes.
Interview date22 Apr 2021
Coding problem1

Was asked about previous projects, cs fundamentals, and some behavioral questions.

1. Technical Questions

What are ACID properties, what is the difference between SQL and NoSQL, deadlock. Question on project.

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
Companies with similar interview experiences
company logo
SDE - 1
5 rounds | 12 problems
Interviewed by Amazon
114579 views
24 comments
0 upvotes
company logo
SDE - 1
4 rounds | 5 problems
Interviewed by Microsoft
57825 views
5 comments
0 upvotes
company logo
SDE - 1
3 rounds | 7 problems
Interviewed by Amazon
34961 views
7 comments
0 upvotes