Upload Button Icon Add office photos

Vuram

Compare button icon Compare button icon Compare

Filter interviews by

Vuram Interview Questions and Answers

Updated 19 Jun 2025
Popular Designations

10 Interview questions

An Associate Technical Consultant was asked 5d ago
Q. What are joins?
Ans. 

Joins are SQL operations that combine records from two or more tables based on related columns.

  • INNER JOIN: Returns records with matching values in both tables. Example: SELECT * FROM A INNER JOIN B ON A.id = B.id;

  • LEFT JOIN: Returns all records from the left table and matched records from the right table. Example: SELECT * FROM A LEFT JOIN B ON A.id = B.id;

  • RIGHT JOIN: Returns all records from the right table and ma...

View all Associate Technical Consultant interview questions
An Associate Technical Consultant was asked
Q. Given a string, reverse it such that the special characters remain in the same position.
Ans. 

Reverse a string while keeping special characters in the same position.

  • Iterate through the string and store special characters in a separate array.

  • Reverse the string excluding special characters.

  • Combine the reversed string with the special characters in their original positions.

View all Associate Technical Consultant interview questions
An Associate Technical Consultant was asked
Q. Write a function to multiply two numbers without using built-in functions, loops, the +, or * operators, or recursion.
Ans. 

Use bitwise operations to perform multiplication of two numbers.

  • Use bitwise operations like left shift and bitwise AND to perform multiplication.

  • For example, to multiply 3 and 5, you can do: (3 << 2) + (3 << 0) = 12 + 3 = 15.

  • Understand how binary multiplication works to implement the solution.

View all Associate Technical Consultant interview questions
A Customer Support Executive was asked
Q. Write a function to reverse a given string, removing any numeric characters.
Ans. 

Reverse input string and remove numerics

  • Use string manipulation functions to remove numerics

  • Reverse the resulting string using a loop or built-in function

  • Return the reversed string

View all Customer Support Executive interview questions
A Customer Support Executive was asked
Q. Write a program to print the digit in the 100th place of a given number.
Ans. 

To print the 100th place digit of given input

  • Extract the input as a string

  • Check if the input is at least 100 digits long

  • Print the 100th digit from the left

View all Customer Support Executive interview questions
A Quality Analyst was asked
Q. Write a code snippet to handle Excel files using Selenium.
Ans. 

Code snippet to handle excel in Selenium

  • Create an object of FileInputStream class to read the excel file

  • Create an object of XSSFWorkbook class to represent the workbook

  • Create an object of XSSFSheet class to represent the sheet

  • Use getRow() and getCell() methods to read the data from the sheet

  • Use setCellValue() method to write data to the sheet

View all Quality Analyst interview questions
A Quality Analyst was asked
Q. What is POM?
Ans. 

pOM stands for Process Order Management. It is a system used to manage and track the production process of goods.

  • pOM helps in creating and managing production orders

  • It tracks the progress of each order and ensures timely delivery

  • It helps in managing inventory levels and scheduling production

  • pOM can be integrated with other systems like ERP and MES

  • Example: SAP's Production Planning module is an example of pOM

View all Quality Analyst interview questions
Are these interview questions helpful?
A Quality Analyst was asked
Q. Share your screen and capture the XPath for the Amazon dropdown menu.
Ans. 

To screenshare and capture xpath for Amazon drop down, use browser developer tools and inspect element.

  • Open Amazon website and navigate to the drop down menu

  • Right-click on the drop down menu and select 'Inspect' or 'Inspect Element'

  • In the developer tools, locate the HTML code for the drop down menu

  • Right-click on the HTML code and select 'Copy' > 'Copy XPath'

  • The XPath for the drop down menu is now copied to your cl...

View all Quality Analyst interview questions
An Associate Technical Consultant was asked
Q. Remove duplicates from array and string
Ans. 

Remove duplicates from array of strings

  • Create a Set to store unique strings

  • Iterate through the array and add each string to the Set

  • Convert the Set back to an array to get the unique strings

View all Associate Technical Consultant interview questions
A Softwaretest Engineer was asked
Q. What is structure Difference between array and list Oops concepts
Ans. 

Structures are user-defined data types that group together variables of different data types under a single name.

  • Arrays are fixed-size data structures that store elements of the same data type in contiguous memory locations.

  • Lists are dynamic data structures that can grow or shrink in size and can store elements of different data types.

  • OOP concepts include encapsulation, inheritance, and polymorphism.

View all Softwaretest Engineer interview questions

Vuram Interview Experiences

26 interviews found

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed before Sep 2022. There were 5 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 - Aptitude Test 

1st round consists of logical, verbal, quantitative aptitude and essay written and 2 programming questions.

Round 3 - One-on-one 

(3 Questions)

  • Q1. 2nd Round will be Technical interview here some technical questions and logical thinking and programming abilities to be tested.
  • Q2. Remove duplicates from array and string
  • Ans. 

    Remove duplicates from array of strings

    • Create a Set to store unique strings

    • Iterate through the array and add each string to the Set

    • Convert the Set back to an array to get the unique strings

  • Answered by AI
  • Q3. Logical thinking
Round 4 - One-on-one 

(3 Questions)

  • Q1. 3rd round will be the same as the 2nd round here some more than intermediate level questions are asked.
  • Q2. Reverse a string but special characters remains the same position
  • Ans. 

    Reverse a string while keeping special characters in the same position.

    • Iterate through the string and store special characters in a separate array.

    • Reverse the string excluding special characters.

    • Combine the reversed string with the special characters in their original positions.

  • Answered by AI
  • Q3. Multiplication of 2 numbers without using built in function, loop, +,* operator, recursion
  • Ans. 

    Use bitwise operations to perform multiplication of two numbers.

    • Use bitwise operations like left shift and bitwise AND to perform multiplication.

    • For example, to multiply 3 and 5, you can do: (3 << 2) + (3 << 0) = 12 + 3 = 15.

    • Understand how binary multiplication works to implement the solution.

  • Answered by AI
Round 5 - HR 

(1 Question)

  • Q1. In hr round general questions and asking questions from previous 3 rounds of interviews that's it

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well aptitude and be ready to coding.

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed in Nov 2024. There were 3 interview rounds.

Round 1 - Aptitude Test 

Questions were asked from Pesuedocode,Flow Chart,Quntitative(Time Speed Distance,Profit and Loss,Ratio,Number series) IT Baasics,Essay Writing

Round 2 - Technical 

(2 Questions)

  • Q1. Tell about your project
  • Q2. SQL,DBMS questions
Round 3 - HR 

(2 Questions)

  • Q1. Self Introduction
  • Q2. Work culture and Discuss with some basic topics

Interview Preparation Tips

Interview preparation tips for other job seekers - To crack the Online test prepare for Pseudocode and flow chart
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

It was easy to crack the round

Round 2 - Technical 

(3 Questions)

  • Q1. What was view in sql
  • Q2. What is foreign key in sql
  • Ans. 

    Foreign key in SQL is a field in a table that is a primary key in another table, establishing a relationship between the two tables.

    • A foreign key ensures referential integrity by enforcing a link between data in two tables.

    • It helps maintain consistency and prevent orphaned records.

    • Example: In a database with tables for 'orders' and 'customers', the 'customer_id' in the 'orders' table would be a foreign key referencing ...

  • Answered by AI
  • Q3. Java basics exception handling
Round 3 - HR 

(2 Questions)

  • Q1. Money is more important?
  • Q2. What happens if ur selected?
  • Ans. 

    If selected, I will bring my skills, dedication, and enthusiasm to the role, contributing to the success of the team and organization.

    • I will undergo training to familiarize myself with the company's processes and procedures.

    • I will work closely with my team members to learn from their expertise and contribute to projects.

    • I will strive to meet and exceed expectations in my role, taking on new challenges and responsibilit...

  • Answered by AI

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

Aptitude questions on Time, Volume, Arithmetic, Logical, Verbal

Round 2 - Coding Test 

Code on the difference between the two dates

Round 3 - HR 

(4 Questions)

  • Q1. Basic questions
  • Q2. Introduce yourself
  • Q3. Hobbies and self-interest
  • Q4. Why should we hire you

Interview Preparation Tips

Interview preparation tips for other job seekers - You have to be pretty confident in answering all technical questions
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

Basic aptitude questions

Round 2 - Coding Test 

Basic patterns like star, numbers . Prepare some basic things from websites

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

Basic aptitude questions

Round 2 - Coding Test 

Practice some basic patterns provided in websites. Star, number patterns

I applied via Approached by Company and was interviewed in Dec 2022. There were 2 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Worst experience with Vuram, interview panel asking irrelevant questions
  • Ans. If you are Dot net developer he will ask Java development questions
  • Answered Anonymously
  • Q2. If you don’t have experience on some technical stuff, they will ask more on that
Round 2 - Technical 

(1 Question)

  • Q1. 1hr wasted time, I will never recommend this again

Interview Preparation Tips

Interview preparation tips for other job seekers - I had a discussion with panel of power apps developer role during my L1 round interview for a senior developer position. The guy didn’t ask any questions about power platform related instead he asked what he know
Interview experience
1
Bad
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
No response

I applied via Recruitment Consulltant and was interviewed in Dec 2022. There were 2 interview rounds.

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 - Technical 

(2 Questions)

  • Q1. Worst worsted worst very worst no
  • Ans. 

    The question is nonsensical and has no answer.

    • The question is not related to software engineering or any field for that matter.

    • It is likely a mistake or a joke question.

    • There is no meaningful response to give.

  • Answered by AI
  • Q2. Don’t go worsted really bad experience with this company

Interview Preparation Tips

Interview preparation tips for other job seekers - I will never recommend this company don’t waste your time
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I appeared for an interview before Jun 2024, where I was asked the following questions.

  • Q1. What are joins
  • Ans. 

    Joins are SQL operations that combine records from two or more tables based on related columns.

    • INNER JOIN: Returns records with matching values in both tables. Example: SELECT * FROM A INNER JOIN B ON A.id = B.id;

    • LEFT JOIN: Returns all records from the left table and matched records from the right table. Example: SELECT * FROM A LEFT JOIN B ON A.id = B.id;

    • RIGHT JOIN: Returns all records from the right table and matched...

  • Answered by AI
  • Q2. Write a program to check armstrong number
  • Ans. 

    An Armstrong number is a number that is equal to the sum of its own digits raised to the power of the number of digits.

    • An Armstrong number for a 3-digit number is a number such that: abc = a^3 + b^3 + c^3.

    • Example: 153 is an Armstrong number because 1^3 + 5^3 + 3^3 = 153.

    • For a 4-digit number, e.g., 1634: 1^4 + 6^4 + 3^4 + 4^4 = 1634.

    • To check if a number is Armstrong, convert it to string to get the number of digits.

    • Iter...

  • Answered by AI
Interview experience
4
Good
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed before Jun 2022. There were 5 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 

Basic questions on all the concepts of QA reasoning and VA

Round 3 - Technical 

(1 Question)

  • Q1. Tell me about yourself Questions based on your resume Java oops Project Java coding question simple
Round 4 - Technical 

(1 Question)

  • Q1. Same as round 2 but advance questions Coding question was advanced Nature
Round 5 - HR 

(1 Question)

  • Q1. Simple hr interview they asked about family and are u ready to relocate and some description of their company as well

Interview Preparation Tips

Interview preparation tips for other job seekers - It's a good company but when compared with its technology it's a no code company with less opportunities if u want to have a Career in development
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed before Jun 2022. There were 5 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 

It was an aptitude round. We were also asked to write a logic for a problem.

Round 3 - Technical 

(1 Question)

  • Q1. Basic technical questions, OOPS, java etc..
Round 4 - Technical 

(1 Question)

  • Q1. About projects, MySQL, and other OOPS concepts
Round 5 - HR 

(1 Question)

  • Q1. Basic details about self, family

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident in what you know!

Top trending discussions

View All
Interview Tips & Stories
1w
toobluntforu
·
works at
Cvent
Can speak English, can’t deliver in interviews
I feel like I can't speak fluently during interviews. I do know english well and use it daily to communicate, but the moment I'm in an interview, I just get stuck. since it's not my first language, I struggle to express what I actually feel. I know the answer in my head, but I just can’t deliver it properly at that moment. Please guide me
Got a question about Vuram?
Ask anonymously on communities.

Vuram Interview FAQs

How many rounds are there in Vuram interview?
Vuram interview process usually has 3-4 rounds. The most common rounds in the Vuram interview process are Technical, Aptitude Test and HR.
How to prepare for Vuram interview?
Go through your CV in detail and study all the technologies mentioned in your CV. Prepare at least two technologies or languages in depth if you are appearing for a technical interview at Vuram. The most common topics and skills that interviewers at Vuram expect are Management, Monitoring, Analytics, SQL and Troubleshooting.
What are the top questions asked in Vuram interview?

Some of the top questions asked at the Vuram interview -

  1. Multiplication of 2 numbers without using built in function, loop, +,* operator...read more
  2. Reverse a string but special characters remains the same posit...read more
  3. Screenshare and capture xpath for Amazon drop d...read more
How long is the Vuram interview process?

The duration of Vuram interview process can vary, but typically it takes about less than 2 weeks to complete.

Tell us how to improve this page.

Overall Interview Experience Rating

4.1/5

based on 11 interview experiences

Difficulty level

Moderate 67%
Hard 33%

Duration

Less than 2 weeks 83%
2-4 weeks 17%
View more

Interview Questions from Similar Companies

MAQ Software Interview Questions
1.9
 • 104 Interviews
Webkul Software Interview Questions
4.0
 • 71 Interviews
Softenger Interview Questions
4.0
 • 59 Interviews
Tata Digital Interview Questions
2.9
 • 47 Interviews
View all

Vuram Reviews and Ratings

based on 69 reviews

4.2/5

Rating in categories

4.3

Skill development

4.0

Work-life balance

3.8

Salary

4.5

Job security

4.3

Company culture

3.7

Promotions

4.1

Work satisfaction

Explore 69 Reviews and Ratings
Senior Technical Consultant
51 salaries
unlock blur

₹9.9 L/yr - ₹24.1 L/yr

Technical Consultant
49 salaries
unlock blur

₹5 L/yr - ₹13.5 L/yr

Associate Technical Consultant
44 salaries
unlock blur

₹4 L/yr - ₹11.2 L/yr

Quality Engineer
25 salaries
unlock blur

₹5 L/yr - ₹9.4 L/yr

Associate Consultant
13 salaries
unlock blur

₹4.5 L/yr - ₹6.4 L/yr

Explore more salaries
Compare Vuram with

Tekwissen

4.8
Compare

Softenger

4.0
Compare

XcelServ Solutions

4.4
Compare

Capital Numbers Infotech

4.4
Compare
write
Share an Interview