JP Morgan
JP Morgan
  1. What is a array?
    A. An array is a series of elements of the same type in contiguous memory locations
    B. An array is a series of element
    C. An array is a series of elements of the same type placed in non- contiguous memory locations
    D. None of the mentioned
    Option: A
  2. What is the output of this program?

include < stdio.h >

using namespace std;
int main()
{
char str[5] = “ABC”;
cout << str[3];
cout << str;
return 0;
}
A. ABC
B. ABCD
C. AB
D. None of the mentioned
Option: A

  1. How many specifiers are present in access specifiers in class?
    A. 1
    B. 2
    C. 3
    D. 4
    Option: C
  2. How many kinds of classes are there in c++?
    A. 1
    B. 2
    C. 3
    D. 4
    Option: C
  3. which of the following is used to implement the c++ interfaces?
    A. absolute variables
    B. abstract classes
    C. constant variables
    D. none of the mentioned
    Option: B
  4. #include is called
    A. Preprocessor directive
    B. Inclusion directive
    C. File inclusion directive
    D. None of the mentioned
    Option: A
  5. If #include is used with file name in angular brackets. A. The file is searched for in the standard compiler include paths
    B. The search path is expanded to include the current source directory
    C. Both a & b
    D. None of the mentioned
    Option: A
  6. Which of the following is “NOT” a UNIX variant ?
    A. Solaris
    B. AIX
    C. IRIX
    D. AS400
    Option: D
  7. wtmp and utmp files contain:
    A. Temporary system data
    B. User login-logout log
    C. The user’s command execution log
    D. The user’s su and sudo attempts
    Option: B
  8. An expression involving byte, int, and literal numbers is promoted to which of these?
    A. int
    B. long
    C. byte
    D. float
    Option: A
  9. Who is the father of PHP?
    A. Rasmus Lerdorf
    B. Willam Makepiece
    C. Drek Kolkevi
    D. List Barely
    Option: A
  10. Which one of the following computer network is built on the top of another network?
    A. prior network
    B. chief network
    C. prime network
    D. overlay network
    Option: D

About JP Morgan

J.P. Morgan is a global leader in financial services, offering solutions to the world’s most important corporations, governments and institutions in more than 100 countries. As announced in early 2018, JPMorgan Chase will deploy $1.75 billion in philanthropic capital around the world by 2023. We also lead volunteer service activities for employees in local communities by utilizing our many resources, including those that stem from access to capital, economies of scale, global reach and expertise.

https://www.jpmorgan.com/

Read More