Wednesday, July 26, 2017

Conduent

1. What are the roles in Agile?
2. If you have come an issue in previous version during sprint than who will decide in agile what should be done.
3. What  will print in stored procedure

if(Null=Null)
print("if")
else
print("else")

Ans : if

4. If we have to copy one table data into another with identity column. How will you do that?
Ans :  You can on the insert into identity first than you can insert data in identity column

Set IDENTITY_INSERT ON

by default it is off means you can not insert data in identity column.

5. Why MVC is fast?
6. What is the wild card character used in jquery instead of # while selecting id.

7. If we have two variable with same name in two java script file. What will happen?
Ans : Will overwrite second variable value, we use closure for that.

8.   Jquery is browser independent or not? What is the solution to make it?
9.   Why we use Lambda expression?
10. What is WPF architecture?
11. What is MVVM?
12.  What are different type of  resources in WPF?
And dynamic and static

13 . Why we use WPF?
14.  What is entity framework? How will we use entity framework?
15.  Have you worked on ASP .Net Core?
16.  Write a program for sorting an array?
17 What will be the output?

x=5;
while(x<6 p="">print(x)

18. Why we use JQuery?
19. What we can't do in google analytics?

No comments:

Followers

Link