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 Software Engineer Interview Questions, Process, and Tips

Updated 27 Jan 2025

Top ViaPlus by VINCI Highways Software Engineer Interview Questions and Answers

ViaPlus by VINCI Highways Software Engineer Interview Experiences

4 interviews found

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 was interviewed 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?
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

asked in Qualcomm
Q1. Bridge and torch problem : Four people come to a river in the nig ... read more
asked in Capgemini
Q2. In a dark room,there is a box of 18 white and 5 black gloves. You ... read more
asked in TCS
Q3. Find the Duplicate Number Problem Statement Given an integer arra ... read more
Q4. Tell me something about yourself. Define encapsulation. What is i ... read more
asked in Paytm
Q5. Puzzle : 100 people are standing in a circle .each one is allowed ... read more
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

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

ViaPlus by VINCI Highways interview questions for designations

 Senior Software Engineer

 (1)

 Principal Software Engineer

 (1)

 Test Engineer

 (1)

Interview questions from similar companies

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.
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(5 Questions)

  • Q1. Sql related questions were asked
  • Q2. Manual testing questions were asked
  • Q3. Joins questions
  • Q4. Where clause questions
  • Q5. Manual testing questions
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

2 Leetcode Medium questions on hackerrank

Round 2 - One-on-one 

(3 Questions)

  • Q1. Kadane algorithm based question
  • Q2. Leetcode medium
  • Q3. Resume based questions
Round 3 - One-on-one 

(4 Questions)

  • Q1. Probability question math problem
  • Q2. Puzzle to solve
  • Q3. AI based question
  • Q4. 1 question to solve Leetcode medium

Interview Preparation Tips

Interview preparation tips for other job seekers - Be strong with DSA and communication skill
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

It was a Basic Aptitude Test

Round 2 - Coding Test 

We were asked to do Sorting, SQL queries (join)

Round 3 - HR 

(1 Question)

  • Q1. Can you tell me about yourself?
  • Ans. 

    I am a passionate software engineer with 5 years of experience in developing web applications using various technologies.

    • 5 years of experience in software development

    • Proficient in developing web applications

    • Skilled in using various technologies such as Java, JavaScript, and SQL

  • Answered by AI
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Sorting of an array
  • Q2. Bubble sorting algorithm
Round 2 - Technical 

(1 Question)

  • Q1. Java oops question
Round 3 - Technical 

(1 Question)

  • Q1. API questions related to put and patch api
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I was interviewed in Dec 2024.

Round 1 - Assignment 

It was an assessment conducted on a specific platform.

Round 2 - One-on-one 

(1 Question)

  • Q1. DSA and Basics of React and Dot.net

ViaPlus by VINCI Highways Interview FAQs

How many rounds are there in ViaPlus by VINCI Highways Software Engineer 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, Aptitude Test and Coding Test.
What are the top questions asked in ViaPlus by VINCI Highways Software Engineer interview?

Some of the top questions asked at the ViaPlus by VINCI Highways Software Engineer 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.

ViaPlus by VINCI Highways Software Engineer Interview Process

based on 4 interviews

Interview experience

5
  
Excellent
View more
ViaPlus by VINCI Highways Software Engineer Salary
based on 59 salaries
₹4.8 L/yr - ₹9 L/yr
24% less than the average Software Engineer Salary in India
View more details

ViaPlus by VINCI Highways Software Engineer Reviews and Ratings

based on 9 reviews

3.3/5

Rating in categories

3.0

Skill development

3.5

Work-life balance

2.5

Salary

4.0

Job security

3.8

Company culture

2.2

Promotions

3.4

Work satisfaction

Explore 9 Reviews and Ratings
Software Engineer
59 salaries
unlock blur

₹4.8 L/yr - ₹9 L/yr

Senior Software Engineer
10 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 by VINCI Highways with

Zomato

3.7
Compare

Swiggy

3.8
Compare

Ola Cabs

3.4
Compare

Uber

4.2
Compare
Did you find this page helpful?
Yes No
write
Share an Interview