Upload Button Icon Add office photos
Engaged Employer

i

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

ViaPlus by VINCI Highways Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

ViaPlus by VINCI Highways Interview Questions and Answers

Updated 27 Jan 2025
Popular Designations

8 Interview questions

A Software Engineer was asked 5mo ago
Q. What is the difference between authentication and authorization?
Ans. 

Authentication verifies the identity of a user, while authorization determines what actions a user is allowed to perform.

  • Authentication confirms the user's identity through credentials like passwords or biometrics.

  • Authorization controls access to resources based on the authenticated user's permissions.

  • Example: Logging into a system with a username and password is authentication, while being able to view or edit sp...

View all Software Engineer interview questions
An Intern was asked 9mo ago
Q. What is the difference between SQL and NoSQL databases?
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...

View all Intern interview questions
An Intern was asked 9mo ago
Q. Write code to generate the Fibonacci series.
Ans. 

The Fibonacci series is a sequence where each number is the sum of the two preceding ones, starting from 0 and 1.

  • The Fibonacci series starts with 0 and 1.

  • The next numbers are generated by adding the two previous numbers.

  • Example: 0, 1, 1, 2, 3, 5, 8, 13, 21, 34...

  • The nth Fibonacci number can be calculated using recursion or iteration.

  • Fibonacci series has applications in computer science, mathematics, and nature.

View all Intern interview questions
A Software Engineer was asked
Q. What are the 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 si...

View all Software Engineer interview questions
A Software Engineer was asked
Q. How many types of joins are there in SQL Server?
Ans. 

SQL Server supports various types of joins to 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 (or LEFT OUTER 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 (or RIGHT O...

View all Software Engineer interview questions
A Software Engineer was asked
Q. What is MVC?
Ans. 

MVC is a software architectural pattern that separates an application into three interconnected components: Model, View, and Controller.

  • Model: Represents the data and business logic. Example: A class that handles database operations.

  • View: Displays the data to the user. Example: HTML/CSS templates that render the user interface.

  • Controller: Manages user input and interacts with the Model. Example: A function that pr...

View all Software Engineer interview questions
A Software Engineer was asked
Q. What is the difference between ref and out parameters?
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...

View all Software Engineer interview questions
Are these interview questions helpful?
🔥 Asked by recruiter 2 times
A Senior Software Engineer was asked 5mo ago
Q. Real time project implementation
Ans. 

Real time project implementation involves developing software that processes and responds to data in real time.

  • Understand the requirements and constraints of the project

  • Choose appropriate technologies for real-time processing (e.g. Kafka, Spark)

  • Implement data pipelines for continuous data ingestion and processing

  • Ensure scalability and fault tolerance of the system

  • Test the system thoroughly to handle real-time data...

View all Senior Software Engineer interview questions

ViaPlus by VINCI Highways Interview Experiences

8 interviews 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
  • Ans. 

    The Fibonacci series is a sequence where each number is the sum of the two preceding ones, starting from 0 and 1.

    • The Fibonacci series starts with 0 and 1.

    • The next numbers are generated by adding the two previous numbers.

    • Example: 0, 1, 1, 2, 3, 5, 8, 13, 21, 34...

    • The nth Fibonacci number can be calculated using recursion or iteration.

    • Fibonacci series has applications in computer science, mathematics, and nature.

  • Answered by AI
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

Software Engineer Interview Questions & Answers

user image Kopalli hanuma sai satyanarayana

posted on 27 Jan 2025

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

I appeared for an interview in Dec 2024.

Round 1 - Technical 

(2 Questions)

  • Q1. Related to .net core, angular and SQL
  • Q2. What is the difference between authentication and authorization?
  • Ans. 

    Authentication verifies the identity of a user, while authorization determines what actions a user is allowed to perform.

    • Authentication confirms the user's identity through credentials like passwords or biometrics.

    • Authorization controls access to resources based on the authenticated user's permissions.

    • Example: Logging into a system with a username and password is authentication, while being able to view or edit specifi...

  • Answered by AI
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
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

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
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I appeared for an interview before Jan 2024.

Round 1 - Technical 

(1 Question)

  • Q1. Hands on questions on Sql Server based on Scenario
Round 2 - Technical 

(1 Question)

  • Q1. Real time project implementation
  • Ans. 

    Real time project implementation involves developing software that processes and responds to data in real time.

    • Understand the requirements and constraints of the project

    • Choose appropriate technologies for real-time processing (e.g. Kafka, Spark)

    • Implement data pipelines for continuous data ingestion and processing

    • Ensure scalability and fault tolerance of the system

    • Test the system thoroughly to handle real-time data stre...

  • Answered by AI
Round 3 - Technical 

(1 Question)

  • Q1. Real time project implementation
  • Ans. 

    Real time project implementation involves developing software that processes and displays data in real time.

    • Understand the requirements and constraints of the project

    • Choose appropriate technologies for real-time processing

    • Implement data streaming and processing algorithms

    • Ensure scalability and reliability of the system

    • Test the system thoroughly to handle real-time data

    • Monitor and optimize performance for real-time resp...

  • Answered by AI
Round 4 - HR 

(1 Question)

  • Q1. Salary Discussion
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
  • 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 ?
  • Q2. How many types of joins in sql server

Interview Preparation Tips

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

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

Top trending discussions

View All
Interview Tips & Stories
2w
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 ViaPlus by VINCI Highways?
Ask anonymously on communities.

Interview questions from similar companies

I applied via Naukri.com and was interviewed in Jun 2020. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. About projects

Interview Preparation Tips

Interview preparation tips for other job seekers - Be transparent and real. Don't bluff :)
Fingent has got a good number of people in the interview panel(my personal experience)
Even if you do not know the answer, the panel will explain it to you.

I appeared for an interview before Apr 2021.

Round 1 - Coding Test 

(2 Questions)

Round duration - 90 minutes
Round difficulty - Easy

It was on online objective test consisting of 4 sections: Aptitude, Technical MCQs, Code snippet based MCQs and Coding part.

  • Q1. 

    Valid Parentheses Problem Statement

    Given a string 'STR' consisting solely of the characters “{”, “}”, “(”, “)”, “[” and “]”, determine if the parentheses are balanced.

    Input:

    The first line contains an...
  • Ans. 

    The task is to determine if a given string of parentheses is balanced or not.

    • Iterate through the characters of the string and use a stack to keep track of opening parentheses.

    • When encountering an opening parenthesis, push it onto the stack. When encountering a closing parenthesis, check if it matches the top of the stack.

    • If the stack is empty at the end or there are unmatched parentheses, the string is not balanced.

    • Exa...

  • Answered by AI
  • Q2. 

    Palindrome Linked List Problem Statement

    Determine if a given singly linked list of integers is a palindrome. Return true if it is a palindrome, otherwise return false.

    Example:

    Input:
    1 -> 2 -> ...
  • Ans. 

    Check if a given singly linked list of integers is a palindrome.

    • Use two pointers to find the middle of the linked list.

    • Reverse the second half of the linked list.

    • Compare the first half with the reversed second half to determine if it is a palindrome.

  • Answered by AI
Round 2 - Face to Face 

(3 Questions)

Round duration - 60 minutes
Round difficulty - Easy

This was a technical and managerial round. The interviewer gave me a situation where I am in testing team and I found that customer requirement was drop down list at a place but developer has used bullet selection, and is not ready to change it. How will you manage? I gave some good replies and he was convinced.

  • Q1. What is a virtual function?
  • Ans. 

    A virtual function is a function in a base class that is declared using the keyword 'virtual' and can be overridden by a function with the same signature in a derived class.

    • Virtual functions allow for dynamic polymorphism in object-oriented programming.

    • They are used to achieve runtime polymorphism by enabling late binding.

    • Virtual functions are declared in a base class and can be overridden in derived classes.

    • Example: v...

  • Answered by AI
  • Q2. Can you explain how to perform a level order traversal of a binary tree in spiral form?
  • Ans. 

    Level order traversal of a binary tree in spiral form involves alternating between left and right while traversing each level.

    • Start by pushing the root node into a queue.

    • While the queue is not empty, pop a node, print its value, and push its children into the queue.

    • For each level, alternate between popping nodes from the queue and printing their values from left to right or right to left.

    • Continue this process until all...

  • Answered by AI
  • Q3. What are abstract classes in C++?
  • Ans. 

    Abstract classes in C++ are classes that cannot be instantiated and are designed to be base classes for other classes.

    • Abstract classes may contain pure virtual functions, making them incomplete and unable to be instantiated.

    • Derived classes must implement all pure virtual functions from the abstract class in order to be concrete classes.

    • Abstract classes can have non-virtual functions and member variables like regular cl...

  • Answered by AI
Round 3 - Face to Face 

(6 Questions)

Round duration - 60 minutes
Round difficulty - Easy

This was also a technical round. He asked to optimize the code I wrote in coding round. Then he asked me a few puzzles and questions on OOPS, OS and DBMS.

  • Q1. Can you explain the ACID properties in the context of database management systems?
  • Ans. 

    ACID properties are a set of properties that guarantee the reliability of transactions in database management systems.

    • ACID stands for Atomicity, Consistency, Isolation, and Durability.

    • Atomicity ensures that either all operations in a transaction are completed successfully or none of them are.

    • Consistency ensures that the database remains in a consistent state before and after the transaction.

    • Isolation ensures that the e...

  • Answered by AI
  • Q2. What is the difference between paging and segmentation in operating systems?
  • Ans. 

    Paging and segmentation are memory management techniques in operating systems.

    • Paging divides physical memory into fixed-size blocks called pages, while segmentation divides logical memory into variable-size segments.

    • Paging allows for efficient memory allocation and management, while segmentation provides protection and sharing of memory.

    • Paging is simpler to implement but can lead to internal fragmentation, while segmen...

  • Answered by AI
  • Q3. What is concurrency control?
  • Ans. 

    Concurrency control is a technique used in databases to manage simultaneous access and modification of data by multiple users or processes.

    • Concurrency control ensures that transactions are executed in a way that maintains data consistency and integrity.

    • Techniques like locking, timestamp ordering, and optimistic concurrency control are used to implement concurrency control.

    • For example, in a banking system, concurrency c...

  • Answered by AI
  • Q4. What is the difference between String Buffer and String Builder in Java?
  • Ans. 

    String Buffer is synchronized and thread-safe, while String Builder is not synchronized and faster.

    • String Buffer is synchronized, making it thread-safe for use in multi-threaded environments.

    • String Builder is not synchronized, resulting in faster performance but not thread-safe.

    • String Builder is preferred for single-threaded operations, while String Buffer is preferred for multi-threaded operations.

  • Answered by AI
  • Q5. What are smart pointers in C++?
  • Ans. 

    Smart pointers in C++ are objects that act like pointers but provide automatic memory management.

    • Smart pointers help prevent memory leaks by automatically managing memory allocation and deallocation.

    • Examples include unique_ptr, shared_ptr, and weak_ptr.

    • unique_ptr is used for exclusive ownership, shared_ptr for shared ownership, and weak_ptr to prevent circular references.

  • Answered by AI
  • Q6. What is the difference between a mutex and a semaphore?
  • Ans. 

    Mutex is used for exclusive access to a resource, while semaphore is used for controlling access to a resource by multiple threads.

    • Mutex is binary and allows only one thread to access the resource at a time.

    • Semaphore can have a count greater than one, allowing multiple threads to access the resource simultaneously.

    • Mutex is typically used for protecting critical sections of code, while semaphore is used for synchronizat...

  • Answered by AI

Interview Preparation Tips

Eligibility criteriaAbove 7 CGPAYodlee interview preparation:Topics to prepare for the interview - Data Structures, Algorithms, System Design, Aptitude, OOPSTime required to prepare for the interview - 4 monthsInterview preparation tips for other job seekers

Tip 1 : Must do Previously asked Interview as well as Online Test Questions.
Tip 2 : Go through all the previous interview experiences from Codestudio and Leetcode.
Tip 3 : Do at-least 2 good projects and you must know every bit of them.

Application resume tips for other job seekers

Tip 1 : Have at-least 2 good projects explained in short with all important points covered.
Tip 2 : Every skill must be mentioned.
Tip 3 : Focus on skills, projects and experiences more.

Final outcome of the interviewSelected

Skills evaluated in this interview

ViaPlus by VINCI Highways Interview FAQs

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

Some of the top questions asked at the ViaPlus by VINCI Highways interview -

  1. What is the difference between authentication and authorizati...read more
  2. How many types of joins in sql ser...read more
  3. What are oops components in...read more

Tell us how to improve this page.

Overall Interview Experience Rating

4.6/5

based on 8 interview experiences

Difficulty level

Moderate 100%

Duration

Less than 2 weeks 80%
2-4 weeks 20%
View more

Interview Questions from Similar Companies

ZIGRAM Interview Questions
3.5
 • 42 Interviews
RGBSI Interview Questions
3.3
 • 27 Interviews
Fingent Interview Questions
4.2
 • 25 Interviews
Bottomline Interview Questions
3.4
 • 20 Interviews
ThoughtSpot Interview Questions
4.0
 • 19 Interviews
Fourkites Interview Questions
3.7
 • 18 Interviews
Aurigo Interview Questions
4.7
 • 18 Interviews
Yodlee Interview Questions
3.8
 • 17 Interviews
ValGenesis Interview Questions
3.2
 • 17 Interviews
View all

ViaPlus by VINCI Highways Reviews and Ratings

based on 53 reviews

3.4/5

Rating in categories

3.2

Skill development

3.5

Work-life balance

3.3

Salary

3.5

Job security

3.4

Company culture

3.0

Promotions

3.3

Work satisfaction

Explore 53 Reviews and Ratings
Software Engineer
76 salaries
unlock blur

₹4.3 L/yr - ₹9.2 L/yr

Senior Software Engineer
14 salaries
unlock blur

₹12 L/yr - ₹20 L/yr

Principal Software Engineer
11 salaries
unlock blur

₹18.3 L/yr - ₹28 L/yr

Devops Engineer
7 salaries
unlock blur

₹4 L/yr - ₹8 L/yr

Senior Test Engineer
7 salaries
unlock blur

₹12.4 L/yr - ₹16 L/yr

Explore more salaries
Compare ViaPlus by VINCI Highways with

Aurigo

4.7
Compare

Prime Focus Technologies

3.3
Compare

Yodlee

3.9
Compare

Algonomy

4.0
Compare
write
Share an Interview