top of page

Online Assessments

Introduction

In this blog, we will discuss various topics related to Infosys mock test and uber online assessment.

Infosys mock test

Infosys recruits freshers according to their INFYTQ performances. Infosys Certification (INFYTQ) is a technological certification that confirms your industry readiness and helps you to pursue your dream job. Throughout the Infosys Certification testing process, your programming and database knowledge will be put to the test.


After completing the test, you will have the option of participating in a pre-placement interview for one of Infosys' specialty technical positions or interviewing for the Systems Engineer position and becoming an Infosys Certified Software Programmer.


Eligibility Criteria for InfyTQ

  • Make sure to submit your application via the official Infosys InfyTQ app/website.

  • In 2023, B.E., B. Tech., M.E., M. Tech., M.Sc., MCA, or an MCM student must graduate.

  • You must be a citizen of India.

  • The Infosys Certification does not require a minimum percentage.


InfyTQ Exam Pattern

The Certification Round and the Advantage Round are the two rounds that InfyTQ runs.

InfyTQ Certification Round


InfyTQ Certification RoundNo. of questions in Qualifier Total Time Coding2 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


SectionNo. of Questions Timing MarksCoding ques 1180 minutes (combined)50Coding ques 1180 minutes (combined)75Coding ques 1180 minutes (combined)100


InfyTQ Interview-1

This is a technical interview in which you will be offered the position of "System Engineer" at Infosys. The system engineer gets the package of 3.5 LPA.


InfyTQ Interview-2

If you pass the InfyTQ Upgrade Test, you will be invited to participate in the behavioral interview-2.


You will be offered a job at Infosys based on your interview performance, such as "Power Programming Role," "Systems Engineer Specialist," or "System Engineer."


It's possible that you'll still be offered the System Engineer position. It is all dependent on how well you perform in the interview.






InfyTQ Interview-2PostPackageInterviewPower Programmer role 8 LPA Interview Systems Engineer Specialist role 5 LPA


Example of InfyTQ mock question


What will be the output of the code?

class variable_scope

{

public static void main(String args[])

{

int x;

x = 22;

{

int y = 16;

System.out.print(x + " " + y);

}

System.out.println(x + " " + y);

}

}


  1. Compilation error

  2. Runtime error

  3. 22.43

  4. None of the above


Answer: a. Compilation error


uber online assessment

Let’s see the various rounds of Uber online assessment for the selection process of SDE.


Round 1(Coding)

  • Base 2 to Base 6 conversion.

  • A string of 0s and 1s is provided. Find the largest value of K such that substrings of K length are flipped repeatedly until all characters in a binary string equal 0.


Round 2(Technical role)

  • Given a frog on a source node with limited energy capacity. It has all of its vigor at first. Moving from one node to another results in a 1 energy reduction and a 1 time increase. Energy drinks are available at various nodes, which it can use to boost its energy. It dies if its energy falls to zero. Calculate the frog's travel time to the destination node in the shortest possible period. Return -1 if it's not possible.

  • You are a capitalist farmer. You are given n crops and two parameters to go with them.

    • To be qualified, a farmer must have a little amount of capital.

    • profit derived from the crop


Round 3(Technical role)

  • Given a string and a character matrix. Determine whether the string exists in the matrix.

  • If an array of million strings is provided instead of a single string, optimize the solution.


Round 4(HR round)

  • Many inquiries stemming from my internship and project experiences


Conclusion

We hope that this article has helped you in gaining significant knowledge about Infosys mock test and uber online assessment.


bottom of page