Upload Button Icon Add office photos

Filter interviews by

Vuram Web Developer Interview Questions and Answers

Updated 22 Aug 2022

Vuram Web Developer Interview Experiences

1 interview found

Web Developer Interview Questions & Answers

user image Anonymous

posted on 22 Aug 2022

I applied via campus placement at Rajalakshmi Engineering College, Chennai and was interviewed in Jul 2022. There were 3 interview rounds.

Round 1 - Aptitude Test 

Aptitude test was kinda difficult so learn to manage time

Round 2 - Technical 

(2 Questions)

  • Q1. The interviewer asked me about sorting method and asked me to write code for any one sorting
  • Q2. He asked me a question in water jug problem
Round 3 - HR 

(1 Question)

  • Q1. He asked me questions like introduce yourself, what's your background and stuffs like that.

Interview Preparation Tips

Interview preparation tips for other job seekers - Don't be nervous, prepare for all the puzzle questions, learn to manage time while solving apti questions and be confident!

Interview questions from similar companies

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Keep your resume crisp and to the point. A recruiter looks at your resume for an average of 6 seconds, make sure to leave the best impression.
View all tips
Round 2 - HR 

(2 Questions)

  • Q1. How are you ?
  • Q2. What is teamwork for you ?
Round 3 - One-on-one 

(1 Question)

  • Q1. What is oop concept
  • Ans. 

    OOP (Object-Oriented Programming) is a programming paradigm based on the concept of objects, which can contain data and code.

    • OOP focuses on creating objects that interact with each other to solve problems

    • Encapsulation: Objects can hide their internal state and require interaction through methods

    • Inheritance: Objects can inherit attributes and methods from parent objects

    • Polymorphism: Objects can take on different forms o

  • Answered by AI

I applied via Naukri.com and was interviewed in Oct 2021. There were 4 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Don’t add your photo or details such as gender, age, and address in your resume. These details do not add any value.
View all tips
Round 2 - Aptitude Test 

Aptitude and reasoning and verbal

Round 3 - Coding Test 

1.Write a program to print sum of digital of numbers.
2.what program to swap two numbers with out using the third variable.
3. If a number is divisible by 91,then print "Foo".if a number is divisible by 97 then print"bar",if a number is divisible 91 and 97 then print"Foo bar".

Round 4 - Technical 

(1 Question)

  • Q1. Self interdiction wich language is comfortable , what is c,class,object, built-in functions, call by value, and call by reference , what is data structures and what is inter face inheritance and finally as...

Interview Preparation Tips

Interview preparation tips for other job seekers - First coding part important and technical time intervewer ask questions only not answer elaborate with examples.all the best

I applied via AngelList and was interviewed in Jan 2022. There were 2 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Properly align and format text in your resume. A recruiter will have to spend more time reading poorly aligned text, leading to high chances of rejection.
View all tips
Round 2 - Coding Test 

Basic C test where our syntax and approach got tested

Interview Preparation Tips

Interview preparation tips for other job seekers - Be Honest with Interviewer whatever you know, share completely.
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via campus placement at College of Engineering ( Formerly Pune Instiute of Enginering and Technology ), Pune and was interviewed in Sep 2024. There were 3 interview rounds.

Round 1 - HR 

(1 Question)

  • Q1. Basic questions ... tell me about yourself? projects? some quizes, some coding snippets
Round 2 - Technical 

(4 Questions)

  • Q1. Print all str in arrays
  • Ans. 

    Print all strings in an array

    • Use a loop to iterate through the array

    • Print each string in the array

  • Answered by AI
  • Q2. Print the missing number from the range 1 to 100;
  • Ans. 

    Use the formula for sum of natural numbers to find the missing number.

    • Calculate the sum of numbers from 1 to 100 using the formula n*(n+1)/2

    • Find the actual sum of numbers from 1 to 100

    • Subtract the actual sum from the calculated sum to find the missing number

  • Answered by AI
  • Q3. How to converts stack to heap
  • Ans. 

    To convert a stack to a heap, you can use a sorting algorithm like heapify.

    • Use a sorting algorithm like heapify to rearrange the elements in the stack into a heap structure.

    • Heapify the stack by starting from the last non-leaf node and moving up the tree.

    • After heapifying the stack, the elements will be in a heap structure with the root node containing the maximum value.

  • Answered by AI
  • Q4. Project and dbms question
Round 3 - Technical 

(1 Question)

  • Q1. Array was given apply permutation combination and give biggest number

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Double-check your resume for any spelling mistakes. The recruiter may consider spelling mistakes as careless behavior or poor communication skills.
View all tips
Round 2 - Aptitude Test 

Aptitutde test was easy asking qued about web technologies

Round 3 - Technical 

(1 Question)

  • Q1. Questions were about javascript mainly.

Interview Preparation Tips

Interview preparation tips for other job seekers - The interview procwss was good and difficukty levem was easy.
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
4-6 weeks
Result
No response

I applied via Newspaper Ad and was interviewed before Dec 2021. There were 2 interview rounds.

Round 1 - Aptitude Test 

Simple Questions With MCQ Style

Round 2 - One-on-one 

(2 Questions)

  • Q1. Ask About What I Know
  • Q2. Asked About How To Build Sysrem

Interview Preparation Tips

Interview preparation tips for other job seekers - Just Know The Basics And Do What You DO Best
With Added Knowledge Of Other Thing

I applied via Job Portal and was interviewed in Aug 2022. There were 2 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. JWT authentication and authorisation.
Round 2 - Technical 

(1 Question)

  • Q1. Run tasks on Code Sandbox
  • Ans. 

    Code Sandbox allows running tasks for front-end development

    • Open Code Sandbox and create a new project

    • Add necessary dependencies and files

    • Run tasks using npm scripts or command line

    • Examples: build, start, test

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well for this interview as they ask you questions you have never heard of like difference between flex and pipe.

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Referral and was interviewed in Jul 2024. There were 2 interview rounds.

Round 1 - Coding Test 

In first round, they ask a dynamic pattern question.

Round 2 - Technical 

(2 Questions)

  • Q1. What is attribute in HTML
  • Ans. 

    An attribute in HTML provides additional information about an element and is used to modify the element's behavior or appearance.

    • Attributes are added to HTML elements using the syntax attribute="value".

    • Attributes can be used to specify things like the size, color, or alignment of an element.

    • Examples of attributes include 'href' in Example and 'src' in .

  • Answered by AI
  • Q2. Constructor in php and use of constructor
  • Ans. 

    Constructor in PHP is a special method used to initialize objects of a class.

    • Constructor is a special method with the same name as the class.

    • It is automatically called when an object is created.

    • Constructors can be used to initialize object properties or perform any necessary setup.

    • Example: class Car { public function __construct() { echo 'Car object created'; }}

  • Answered by AI

Skills evaluated in this interview

I was interviewed in Jun 2021.

Round 1 - Video Call 

(5 Questions)

Round duration - 60 minutes
Round difficulty - Medium

Technical Interview round with questions based on Javascript mainly.

  • Q1. What are the data types in JavaScript?
  • Ans. 

    The set of types in the JavaScript language consists of primitive values and objects.

    1. Primitive values (immutable datum represented directly at the lowest level of the language)
    1.1 Boolean type : Boolean represents a logical entity and can have two values: true and false. 
    1.2 Null type : The Null type has exactly one value: null.
    1.3 Undefined type : A variable that has not been assigned a value has the value und...

  • Answered Anonymously
  • Q2. What is the typeof() operator in JavaScript?
  • Ans. 

    In JavaScript, the typeof operator returns the data type of its operand in the form of a string. The operand can be any object, function, or variable.
    Syntax: typeof operand

    The possible types that exists in javascript are:

    undefined
    Object
    boolean
    number
    string
    symbol
    function

  • Answered Anonymously
  • Q3. What is the return type of the getElementsByClassName method in JavaScript?
  • Ans. 

    The getElementsByClassName method of Document interface returns an array-like object of all child elements which have all of the given class name(s).

  • Answered Anonymously
  • Q4. Is JavaScript single-threaded or multi-threaded?
  • Ans. 

    JavaScript is a single-threaded language, which means it has only one call stack that is used to execute the program. The call stack is the same as the stack data structure that you might read in Data structures. As we know stacks are FILO that is First In Last Out. Similarly, within the call stack, whenever a line of code gets inside the call stack it gets executed and move out of the stack. In this way, JavaScript is...

  • Answered Anonymously
  • Q5. Can you explain the Async/Await function in JavaScript?
  • Ans. 

    Async/Await is the extension of promises which we get as a support in Javascript. 

    Async: It simply allows us to write promises based code as if it was synchronous and it checks that we are not breaking the execution thread. It operates asynchronously via the event-loop. Async functions will always return a value. It makes sure that a promise is returned and if it is not returned then javascript automatically wraps...

  • Answered Anonymously
Round 2 - Video Call 

(2 Questions)

Round duration - 60 minutes
Round difficulty - Easy

Technical Interview round with questions based on Angular mainly.

  • Q1. How does one share data between components in Angular?
  • Ans. 

    Child to parent using @Output and EventEmitter : 
    In this method, we bind a DOM element inside the child component, to an event ( click event for example ) and using this event we emit data that will captured by the parent component:

    Child Component:
    import {Component, Output, EventEmitter} from '@angular/core';

    @Component({
    selector: 'app-child',
    template:`
    Click to emit data
    `,
    styleUrls: ['./child.component.css']
    })
    expor...

  • Answered Anonymously
  • Q2. What are the different types of data binding in Angular?
  • Ans. 

    There mainly two types of data binding in angular

    One way data binding
    One way data binding is a change in the state affects the view from component to view template or change in the view affects the state from view template to component.

    Two-way data binding
    Two-way data binding is a change from the view can also change the model and similarly changes in the model can also change in the view from component to view templat

  • Answered Anonymously

Interview Preparation Tips

Eligibility criteriaAbove 7 CGPAOodles Technologies Pvt Ltd interview preparation:Topics to prepare for the interview - Javascript, Angular, HTML, CSS, Web, DSATime required to prepare for the interview - 6 monthsInterview preparation tips for other job seekers

Tip 1 : Just start a small project and watch tutorials and implement them in your project.
Tip 2 : Start from a simple todolist app and then build a small simple shopping cart app. You can use a hard-coded json data for displaying items. It should be enough. 
Tip 3 : Go through all the previous interview experiences from Codestudio and Leetcode.

Application resume tips for other job seekers

Tip 1 : Have at-least 2 good projects explained in short with all important points covered.
Tip 2 : Every skill must be mentioned.
Tip 3 : Focus on skills, projects and experiences more.

Final outcome of the interviewRejected

Skills evaluated in this interview

Vuram Interview FAQs

How many rounds are there in Vuram Web Developer interview?
Vuram interview process usually has 3 rounds. The most common rounds in the Vuram interview process are Aptitude Test, Technical and HR.
What are the top questions asked in Vuram Web Developer interview?

Some of the top questions asked at the Vuram Web Developer interview -

  1. The interviewer asked me about sorting method and asked me to write code for an...read more
  2. He asked me a question in water jug prob...read more

Tell us how to improve this page.

Senior Technical Consultant
49 salaries
unlock blur

₹9.9 L/yr - ₹23.5 L/yr

Technical Consultant
47 salaries
unlock blur

₹5.2 L/yr - ₹11.6 L/yr

Associate Technical Consultant
42 salaries
unlock blur

₹4 L/yr - ₹9.9 L/yr

Quality Engineer
24 salaries
unlock blur

₹5.5 L/yr - ₹9.4 L/yr

Associate Consultant
13 salaries
unlock blur

₹3.7 L/yr - ₹6.4 L/yr

Explore more salaries
Compare Vuram with

Infosys

3.6
Compare

TCS

3.7
Compare

Wipro

3.7
Compare

HCLTech

3.5
Compare
Did you find this page helpful?
Yes No
write
Share an Interview