Sunday 25 December 2022

Full stack Interview Questions

 1- Sonar Qube features

2- How you do the code analysis?

3- How code vulnerability and code smell you do in your project and sonar?

4-AWS internet gateway and NAT gateway

5- How factory pattern works?

6- how many design pattern used?

7-what is Redis cache and what is the use of it?

8- what is virtualisation and containerisation  ?

9- What is Docker ?

10- if we forgotten to enable to Hyper -V then how to enable Hyper -V for Docker after creating it.

11- What does --prod flag in ng build?

12- difference between ng server and ng build

13 -what is Architecture of Angular project?
14- pipes in Angular

15- impure pipes in Angular

16- http and https protocol

17- How AWS MFa works

18- what is self signed certificate and how to create it

19-what is loosely coupled and titley coupled code?

20 -Factory design pattern UML diagram

21- Repository pattern

22-Unit of Work in Repository pattern

23- Interpolation in C#

24- When to use Abstract and interface in c#

25- Hash and key value in Redis 

26- How to add expiry time for variable in Redis in by command

27- AWS EC 2 ,lamda

28- Data structure used in Redis cache

29- Finalize vs Dispose in C#

30- Interceptor in Angular

31-static vs default constructor in c#

32-when static constructor is called?

33-what is Angular Architecture?

34- partitioning in sql table and how it works?

35- Stack vs Queue data structure 

36- Stack example like Undo and Redo on notepad using single variable make with memory management

37-string vs stringbuilder and which one is memory efficient  example, uses.

38- cte in sql

39- how component are communicating in angualr

40- Values vs Reference type in c#

41-how clustered and non clustered index stores in sql db

42- why only  1 primary key in sql?

43- run time and compile time polymorphism in oops in c#

44- Observable vs promise in type script

45- At what point console app works as .net  core app?

46 -print no of character from string str="empire" like e=1 ,m=1

47-lazy loading and early loading in angular

48-constructor vs ngOninit in angualr

49- how to call interface having same method inhertied in same class

class Car :IElectric, IMechanical

50 - for MVC what middleware required in .net core

51- what we do for jwt authentication middleware in .net core

52- how to define identity service for authorisation in .net core

53- Can we create object of abstract/interface?

54- Exception middleware in .net core

55- oops principles

56 -how to Handle Same interface with multiple Dependency injection in .net core?

57 - Finalize vs dispose 

58-  how to clone complex type object 

59 - equal vs referenceequal in c#

60 - Task vs thread

61- Task vs async and await

62-  Kafka vs Aws SQS

63- can we compare objects using dqual method in c#

64- what is heap data structure  

65- heap vs dictionary when it assigned to memory in c#

66-Garbage collector in c#

67 -Throw vs ThrowEx

68- Rest vs Soap

69-how soap and rest microservices interact with each other

70- temp table vs table variable

71- stored proc vs function

72- Configure vs Configure service method in .net core

73- compare between .net core vs java

74- How to do session management in AWS cloud for web applications?

75- how to do deployment in AWS ?

76 -Reverse string happy  to yppah in C#

77-what things you will ask from customer regarding any new project requirement?

78-what things you will ask for creating normal login screen ?

79- what estimation techniques we used for project or task estimation?

80- Opps concept

81- What services you have worked in AWS?

82- how to do the deployment using  AWS?

83- Step functions in AWS

84-liskov substituion princpal example

85- Process vs App domain

86- how cancel task in parellleltask doing some operaions

87- How a task or thread do communications with each other in c#?

88- heap vs stack  and where class stores (https://www.youtube.com/watch?v=HlzAtIHFRk0 )

89-What is the difference between ExecuteScalar, ExecuteReader and ExecuteNonQuery?

90- Service Lifetime in .net core

91- Promise vs Observables in angular

92- .net parts like clr ,cts jit

93- session management in .net core

94- t1-1,2,3,4,5 t2- 2,3,6  r-1,4,5  write the query for result r also how to optimise the query?

95-parameter object/group in AWS lamda 

96-Advantage and disadvantage in AWS cloud formation

97-AWS stack functions

98-Visibility timeout in AWS SQS

99- can we assign null to var?

100- readonly vs const static and when we have to use in c#

101- exception type in  c# like iO.database etc

102- var vs dynamic in c#

103 - can we pass var and dynamic in method parameter in c#?

104- .net standard vs .net core vs .net framework in c#

105- readonly vs const in c#

106- tuple in c#

107- event vs delegate in c#

108- how to deploy .net core api to  aws lamda fn?

109- difference b/w webapi controller base vs mVC controller?

110- how to define log in .net core in which settings file?

111- any monitor application used to see AWS instances?

112- how to handle exception handling in parallel loop for task?

113-async vs task in c#

114- API gateway for api?

115- how to pass jwt token from controller action to other action in webapi?

116- employee and address table find the employee with permanent address having good performance

117-Hoisting in javascript

118- anchor vs link in html

119- box in html css

120-how to dynamically generating forms in typescript html css

140- let ,var vs const in javascript

141- block vs inline in css

142- Aws global service

143- How many ways AWS lamda fn can be triggered?

144- Can we create different region rds in AWS rds

145- AWS RDS vs dynamo db

146- how many s3 types

147- EBS vs S3

148- Cloud front

149- how to create cloud formation

150 pros and cons for cloud formation

151- How Rest api interact with lamda fn

152- why first time lamda fn takes time to call?

153-

public static int get()

    {

    try {

     int a=9;

     int b=0;

     int c=a/b;

     return 1;

    }

    catch(Exception ex) 

    {

    return -1;

    

    }

    finally

    {

    return 0;

    }

    }

  }



https://www.tutorialsteacher.com/articles/asynchronous-programming-with-async-await-task-csharp

No comments:

Post a Comment

Recent Post

Parallel Task in .Net 4.0