Upload Button Icon Add office photos

Visa

Compare button icon Compare button icon Compare

Filter interviews by

Visa Intern Interview Questions and Answers

Updated 29 Sep 2024

Visa Intern Interview Experiences

2 interviews found

Intern Interview Questions & Answers

user image Akshit Kanaujia

posted on 29 Jul 2022

I applied via campus placement at Indian Institute of Technology (IIT), Kanpur and was interviewed in Jan 2022. There were 2 interview rounds.

Round 1 - Coding Test 

Two Coding questions were asked -
1- Graph Connectivity with threshold
2-Find length of longest subsequence of one string which is substring of another string

Round 2 - Technical 

(3 Questions)

  • Q1. N-Queens, Snake and Ladder Problem, Second Most repeated word in a sequence
  • Ans. 

    These are three different programming problems that require different approaches to solve.

    • N-Queens: placing N queens on an NxN chessboard so that no two queens threaten each other

    • Snake and Ladder Problem: finding the minimum number of dice rolls to reach the end of a board with snakes and ladders

    • Second Most Repeated Word in a Sequence: finding the second most frequently occurring word in a given sequence of words

  • Answered by AI
  • Q2. Replace every element with the greatest element on the right side
  • Ans. 

    Replace each element with the greatest element on its right side in the array

    • Loop through the array from right to left

    • Keep track of the maximum element seen so far

    • Replace the current element with the maximum element seen so far

    • Return the modified array

  • Answered by AI
  • Q3. Special Keyboard DP Problem

Interview Preparation Tips

Interview preparation tips for other job seekers - Be calm and believe in your preparation. You will definitely get good results.

Skills evaluated in this interview

Intern Interview Questions & Answers

user image Anonymous

posted on 29 Sep 2024

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - HR 

(1 Question)

  • Q1. Tell me about yourself
  • Ans. 

    I am a recent graduate with a degree in Computer Science and a passion for coding and problem-solving.

    • Graduated with a degree in Computer Science

    • Passionate about coding and problem-solving

    • Completed internships at tech companies

    • Participated in coding competitions

  • Answered by AI

Intern Interview Questions Asked at Other Companies

asked in Accenture
Q1. Case. There is a housing society “The wasteful society”, you coll ... read more
Q2. Which programming language you are comfortable with?
asked in Deloitte
Q3. Case : I am a US based company and I sell 3 products A, B, C (I d ... read more
Q4. Huffman Coding Challenge Given an array ARR of integers containin ... read more
asked in Accenture
Q5. A marketing strategy case. Client is a perfume seller in Jaipur. ... read more

Interview questions from similar companies

Interview experience
1
Bad
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Mcq related to computer networking
  • Q2. Mcq related to OS

Interview Preparation Tips

Interview preparation tips for other job seekers - fake assesment procedure during campus drive everything is preplanned with college.

Intern Interview Questions & Answers

HighRadius user image Pushkar Prabhat

posted on 29 Apr 2024

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

I applied via campus placement at KIIT University, Bhuvaneshwar and was interviewed in Mar 2024. There was 1 interview round.

Round 1 - One-on-one 

(3 Questions)

  • Q1. Simple question from your resume
  • Q2. About your schooling
  • Q3. Some basic CS Question

Interview Preparation Tips

Interview preparation tips for other job seekers - learning is good
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Sorting algorithm
  • Ans. 

    Sorting algorithms are used to arrange elements in a specific order.

    • Sorting algorithms can be categorized as comparison-based or non-comparison-based.

    • Examples of sorting algorithms include Bubble Sort, Merge Sort, and Quick Sort.

    • Efficiency of sorting algorithms is measured in terms of time complexity and space complexity.

  • Answered by AI
  • Q2. Secod highest salary

Skills evaluated in this interview

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

I applied via Campus Placement and was interviewed in Oct 2022. There were 4 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 

You will be given a dataset and a questionnaire to be solved over it

Round 3 - One-on-one 

(4 Questions)

  • Q1. Explain confidance interval
  • Ans. 

    Confidence interval is a range of values that is likely to contain the true population parameter with a certain level of confidence.

    • Confidence interval is used to estimate the population parameter based on a sample statistic.

    • It is calculated by taking the sample mean and adding or subtracting the margin of error.

    • The level of confidence is typically set at 95% or 99%.

    • For example, a 95% confidence interval for the averag...

  • Answered by AI
  • Q2. Explain logistic regression
  • Ans. 

    Logistic regression is a statistical method used to analyze and model the relationship between a binary dependent variable and one or more independent variables.

    • It is used to predict the probability of a binary outcome (0 or 1).

    • It uses a sigmoid function to map the input values to the output probability.

    • It is commonly used in machine learning for classification problems.

    • Example: predicting whether a customer will buy a...

  • Answered by AI
  • Q3. Use of confusion matrix
  • Ans. 

    Confusion matrix is a table used to evaluate the performance of a classification model.

    • It helps in calculating various metrics like accuracy, precision, recall, F1 score, etc.

    • It compares the predicted values with the actual values to identify true positives, true negatives, false positives, and false negatives.

    • It is commonly used in machine learning and data science to evaluate the performance of classification models.

    • ...

  • Answered by AI
  • Q4. Explain academic projects
  • Ans. 

    Academic projects are assignments given to students to apply their theoretical knowledge in practical scenarios.

    • Academic projects are designed to help students gain hands-on experience in their field of study.

    • They require students to apply their theoretical knowledge to solve real-world problems.

    • Examples of academic projects include building a website, designing a software application, conducting a research study, or c...

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

(2 Questions)

  • Q1. What do you know about crif
  • Q2. What do you want to learn here

Interview Preparation Tips

Topics to prepare for Crif Solutions Intern interview:
  • Advance excel
Interview preparation tips for other job seekers - They focus more on practical than theory. You can use python to solve the questions but using excel will be more appreciated

Skills evaluated in this interview

Intern Interview Questions & Answers

Fiserv user image Anonymous

posted on 21 Nov 2022

I applied via Campus Placement

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

On spot topic were given by the interviewer

Round 3 - Technical 

(2 Questions)

  • Q1. OOPS ,DBMS ,OS, CN concepts
  • Q2. Data structures and codes based on it

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare all computer fundamental concepts
Like oops dbms etc
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 - Aptitude Test 

Duration 30 mins, reasoning ability and english

Round 3 - Technical 

(1 Question)

  • Q1. Why do you want to join saxo group, key skills you carry

Interview Preparation Tips

Interview preparation tips for other job seekers - prepare well
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Approached by Company and was interviewed before Sep 2022. There were 3 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 - Coding Test 

MCQ+2 Coding questions

Round 3 - Technical 

(1 Question)

  • Q1. LCA in binary tree
  • Ans. 

    LCA in binary tree refers to finding the lowest common ancestor of two nodes in a binary tree.

    • Start from the root and traverse down the tree to find the paths to the two nodes

    • Compare the paths to find the last common node between them, which is the LCA

    • If one of the nodes is the ancestor of the other, return that node as the LCA

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be positive

Skills evaluated in this interview

Interview experience
1
Bad
Difficulty level
-
Process Duration
-
Result
-

I applied via Campus Placement

Round 1 - Coding Test 

Easy selected for next process

Round 2 - Technical 

(1 Question)

  • Q1. Give your introduction , tech, other dsa

Visa Interview FAQs

How many rounds are there in Visa Intern interview?
Visa interview process usually has 1-2 rounds. The most common rounds in the Visa interview process are Coding Test, Technical and HR.
What are the top questions asked in Visa Intern interview?

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

  1. N-Queens, Snake and Ladder Problem, Second Most repeated word in a seque...read more
  2. Replace every element with the greatest element on the right s...read more
  3. Special Keyboard DP Prob...read more

Tell us how to improve this page.

Visa Intern Interview Process

based on 1 interview

Interview experience

3
  
Average
View more
Visa Intern Salary
based on 5 salaries
₹8 L/yr - ₹17.2 L/yr
197% more than the average Intern Salary in India
View more details

Visa Intern Reviews and Ratings

based on 3 reviews

4.8/5

Rating in categories

3.4

Skill development

5.0

Work-life balance

3.4

Salary

4.8

Job security

4.4

Company culture

3.0

Promotions

4.2

Work satisfaction

Explore 3 Reviews and Ratings
Senior Software Engineer
633 salaries
unlock blur

₹12.3 L/yr - ₹44 L/yr

Software Engineer
183 salaries
unlock blur

₹10.2 L/yr - ₹30 L/yr

Staff Software Engineer
149 salaries
unlock blur

₹20 L/yr - ₹57 L/yr

Senior Data Engineer
88 salaries
unlock blur

₹20 L/yr - ₹45 L/yr

Senior Software Test Engineer
86 salaries
unlock blur

₹18 L/yr - ₹41.6 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