Upload Button Icon Add office photos

Filter interviews by

Vuram Software Developer fresher Interview Questions and Answers

Updated 23 Sep 2022

Vuram Software Developer fresher Interview Experiences

2 interviews found

I applied via campus placement at Sri Sairam Engineering College, Chennai and was interviewed in Jun 2022. There were 4 interview rounds.

Round 1 - Aptitude Test 

All Important Aptitude as MCQ, 2 Coding, and 1 Essay Writing

Round 2 - Technical 

(1 Question)

  • Q1. More than 10 questions from the Familiar Language (Like Python,C), OOPS, DBMS, DSA
Round 3 - Technical 

(1 Question)

  • Q1. Computer Networks, 1 Programing, 1 Puzzle Solving
Round 4 - HR 

(1 Question)

  • Q1. Basic HR Questions which is found on Youtube

Interview Preparation Tips

Interview preparation tips for other job seekers - Interact like a Colleague (Friend), Don't Afraid, Be Positive, If you don't know the answer tell them a truth,
Put a effort to crack this job :)

I applied via Company Website and was interviewed in Aug 2022. There were 2 interview rounds.

Round 1 - Aptitude Test 

The aptitude test is quiet easy

Round 2 - Coding Test 

One coding question like you have to print 3 number in unit place between numbera 100 and 200 like 103,113,123 and so on

Interview Preparation Tips

Topics to prepare for Vuram Software Developer fresher interview:
  • Computer basics
  • DBMS
  • C
  • CPP
  • Puzzle
Interview preparation tips for other job seekers - This is a good company if you got a chance to join go ahead

Interview questions from similar companies

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

I applied via Walk-in and was interviewed before Feb 2022. There were 2 interview rounds.

Round 1 - Aptitude Test 

It was easy you just need to brush up your gk and maths

Round 2 - Coding Test 

Two rounds of coding with avrage questions

Interview Preparation Tips

Interview preparation tips for other job seekers - focus more on coding rather than just communication skills
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Naukri.com and was interviewed in Nov 2024. There were 2 interview rounds.

Round 1 - Coding Test 

2 coding questions and 25 mcqs

Round 2 - Technical 

(2 Questions)

  • Q1. SQL Related questions
  • Q2. Asp.net related questions basic
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Springboot notations
  • Q2. How to handle multiple request on springboot
  • Ans. 

    Use thread pooling and asynchronous processing to handle multiple requests efficiently in Spring Boot.

    • Implement thread pooling to manage multiple requests concurrently.

    • Use asynchronous processing to handle requests without blocking the main thread.

    • Consider using reactive programming with Spring WebFlux for better scalability.

    • Optimize database queries and external API calls to reduce response times.

    • Implement caching mec...

  • Answered by AI
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. How pagination work in jpa
  • Ans. 

    Pagination in JPA allows for retrieving a subset of results from a query by specifying a limit and offset.

    • Use the setFirstResult() method to specify the starting index of the results to retrieve

    • Use the setMaxResults() method to specify the maximum number of results to retrieve

    • Combine setFirstResult() and setMaxResults() to implement pagination in JPA queries

  • Answered by AI
  • Q2. How to create restful api
  • Ans. 

    To create a RESTful API, define endpoints, use HTTP methods, handle requests and responses, and follow REST principles.

    • Define endpoints for different resources (e.g. /users, /products)

    • Use HTTP methods like GET, POST, PUT, DELETE for CRUD operations

    • Handle requests and responses in JSON format

    • Follow REST principles like statelessness, uniform interface, and client-server architecture

  • Answered by AI

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Coding question
  • Q2. Asked to make some component in react
Round 2 - Technical 

(2 Questions)

  • Q1. Javascript questions
  • Q2. Normal js questions
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I was interviewed in Mar 2024.

Round 1 - Technical 

(1 Question)

  • Q1. Mostly on OOP's basic and some tricky questions related SOLID concepts
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-

I applied via Job Portal

Round 1 - Technical 

(5 Questions)

  • Q1. Write a program Binary Search?
  • Ans. 

    Binary search is a divide and conquer algorithm that efficiently finds the target value within a sorted array.

    • Start by defining the low and high indices of the array.

    • Calculate the middle index and compare the target value with the middle element.

    • If the target value is less than the middle element, search the left subarray. If greater, search the right subarray.

    • Repeat the process until the target value is found or the s

  • Answered by AI
  • Q2. What isCICD flow?
  • Ans. 

    CI/CD flow stands for Continuous Integration/Continuous Deployment flow, which is a software development practice where code changes are automatically built, tested, and deployed.

    • CI/CD flow involves automating the process of integrating code changes into a shared repository, running automated tests, and deploying the changes to production.

    • Continuous Integration (CI) focuses on automating the build and testing of code c...

  • Answered by AI
  • Q3. How to handle Enum feature?
  • Ans. 

    Enums are a feature in programming languages that allow you to define a set of named constants.

    • Enums can be used to improve code readability by giving meaningful names to values

    • Enums can be used in switch statements to handle different cases

    • Enums can have associated values or raw values for more flexibility

  • Answered by AI
  • Q4. Singleton handles the Syncronized ?
  • Ans. 

    Yes, Singleton handles synchronization by ensuring only one instance of a class is created and providing global access to that instance.

    • Singleton pattern restricts the instantiation of a class to one object.

    • It provides a global point of access to the instance.

    • Synchronization can be implemented in the Singleton pattern to ensure thread safety.

    • Example: Singleton pattern is commonly used in database connections to ensure

  • Answered by AI
  • Q5. What are external Libraries are used in project?
  • Ans. 

    External libraries are pre-written code that can be imported and used in a project to provide additional functionality.

    • External libraries help in reducing development time by providing ready-made solutions for common tasks.

    • Examples include React for front-end development, NumPy for scientific computing in Python, and Retrofit for making network calls in Android apps.

  • Answered by AI

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 Mar 2023. There were 3 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 - Aptitude Test 

Verbal, non-verbal, English and Numerical Aptitude

Round 3 - Technical 

(3 Questions)

  • Q1. OOPs implementation in project
  • Ans. 

    Implemented OOPs concepts like inheritance, encapsulation, and polymorphism in project design.

    • Used inheritance to create a base class with common attributes and methods shared by subclasses.

    • Implemented encapsulation by restricting access to certain data and methods within classes.

    • Utilized polymorphism to allow objects of different classes to be treated as objects of a common superclass.

    • Example: Created a class hierarch...

  • Answered by AI
  • Q2. React hooks like useEffect, useState
  • Q3. DBMS Normalization concept like 2NF

Vuram Interview FAQs

How many rounds are there in Vuram Software Developer fresher 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 Software Developer fresher interview?

Some of the top questions asked at the Vuram Software Developer fresher interview -

  1. More than 10 questions from the Familiar Language (Like Python,C), OOPS, DBMS, ...read more
  2. Computer Networks, 1 Programing, 1 Puzzle Solv...read more

Tell us how to improve this page.

People are getting interviews through

based on 2 Vuram interviews
Company Website
Campus Placement
50%
50%
Moderate Confidence
?
Moderate Confidence means the data is based on a sufficient number of responses received from the candidates
Technical Consultant
54 salaries
unlock blur

₹5 L/yr - ₹11.6 L/yr

Senior Technical Consultant
41 salaries
unlock blur

₹8.1 L/yr - ₹24.1 L/yr

Quality Engineer
24 salaries
unlock blur

₹5.5 L/yr - ₹9.4 L/yr

Associate Technical Consultant
24 salaries
unlock blur

₹5 L/yr - ₹7.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.7
Compare

TCS

3.7
Compare

Wipro

3.7
Compare

HCLTech

3.6
Compare

Calculate your in-hand salary

Confused about how your in-hand salary is calculated? Enter your annual salary (CTC) and get your in-hand salary
Did you find this page helpful?
Yes No
write
Share an Interview