Dotnet developer sollicitatievragen
364
Sollicitatievragen voor Dotnet Developer gedeeld door sollicitantenMeest gestelde sollicitatievragen

Write a logic to reverse each string in a sentence without using builtin functions and minimal loops. Below is the scenario "Welcome to GGKTech" and output should be "emocleW ot hceTKGG"
6 antwoorden↳
#include #include void swap(char *a, char *b){ char tmp = *a; *a=*b; *b=tmp; } void reverse(char *str, char *ptr1, char *ptr2){ while(ptr1 Minder
↳
class Program { static void Main(string[] args) { string input = "Welcome to GGKTech"; string substr = string.Empty; string reversestr = string.Empty; char[] inputbytes = input.ToCharArray(); for (int i = 0; i -1; i--) { reveresewrd += wordbytes[i]; } return reveresewrd; } } Minder
↳
class RevEachSenWord { public static void main(String args[]) { String Raj="Welcome to GGKTech"; String GGK[]=Raj.split(" "); char Raj2[]= new char[GGK.length]; for(int i=0;i=0;j--) { System.out.printf("%s",Raj.charAt(j)); } System.out.printf(" "); } } } Minder

Write Logic for below scenario with minimal loops * * * * * * * * * * * * * * * * * * * * *
4 antwoorden↳
//Took three loops #include void main(){ int n=5,i,temp1,temp2,dumb=0,x; for(i=n;i>0;i--){ temp1=i; temp2=n; while(temp1>0 && i>=((temp2/2)+1) && dumb==0){ printf("* "); temp1--; } if(i==((temp2/2)+1)){ dumb=1; } x=0; while(i0){ x--; printf("* "); } printf("\n"); } } Minder
↳
//Sorry there was some error while copy pasting code from editor. //Took three loops #include void main(){ int n,i,temp1,temp2,dumb=0,x; printf("Enter the Length of pattern: "); scanf("%d",&n); for(i=n;i>0;i--){ temp1=i; temp2=n; while(temp1>0 && i>=((temp2/2)+1) && dumb==0){ printf("* "); temp1--; } if(i==((temp2/2)+1)){ dumb=1; } x=0; while(i0){ x--; printf("* "); } printf("\n"); } } Minder
↳
class RevEachSenWord { public static void main(String args[]) { String Raj="Welcome to GGKTech"; String GGK[]=Raj.split(" "); for(int i=0;i=0;j--) { System.out.printf("%s",Raj.charAt(j)); } System.out.printf(" "); } } } Minder

Sustring syntax in sql
2 antwoorden↳
How yo read excel file
↳
Hi, how long did it take for them to tell you that you are selected ? I finished all the rounds and they told me they will update the results and it has been a week and no updates. Minder

1)Reverse the given sentence without using c#inbuilt function 2) Inheritance 3)Sum the given number 4)Interfaces 5)delegates
2 antwoorden↳
Answer to 3rd question :--> Time : O(1) if(number % 9 == 0) return 9; else return number % 9; Minder
↳
answer to first question to reverse the string string reverse = ""; string[] split = str.Split(' '); for (int i = split.Length-1;i>=0; i--) { reverse += split[i]+ " "; } return reverse; Minder


Q. Do piramid design code in any language What is final values after loop gets over execution
1 antwoorden↳
Written in c and calculated value for same

MCQ's on ASP.NET + implementation of c# terms like all 4 pillars syntax , theory of c# + SQL queries implementations.
1 antwoorden↳
I answered all questions but rejected . actually they wants fresher who is all rounder in All . my interview was 98% good but rejected. Minder

This are the questions asked by wise man, Page navigation, abstract class, difference between normal control and custom control, which programming language is your choice, mvc page life cycle that's it
1 antwoorden↳
I don't want to say anything in this section


Procedure, function, ddl vs dml, oops concept.
1 antwoorden↳
My every answer was correct which i can read on interviewer's face.