0% found this document useful (0 votes)
27 views8 pages

Extrieve Questions

The document outlines a series of interview questions and topics related to Java, C, C++, SQL, and general programming concepts, including OOP principles, data structures, and algorithms. It also includes HR-related questions regarding salary, relocation, and project experience. Additionally, it features coding challenges and pseudocode explanations to assess the candidate's technical skills.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
27 views8 pages

Extrieve Questions

The document outlines a series of interview questions and topics related to Java, C, C++, SQL, and general programming concepts, including OOP principles, data structures, and algorithms. It also includes HR-related questions regarding salary, relocation, and project experience. Additionally, it features coding challenges and pseudocode explanations to assess the candidate's technical skills.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 8

Extrieve hr round

Introduction .

What is oops in java .

Explain Polymorphism (run time and compile time with example ) .

What is collection .

Why we use collection .

Difference between static and non static .

Explain Binary search .

About projects.

Do you want to relocate?

Do you know the address of our company?

3 months of intership they will pay 19000 inhand 17000

After successful completion of internship the salary will be 25000 inhand 20000

What are the language you know ?

C , c++ , java

merge sort bubble sort binary search swapping inheritance which inheritance is not possible
pseudocode interface static non static

final double d1 = Double.NaN;

final double d2 = Double.NaN;

System.out.println(d1 == d2);

while(1){

int i = 0;

System.out.printf("i = %d%n", i);


i++;

if(i == 2) break;

final double d = 1 / 2;

System.out.println(d);

Write a program that follows the given input and output using C

input : [2,1,2,1,0,1,3,5,4,0,2,0]

output : [0,0,0,1,1,1,2,2,2,3,4,5]

Find which letter has the most occurencies in this Sentence?

"Sally swiftly sailed across the shimmering sea"

what is array, object ,polymorphism etc.

sql I was asked about pattern matching , what is primary key, union, intersect and minus

what is sql

1. What is multi threading in java?

2. Opps concept

3. What is inheritance?

4. Difference between do and do-while loop.

5. For loop syntax

6. While (true) {

Int a=0;

a++;
System.out.println(a);

If (a==5)

Break;

Output?

JAVA

1. If you have any project on Java then explain that.

2. While & Do-While loop.

3. Pseudocode

4. Polymorphism

5. Interface

6. Multiple Inheritance

SQL

1. Primary Key & Forign Key

2. Queries on WHERE clause

what is class

oops

inheritance

which inheritance not possible through class

collection

homogeneous and heterogeneous

list and arraylist

method overloading

method overriding

jdk jre jvm

abstract class

abstraction

interface

abstract class and interface difference


2)Find which letter has the most occurencies in this Sentence?

"Sally swiftly sailed across the shimmering sea"

Questions asked from resume

Intro About project What is pointers What is calloc & malloc. Is string present in C? How can we
declare a string in C? How can we declare String whose length is unknown in C? What is a
constructor. Class? Methods? What is OOPs? pillars of oops. What is interface? What is Abstraction?
What is Inheritance and which is not possible in Java?And how can I achieve it? Give 3 Pseudo codes
and ask for the output. Swap numbers without a third variable.

Extrieve:

what is java..

1.abstraction

2.encapsulation

3. Coding questions on bubble sort

4. full basics of javascript events, selectors, Arrays, Object

5. Html, css full question

6.C language questions..

Extreieve Interview Question

Tell me about yourself

For which role you are giving interview

In which language you are comfortable

what is the diff b/w java and c++

what is java

what is jdk, jvm, jre, jit

what is datatype explain java datatypes

what is oops concept

why java is not 100% oops concept

why we use public static void in the main method

what is class, object


Explain inheritance with all the types

Explain polymorphism

What is Interface, Abstraction and diff

What is finally ? why we use it ?

What is exception handling

What is Threading, multithreading

diff b/w throw and throws

diff b/w i++ and i+1

diff b/w statement, prepared statement and callable statement

what is servlet

explain the type of mapping

what is collection

diff b/w array and arraylist

what is sql

what is html tag

what is iframe

how can we build a responsive website? and without media query how can we build ?

Some pseudocode and explain the pseudocodes and changing it and after that what will be the
answers

2 coding questions

1. Write a Java program

input array : []2,1,2,1,0,6,3,5,4,0,2,0] output : [0,0,0,2,1,2,1,6,3,5,4,2]

2. In the given string which letter have most occurrence

"Sally swiftly sailed across the shimmering sea"

I did mistake in the 1st code

Rather than I answer all the questions

1.this keyword

2.differance between array in java and array in js


3.even and odd number

4.joins

5.Primary key, FK

6.delete and truncate difference

7.exception handling

8.if we use finally in catch block finally is executed or not

9.finally

10.c/c++ difference

11.joins

12. group by

13.structure in c

Introduce yourself,tell me about your project,c++ pointers

All oops concepts , pseudo code, swapping two numbers, Functional pointer, collection

What is the difference between this keyword in java and javascrit?

Describe all the oops concept.

Difference between java and c++.

What is the difference between while and do-while?

What do you know about collection?

Difference between c and c++.

A string will be there. You have to find the letter which has the most number of occurence.

How to achieve multiple inheritance.

What is exception handling?

What is the difference between throw and throws?

What is the purpose of satck and jvm?

Define package in java.

Can we declare pointer in java(No, The main reason is that Java was designed with safety and
simplicity in mind. By eliminating pointers, Java reduces the risk of memory leaks and other common
programming errors. Pointers can be tricky to work with, especially for inexperienced programmers,
as they require a good understanding of memory management and can easily lead to bugs and
crashes if not used correctly.)

Define wrapper classes in java.

Difference between abstract class and interface.


find the 2nd largest no of an array using only single loop without inbuilt methods

2nd round

reverse a string without using any inbuit method polymorphism postfix increment and prefix
increment programs on rtp and ctp difference between structure and union

1) Write a program that follows the given input and output using Java

input : [2,1,2,1,0,6,3,5,4,0,2,0]

output : [0,0,0,2,1,2,1,6,3,5,4,2]

2) Find which letter has the most occurencies in this Sentence?

"Sally swiftly sailed across the shimmering sea"

3) class?

4) Object?

5) Output----

i)

while(1){

int i = 0;

System.out.printf("i = ", i);

i++;

if(i == 2) break;

ii)

final double d1 = Double.NaN;

final double d2 = Double.NaN;

System.out.println(d1 == d2);
6) What is pointer variable? Why it is used?

7) == and === difference in c/C++/java;

8) Introduction

9) Internships ?

10) How much you know about c and c++

1. find 2nd largest value 8n given array

2. check leap year or not

3. rotate array 90 degree

HR Round

1. Tell me about yourself and your family?

2. Are you ok with the salary?

3. You have to work with different technology as per the project? Are you ok with this.

4. What are the project you developed for your final year?

You might also like