Upload Button Icon Add office photos

Filter interviews by

Visa Interview Questions, Process, and Tips for Freshers

Updated 9 Jan 2025

Top Visa Interview Questions and Answers for Freshers

  • Q1. Maximum equal elements after K operations You are given an arbitrary array/list of integers 'ARR' of size ‘N’ and an integer ‘K’. You need to find the maximum number of e ...read more
    asked in Software Developer interview
  • Q2. Given 2 game scenarios for basketball, and given p as the probability of making a basket in an attempt, I have to understand the condition where game1 would be preferable ...read more
    asked in Software Engineer interview
  • Q3. Longest Common Subsequence You have been given two Strings “STR1” and “STR2” of characters. Your task is to find the length of the longest common subsequence. A String ‘a ...read more
    asked in Fullstack Developer Intern interview
View all 41 questions

Visa Interview Experiences for Freshers

Popular Designations

28 interviews found

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Normal OA question only and resume

Software Engineer Intern Trainee Interview Questions asked at other Companies

Q1. find average salary of employees from given table for each designation where employee age greater than 30
View answer (1)

I applied via campus placement at Birla Institute of Technology and Science (BITS), Pilani and was interviewed in Oct 2022. 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 - Coding Test 

There was a coding test on HackerRank platform, we were given 10 MCQs , 1 coding Question( leetcode easy - priority queues( to be done in 5 min if you do competitive coding) ) , 1 SQL easy-medium question (TIP: Practice SQL queries from HackerRank or Leetcode before the test as time matters ) Try to submit it as soon as possible, theres marks for time.

Round 3 - Technical 

(3 Questions)

  • Q1. It started with normal questions like introduce yourself , then he asked why do you want to join VISA? A typical question ( TIP: TRY to learn everything about VISA , like their stock prices , their number ...
  • Q2. What are your Strengths and Weaknesses ?
  • Ans. 

    My strengths include problem-solving, attention to detail, and strong analytical skills. My weaknesses include public speaking and time management.

    • Strength: Problem-solving - I enjoy analyzing complex problems and finding efficient solutions.

    • Strength: Attention to detail - I have a keen eye for detail and strive for accuracy in my work.

    • Strength: Analytical skills - I am proficient in data analysis and can effectively i...

  • Answered by AI
  • Q3. Explain the Concepts of OOPS , abstraction inheritance polymorphism and encapsulation.
  • Ans. 

    OOPS concepts include abstraction, inheritance, polymorphism, and encapsulation.

    • Abstraction: Hiding implementation details and showing only necessary information.

    • Inheritance: Creating new classes from existing ones, inheriting properties and methods.

    • Polymorphism: Using a single method to perform different actions based on the object type.

    • Encapsulation: Binding data and methods together, protecting data from outside int

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Visa Data Engineering Intern interview:
  • DSA
  • OOPS
  • DBMS
  • MySQL
  • RESUME
Interview preparation tips for other job seekers - Learn everything thats written on your resume.
Learn about the company.
Practice DSA , OOPs and DBMS.

Skills evaluated in this interview

Data Engineering Intern Interview Questions asked at other Companies

Q1. LCA of three NodesYou have been given a Binary Tree of 'N' nodes where the nodes have integer values and three integers 'N1', 'N2', and 'N3'. Find the LCA(Lowest Common Ancestor) of the three nodes represented by the given three('N1', 'N2',... read more
View answer (3)
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Company Website and was interviewed in Nov 2022. There were 2 interview rounds.

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 - One-on-one 

(3 Questions)

  • Q1. What is your strength
  • Ans. 

    My strength is problem-solving and analytical thinking.

    • I have a strong ability to analyze complex problems and break them down into smaller, manageable tasks.

    • I am skilled in identifying patterns and finding efficient solutions.

    • I have experience in using various programming languages and tools to solve problems.

    • I am a quick learner and adapt well to new technologies and frameworks.

    • I have a track record of successfully d...

  • Answered by AI
  • Q2. What is class in java
  • Ans. 

    A class in Java is a blueprint or template for creating objects that encapsulate data and behavior.

    • A class can contain fields, methods, constructors, and nested classes

    • Objects are instances of a class

    • Inheritance allows a class to inherit properties and methods from another class

    • Polymorphism allows objects of different classes to be treated as if they are of the same class

    • Example: class Car { String make; int year; void...

  • Answered by AI
  • Q3. Blue print is the java class

Interview Preparation Tips

Interview preparation tips for other job seekers - Coding is very easy to work
My strength is quick learner

Skills evaluated in this interview

Top Visa Software Engineer Interview Questions and Answers

Q1. Stock Buy and SellYou have been given an array 'PRICES' consisting of 'N' integers where PRICES[i] denotes the price of a given stock on the i-th day. You are also given an integer 'K' denoting the number of possible transactions you can ma... read more
View answer (4)

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
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via campus placement at Motilal Nehru Institute National Institute of Technology (NIT), Allahabad and was interviewed before Sep 2023. There were 2 interview rounds.

Round 1 - Coding Test 

Comprising LC medium questions

Round 2 - Technical 

(2 Questions)

  • Q1. Basic Data structure and Algorithm Qs
  • Q2. CS fundamentals

Interview Preparation Tips

Interview preparation tips for other job seekers - Just prepare the basics well for DSA and CS fundamentals.

Software Engineer Intern Trainee Interview Questions asked at other Companies

Q1. find average salary of employees from given table for each designation where employee age greater than 30
View answer (1)

Visa interview questions for popular designations

 Software Engineer

 (19)

 Senior Software Engineer

 (14)

 Software Developer

 (11)

 Data Engineer

 (4)

 Data Scientist

 (4)

 Software Engineer Intern Trainee

 (4)

 Staff Engineer

 (3)

 Data Engineer Staff

 (2)

I applied via Company Website and was interviewed in Feb 2022. There were 4 interview rounds.

Round 1 - Coding Test 

3 DSA coding questions were there of medium difficulty to be solved in 90 mins.

Round 2 - Technical 

(1 Question)

  • Q1. Was grinded on OOPs concepts and also told to implement them (inheritance, virtual function, friend functions). Some questions on dbms related to scaling. Some questions on system design (was asked how to ...
Round 3 - Technical 

(1 Question)

  • Q1. In this round no DSA question was asked. Only theory related concepts were grinded like SDLC, DBMS, OS Then he asked me 2 puzzles 1. How can you make 3 equilateral triangles using 6 matchsticks without br...
Round 4 - HR 

(5 Questions)

  • Q1. Was asked some typical HR round questions like-
  • Q2. What was your 1 mistake that you regret now?
  • Ans. 

    I regret not thoroughly testing my code before deployment.

    • Not allocating enough time for testing

    • Assuming the code was error-free without proper validation

    • Not considering edge cases

    • Lack of unit tests

    • Not involving others for code review

  • Answered by AI
  • Q3. Was asked to explain my recent project and what challenges I faced?
  • Q4. Was asked about my experience of internship.
  • Q5. Discussion on some topics that was written on my resume.

Interview Preparation Tips

Topics to prepare for Visa Software Engineer interview:
  • DSA
  • OS
  • DBMS
  • Computer Networking
Interview preparation tips for other job seekers - This was an on-campus opportunity on a tier-2 college. Here are some tips -
1. Carefully add keywords on your resume because you may be asked questions based on that keywords on HR round.
2. Keep your theory subjects(OS, DBMS, CN, OOPS) strong.
3. If DSA questions will be asked then it would be of easy level related to mainly linked list or tree, however I wasn't asked any question related to DSA.

Result- I was selected with 6 other students from my college!

Top Visa Software Engineer Interview Questions and Answers

Q1. Stock Buy and SellYou have been given an array 'PRICES' consisting of 'N' integers where PRICES[i] denotes the price of a given stock on the i-th day. You are also given an integer 'K' denoting the number of possible transactions you can ma... read more
View answer (4)

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)

Get interview-ready with Top Visa Interview Questions

I was interviewed in Aug 2021.

Round 1 - Coding Test 

(2 Questions)

Round duration - 75 minutes
Round difficulty - Easy

2 coding problems were asked

Candidates who solved both the questions in the first 45 mins get shortlisted. 12 candidates including me got shortlisted.

  • Q1. Longest Common Subsequence

    You have been given two Strings “STR1” and “STR2” of characters. Your task is to find the length of the longest common subsequence.

    A String ‘a’ is a subsequence of a String ‘b...

  • Ans. Recursive Brute Force

    The basic idea of this approach is to break the original problem into sub-problems. Let us assume we want to find the length of the longest common subsequence of “STR1” and “STR2” whose length is ‘N’ and ‘M’ respectively. 

     

    Now, let us define a recursive function 

     

    LCS(Int I, int J, string STR1, string STR2)

    Which returns the length of the longest common subsequence of string STR1...

  • Answered Anonymously
  • Q2. Graph Connectivity Queries.

    You have been given a graph consisting of ‘N’ nodes and a threshold value ‘THRESHOLDVALUE’. Two different nodes ‘X’ and ‘Y’ are directly connected to each other if and only if t...

  • Ans. Breadth First Search.

    We will iterate over all the possible pairs of nodes and check if they are directly connected. We will build the graph and using a breadth-first search we can find all the connected components. If two nodes in the query are part of the same component insert ‘1’ otherwise ‘0’ in the vector/list ‘ans’.


     

    We will apply the algorithm as follows:-

    • Declare a list of list/vector ‘adj’ of size ‘n’+1 wher...

  • Answered Anonymously
Round 2 - HR 

(4 Questions)

Round duration - 60 minutes
Round difficulty - Easy

Round 2 : HR + Technical Round Time -60 Mins
Firstly we greet each other and then we have talked about my projects and stuff. After that, he gave me some technical questions and I have to choose any three of them and write the code for them. I finished with all the three questions in about 15-20 min since i have solved similar questions while practicing.
What are the various formatting tags in HTML?
What is Pattern Matching in SQL?

After solving those questions we have discussed about our city since i and the interviewer both are from the same city, after that we were finished the interview.

After a very stressful night, the Next day results were declared and 7 out of 12 candidates including me got selected for the internship.

  • Q1. Snake and Ladder

    You have been given a Snake and Ladder Board with 'N' rows and 'N' columns with the numbers written from 1 to (N*N) starting from the bottom left of the board, and alternat...

  • Ans. BFS

    We will use Breadth-First Search to find the shortest path from cellNumber 1 to cellNumber N*N.

    1. We will maintain a queue of cellNumber where the front of the queue will always contain a cell which can be reached by minimum dice throw from starting cell (cellNumber = 1).
    2. Create a minDiceThrow array of size N*N initialise it with the maximum value (INT_MAX)
    3. Start with pushing cellNumber 1 and updating minDiceThrow[1] = 0...
  • Answered Anonymously
  • Q2. Second Most Repeated Word

    You are given an array of strings ‘ARR’. You have to find out the second most repeated word in the array ‘ARR’. It is guaranteed every string occurs a unique number of times in th...

  • Ans. Hashing

    Iterate through the array and store the frequency of each string in the array. Find out the maximum frequency word which occurs in the array and print the word which has the maximum frequency but has less frequency than the maximum one.

     

    Algorithm:-

     

    1. Initialize an empty string named ANS to store the final answer.
    2. Initialize a dictionary named FREQ to store the frequency of the words in the array.
    3. Iterate t...
  • Answered Anonymously
  • Q3. N Queens

    You are given an integer 'N'. For a given 'N' x 'N' chessboard, find a way to place 'N' queens such that no queen can attack any other queen on the chessboard.

    A ...

  • Ans. Backtracking
    1. Instead of checking all the places on the chessboard, we can use backtracking and place queen row-wise or column-wise.
    2. Suppose we place queens row-wise, and we start with the very first row. Place the queen and move to the next row until either there is a solution or there are no viable cells left.
    3. As we backtrack, check to place the queen in the different columns of the same row.
    4. When we can place a queen at ...
  • Answered Anonymously
  • Q4. Four Keys Keyboard

    Imagine you have a special keyboard with the following four keys:

    Key 1: (A): Print one ‘A’ on screen.
    Key 2: (Ctrl-A): Select the whole screen.
    Key 3: (Ctrl-C): Copy selection to buffe...
  • Ans. Recursion

    Approach: We can observe that if  ‘n’ < 7, the output is ‘n’ itself. Otherwise, if ‘n’ is greater than or equal to 7, then the optimal sequence of operations will end with a suffix of one Ctrl-A, one Ctrl-C, followed by one or several Ctrl-V’s.

     

    If F(n) given the maximum number of ‘A’s that can be printed by ‘n’ keystrokes and ‘x’ represent the number of Ctrl-V’s at the end, then recurrence relatio...

  • Answered Anonymously

Interview Preparation Tips

Professional and academic backgroundI applied for the job as Fullstack developer Intern in BangaloreEligibility criteriaAbove 7 CGPA , Open for CSE, EE, MTH Branches onlyVisa interview preparation:Topics to prepare for the interview - Data Structures, OOPS, Algorithms, Dynamic Programming, GraphsTime required to prepare for the interview - 3 monthsInterview preparation tips for other job seekers

Tip 1 : Do at least 4-6 questions daily on leetcode, codingninjas, geeksforgeeks or interviewbit wherever it suits you.
Tip 2 : Do at least 1 good project or an internship in a start up before the internship season
Tip 3 : Focus on Competitive programming also it increases our problem-solving ability exponentially.

Application resume tips for other job seekers

Tip 1 : Make a decent resume with a good project or an intern.
Tip 2 : Never fake any point in the resume it will not gonna benefit you .

Final outcome of the interviewSelected

Skills evaluated in this interview

Top Visa Fullstack Developer Intern Interview Questions and Answers

Q1. Longest Common SubsequenceYou have been given two Strings “STR1” and “STR2” of characters. Your task is to find the length of the longest common subsequence. A String ‘a’ is a subsequence of a String ‘b’ if ‘a’ can be obtained from ‘b’ by d... read more
View answer (4)

Fullstack Developer Intern Interview Questions asked at other Companies

Q1. Shortest path in an unweighted graphThe city of Ninjaland is analogous to the unweighted graph. The city has ‘N’ houses numbered from 1 to ‘N’ respectively and are connected by M bidirectional roads. If a road is connecting two houses ‘X’ a... read more
View answer (1)

Jobs at Visa

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

I applied via Campus Placement and was interviewed before Jul 2022. There were 2 interview rounds.

Round 1 - Coding Test 

It had 4 questions of moderate difficulty

Round 2 - Technical 

(3 Questions)

  • Q1. He went deep into my resume and asked questions from each line of it
  • Q2. Then he asked me that why you have only passed 10/14 test cases in 4th question
  • Q3. I said it was from dp and I had not studied dp properly

Interview Preparation Tips

Topics to prepare for Visa Software Developer interview:
  • Data Structures
  • Web Development
Interview preparation tips for other job seekers - Be strong on your DSA skills or development skills , be strong in either of one

Top Visa Software Developer Interview Questions and Answers

Q1. Maximum equal elements after K operationsYou are given an arbitrary array/list of integers 'ARR' of size ‘N’ and an integer ‘K’. You need to find the maximum number of elements which can be made equal to each other after performing at most ... read more
View answer (3)

Software Developer Interview Questions asked at other Companies

Q1. Maximum Subarray SumGiven an array of numbers, find the maximum sum of any contiguous subarray of the array. For example, given the array [34, -50, 42, 14, -5, 86], the maximum sum would be 137, since we would take elements 42, 14, -5, and ... read more
View answer (39)

I applied via Walk-in and was interviewed in Dec 2021. There were 2 interview rounds.

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

(2 Questions)

  • Q1. Tell me about your highest qualification?
  • Q2. Tell me your expected monthly income?
  • Ans. 

    I am expecting a competitive salary based on my experience and the responsibilities of the role.

    • I am open to negotiation based on the company's budget and benefits package.

    • I have researched the average salary range for this position in the industry and location.

    • I am confident in my skills and experience and believe I can bring value to the company.

    • I am looking for a fair and reasonable compensation package that reflect

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Visa Marketing Manager interview:
  • Educational Qualification
  • Marketing
  • Sales
  • Business Development
Interview preparation tips for other job seekers - Tell the correct information regarding the qualification.

Marketing Manager Interview Questions asked at other Companies

Q1. What the big opportunities to handle a sales in a worse situation i.e when prices &amp; demand are low &amp; vice versa
View answer (2)

I was interviewed in Dec 2020.

Round 1 - Coding Test 

(2 Questions)

Round duration - 60 minutes
Round difficulty - Easy

The coding test was conducted on Hackerrank platform. The test was in the evening. There were two coding questions of easy difficulty. The test was proctored, our webcam was on but not the mic. Also we were not allowed to switch tabs.
About 360 students sat in this round out which 15 were shortlisted for the next interview round.

  • Q1. Maximum equal elements after K operations

    You are given an arbitrary array/list of integers 'ARR' of size ‘N’ and an integer ‘K’. You need to find the maximum number of elements which can be made e...

  • Ans. 

    This was a very easy question as I just had to traverse both the array and maintain a count variable and a variable to store last maximum equal element encountered which I initialized to a very small number (like INT_MIN in C++) . Now while traversing whenever you encounter equal elements which are greater than last maximum equal elements then increment count by 1. In the end just print count.

  • Answered Anonymously
  • Q2. Number of Pairs with Given Sum

    You have been given an integer array/list(arr) and a number 'Sum'. Find and return the total number of pairs in the array/list which when added, results equal to the ...

  • Ans. 

    Step 1 : Create a map and store count of each unique element in the array.
    Step 2 : Maintain a count variable to store the number of unique pairs of elements whose sum is K.
    Step 3 : Traverse the array. Let the array be called arr and arr[i] is current element in array while traversing. If value arr[i] and K-arr[i] in map is greater than 0 then increment count and make value of arr[i] and K-arr[i] in map as 0.

  • Answered Anonymously

Interview Preparation Tips

Professional and academic backgroundI completed Computer Science Engineering from Vellore Institute of Technology. I applied for the job as SDE - 1 in BangaloreEligibility criteria9 CGPAVisa interview preparation:Topics to prepare for the interview - Algorithms, Array, Dynamic Programming, Trees, Heap, Linked List, Backtracking, OOPS, Operating System, Database Management SystemTime required to prepare for the interview - 5 monthsInterview preparation tips for other job seekers

Tip 1 : Prepare data structures and algorithms thoroughly and practice atleast 2 to 3 questions daily for 4-5 months consistently.
Tip 2 : Have few good projects in your resume and also prepare your core subjects like Operating System, DBMS.
Tip 3 : Before interview do a little research about the company.

Application resume tips for other job seekers

Tip 1 : Mention at least 2 good projects.
Tip 2 : You should be able to defend whatever you have put on your resume so don't mention anything false.

Final outcome of the interviewSelected

Skills evaluated in this interview

Top Visa Software Developer Interview Questions and Answers

Q1. Maximum equal elements after K operationsYou are given an arbitrary array/list of integers 'ARR' of size ‘N’ and an integer ‘K’. You need to find the maximum number of elements which can be made equal to each other after performing at most ... read more
View answer (3)

Software Developer Interview Questions asked at other Companies

Q1. Maximum Subarray SumGiven an array of numbers, find the maximum sum of any contiguous subarray of the array. For example, given the array [34, -50, 42, 14, -5, 86], the maximum sum would be 137, since we would take elements 42, 14, -5, and ... read more
View answer (39)

I was interviewed in Nov 2020.

Round 1 - Coding Test 

(2 Questions)

Round duration - 60 minutes
Round difficulty - Medium

This was an elimination round. There were 2 coding questions. Both questions were of medium level and I solved them in a given time. After this round, 29 students got shortlisted and I was one of them.

  • Q1. Ninja And The Dance Competetion

    Ninja has been asked to organize a dance competition. Ninja decided that he will take individual entries and then will divide them into pairs. As part of the entry, he asked...

  • Ans. 

    I solved this question using the map in O(n) time complexity. First I stored the count of elements in an array then by checking the condition(k > 0 && map.containsKey(i + k) || k == 0 && map.get(i) > 1), I incremented the result by one every time when condition satisfied. Below is my code for the same.

    class Solution {
    public int findPairs(int[] nums, int k) {
    Map map = new HashMap();
    for(int num : nu...

  • Answered Anonymously
  • Q2. Maximum length sub-array having absolute difference of adjacent elements either 0 or 1.

    Given an array ‘A’ of ‘N’ integers, you need to find the maximum length of the sub-array such that the absolute diffe...

  • Ans. 

    This was a simple array problem. I solved this using question as:
    Starting from the first element of the array, find the first valid sub-array and store its length then starting from the next element (the first element that wasn’t included in the first sub-array), find another valid sub-array. Repeat the process until all the valid sub-arrays have been found then print the length of the maximum sub-array.

  • Answered Anonymously
Round 2 - Video Call 

(1 Question)

Round duration - 60 minutes
Round difficulty - Easy

This was a technical round on Zoom. The interviewer was very friendly. He gave me one coding problem. I solved the problem and then he asked to improve time and space complexity if possible. I explained my logic very well. After this question, he asked to me explain 3NF(3rd normal form). Then we had some discussion on OOPs concepts.

  • Q1. LRU Cache Implementation

    Design and implement a data structure for Least Recently Used (LRU) cache to support the foll...

  • Ans. Array Approach

    We will use an array of type Pair<key, value> to implement our LRU Cache where the larger the index is, the more recently the key is used. Means, the 0th index denotes the least recently used pair, and the last index denotes the most recently used pair.

     

    The key will be considered as accessed if we try to perform any operation on it. So while performing the get operation on a key, we will do a ...

  • Answered Anonymously
Round 3 - Video Call 

(1 Question)

Round duration - 60 minutes
Round difficulty - Medium

This was another technical round. The interviewer gave me a coding problem to solve.
 

  • Q1.  Valid String

    You have been given a string 'S' containing only three types of characters, i.e. '(', ')' and '*'.

    A Valid String is defined as follows:

    1. Any left parenth...
  • Ans. Brute Force

    We can try each of the three possibilities for every asterisk in the string with the help of recursion. 

     

    We will use a temporary string which will keep track of our current possible string. In the end, we can linearly check each possible string. If any of the possible string is a valid string, we print ‘Yes’, otherwise ‘No’.

    Space Complexity: O(n)Explanation:

    O(N), where ‘N’ is the length of the str...

  • Answered Anonymously
Round 4 - HR 

Round duration - 60 minutes
Round difficulty - Easy

Interview Preparation Tips

Professional and academic backgroundI completed Computer Science Engineering from GNA University. I applied for the job as SDE - 1 in BangaloreEligibility criteria6.5 CGPAVisa interview preparation:Topics to prepare for the interview - Data Structure, OS, DBMS, System Design, Dynamic ProgrammingTime required to prepare for the interview - 12 monthsInterview preparation tips for other job seekers

Tip 1 : Work on your problem-solving skills. Solve as many questions as you can.
Tip 2 : Communication skills are very important in interviews.
Tip 3 : Do some good projects.

Application resume tips for other job seekers

Tip 1 : Mention some good projects on your resume and be prepared.
Tip 2 : Do not put false things on your resume.

Final outcome of the interviewSelected

Skills evaluated in this interview

Top Visa Software Developer Interview Questions and Answers

Q1. Maximum equal elements after K operationsYou are given an arbitrary array/list of integers 'ARR' of size ‘N’ and an integer ‘K’. You need to find the maximum number of elements which can be made equal to each other after performing at most ... read more
View answer (3)

Software Developer Interview Questions asked at other Companies

Q1. Maximum Subarray SumGiven an array of numbers, find the maximum sum of any contiguous subarray of the array. For example, given the array [34, -50, 42, 14, -5, 86], the maximum sum would be 137, since we would take elements 42, 14, -5, and ... read more
View answer (39)

Visa Interview FAQs

How many rounds are there in Visa interview for freshers?
Visa interview process for freshers usually has 2-3 rounds. The most common rounds in the Visa interview process for freshers are Technical, Coding Test and Resume Shortlist.
How to prepare for Visa interview for freshers?
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 Agile Methodology, Coding, Data Warehousing, Db2 and Hart.
What are the top questions asked in Visa interview for freshers?

Some of the top questions asked at the Visa interview for freshers -

  1. Given 2 game scenarios for basketball, and given p as the probability of making...read more
  2. Analytic que- Two trains start from equator and start running in different dire...read more
  3. What is most interesting thing about Vi...read more
How long is the Visa interview process?

The duration of Visa interview process can vary, but typically it takes about less than 2 weeks to complete.

Tell us how to improve this page.

Visa Interview Process for Freshers

based on 11 interviews in last 1 year

Interview experience

4
  
Good
View more

Explore Interview Questions and Answers for Top Skills at Visa

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.4k Interviews
Paytm Interview Questions
3.3
 • 752 Interviews
American Express Interview Questions
4.2
 • 355 Interviews
PayPal Interview Questions
3.9
 • 206 Interviews
Razorpay Interview Questions
3.6
 • 151 Interviews
MasterCard Interview Questions
4.0
 • 129 Interviews
Mobikwik Interview Questions
4.0
 • 44 Interviews
View all

Visa Reviews and Ratings

based on 341 reviews

3.6/5

Rating in categories

3.3

Skill development

3.6

Work-life balance

3.7

Salary

3.4

Job security

3.4

Company culture

3.0

Promotions

3.2

Work satisfaction

Explore 341 Reviews and Ratings
HR Operation - Associate

Bangalore / Bengaluru

4-5 Yrs

Not Disclosed

Accounts Payable Analyst - Payments

Bangalore / Bengaluru

4-8 Yrs

Not Disclosed

Executive Assistant

Bangalore / Bengaluru

2-7 Yrs

Not Disclosed

Explore more jobs
Senior Software Engineer
619 salaries
unlock blur

₹12.3 L/yr - ₹44 L/yr

Software Engineer
181 salaries
unlock blur

₹9.1 L/yr - ₹34.6 L/yr

Staff Software Engineer
148 salaries
unlock blur

₹20 L/yr - ₹60 L/yr

Senior Software Test Engineer
84 salaries
unlock blur

₹18 L/yr - ₹40 L/yr

Senior Data Engineer
83 salaries
unlock blur

₹20 L/yr - ₹42 L/yr

Explore more salaries
Compare Visa with

MasterCard

4.0
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