00
MINUTES
:
00
SECONDS

Assessing Your Personality

Your personality consists of your unique way of thinking, feeling, emoting and behaving in different situations and circumstances. Knowing where your inclination lies can support your career choice and the profile accompanying it.

In the items below, select an option that best describes you. There's no wrong answer! Please make sure you attempt all items.

  • In social situations, I am usually

  • I enjoy learning about

  • I listen to my

  • I work best

  • I have

  • When doing something new, I like to

  • I'd like to be known as somebody who

  • When a special event is coming up, I like to

  • In a group of people, I am usually

  • It's easier for me to make friends with people who are

  • I prefer

  • I like to

  • My friends would tell you that I

  • Most of my favourite books & movies are

  • My close ones would tell you that I act as the

  • When I make plans to meet somebody, I

  • When different groups of friends meet up, I am usually

  • I believe I am a

  • When in a situation that requires my judgment, I prefer

  • I am better at

  • When I meet someone new, they can usually

  • Most of the friends I have are

  • When it comes to executing my plans, I am

  • I prefer

  • When it comes to expression, I prefer to

  • While making decisions, I prefer to

  • In dealing with others, I am seen as

  • To make decisions, I

  • Others would tell you that I am

  • I pay more attention to

  • The human virtue that I relate with more is

  • While making plans, I prefer being

  • Others say I'm

  • I incline towards

  • Others find me

  • Making a to-do list

Understanding Your Values

Values are ideals and beliefs that motivate us to work towards a goal. Job environments that fit your values promote your holistic growth in the field. Determining your values would help us understand what career path aligns best with them.

In the items below, select an option that best describes you. There’s no wrong answer! Please make sure you attempt all items.

  • I prefer

  • I like

  • I feel proud when

  • I thrive when

  • It's important for me to have

  • I prefer to

  • I want a

  • I believe that

  • When working with ideas, I like to

  • In relationships, I seek

  • People would tell you that I

  • I would love to work in a field that guarantees

  • I admire

  • On a personal level, I believe that my social responsibilty

Finding Your Interests

Interest is the feeling of motivation and liking towards a certain kind of task that generates satisfaction or pleasure. Your interest is crucial in determining which career path you would most likely to benefit from.

In the items below, select the options that best describe you.

Understanding Your Verbal Aptitude

Aptitude is your capacity to learn and pick up skills in a particular field. Learning about your aptitude would help us determine which career path your unique set of skills fit best.

In the following sections, please read the questions carefully and select the correct response. Each section has a time limit, which will be indicated to you at the beginning. When your time is up, move on to the next section.

In the items below, select the options that best describe you.

Which word that means the same as the word below?

  • Mellifluous

  • Delectable

  • Gambit

Which phrase means the same as the proverb below?

  • "to flog a dead horse"

  • "ante meridiem"

  • "on the wane"

  • "at loggerheads"

Which analogy best suits the pair given below?

  • Liquid : Litre

  • Implausible : Absurd

  • Pain : Sedative

Calculating Your Numerical Aptitude

Aptitude is your capacity to learn and pick up skills in a particular field. Learning about your aptitude would help us determine which career path your unique set of skills fit best.

In the following sections, please read the questions carefully and select the correct response. Each section has a time limit, which will be indicated to you at the beginning. When your time is up, move on to the next section.

In the items below, select the options that best describe you.

  • How many 3-digit numbers are there, for which the product of their digits is more than 2 but less than 7?

  • The mean of all 4-digit even natural numbers of the form 'aabb', where a >0, is

  • Three qualities of sugar costing Rs. 22/kg, Rs. 25/kg and Rs. 30/kg are mixed in the ration 1:2:3 respectively. What is the cost of the resultant mixture per kg?

  • If x and y are non-negative integers such that x + 9 = z, y + 1 = z and x + y < z + 5, then the maximum possible value of 2x + y equals

  • Aaron bought some pencils and sharpeners. Spending the same amount of money as

  • Currently, my age is 11 times thats of my daughter. In 4 years, my age would be 6 times that of my daughter's age. What is my current age in years?

  • Let the m-th and n-th terms of a geometric progression be 3/4 (3 upon 4) and 12 , respectively,

  • The product of two numbers is 56 and the sum of these two numbers is 15. Find these two numbers.

  • Find the value of (?) in (12)2 + (5)2 + (3)3 = (?)?

  • What is the next number in following number sequence? 8, 27, 64, 125

Finding Your Mechanical Aptitude

Aptitude is your capacity to learn and pick up skills in a particular field. Learning about your aptitude would help us determine which career path your unique set of skills fit best.

In the following sections, please read the questions carefully and select the correct response. Each section has a time limit, which will be indicated to you at the beginning. When your time is up, move on to the next section.

In the items below, select the options that best describe your answer.

  • If Gear X is turning in the direction of the arrow, in which direction and how fast is Gear Y turning?

    Image
  • Powdered graphite is useful as a

  • "If Bar Y moves left a constant speed. How does Bar X move?"

    Image
  • A device that does the same thing as a fuse is called a

  • In which of the following situations is the least force needed at the arrow, to balance the lever

    Image
  • A man is lifting a mass of 5 kg. In which of these given figures, does he apply the minimum force?

    Image
  • In a rotating horizontal disc, which point would be at the fastest?

    Image
  • A given spring is extended by 5cm when pulled by a force F. Now two such springs are connected as shown in the figure. What will be the extension produced in the combination of the same force?

    Image
  • Which of these given boxes will exert maximum pressure on the floor?

    Image
  • On what material would this chisel be used?

    Image

Exploring Your Technical Aptitude

Aptitude is your capacity to learn and pick up skills in a particular field. Learning about your aptitude would help us determine which career path your unique set of skills fit best.

In the following sections, please read the questions carefully and select the correct response. Each section has a time limit, which will be indicated to you at the beginning. When your time is up, move on to the next section.

In the items below, select the options that best describe your answer.

  • In a village, people build houses in the same side of the road. A thief plans to loot the village. He wants maximum amount of money without having any risk of getting caught. By some means, the villagers know that their adjacent house is being looted or not and thus they become alert. So the thief cannot loot contiguous two houses. Given that the thief knows the amount of money stored in each house and the road is straight and there is no turning, which is the most efficient algorithmic strategy to solve this problem?

  • "Suppose that in a C program snippet, followings statements are used.
    i) sizeof(int);
    ii) sizeof(int*);
    iii) sizeof(int**);
    Assuming size of pointer is 4 bytes and size of int is also 4 bytes, pick the most correct answer from the given options.

  • "Assume int is 4 bytes, char is 1 byte and float is 4 bytes. Also, assume that pointer size is 4 bytes (i.e. typical case):
    char *pChar;
    int *pInt;
    float *pFloat;
    sizeof(pChar);
    sizeof(pInt);
    sizeof(pFloat);"

  • A program attempts to generate as many permutations as possible of the string, 'abcd' by pushing the characters a, b, c, d in the same order onto a stack, but it may pop off the top character at any time. Which one of the following strings CANNOT be generated using this program?

  • "Consider the following variable declarations and definitions in C
    i) int var_9 = 1;
    ii) int 9_var = 2;
    iii) int _ = 3;

    Choose the correct statement w.r.t. above variables."

  • The decimal value 0.5 in IEEE single precision floating point representation has

  • The amount of ROM needed to implement a 4 bit multiplier is

  • Which module in Python supports regular expressions?

  • Given a string s = “Welcome”, which of the following code is incorrect?

  • Which of the following best describes C language?

Understanding Your Spatial Aptitude

Aptitude is your capacity to learn and pick up skills in a particular field. Learning about your aptitude would help us determine which career path your unique set of skills fit best.

  • Decide which parts in figures A, B, C and D when combined, gives the problem figure

    Image
  • Image
  • Decide which of the answer figures A, B, C, D will be formed by the parts in the problem figure

    Image
  • Image
  • If the problem figure rotated anti-clockwise at 90 degrees, which of the answer figures will it look like?

    Image
  • Image
  • In the Answer Figures given below, three options are Flipped Over and turned around. One of them is the same as problem figure but is only turned around. Find the figure which is the same as the problem figure when turned around.

    Image
  • Image
  • Choose from answer figures A, B, C and D to determine how the problem figure would look like when folded

    Image
  • Image

Calculating Your Analytical Aptitude

Aptitude is your capacity to learn and pick up skills in a particular field. Learning about your aptitude would help us determine which career path your unique set of skills fit best.

In the following sections, please read the questions carefully and select the correct response. Each section has a time limit, which will be indicated to you at the beginning. When your time is up, move on to the next section.

In the items below, select the options that best describe your answer.

  • "From a group of seven undergraduate students (A, B, C, D, E, F, and G), four will be selected to give a presentation to the students' union. The following conditions must be met:
    - Either A or B must be selected, but A and B cannot both be selected.
    - Either E or F must be selected, but E and F cannot both be selected.
    - E cannot be selected unless C is selected.
    - G cannot be selected unless B is selected.
    If we know that F is not selected to present, how many different groups of four can be made, following the above criteria?"

  • "A university library budget committee must reduce exactly five of eight areas of expenditure—G, L, M, N, P, R, S, and W—in accordance with the following conditions:
    If both G and S are reduced, W is also reduced.
    If N is reduced, neither R nor S is reduced.
    If P is reduced, L is not reduced.
    Of the three areas L, M, and R, exactly two are reduced. If both M and R are reduced, which one of the following is a pair of areas neither of which could be reduced?"

  • "Seven piano students—T, U, V, W, X, Y, and Z—are to give a recital, and their instructor is deciding the order in which they will perform. Each student will play exactly one piece, a piano solo. In deciding the order of performance, the instructor must observe the following restrictions:

    X cannot play first or second.
    W cannot play until X has played.
    Neither T nor Y can play seventh.
    Either Y or Z must play immediately after W plays.
    V must play either immediately after or immediately before U plays.

    If V plays first, which one of the following must be true?"

  • "A charitable foundation awards grants in exactly four areas—medical services, theater arts, wildlife preservation, and youth services—each grant being in one of these areas. One or more grants are awarded in each of the four quarters of a calendar year. Additionally, over the course of a calendar year, the following must obtain:

    Grants are awarded in all four areas.
    No more than six grants are awarded.
    No grants in the same area are awarded in the same quarter or in consecutive quarters.
    Exactly two medical services grants are awarded.
    A wildlife preservation grant is awarded in the second quarter.

    If a wildlife preservation grant and a youth services grant are awarded in the same quarter of a particular calendar year, then any of the following could be true that year EXCEPT:"

  • "On a particular Saturday, a student will perform six activities—grocery shopping, hedge trimming, jogging, kitchen cleaning, laundry, and motorbike servicing. Each activity will be performed once, one at a time. The order in which the activities are performed is subject to the following conditions:

    Grocery shopping has to be immediately after hedge trimming.
    Kitchen cleaning has to be earlier than grocery shopping.
    Motorbike servicing has to be earlier than laundry.
    Motorbike servicing has to be either immediately before or immediately after jogging.

    Which one of the following, if substituted for the condition that motorbike servicing has to be earlier than laundry, would have the same effect in determining the order of the student’s activities?"

  • "If all beaches were publicly owned, we would have to rely on government funds to maintain them. It is true that more people would have access to the ocean and beaches, but at what cost? If the beaches are not cared for adequately, soon there will be nothing left worth having access to. We should consider carefully before nationalising more coastal property. Which of the following, if true, would most weaken the argument above?"

  • The minimum number of straight lines required to make the given figure are

  • If white is called black, black is called red, red is called yellow, yellow is called green, green is called blue, blue is called violet and violet is called orange, what would be the colour of human blood?

  • "A university library budget committee must reduce exactly five of eight areas of expenditure—I, J, K, L, M, N, O and P—in accordance with the following conditions:

    If both I and O are reduced, P is also reduced.
    If L is reduced, neither N nor O is reduced.
    If M is reduced, J is not reduced.
    Of the three areas J, K, and N exactly two are reduced.

    If both K and N are reduced, which one of the following is a pair of areas neither of which could be reduced?"

  • The number of triangles in the given figure are

Exploring Your Humanitarian Aptitude

Interest is the feeling of motivation and liking towards a certain kind of task that generates satisfaction or pleasure. Your interest is crucial in determining which career path you would most likely to benefit from.

In the items below, select the options that best describe you.

  • When it comes to describing my feelings, I find it

  • If I have to make an important decision for myself, I

  • When I get frustrated in public, I

  • When asked to offer an opinion on a topic I'm not familiar with, I

  • In any given situation, I tend to

  • When I face a problem, I

  • When it comes to a face-to-face discussion over a disagreement VS sending a text/email, I prefer to

  • When it comes to managing my emotions when around people, I

  • When the person I'm taking to starts to cry, I

  • When my friends are upset, I

Assessing Your Clerical Aptitude

Interest is the feeling of motivation and liking towards a certain kind of task that generates satisfaction or pleasure. Your interest is crucial in determining which career path you would most likely to benefit from.

State whether the given pairs are the same or different - as quickly as possible!

  • 10295364 - 10295364

  • lmjarpb - lmjarpb

  • 73642519 - 73462519

  • XYBWUTYR - XYBWUTYR

  • 913826547 - 913826574

  • bxvinygru - bxvinygur

  • 187935824 - 18795324

  • 91352748 - 91352748

  • cgierduj - cgierduj

  • pdesqidt - pdesqidt

Understanding Your Leadership Skills

Interest is the feeling of motivation and liking towards a certain kind of task that generates satisfaction or pleasure. Your interest is crucial in determining which career path you would most likely to benefit from.

In the items below, select the options that best describe you.

  • I am a

  • I am good at

  • I am better at

  • I work best when

  • I prefer

  • I like to

  • I'm good at

  • In a group, I

  • When I make a mistake, I

  • People would tell you that I am