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
3.9

based on 24 Reviews

Filter interviews by

Viaplus Intern Interview Questions and Answers

Updated 5 Oct 2024

Viaplus Intern Interview Experiences

1 interview found

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

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 National Institute of Technology (NIT), Warangal and was interviewed in Mar 2024. There were 3 interview rounds.

Round 1 - Coding Test 

There were 3 questions in the online assessment.

1 - Binary Search
2 - DP
3 - Graphs

Round 2 - Technical 

(1 Question)

  • Q1. Implement a persistence stack with constant time operations
  • Ans. 

    Implement a persistence stack with constant time operations

    • Use a combination of a stack and a hashmap to achieve constant time operations for push, pop, and get operations

    • Maintain a stack to store the elements and a hashmap to store the index of each element in the stack

    • When pushing an element, add it to the stack and update its index in the hashmap

    • When popping an element, remove it from the stack and also remove its i...

  • Answered by AI
Round 3 - One-on-one 

(1 Question)

  • Q1. Median of two sorted arrays and OOPs basics
  • Ans. 

    Finding the median of two sorted arrays and discussing OOPs basics

    • To find the median of two sorted arrays, merge the arrays and then calculate the median

    • OOPs basics include concepts like encapsulation, inheritance, polymorphism, and abstraction

    • Example: Median of [1, 3] and [2] is 2.0

  • Answered by AI

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
-
Result
No response

I applied via Naukri.com and was interviewed in Nov 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 

Logical reasoning questions was there

Round 3 - One-on-one 

(1 Question)

  • Q1. Tell me about yourself? From which institute you have done your schooling and college? What are your strengths and weaknesses? How much time did it took to come to the office?
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via campus placement at Sri Krishna College of Engineering and Technology, Coimbatore and was interviewed before May 2023. There were 3 interview rounds.

Round 1 - Coding Test 

We had 21 questions including 3 coding questions. It was simple and beginners friendly questions

Round 2 - One-on-one 

(1 Question)

  • Q1. Questions were asked based on DBMS, SQL, api, simple coding and testing
Round 3 - Technical 

(1 Question)

  • Q1. I was asked to describe my projects and questions were asked based on that. Had scenario based questions

I was interviewed in Sep 2021.

Round 1 - Video Call 

(3 Questions)

Round duration - 60 minutes
Round difficulty - Medium

The round was technical round and it was held on google meet around 1 pm

  • Q1. Puzzle

    Given two hourglass of 4 minutes and 7 minutes, the task is to measure 9 minutes.

  • Q2. Technical Questions

    What is multithreading ?

    What is diamond problem ?

    He asked some technical questions related to my projects

  • Q3. Maximum Sum Rectangle

    You are given an M X N matrix of integers ARR. Your task is to find the maximum sum rectangle.

    Maximum sum rectangle is a rectangle with the maximum value for the sum of integers pr...

  • Ans. Brute force

    In this approach, we'll try to consider each rectangle that can be formed using elements of the array. To do this we fix (X1,Y1) coordinates of starting vertex and iterate through the matrix for every pair (X2,Y2) as the coordinates of ending vertex. Now we have a rectangle with coordinates (X1,Y1), (X1,Y2), (X2,Y1) and (X2,Y2).

    We'll find the sum of elements within this rectangle and compare it with MAXSUM. ...

  • Answered by CodingNinjas
Round 2 - Video Call 

(2 Questions)

Round duration - 60 minutes
Round difficulty - Medium

It was managerial round and took place around 3 pm

  • Q1. OS Questions

    Producer Consumer Problem using Semaphores

    What is Banker's algorithm?

    What is Belady's Anomaly ?

  • Q2. Infix to Postfix

    You are given a string EXP which is a valid infix expression. Convert the given infix expression to postfix expression.

    Infix expression is of the form a op b. Where operator is is betwe...

  • Ans. Stack

    We will scan the expression from left to write and if we encounter an operand we will append it to our answer. If we encounter an operator we will pop all the operators with equal or higher precedence and append them to our answer. And push the current operator. In the end, we will empty the stack.

    Order of precedence = [ ‘^’, ‘*’ and ‘/’, ‘+’ and ‘-’, ‘(’, ‘)’]

    Order of precedence [ link ]

    The algorithm will be-

    1. ANS ...
  • Answered by CodingNinjas

Interview Preparation Tips

Professional and academic backgroundI completed Computer Science Engineering from Indian Institute of Technology Patna. I applied for the job as SDE - Intern in BangaloreEligibility criteria7 CGPA , Computer Science branchEnvestnet | Yodlee India interview preparation:Topics to prepare for the interview - Data Structures, Algorithms, C++, Java, Object Oriented Programming, PointersTime required to prepare for the interview - 0.5 MonthsInterview preparation tips for other job seekers

Tip 1 : Java concepts should be strong
Tip 2 : OOPS
Tip 3 : Projects should have scalability

Application resume tips for other job seekers

Tip 1 : Projects detail should be short and precise
Tip 2 : Don't fake technical skills

Final outcome of the interviewSelected

Skills evaluated in this interview

Viaplus Interview FAQs

How many rounds are there in Viaplus Intern interview?
Viaplus interview process usually has 2 rounds. The most common rounds in the Viaplus interview process are Technical.
What are the top questions asked in Viaplus Intern interview?

Some of the top questions asked at the Viaplus Intern interview -

  1. Difference between SQL and No...read more
  2. Fibonacci series c...read more

Tell us how to improve this page.

People are getting interviews through

based on 1 Viaplus interview
Campus Placement
100%
Low Confidence
?
Low Confidence means the data is based on a small number of responses received from the candidates.

Intern Interview Questions from Similar Companies

Amazon Intern Interview Questions
4.1
 • 22 Interviews
Zomato Intern Interview Questions
3.7
 • 3 Interviews
Paytm Intern Interview Questions
3.3
 • 1 Interview
View all
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.7
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