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

SDE - 1

Vocera
upvote
share-icon
2 rounds | 4 Coding problems

Interview preparation journey

expand-icon
Preparation
Duration: 5 months
Topics: Javascript, OS, DBMS,HTML, Css , data structures and Algorithms
Tip
Tip

Tip 1 : good understanding of data structures and algorithms 
Tip 2 : practising previous interview questions 
Tip 3 : giving mock interviews

Application process
Where: Referral
Eligibility: Above 8 cgpa in btech
Resume Tip
Resume tip

Tip 1 : short resume and need to have good projects
Tip 2 : Resume contains only things i am very good at

Interview rounds

01
Round
Medium
Online Coding Interview
Duration90 minutes
Interview date5 Apr 2022
Coding problem2

Started at morning around 9:00 Am, contains 20 Aptitude questions and 2 Ds and algo questions

1. Valid Parentheses

Easy
10m average time
80% success
0/40
Asked in companies
OracleAmerican ExpressPayPal

You're given a string 'S' consisting of "{", "}", "(", ")", "[" and "]" .


Return true if the given string 'S' is balanced, else return false.


For example:
'S' = "{}()".

There is always an opening brace before a closing brace i.e. '{' before '}', '(' before ').
So the 'S' is Balanced.
Problem approach

Tip 1: practice ds and Algorithms 
Tip 2: have good understanding of logic 
Tip 3: don't neglect basic model question for each data structure and algorithms

Try solving now

2. 0 1 Knapsack

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

A thief is robbing a store and can carry a maximal weight of W into his knapsack. There are N items and the ith item weighs wi and is of value vi. Considering the constraints of the maximum weight that a knapsack can carry, you have to find and return the maximum value that a thief can generate by stealing items.

Problem approach

Tip 1: prepare good with recursion algorithms 
Tip 2:dont do 200-300 problems, do proper systematic questions for each topic
Tip 3: clear the basics, have good problem set of dp for practice before exam

Try solving now
02
Round
Easy
Face to Face
Duration45 minutes
Interview date15 Aug 2022
Coding problem2

Oops and ds and algo

1. OOPS questions

What is abstract?
Explain encapsulation?
Explain method overriding and method overloading?
What is inheritance and polymorphism?
Difference between abstract class and interface?

Problem approach

Tip 1: good grip on oops
Tip 2: revision before interview 
Tip 3: self notes preparation

2. 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

Tip 1: mock interview 
Tip 2: practice explaining your code 
Tip 3: learn pseudo code and try to be calm

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

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