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

Technical Consultant

Vuram Technologies
upvote
share-icon
4 rounds | 5 Coding problems

Interview preparation journey

expand-icon
Journey
I was preparing for the interview from 2nd year by improving my problem solving using leetcode ad Hackerrank. It was oncampus offer for me..So I had good problem solving skill and good knowledge in CS fundamentals..
Application story
This was a oncampus offer for me. I got link through my college. And I got shortlisted for online assessment. Then interview conducted through virtual mode. Finally I got offer..
Why selected/rejected for the role?
I have been practicing coding in leetcode and Hackerrank.So I have good problem solving skill. And also I have basic understanding of CS fundamentals. I prepared using interviewbit website..
Preparation
Duration: 1 month
Topics: Python, Database management system, OOPS, computer networking, Operating system
Tip
Tip

Tip 1 : prepare your resume according to the role you apply.
Tip 2 : Do atleast 2 good projects and add it in resume.
Tip 3 : Improve your problem solving skill by leetcode.

Application process
Where: Campus
Eligibility: 7 CGPA, Good problem solving skill
Resume Tip
Resume tip

Tip 1: Add 2 good projects related to your interested technology.
Tip 2: Add your coding profiles in resume that help you to get selected in resume shortlisting

Interview rounds

01
Round
Medium
Online Coding Interview
Duration90 mins
Interview date26 Apr 2022
Coding problem2

90 minutes round conducted as virtual..

1. Split Array Into Fibonacci Sequence

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

In this problem, You are given a string S of digits, such as S = "123456579", we can split it into a Fibonacci-like sequence [123, 456, 579]. Formally, a Fibonacci-like sequence is a list F of non-negative integers such that:

1: 0 <= F[i] <= 2^31 - 1, (that is, each integer fits a 32-bit signed integer type);

2: F.length >= 3;

3: and F[i] + F[i+1] = F[i+2] for all 0 <= i < F.length - 2.

Also, note that when splitting the string into pieces, each piece must not have extra leading zeroes, except if the piece is the number 0 itself.

Return any Fibonacci-like sequence split from S, or return [] if it cannot be done.

Example :
Input: "123456579"
Output: [123, 456, 579]

Explanation:
Since 123 + 456 = 579, therefore the given string can be broken into fibonacci sequence
Problem approach

I solved Using recursion approach

Try solving now

2. HR Question

What is your achievement appart from academics?

Problem approach

Tip 1: Write by own thoughts, because in HR interview they ask about this to test all are written by your own thoughts..
Tip 2: Try to avoid grammer mistakes.
Tip 3: write fastly,since it has Timing..

02
Round
Medium
Telephonic
Duration30 mins
Interview date29 Apr 2022
Coding problem1

Morning 10'o clock conducted as virtual interview..

1. Star Pattern

Easy
10m average time
85% success
0/40
Asked in companies
PayPalInfo Edge India (Naukri.com)Blackrock
Pattern for N = 4

picture

The dots represent spaces.
Problem approach

Tip 1: prepare and practice pattern based questions 
Tip 2: do prepare all doselect Pattern questions.
Tip 3: collect all old doselect Pattern coding questions and do solve

Try solving now
03
Round
Medium
Telephonic
Duration30 mins
Interview date30 Apr 2022
Coding problem1

Morning 10.30 conducted as virtual interview

1. Technical Questions

Vuram Questions:
1) Self introduction 
2) areas of interest 
3) sql statements
4) coding- c program to print values of array which when multiplied is greater than 20
5) real world examples of networking protocols

Problem approach

Tip 1: practice basic techniques of coding patterns
Tip 2: practice all important questions of leetcode problems 
Tip 3: make note of techniques to solve problems

04
Round
Easy
HR Round
Duration10 mins
Interview date4 May 2022
Coding problem1

Only 10 mins of Casual interview

1. Basic HR questions

1)Family background 
2)Companies attended before vuram

Problem approach

Tip 1: Just be confident while talking to HR
Tip 2: Ask questions about the company 
Tip 3: Be curious about the joining and express to HR.

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