Upload Button Icon Add office photos

Visa

Compare button icon Compare button icon Compare

Filter interviews by

Visa System Engineer Interview Questions and Answers

Updated 18 Sep 2015

Visa System Engineer Interview Experiences

1 interview found

System Engineer Interview Questions & Answers

user image Abhishek Awasthi

posted on 18 Sep 2015

Interview Questionnaire 

2 Questions

  • Q1. Questions based on resume (e.g. skills and projects)
  • Q2. Personal Interview

Interview Preparation Tips

Round: Test
Experience: Coding problems carry more weightage, but considering the number of MCQs they were equally important. I had solved both the coding problems correctly and attempted MCQs efficiently.
Tips: Don't get attached to a particular question. We need to create our own strategy to get maximum possible marks with in given time constraint.
Duration: 75 minutes
Total Questions: 42

Round: Technical Interview
Experience: This was a kind of rapid round to find out reliability of my resume. Questions were based on skills and projects I had mentioned in the resume
Tips: Mention only those skills/projects on which you have command otherwise your resume may become your enemy rather than friend.

Round: Technical Interview
Experience: This round was all about to test my capabilities of thinking out of the box. Questions were based on scalability, to write code on paper for the given problem, some basic questions on networking.
Tips: While dealing with scalability based questions, never give up, try your best. The interviewer doesn't expect the exact answer because some of them are real world problems (most of the freshers don't have much idea about such problems), but you need to prove that you can think out of the box.

Round: Other Interview
Experience: This was the final round to assign the suitable profile based on the technical interviews.
Tips: Be confident and honest.

General Tips: Be confident and never give up during the interview.
Skills: Coding skills, C, C++, JAVA, Basics of Networking, Algorithms, Ability to think out of the box, Basics of OS
College Name: IIT Bombay
Motivation: A big brand which is close to heart of people who rely on online transactions in daily life.

Interview questions from similar companies

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

I applied via Walk-in and was interviewed before Aug 2022. There were 3 interview rounds.

Round 1 - Assignment 

Contains aptitude and reasoning and verbal

Round 2 - Group Discussion 

Have to discuss about a topic provided by them

Round 3 - One-on-one 

(1 Question)

  • Q1. Technical that you have learnt

I applied via LinkedIn and was interviewed before Aug 2021. There were 2 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 - Technical 

(1 Question)

  • Q1. Basic OSI MODEL ARP ROUTING

Interview Preparation Tips

Interview preparation tips for other job seekers - Keep up with the basics. They will ask only the basic questions of network engineer
Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed before Jul 2023. There were 3 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Previous Work experience and projects
  • Q2. Questions related to platform engineering, vmware, devops and chef.
Round 2 - One-on-one 

(2 Questions)

  • Q1. Why do you want to leave your current company
  • Q2. Are you fine with the jobs role if assigned.
Round 3 - HR 

(2 Questions)

  • Q1. Salary expectations
  • Q2. How soon can you join.
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Don’t add your photo or details such as gender, age, and address in your resume. These details do not add any value.
View all tips
Round 2 - Technical 

(3 Questions)

  • Q1. 1.Java8 and multithreading concepts. 2.Microservices architecutre . 3.Angular lifecycle hooks.
  • Q2. Microservice architecture level
  • Ans. 

    Microservice architecture is an architectural style that structures an application as a collection of loosely coupled services.

    • Microservices are small, independent, and autonomous services that communicate with each other through APIs.

    • Each microservice is responsible for a specific business capability and can be developed, deployed, and scaled independently.

    • Microservices promote flexibility, scalability, and fault tole...

  • Answered by AI
  • Q3. Good answer for interview of java
Round 3 - Technical 

(2 Questions)

  • Q1. Microservices architecutre
  • Q2. Microservices architecutre Angular

Interview Preparation Tips

Interview preparation tips for other job seekers - Good interview questions they are asking for experience candidates.

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Properly align and format text in your resume. A recruiter will have to spend more time reading poorly aligned text, leading to high chances of rejection.
View all tips
Round 2 - Technical 

(1 Question)

  • Q1. Based on the profile you applied
Round 3 - One-on-one 

(1 Question)

  • Q1. Prepare technical questions on windows administration.

Interview Preparation Tips

Interview preparation tips for other job seekers - One can prepare from internet all questions related to system administration.
Interview experience
2
Poor
Difficulty level
Hard
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Referral and was interviewed before May 2023. There were 3 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Write a way to handle a situation in SQL without putting join condition
  • Ans. 

    Use subqueries to handle a situation in SQL without putting join condition

    • Use subqueries to retrieve data from another table without explicitly joining them

    • Subqueries can be used in SELECT, WHERE, or FROM clauses

    • Example: SELECT * FROM table1 WHERE column1 IN (SELECT column2 FROM table2)

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

(1 Question)

  • Q1. Situational question on handling certain Product Management issues
Round 3 - HR 

(1 Question)

  • Q1. Explain various components of the previous salary

Interview Preparation Tips

Interview preparation tips for other job seekers - Be very prepared; Questions are not run on the mill questions and seeks more than what is expected of the role

Skills evaluated in this interview

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

I applied via Walk-in and was interviewed before Aug 2022. There were 3 interview rounds.

Round 1 - Assignment 

Contains aptitude and reasoning and verbal

Round 2 - Group Discussion 

Have to discuss about a topic provided by them

Round 3 - One-on-one 

(1 Question)

  • Q1. Technical that you have learnt
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed before Nov 2022. There were 2 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Double-check your resume for any spelling mistakes. The recruiter may consider spelling mistakes as careless behavior or poor communication skills.
View all tips
Round 2 - One-on-one 

(2 Questions)

  • Q1. Commands in linux
  • Ans. 

    Linux commands are used to interact with the operating system and perform various tasks.

    • Commands are case-sensitive

    • Most commands have options and arguments

    • Common commands include ls, cd, pwd, mkdir, rm, cp, mv, grep, ps, top, systemctl

    • Use man command_name to get more information about a specific command

  • Answered by AI
  • Q2. What is linux and window Os difference
  • Ans. 

    Linux is an open-source operating system, while Windows is a proprietary operating system developed by Microsoft.

    • Linux is open-source and free to use, while Windows is proprietary and requires a license.

    • Linux is highly customizable and can be modified by users, while Windows has limited customization options.

    • Linux is known for its stability and security, while Windows is more vulnerable to viruses and malware.

    • Linux use...

  • Answered by AI

Skills evaluated in this interview

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

I applied via Approached by Company and was interviewed before Apr 2023. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. Previous experience in technical

Visa Interview FAQs

How to prepare for Visa System Engineer 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 Visa. The most common topics and skills that interviewers at Visa expect are Automation, Change Management, Linux, Monitoring and MySQL.

Tell us how to improve this page.

Interview Questions from Similar Companies

ICICI Bank Interview Questions
4.0
 • 2.4k Interviews
HDFC Bank Interview Questions
3.9
 • 2.1k Interviews
Axis Bank Interview Questions
3.8
 • 1.5k Interviews
Paytm Interview Questions
3.3
 • 773 Interviews
FIS Interview Questions
3.9
 • 479 Interviews
American Express Interview Questions
4.2
 • 360 Interviews
PayPal Interview Questions
3.9
 • 211 Interviews
HighRadius Interview Questions
2.9
 • 181 Interviews
Fiserv Interview Questions
3.1
 • 169 Interviews
View all
Visa System Engineer Salary
based on 7 salaries
₹7.7 L/yr - ₹22 L/yr
157% more than the average System Engineer Salary in India
View more details

Visa System Engineer Reviews and Ratings

based on 1 review

2.0/5

Rating in categories

2.0

Skill development

1.0

Work-life balance

1.0

Salary

1.0

Job security

1.0

Company culture

1.0

Promotions

1.0

Work satisfaction

Explore 1 Review and Rating
Senior Software Engineer
620 salaries
unlock blur

₹12.3 L/yr - ₹44 L/yr

Software Engineer
191 salaries
unlock blur

₹9.3 L/yr - ₹34.6 L/yr

Staff Software Engineer
151 salaries
unlock blur

₹20 L/yr - ₹60 L/yr

Senior Software Test Engineer
86 salaries
unlock blur

₹18 L/yr - ₹41.6 L/yr

Senior Data Engineer
83 salaries
unlock blur

₹20 L/yr - ₹44 L/yr

Explore more salaries
Compare Visa with

MasterCard

3.9
Compare

American Express

4.2
Compare

PayPal

3.9
Compare

State Bank of India

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