Premium Employer

i

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

Infosys Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Infosys Senior System Engineer 3 Interview Questions and Answers

Updated 15 Jan 2025

Infosys Senior System Engineer 3 Interview Experiences

7 interviews found

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

(1 Question)

  • Q1. All basics questions they asked what you mention in resume
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Asked me to explain on my college project
  • Q2. Have given a detailed answer on the process creation of my college project
Round 2 - HR 

(2 Questions)

  • Q1. Are you willing to relocate
  • Q2. I gave a positive response

Senior System Engineer 3 Interview Questions Asked at Other Companies

asked in Infosys
Q1. What is a view
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
4-6 weeks
Result
Selected Selected

I applied via Infosys and was interviewed in Feb 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Core Java like collections,multithreading etc
  • Q2. Coding questions are there
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
No response

I applied via Company Website and was interviewed in May 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Aggregate function
  • Q2. What is a view
  • Ans. 

    A view is a virtual table created by a query that can be used like a table in a database.

    • A view is a saved SQL query that can be accessed like a table.

    • Views can simplify complex queries by storing them as a virtual table.

    • Views can be used to restrict access to certain columns or rows of a table.

    • Example: CREATE VIEW view_name AS SELECT column1, column2 FROM table_name;

  • Answered by AI

Skills evaluated in this interview

Infosys interview questions for designations

 System Engineer 3

 (12)

 System Engineer

 (1.1k)

 Senior System Engineer 1

 (13)

 Senior System Engineer 2

 (1)

 Senior System Associate

 (11)

 Senior System Administrator

 (1)

 System Engineer Hardware

 (100)

 System Engineer Trainee

 (67)

Senior System Engineer 3 Interview Questions & Answers

user image VENKATA SAIKRISHNA MANNEM

posted on 29 Aug 2024

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(1 Question)

  • Q1. Tell me about your self
  • Ans. 

    Experienced Senior System Engineer with a strong background in designing and implementing complex systems.

    • Over 8 years of experience in system engineering

    • Proficient in designing and implementing scalable and reliable systems

    • Skilled in troubleshooting and resolving complex technical issues

    • Strong knowledge of network infrastructure and security protocols

    • Certified in various system engineering technologies such as Cisco a

  • Answered by AI
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Job Portal and was interviewed in Sep 2023. 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 - HR 

(4 Questions)

  • Q1. Tell me about yourself
  • Q2. What is your expectations from this job
  • Q3. Where will you see after 4 years
  • Q4. What is your preferred location

I appeared for an interview in Jan 2022.

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 

(2 Questions)

  • Q1. I applied for react native.... The questions are regarding react native
  • Q2. Jsx,redux,css,react native ,html
Round 3 - HR 

(1 Question)

  • Q1. Salary,DC,availability,form filling

Interview Preparation Tips

Interview preparation tips for other job seekers - Be prepared for the technical interview and answers

Interview questions from similar companies

I applied via Campus Placement and was interviewed before Jul 2020. There were 4 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. Description of project
  • Ans. 

    The project involved designing and implementing a new network infrastructure for a large corporation.

    • Conducted a thorough analysis of the existing network infrastructure

    • Designed a new network architecture that met the company's needs

    • Implemented the new network infrastructure with minimal disruption to business operations

    • Tested and optimized the new network to ensure optimal performance

    • Provided ongoing support and maint

  • Answered by AI
  • Q2. Your previous experince

Interview Preparation Tips

Interview preparation tips for other job seekers - Well prepare for your resume

I applied via Naukri.com and was interviewed in Jul 2020. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. The questions were on front end web development questions with managerial interview

Interview Preparation Tips

Interview preparation tips for other job seekers - The overall experience was good. The interview was on technical and managerial skills based on the experience gained.

I appeared for an interview before Jun 2021.

Round 1 - Coding Test 

(2 Questions)

Round duration - 180 minutes
Round difficulty - Easy

It was an mcq + coding round. There were aptitude and ouput based question in mcq. And coding questions were easy

  • Q1. 

    Find the Duplicate Number Problem Statement

    Given an integer array 'ARR' of size 'N' containing numbers from 0 to (N - 2). Each number appears at least once, and there is one number that appears twice. Yo...

  • Ans. 

    Find the duplicate number in an array of integers from 0 to (N-2).

    • Iterate through the array and keep track of the frequency of each number using a hashmap.

    • Return the number with a frequency greater than 1 as the duplicate number.

    • Time complexity can be optimized to O(N) using Floyd's Tortoise and Hare algorithm.

  • Answered by AI
  • Q2. 

    Reverse String Operations Problem Statement

    You are provided with a string S and an array of integers A of size M. Your task is to perform M operations on the string as specified by the indices in array A...

  • Ans. 

    Given a string and an array of indices, reverse substrings based on the indices to obtain the final string.

    • Iterate through the array of indices and reverse the substrings accordingly

    • Ensure the range specified by each index is non-empty

    • Return the final string after all operations are completed

  • Answered by AI
Round 2 - Video Call 

Round duration - 60 Minutes
Round difficulty - Easy

It was technical + hr round. there were 2 people as interviewer. They stated from intro and asked some basic puzzles and hr questions. After that they asked about my projects, technologies and some ds algo and dbms questions.

Interview Preparation Tips

Eligibility criterianaAccenture interview preparation:Topics to prepare for the interview - Data Structures, Pointers, OOPS, System Design, Algorithms, Dynamic ProgrammingTime required to prepare for the interview - 6 MonthsInterview preparation tips for other job seekers

Tip 1 : Practice aptitude
Tip 2 : Focus on practicing coding
Tip 3 : Learn from mistakes

Application resume tips for other job seekers

Tip 1 : Mention some projects that you have done
Tip 2 : Try to have skills that are required for the role

Final outcome of the interviewSelected

Skills evaluated in this interview

Infosys Interview FAQs

How many rounds are there in Infosys Senior System Engineer 3 interview?
Infosys interview process usually has 1-2 rounds. The most common rounds in the Infosys interview process are Technical, HR and Resume Shortlist.
What are the top questions asked in Infosys Senior System Engineer 3 interview?

Some of the top questions asked at the Infosys Senior System Engineer 3 interview -

  1. What is a v...read more
  2. I applied for react native.... The questions are regarding react nat...read more
  3. Core Java like collections,multithreading ...read more

Tell us how to improve this page.

Infosys Senior System Engineer 3 Interview Process

based on 9 interviews

1 Interview rounds

  • Technical Round
View more
Join Infosys Creating the next opportunity for people, businesses & communities

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.5k Interviews
Accenture Interview Questions
3.8
 • 8.2k Interviews
Wipro Interview Questions
3.7
 • 5.6k Interviews
Cognizant Interview Questions
3.7
 • 5.6k Interviews
Capgemini Interview Questions
3.7
 • 4.8k Interviews
Tech Mahindra Interview Questions
3.5
 • 3.8k Interviews
HCLTech Interview Questions
3.5
 • 3.8k Interviews
Genpact Interview Questions
3.8
 • 3.1k Interviews
LTIMindtree Interview Questions
3.8
 • 2.9k Interviews
IBM Interview Questions
4.0
 • 2.3k Interviews
View all
Infosys Senior System Engineer 3 Salary
based on 187 salaries
₹3.5 L/yr - ₹6.3 L/yr
40% less than the average Senior System Engineer 3 Salary in India
View more details

Infosys Senior System Engineer 3 Reviews and Ratings

based on 28 reviews

3.2/5

Rating in categories

3.5

Skill development

3.7

Work-life balance

2.2

Salary

4.2

Job security

3.5

Company culture

2.2

Promotions

3.0

Work satisfaction

Explore 28 Reviews and Ratings
Technology Analyst
55.3k salaries
unlock blur

₹3 L/yr - ₹11.1 L/yr

Senior Systems Engineer
50.9k salaries
unlock blur

₹2.5 L/yr - ₹7.9 L/yr

System Engineer
31.5k salaries
unlock blur

₹2.5 L/yr - ₹5.5 L/yr

Technical Lead
30.9k salaries
unlock blur

₹5.1 L/yr - ₹19.7 L/yr

Senior Associate Consultant
28.4k salaries
unlock blur

₹6.2 L/yr - ₹15 L/yr

Explore more salaries
Compare Infosys with

TCS

3.7
Compare

Wipro

3.7
Compare

Cognizant

3.7
Compare

Accenture

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