Code360 powered by Coding Ninjas X Naukri.com. Code360 powered by Coding Ninjas X Naukri.com
Uber interview experience Real time questions & tips from candidates to crack your interview

Automation Engineer

Uber
upvote
share-icon
2 rounds | 5 Coding problems

Interview preparation journey

expand-icon
Preparation
Duration: 2 months
Topics: SQL, Javascript, Array, Algorithms, OOPS
Tip
Tip

Tip 1 : Must know basic concepts of JavaScript 
Tip 2 : Be SQL proficient 
Tip 3 : Practice array questions

Application process
Where: Linkedin
Eligibility: Graduate, above 7 CGPA
Resume Tip
Resume tip

Tip 1 : Modify according to the job description 
Tip 2 : Must know everything that you write in your resume

Interview rounds

01
Round
Medium
Online Coding Interview
Duration50 minutes
Interview date21 Jul 2022
Coding problem1

SQL, javascript pseudocodes

1. Output based Question

What will be the output of the following JavaScript code? var a= 0; var b = 0; while (a < 3) { a++; b += a; console.log(b); }

a) 135 b) 123 c) 013 d) 01

Problem approach

Tip 1: Do practice JavaScript pseudocodes 
Tip 2: Do practice SQL queries 

02
Round
Medium
Face to Face
Duration45 minutes
Interview date8 Aug 2022
Coding problem4

It was a online technical interview. There were two interviewers from Uber. They asked five coding questions easy to hard. The interview was for forty-five minutes.

1. DBMS Question

SQL query had missing syntax and some errors which I had to find and solve
 

Problem approach

Tip 1: Practice array questions 
Tip 2: Practice SQL queries 
Tip 3: Revise JavaScript concepts

2. Longest Increasing Subsequence

Moderate
30m average time
65% success
0/80
Asked in companies
SamsungOlaUber

For a given array with N elements, you need to find the length of the longest subsequence from the array such that all the elements of the subsequence are sorted in strictly increasing order.

Strictly Increasing Sequence is when each term in the sequence is larger than the preceding term.

For example:
[1, 2, 3, 4] is a strictly increasing array, while [2, 1, 4, 3] is not.
Try solving now

3. Sort 0 1 2

Easy
22m average time
0/40
Asked in companies
IntuitFacebookMathworks

You have been given an integer array/list(ARR) of size 'N'. It only contains 0s, 1s and 2s. Write a solution to sort this array/list.

Note :
Try to solve the problem in 'Single Scan'. ' Single Scan' refers to iterating over the array/list just once or to put it in other words, you will be visiting each element in the array/list just once.
Try solving now

4. Sum of Digits

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

Ninja is given an integer ‘N’. One day Ninja decides to do the sum of all digits and replace the ‘N’ with the sum of digits until it becomes less than 10. Ninja wants to find what will be the value of ‘N’ after applying this operation.

Help Ninja in finding out this value.

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

How do you write a single-line comment in C++?

Choose another skill to practice
Start a Discussion
Similar interview experiences
company logo
SDE - 1
2 rounds | 4 problems
Interviewed by Uber
847 views
0 comments
0 upvotes
company logo
SDE - 1
3 rounds | 5 problems
Interviewed by Uber
2700 views
0 comments
0 upvotes
company logo
SDE - Intern
2 rounds | 5 problems
Interviewed by Uber
450 views
0 comments
0 upvotes
company logo
Software Engineer
3 rounds | 7 problems
Interviewed by Uber
1219 views
0 comments
0 upvotes
Companies with similar interview experiences
company logo
Automation Engineer
5 rounds | 8 problems
Interviewed by Sprinklr
1566 views
0 comments
0 upvotes