Can anyone pls tell Me which kind of question ask in client interview?

|
Backhere 2022-09-14 21:28:09
Spark 2022-09-14 21:27:49
Mostly pip is designed to terminate employees by showing performance as a excuse

ohhk ,that sounds crazy.

Sakshi 2022-09-14 21:44:44
MohammedYasir 2022-09-14 20:20:09
Used to connect with db

Thank u so much

Sakshi 2022-09-14 21:50:44
Can anyone pls tell Me which kind of question ask in client interview ? Pls
@LSR 2022-09-14 21:51:59
Sakshi 2022-09-14 21:50:44
Can anyone pls tell Me which kind of question ask in client interview ? Pls

It depends on your project

Sakshi 2022-09-14 21:53:08
@LSR 2022-09-14 21:51:59
It depends on your project

Means they ask technical or something else ?

Sakshi 2022-09-14 21:53:33
Pls ? Tell me
Lohith 2022-09-14 21:56:08
Sakshi 2022-09-14 21:53:33
Pls ? Tell me

Technical

Sakshi 2022-09-14 21:56:41
Okay thanks dear
Pisethnem27 2022-09-14 22:01:57
How how to respond object from request body

And respond many field

Like request body by username and reasoned student score

MohammedYasir 2022-09-15 03:20:50
Pisethnem27 2022-09-14 22:01:57
How how to respond object from request body

And respond many field

Like request body by username and reasoned student score

Couldn’t get your question

MohammedYasir 2022-09-15 03:21:02
Sakshi 2022-09-14 21:53:08
Means they ask technical or something else ?

Technical mostly

Sunny Kumar 2022-09-15 04:27:42
Hi,
I want to hands on on Spring boot, MS and rest API. If any link then please. I want to switch the job.
light yagami 2022-09-15 04:44:07
in which company you are working
madhukumarvundavalli 2022-09-15 06:09:38
Performance improvement plan
madhukumarvundavalli 2022-09-15 06:09:59
You should be bit careful when you get this kind of emails
madhukumarvundavalli 2022-09-15 06:10:18
Which company are you working??
madhukumarvundavalli 2022-09-15 06:10:45
Spark 2022-09-14 21:27:49
Mostly pip is designed to terminate employees by showing performance as a excuse

Correct

P D 2022-09-15 06:58:33
Hi guys. I came across a question in an interview yesterday.

Suppose A is an abstract class
B is extending A.

Can i make an object
A Obj= new A() ;

I guess I cannot ? Was I wrong

Debiprasad Dash 2022-09-15 07:00:40
P D 2022-09-15 06:58:33
Hi guys. I came across a question in an interview yesterday.

Suppose A is an abstract class
B is extending A.

Can i make an object
A Obj= new A() ;

I guess I cannot ? Was I wrong

We can’t create an object of an abstract class

MahiGJA 2022-09-15 07:00:44
P D 2022-09-15 06:58:33
Hi guys. I came across a question in an interview yesterday.

Suppose A is an abstract class
B is extending A.

Can i make an object
A Obj= new A() ;

I guess I cannot ? Was I wrong

We can’t create

Vaibhav 2022-09-15 07:00:55
P D 2022-09-15 06:58:33
Hi guys. I came across a question in an interview yesterday.

Suppose A is an abstract class
B is extending A.

Can i make an object
A Obj= new A() ;

I guess I cannot ? Was I wrong

You can create but you have to provide implementation of abstract method then and there itself where you are creating the object.

Debiprasad Dash 2022-09-15 07:01:25
We can say like this A a = new B()
Backhere 2022-09-15 07:02:09
P D 2022-09-15 06:58:33
Hi guys. I came across a question in an interview yesterday.

Suppose A is an abstract class
B is extending A.

Can i make an object
A Obj= new A() ;

I guess I cannot ? Was I wrong

concept of anonymous xlass will follow with abstract methods

Debiprasad Dash 2022-09-15 07:02:22
Vaibhav 2022-09-15 07:00:55
You can create but you have to provide implementation of abstract method then and there itself where you are creating the object.

We Can’t create the object of abstract class

Vaibhav 2022-09-15 07:03:22
Debiprasad Dash 2022-09-15 07:02:22
We Can’t create the object of abstract class

Yes we cannot, but we can if we define a anonymous class when instantiating the object of abstract class

Backhere 2022-09-15 07:04:01
Vaibhav 2022-09-15 07:03:22
Yes we cannot, but we can if we define a anonymous class when instantiating the object of abstract class

that usually happens in ide’s 😂😂😂 a list of methods appear

Debiprasad Dash 2022-09-15 07:04:41
Anyway for his question answer is no
Backhere 2022-09-15 07:04:57
Debiprasad Dash 2022-09-15 07:04:41
Anyway for his question answer is no

Hmm

P D 2022-09-15 07:05:53
The question is can we create the object of A in the sub class B
Vaibhav 2022-09-15 07:06:17
Debiprasad Dash 2022-09-15 07:04:41
Anyway for his question answer is no

You cannot say that, may be interviewer expected this obvious point from the candidate.

|