Open In App

Infosys infytq Interview Experience for SE

Last Updated : 20 Jul, 2022
Improve
Improve
Like Article
Like
Save
Share
Report

Hello Everyone, I will share my overall experience with giving the INFYTQ Exam 2023 batch.

About Infytq: After clearing the examination, you will get a pre-placement interview opportunity for the System Engineer Role and become an Infosys Certified Software Programmer.

Eligibility Criteria: You should either be a B.E., B. Tech, M.E., M. Tech., M.Sc., MCA, or an MCM student graduating in 2023 or the students who are in 3rd year B.E/B.TECH students can participate.

Examination Process: The examination comprises 3 rounds:

Certification Round: In this round, you will be in-depth programming(you should choose any of one programming language in Java/Python) and database management skills through objective and hands-on questions. After scoring 65% or more in the Certification round, you will become eligible to appear in the Advantage Round. My test was on 8 February 2022 in the First slot(Time: 10 am) through online mode. happily,  I’m clear of the certification round.

  • 2O MCQ-based question(moderate level)- 10 MCQ questions related to a programming language( I prefer the Python language because it is easy to understand and solve) and generally question asked is oops concept and other questions related to DBMS (mostly question is based on SQL Query).
  • 2 hands-on coding questions.

Advantage Round: After clearing the certification round, this round is optional to gain an advantage and win a job opportunity for the role of Specialist Programmer and Digital Specialist Engineer at Infosys. One more option is that you should choose any language(C++, Python, C, Java, etc). For me, it is very difficult to round the question at a hard level. In case, you do not clear the Advantage Round, you will get a technical interview call for the Systems Engineer Role and become an Infosys Certified Software Programmer based on your performance in the technical interview.

Hands-on coding question(1-moderate level,2-hard level)-My test was on 7 March 2022 in the First slot(Time: 10 am) through online mode. I didn’t clear the Advantage round but am eligible for the next round(i.e, Interview Round).

Survey/Interview Round: I got an email from Infosys, congratulations you getting a pre-placement interview (PPI) opportunity based on your performance in the Advantage Round for the role of Systems Engineer at Infosys. Some details are given -attached is a link that you fill in some information on the Infosys Survey Form( Educational details, address, Resume, etc.). So I fill in all the details. Finally, I got an email from InfyTq Talent Acquisition, your interview with Infosys has been scheduled for:        Day and Date: Friday, July 15, 2022
             Time: 05:40 PM
             Duration: 19 minutes

 I join the interview meeting link for 15 min. The Interviewer was been joined at the exact time and the following question asked:

  • Tell me the percentage of 10th, and 12th and, graduation.
  • In Which college do you study.
  • Your Specialization and branch asked.
  • Tell the 2-minutes of topic related to any news, authors, etc. They based this question to check your speaking nature.
  • Asked to share a screen, and write code on Reverse a string in any language. I prefer to write the code in C++ Language.

C++




#include<bits/stdc++.h>
using namespace std;
int main(){
    string s;
    cin>>s;
    string rev_str;
    for(int i=s.size()-1; i>=0;--i){
        rev_str.push_back(s[i]);
    }
    cout<<rev_str;
}


 
My Interview was going to be nice, So I will wait for the result of the Interview. Do More Learn, and give your 100 percent.

Thank you


Like Article
Suggest improvement
Previous
Next
Share your thoughts in the comments

Similar Reads