Do you think IIT Guwahati certified course can help you in your career?
No
Introduction
InfyTQ is a technology certification by Infosys which verifies your industrial preparedness and enables you to pursue the career of your dreams. During the Infosys Certification process, your programming and database knowledge will be put to the test.
You will have the option to participate in a pre-placement interview for one of Infosys' specialist technical roles after completing the test or to attend a technical interview for the position of systems engineer and become an Infosys Certified Software Programmer. The InfyTQ test is administered annually by Infosys to those seeking to become programming masters. In this article, we will discuss about InfyTQ.
What is Infosys Certification Program?
Internal evaluations carried out by the Infosys ETA department are essentially what make up Infosys Certification. Making the candidates Digitally Marked as Certified Developers is the objective. The Infosys Certification is a test that determines how well-prepared you are for the workplace by evaluating your understanding of databases and programming. Only the InfyTQ app can be used to register for the certification exam. Individuals who have previously created an account on InfyTQ can instantly register and reserve a spot for the certification exam.
Benefits of InfyTQ Certification
InfyTQ Certification is globally recognized.
Get a chance to be a Certified Developer.
Boost your Resume with the InfyTQ Certification.
InfyTQ Certification can be provided to a wide range of students from different educational backgrounds like B.Tech, B.E, M.W, M.Tech, M.Sc. M.C.A.
Get an off-campus chance to work at Infosys after interview rounds.
Can attempt Three times for InfyTQ Certification.
InfyTQ Eligibility Criteria 2024
Students who graduate in 2023 with a B.Tech, M.Tech, B.E, M.E, M.Sc, M.C.A., or MCM degree are eligible for the InfyTQ Certification Program 2022–2023.
Candidates with a score of at least 65 percent can work as Infosys software programmers.
Infosys won't factor in college grades while calculating the InfyTQ 2022-2023 Certification Program Score.
Candidates will be contacted for the on-the-spot employment interview if they receive a score of 65 percent or higher on the InfyTQ 2022-2023 Certification Program.
InfyTQ Eligibility Criteria
Requirement
Apply Through
InfyTQ App/Official Website
Degree
B. Tech,B.E., M.E., M.Sc.,M. Tech., MCA, or an MCM student graduating in 2023.
Percentage
Not Required
Mandatory Documents
Government issued ID Proof
Original college ID
Updated Resume
Coloured passport size photograph
Citizenship
Indian
InfyTQ Exam Pattern 2024
There are two rounds in InfyTQ are –Certification Round and the Advantage Round
1. There are three parts to the Infosys Certification Qualifier Round:
Python and Java: 20 questions (When booking a slot for the Qualifier Round, you can choose between Java and Python.)
You will be tested on both your programming and fundamental JAVA/Python skills throughout the certification round.
The certification round will include SQL questions.
The certification qualification round carries no penalty points.
To any part, you can navigate.
Although there is no sectional cut-off in this round, you can sit for the Advantage Round if your score is in the 65th percentile or higher.
InfyTQ Certification Round
No. of questions in Qualifier
Total Time
Hands-On Coding
2 Ques
3 Hours (Shared)
JAVA/PYTHON (MCQs)
10 Ques
3 Hours (Shared)
DBMS (MCQs)
10 Ques
3 Hours (Shared)
Total
22 Ques
3 Hours
InfyTQ Advantage Round
Students can take this Advantage Round if they pass the certification round with a score of 65 percent or higher.
This round will consist of just one section, Hands-On Coding based on Java/Python.
The Final Round carries no penalty points.
Section
No. of Questions
Timing
JAVA/PYTHON Hands-On Coding (Question 1)
1
180 minutes (combined)
JAVA/PYTHON Hands-On Coding (Question 2)
1
180 minutes (combined)
JAVA/PYTHON Hands-On Coding (Question 3)
1
180 minutes (combined)
InfyTQ Behavioral Interview-1
This is merely a technical interview to see whether Infosys would give you a position as a "System Engineer."
InfyTQ Behavioral Interview-1
Post
Package
Interview-1(Compulsory)
System Engineer Role
3 LPA
InfyTQ Interview-2
If you pass the InfyTQ Upgrade Test cut-off, you will be allowed to take the behavioural interview-2.
You may be given a position at Infosys, such as "Power Programming Role," "Systems Engineer Specialist," or "System Engineer," depending on how well you performed in the interview.
You might still be offered the position of system engineer. It entirely relies on how well you perform in the interview.
Some important guidelines for Behavioral Test you must know
Provide an honest reply.
Try to limit your use of the same responses.
Examine the position description.
Take into account taking a sample exam.
Take it slow.
Be prepared for inquiries regarding your honesty and morality.
InfyTQ Certification Exam Flowchart
Most Asked Questions in InfyTQ Assessment 2024
Q1. Biggest Meatball
Problem Statement: A restaurant chain named Bhojon recently opened a new wing in a city. All types of cooks are present there, excluding the meatball artist. Because meatballs sell so well at their restaurant and they can't afford to keep making them whenever their supply runs out, they fired their previous cook. They've set up a hiring scheme where you may apply with your meatball.
The meatball will be added to their seekh (a line), and each time it is sliced, it is removed, cut according to the day's quantity, and then added back to the seekh. Since you are hiring there, you will decide who will be hired.
Day's amount denotes that the business only offers that many kilograms of meatballs to each package on that specific day.
Less than a day's worth of stock will be considered a sell.
Description of Function: Apply the following parameters to the function:
Parameters:
Name
Type
Description
N
Integer
How many people are participating in the hiring process?
D
Integer
Day’s quantity, how many grams of meatball are sold to every packet.
Array[ ]
Integer array
The array of integers, the weight of meatballs everyone came with.
Return: The ith person whose meat is served at last.
Constraints:
1 <= N <= 10^3
1 <= D <= 10^3
1 <= Array[i] <= 10^3
Format for Input:
N is in the first line.
D is on the second line.
The ith person's meatball weight is then contained on N lines.
The output format:
The 1-based index of the individual whose meatball is delivered last.
Sample Input 1:
4
2
[7 8 9 3]
Sample Output 1:
3
Explanation:
The distribution of the seekh or meatball queue is [7 8 9 3]. They will remove 2 kg of meatball from the first meatball and add it to the last of the seekh at the first serving, thus after the first time it is:
Problem Statement: Abhijeet is one of the students who try to earn his own money by doing several part-time jobs to cover the costs of purchasing books. Since he is not assigned to a specific location, he makes an effort to estimate how much the book he wants will cost before working only to make that amount of money. He works first and then buys the book. Sometimes he receives more money than he requires, so he saves it for the following book. He occasionally doesn't. If he has money set aside from earlier books, he will be able to pay for it then; otherwise, he will require money from his parents.
Now he cannot reach his parents during the day because they go to work. You are his friend, and your responsibility is to determine the minimal amount of money he can borrow from his parents to purchase all the books.
Any order can be used to purchase the book.
Description of Function:
Apply the following parameters to the function:
Name
Type
Description
N
Integer
What books he needs to purchase that day.
EarnArray[ ]
Integer array
An array of his book's earnings
CostArray[ ]
Integer array
An array of the ith book's actual price.
Constraints:
1 <= N <= 10^3
1 <= EarnArray[i] <= 10^3
1 <= CostArray[i] <= 10^3
Format for Input:
N is in the first line.
The ith earning for the ith book is found in the second N lines.
The price of the ith book is found on the following N lines.
The least amount of cash is necessary for him to cover the entire cost.
Sample Input 1:
3
[3 4 2]
[5 3 4]
Sample Output 1:
3
Explanation:
He first spends 1 rupee less by purchasing the second book, which costs 3 rupees. The first book, which costs 2 rupees more, is then purchased. As a result, he spends the one rupee he had saved and now needs one more. He then purchases the final book.
Java
Java
import java.util.*; class Main { public static void main(String args[]) { Scanner sc = new Scanner (System.in); int n=sc.nextInt(); int arr1[]= new int[n]; int arr2[]= new int[n];
for(int i=0; i<n; i++) arr2[i]=sc.nextInt();
for(int i=0; i<n; i++) arr1[i]=sc.nextInt();
for(int i=0; i<n; i++) arr2[i] -= arr1[i];
Arrays.sort(arr2); int sum=0, ans=0;
for(int i=n-1; i>=0; i--) { sum+=arr2[i]; if(sum<0) { sum = -sum; ans= ans +sum ; sum=0; } }
System.out.println(ans); } }
You can also try this code with Online Java Compiler
Actually, the InfyTQ is not a particularly difficult exam to pass if you are familiar with programming languages. You should be completely knowledgeable about algorithms and data structures. Also, you ought to know how to solve problems.
How do I register for the Infytq exam?
To register for the Infytq exam, visit the official website and navigate to the registration page. Fill out the required details, including personal information and academic qualifications. Verify your email and complete any additional steps as instructed to successfully register for the exam.
How can I apply for INFYTQ exam 2024?
InfyTQ Slot Booking is based on first-come-first-serve. To book a slot for InfyTQ exam 2023, the first step is to register on InfyTQ App. Secondly, go to Infytq certification page, then fill the form to apply for INFYTQ exam.
What is the package for InfyTQ?
There is no specific package for InfyTQ. It has different offerings depending on their recruitment programs. Generally the package for a power programmer role offered through InfyTQ is 8LPA and that for Systems Engineer Specialist role is 8LPA.
Conclusion
In this article, we have discussed InfyTQ Certification by Infosys. We also learned about InfyTQ and the perks and benefits of being certified as an InfyTQ developer. Most important about InfyTQ Certification are the required skills to become a strong candidate. Moreover, we have discussed Preparation Strategy for the assessment of InfyTQ Certification.
To learn more about Infosys, check out our articles on: