Upload Button Icon Add office photos

Filter interviews by

Clear (1)

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 :)

Sun Pharmaceutical Industries

Join us and thrive in a company culture that inspires and empowers.

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

Software Developer fresher Interview Questions Asked at Other Companies

asked in Accenture
Q1. Can we implement multiple interfaces in a single Java class?
asked in Infosys
Q2. What is dynamic language? What is difference between statically t ... read more
asked in Accenture
Q3. What is normalization in the database?
asked in PCS-Global
Q4. 2.what is the difference between constructor and method.
Q5. How can culture add interview questions help you attract the best ... read more

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
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I was interviewed in Jul 2024.

Round 1 - Coding Test 

Leet code medium level question

Round 2 - Technical 

(2 Questions)

  • Q1. About Java Streams
  • Q2. Restful API coding completion based on given file
Round 3 - HR 

(2 Questions)

  • Q1. To check your attitude
  • Q2. Given detailed about company and what project you are going to work on?
Round 4 - One-on-one 

(5 Questions)

  • Q1. Hashmap working
  • Ans. 

    Hashmap is a data structure that stores key-value pairs and allows for fast retrieval of values based on keys.

    • Hashmap uses a hashing function to map keys to indices in an array.

    • It allows for constant time complexity O(1) for insertion, deletion, and retrieval operations.

    • Example: HashMap<String, Integer> map = new HashMap<>(); map.put("key", 123); int value = map.get("key");

  • Answered by AI
  • Q2. Multithreading cases
  • Q3. Scenario specific on how to handle multiple events on a single variable to have accurate result
  • Q4. Database indexing
  • Q5. Architecture level
Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
-

I applied via Naukri.com and was interviewed in Aug 2024. There were 3 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. How does spring injects dependencies
  • Ans. 

    Spring injects dependencies through inversion of control and dependency injection.

    • Spring uses inversion of control to manage objects and their dependencies.

    • Dependencies are injected into a class through constructor injection, setter injection, or field injection.

    • Spring container is responsible for creating and managing objects and their dependencies.

    • Example: @Autowired annotation is used for dependency injection in Spr

  • Answered by AI
  • Q2. How does Hibernate connects to DB
  • Ans. 

    Hibernate connects to the database using JDBC (Java Database Connectivity) API.

    • Hibernate uses JDBC API to establish a connection to the database.

    • It uses JDBC drivers to communicate with the database.

    • Hibernate configuration file contains database connection details.

    • SessionFactory in Hibernate is responsible for creating sessions and managing connections.

  • Answered by AI
Round 2 - Technical 

(2 Questions)

  • Q1. How to secure your APIs
  • Ans. 

    Securing APIs involves using authentication, authorization, encryption, and monitoring.

    • Implement authentication mechanisms such as OAuth, JWT, or API keys

    • Use authorization to control access to APIs based on roles and permissions

    • Encrypt data transmission using HTTPS/TLS to prevent eavesdropping

    • Implement rate limiting and throttling to prevent abuse and DDoS attacks

    • Regularly monitor API traffic and logs for suspicious ac

  • Answered by AI
  • Q2. How can you configure multiple DBs in your application
  • Ans. 

    Multiple DBs can be configured in an application by using database connection pooling, configuring multiple data sources, and managing transactions across databases.

    • Use database connection pooling to efficiently manage connections to multiple databases

    • Configure multiple data sources in the application to connect to different databases

    • Implement transaction management to ensure data consistency across multiple databases

  • Answered by AI
Round 3 - HR 

(2 Questions)

  • Q1. Family Background and Career History
  • Q2. Salary Expectations

Skills evaluated in this interview

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

Leetcode Medium Type Questions

Round 2 - One-on-one 

(1 Question)

  • Q1. Design a Online System to book Salon Professionals like Urban Company.
  • Ans. 

    Design an online system to book salon professionals like Urban Company.

    • User registration and login system

    • Search functionality to find salon professionals based on location, services offered, ratings, etc.

    • Booking system with calendar availability and payment integration

    • Review and rating system for users to provide feedback on salon professionals

    • Notification system for booking confirmations, reminders, and updates

  • Answered by AI

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
No response

I applied via Naukri.com and was interviewed in Oct 2024. There was 1 interview round.

Round 1 - HR 

(2 Questions)

  • Q1. Asked about previous experience
  • Q2. Why you want to change the job
  • Ans. 

    Seeking new challenges and growth opportunities in a different environment.

    • Desire for professional growth and development

    • Looking for new challenges and experiences

    • Seeking a better work-life balance

    • Interested in exploring different industries or sectors

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Just speak with confidence
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 Jan 2025.

Round 1 - HR 

(1 Question)

  • Q1. About my skills and experience

Interview Preparation Tips

Interview preparation tips for other job seekers - Come here and work here for better future
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Cisco Servers Installation
  • Q2. HPe servers installation

Interview Preparation Tips

Interview preparation tips for other job seekers - For technical persons softenger is best
Contribute & help others!
anonymous
You can choose to be anonymous

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

Recently Viewed

INTERVIEWS

Siemens

No Interviews

INTERVIEWS

Jio Platforms

No Interviews

INTERVIEWS

Eureka Forbes

No Interviews

INTERVIEWS

Hindustan Coca Cola Beverages

No Interviews

INTERVIEWS

embedUR Systems

No Interviews

INTERVIEWS

Atlas Copco

No Interviews

INTERVIEWS

Portescap

No Interviews

INTERVIEWS

IDeaS Revenue Solutions

No Interviews

INTERVIEWS

JSW Steel

No Interviews

INTERVIEWS

Neilsoft

No Interviews

Tell us how to improve this page.

HCLTech

Find your spark at a global tech company that values your every skill

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
Rate your experience using AmbitionBox
Terrible
Terrible
Poor
Poor
Average
Average
Good
Good
Excellent
Excellent