Posts

IGATE Written Test: Aptitude, Reasoning, English; Questions and Answers with Explanations PDFs

Image
Please  Like  and/  Share  and/  G+1 . Hi, welcome to  nrrbeassistance.blogspot.com . Dear viewer, especially for you, here is the IGATE Written Test: Aptitude, Reasoning, English; Questions and Answers with Explanations and PDFs Download . 1. Directions (1-7):Study the following arrangement and answer the questions given below: R 4 T M 7 W % J 9 5 I # 1 P B 2 T A 3 D $ 6 E N F 8 U H @ How many such vowels are there in the above arrangement, each of which is immediately preceded by a number and not immediately followed by a consonant?        A.None            B.One            C.Two            D.Three     Answer: B 2. What should come in place of the question mark (?) in the following series based on the above arrangement? TM% 951 B23 ?        A.$EF            B.$6F   ...

ORACLE Written Test: Technical Aptitude; Questions and Answers with Explanations PDFs

Image
Please  Like  and/  Share  and/  G+1 . Hi, welcome to  nrrbeassistance.blogspot.com . Dear viewer, especially for you, here is the ORACLE Written Test: Aptitude, Reasoning, English; Questions and Answers with Explanations and PDFs Download . 1. How many times the program will print "India    include    int main()    {         printf("India");        main();        return 0;    }     A.Infinite times            B.32767 times            C.65535 times            D.Till stack doesn't overflow     Answer: D     Explanation:     A call stack or function stack is used for several related purposes, but the main reason for having one is to keep track of the point to which each active subroutine should return control when...

SYNTEL Written Test: Aptitude, Reasoning, English; Questions and Answers with Explanations

Image
Please  Like  and/  Share  and/  G+1 . Hi, welcome to  nrrbeassistance.blogspot.com . Dear viewer, especially for you, here is the SYNTEL Written Test: Aptitude, Reasoning, English; Questions and Answers with Explanations . 1. If ROBUST is coded as QNATRS in a certain language, which word would be coded as ZXCMP?     A.YWBLO            B.YYBNO            C.AWDLQ            D.AYDNQ     Answer: D     Explanation:     Each letter of the word is one step ahead of the corresponding letter of the code. 2.  Each question given has a problem and two statements numbered 1 and 2 giving certain information. You have to decide if the information given in the statements is sufficient for answering the problem.  Indicate your answer A.Statement 1 alone is sufficient, but statement 2 alone is not sufficient to an...

SASKEN Written Test: Technical Aptitude; Questions and Answers with Explanations PDFs

Image
Please  Like  and/  Share  and/  G+1 . Hi, welcome to  nrrbeassistance.blogspot.com . Dear viewer, especially for you, here is the SASKEN Written Test: Technical Aptitude; Questions and Answers with Explanations and PDFs Download . 1. main()    {        int a = 10,*j;        void *k;        j = k =&a;        j++;        k++;        printf("\n %u %u",j,k);    }        A.compiler error            B.syntax error            C.memory address            D.noo out put     Answer: A     Explanation:     cannot increment a void pointer 2. What will be the output of the program?    #include    int i;    int fun1(int);    int fun2...

HUAWEI Written Test: Aptitude, Technical; Questions and Answers with Explanations PDFs

Image
Please  Like  and/  Share  and/  G+1 . Hi, welcome to  nrrbeassistance.blogspot.com . Dear viewer, especially for you, here is the HUAWEI Written Test: Aptitude, Reasoning, English, Technical; Questions and Answers with Explanations . 1. B2CD, _____, BCD4, B5CD, BC6D        A.B2C2D        B.BC3D        C.B2C3D        D.BCD7     Answer: B     Explanation:     Because the letters are the same, concentrate on the number series, which is a simple 2, 3, 4, 5, 6 series, and follows each letter in order. 2. DEF, DEF2, DE2F2, _____, D2E2F3        A.DEF3        B.D3EF3        C.D2E3F        D.D2E2F2     Answer: D     Explanation:     In this series, the letters remain the same: DEF. The subscript numbers follow this series: 11...