Upload Button Icon Add office photos
Engaged Employer

i

This company page is being actively managed by Viaplus Team. If you also belong to the team, you can get access from here

Viaplus Verified Tick

Compare button icon Compare button icon Compare
4.0

based on 27 Reviews

Filter interviews by

Viaplus Interview Questions, Process, and Tips

Updated 10 Dec 2024

Top Viaplus Interview Questions and Answers

Viaplus Interview Experiences

Popular Designations

6 interviews found

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-

I applied via Job Portal

Round 1 - Aptitude Test 

Normal basic questions

Round 2 - Coding Test 

Question will be different for everyone. 1st Question (easy-medium) (Arrays/Strings) , 2nd Question(medium-hard)(Trees/Graphs)

Round 3 - Technical 

(1 Question)

  • Q1. Related to projects, OOPS, Java
Round 4 - Technical 

(1 Question)

  • Q1. OS,CN,DATA STRUCTURES , Tech stack mentioned in project
Round 5 - HR 

(1 Question)

  • Q1. Introduction , Family Background, Strengths and Weakness

Software Engineer Interview Questions asked at other Companies

Q1. Bridge and torch problem : Four people come to a river in the night. There is a narrow bridge, but it can only hold two people at a time. They have one torch and, because it's night, the torch has to be used when crossing the bridge. Person... read more
View answer (169)

Intern Interview Questions & Answers

user image Anonymous

posted on 5 Oct 2024

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
-
Result
Not Selected

I applied via Campus Placement and was interviewed in Sep 2024. There were 2 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. How do you say that you have these strengths mentioned in your resume?
  • Ans. 

    I can demonstrate my strengths through specific examples and experiences mentioned in my resume.

    • Provide specific examples of projects or tasks where you utilized these strengths

    • Discuss any relevant achievements or accomplishments that showcase these strengths

    • Share feedback or testimonials from previous supervisors or colleagues that highlight these strengths

  • Answered by AI
  • Q2. Fibonacci series code
Round 2 - Technical 

(2 Questions)

  • Q1. Difference between SQL and NoSQL
  • Ans. 

    SQL is a relational database management system, while NoSQL is a non-relational database management system.

    • SQL uses structured query language for defining and manipulating data, while NoSQL databases use various data models like document, key-value, graph, or wide-column stores.

    • SQL databases are table-based, with a predefined schema, while NoSQL databases are document-based, key-value pairs, wide-column stores, or grap...

  • Answered by AI
  • Q2. Explain about your internship
  • Ans. 

    My internship was at a marketing agency where I worked on social media campaigns and market research.

    • Assisted in creating social media content for clients

    • Conducted market research to identify target audiences

    • Analyzed data to measure campaign success

    • Attended client meetings to present findings

    • Collaborated with team members on various projects

  • Answered by AI

Skills evaluated in this interview

Intern Interview Questions asked at other Companies

Q1. Case. There is a housing society “The wasteful society”, you collect all the household garbage and sell it to 5 different businesses. Determine what price you will pay to the society members in Rs/kg, given you want to make a profit of 20% ... read more
View answer (8)
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Testing process
  • Q2. Nothing more,that'it
Round 2 - Technical 

(1 Question)

  • Q1. Selenium,java, programming
Round 3 - HR 

(1 Question)

  • Q1. Salary discussion

Principal Software Engineer Interview Questions asked at other Companies

Q1. Codng question:For the given stream of integers, calculate the avg,print top 10 elements and bottom 10 elements. It was not clearly mentioned on the problem. After poking more on the problem only provided the details.
View answer (1)

Test Engineer Interview Questions & Answers

user image Anonymous

posted on 10 Dec 2024

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

I applied via Referral and was interviewed before Dec 2023. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Coding questions
  • Q2. Testing concepts

Interview Preparation Tips

Interview preparation tips for other job seekers - Viaplus is a product based company. Work environment is good and

Test Engineer Interview Questions asked at other Companies

Q1. 1. What is the frame work u have worked and explain the framework with folder structure? 2. purely based on testing, different testing types like functional and non functional tests 3. real time scenarios like last min bugs before release? ... read more
View answer (4)

Viaplus interview questions for popular designations

 Software Engineer

 (3)

 Intern

 (1)

 Principal Software Engineer

 (1)

 Test Engineer

 (1)

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

I applied via Naukri.com and was interviewed before Apr 2023. There were 2 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Difference between ref and out
  • Ans. 

    ref is used for passing a variable by reference, while out is used for passing a variable by reference and also requires the variable to be initialized before passing.

    • ref keyword is used to pass a variable by reference, allowing the called method to modify the value of the variable.

    • out keyword is similar to ref, but it requires the variable to be initialized before passing to the method.

    • Example: int x = 10; Method(ref ...

  • Answered by AI
  • Q2. What are oops components in c#
  • Ans. 

    OOPs components in C# are the building blocks of object-oriented programming, including classes, objects, inheritance, polymorphism, and encapsulation.

    • Classes: Blueprint for creating objects with properties and methods.

    • Objects: Instances of classes that hold data and behavior.

    • Inheritance: Ability to create new classes based on existing ones, inheriting their properties and methods.

    • Polymorphism: Ability to use a single ...

  • Answered by AI
Round 2 - Technical 

(2 Questions)

  • Q1. What is mvc ?
  • Ans. 

    MVC stands for Model-View-Controller, a software design pattern for organizing code in a way that separates concerns.

    • Model represents the data and business logic of the application.

    • View is responsible for displaying the data to the user.

    • Controller acts as an intermediary between Model and View, handling user input and updating the Model accordingly.

    • Example: In a web application, the Model could be a database, the View ...

  • Answered by AI
  • Q2. How many types of joins in sql server
  • Ans. 

    There are four types of joins in SQL Server: INNER JOIN, LEFT JOIN, RIGHT JOIN, and FULL JOIN.

    • INNER JOIN: Returns rows when there is at least one match in both tables.

    • LEFT JOIN: Returns all rows from the left table and the matched rows from the right table.

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

    • FULL JOIN: Returns rows when there is a match in one of the tables.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well and grab the opportunity.

Skills evaluated in this interview

Software Engineer Interview Questions asked at other Companies

Q1. Bridge and torch problem : Four people come to a river in the night. There is a narrow bridge, but it can only hold two people at a time. They have one torch and, because it's night, the torch has to be used when crossing the bridge. Person... read more
View answer (169)
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via campus placement at Jawaharlal Nehru Technological University (JNTU) and was interviewed before Aug 2023. There were 3 interview rounds.

Round 1 - Aptitude Test 

Test based on aptitude

Round 2 - Coding Test 

2 medium level questions and some mcqs

Round 3 - HR 

(1 Question)

  • Q1. Some basic hr questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well and be confident and all the best

Software Engineer Interview Questions asked at other Companies

Q1. Bridge and torch problem : Four people come to a river in the night. There is a narrow bridge, but it can only hold two people at a time. They have one torch and, because it's night, the torch has to be used when crossing the bridge. Person... read more
View answer (169)

Interview questions from similar companies

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

I applied via campus placement at Birla Institute of Technology and Science (BITS), Pilani and was interviewed in Dec 2024. There were 4 interview rounds.

Round 1 - Aptitude Test 

Easy to medium Indiabix, career ride aptitude

Round 2 - One-on-one 

(2 Questions)

  • Q1. What features would you expect in a 'XYZ Software'? How should the UI look?
  • Q2. Consider a project, tell me the process flow required to achieve the result.
Round 3 - HR 

(2 Questions)

  • Q1. You belong to a different domain. How do you think you can contribute to our role
  • Q2. What are your long term goals? Where do you see yourself in five years?
Round 4 - One-on-one 

(2 Questions)

  • Q1. How do you handle data and tables?
  • Q2. What were the approaches in building your project? How did you think of this layout

Interview Preparation Tips

Topics to prepare for Aurigo Associate Business Analyst interview:
  • Software UI Design
  • Indiabix Aptitude
Interview preparation tips for other job seekers - I would suggest interviewees to be thorough in their resume. Make your resume to align well with the company's role and requirements. Brush up on the software UIs. Communicate well - slow and steady so as to be understood better.
Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
-
Result
Not Selected
Round 1 - One-on-one 

(2 Questions)

  • Q1. Golang questions
  • Q2. Dsa questions like binary search and remove duplicate inplace

Interview Preparation Tips

Interview preparation tips for other job seekers - I don't know what process these people follow, i guess they gave me chance for 2nd interview just to reject.

I prepared hell a lot for this round and answered each every question. Still they reject. I think they are just looking for cheap labour.
Interview experience
1
Bad
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Not Selected

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

Round 1 - One-on-one 

(1 Question)

  • Q1. What is AML and primary and secondary research?
  • Ans. 

    AML stands for Anti-Money Laundering. Primary research involves collecting data firsthand, while secondary research involves analyzing existing data.

    • AML is a set of procedures, laws, and regulations designed to prevent the illegal generation of income through money laundering.

    • Primary research involves conducting surveys, interviews, and experiments to gather new data.

    • Secondary research involves analyzing existing data ...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - I had an interview with Parvesh Mittal and everything went well and I answered all the questions.
Furthermore, I was informed that the HR will be calling to schedule a meet for second round. The very next day I received an email mentioning that they will not be moving further with the application.
PS: Don’t demotivate and waste the time of the candidate. It’s not funny for a candidate who searching for the job seriously just to entertain your timepass process.
Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
-

I applied via LinkedIn and was interviewed in Jun 2024. There were 4 interview rounds.

Round 1 - Screening Round 

(3 Questions)

  • Q1. Current company project and tech stack related
  • Q2. Very basic selenium and java interview questions asked verbally
  • Q3. 30 min interview
Round 2 - Coding Test 

(3 Questions)

  • Q1. Write code in java for following input String s = "abdc112kg45ldy4p9" to get output sum = 170.
  • Q2. Some basic selenium, testng, cucumber bdd questions
  • Q3. Its a 40 min coding round
Round 3 - Technical 

(5 Questions)

  • Q1. Java code in order to find the day if we give jan 1 as monday. then what day is sept 14.
  • Q2. Selenium Xpath related questions to find it in website of flipkart sellers page.
  • Q3. Show nullpointer error using java code.
  • Q4. Selenium, TestNG, Cucumber Questions
  • Q5. 45 min high level technical round
Round 4 - Behavioral 

(3 Questions)

  • Q1. General discussion related to current company tecstack and work.
  • Q2. General Managerial Round/HR Round questions related to cultural or behavioral fit.
  • Q3. 30 min short discussion

Interview Preparation Tips

Interview preparation tips for other job seekers - There are hidden rounds, where they just put after the whole interview process just before joining date in order to eliminate the candidates all of a sudden when you are expected to get an offer.

Viaplus Interview FAQs

How many rounds are there in Viaplus interview?
Viaplus interview process usually has 2-3 rounds. The most common rounds in the Viaplus interview process are Technical, HR and Aptitude Test.
How to prepare for Viaplus 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 Viaplus. The most common topics and skills that interviewers at Viaplus expect are .NET Framework, .Net, .Net Core, ASP.Net and Angular.
What are the top questions asked in Viaplus interview?

Some of the top questions asked at the Viaplus interview -

  1. How many types of joins in sql ser...read more
  2. What are oops components in...read more
  3. Difference between SQL and No...read more

Tell us how to improve this page.

Viaplus Interview Process

based on 6 interviews in last 1 year

Interview experience

4.5
  
Good
View more

People are getting interviews through

based on 5 Viaplus interviews
Job Portal
Campus Placement
Referral
40%
40%
20%
Moderate Confidence
?
Moderate Confidence means the data is based on a sufficient number of responses received from the candidates

Interview Questions from Similar Companies

Amazon Interview Questions
4.1
 • 4.9k Interviews
Flipkart Interview Questions
4.0
 • 1.3k Interviews
Paytm Interview Questions
3.3
 • 752 Interviews
Swiggy Interview Questions
3.8
 • 420 Interviews
BigBasket Interview Questions
3.9
 • 345 Interviews
Zomato Interview Questions
3.8
 • 313 Interviews
Uber Interview Questions
4.2
 • 159 Interviews
Ola Cabs Interview Questions
3.4
 • 141 Interviews
MakeMyTrip Interview Questions
3.7
 • 121 Interviews
BookMyShow Interview Questions
3.9
 • 23 Interviews
View all

Viaplus Reviews and Ratings

based on 27 reviews

4.0/5

Rating in categories

3.8

Skill development

3.9

Work-Life balance

3.8

Salary & Benefits

4.4

Job Security

4.1

Company culture

3.5

Promotions/Appraisal

4.0

Work Satisfaction

Explore 27 Reviews and Ratings
Software Engineer
56 salaries
unlock blur

₹4.8 L/yr - ₹9.2 L/yr

Senior Software Engineer
9 salaries
unlock blur

₹9 L/yr - ₹19.5 L/yr

Principal Software Engineer
7 salaries
unlock blur

₹14 L/yr - ₹24 L/yr

Senior Test Engineer
5 salaries
unlock blur

₹9.4 L/yr - ₹15.4 L/yr

Devops Engineer
5 salaries
unlock blur

₹4 L/yr - ₹6.3 L/yr

Explore more salaries
Compare Viaplus with

Zomato

3.8
Compare

Swiggy

3.8
Compare

Ola Cabs

3.4
Compare

Uber

4.2
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