Upload Button Icon Add office photos
Engaged Employer

i

This company page is being actively managed by SentientGeeks Team. If you also belong to the team, you can get access from here

SentientGeeks Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

SentientGeeks DOT NET Developer Interview Questions and Answers

Updated 4 Dec 2021

SentientGeeks DOT NET Developer Interview Experiences

1 interview found

I applied via Naukri.com and was interviewed in Nov 2021. There was 1 interview round.

Interview Questionnaire 

3 Questions

  • Q1. * What is method overriding?
  • Ans. 

    Method overriding is a feature in object-oriented programming where a subclass provides a different implementation of a method that is already defined in its parent class.

    • Method overriding is used to achieve runtime polymorphism.

    • The method in the subclass must have the same name, return type, and parameters as the method in the parent class.

    • The access level of the overriding method cannot be more restrictive than the o...

  • Answered by AI
  • Q2. * What is enum?
  • Ans. 

    Enum is a data type in .NET that represents a set of named values.

    • Enums are used to define a set of related named constants.

    • They provide a way to group related values together.

    • Enums can improve code readability and maintainability.

    • Each enum value has an underlying integer value by default.

    • Enums can be used in switch statements and as method parameters.

  • Answered by AI
  • Q3. * Difference between authorization and authentication.
  • Ans. 

    Authentication verifies the identity of a user, while authorization determines what actions they are allowed to perform.

    • Authentication confirms the identity of a user through credentials like username and password.

    • Authorization determines the access rights and permissions of a user after they have been authenticated.

    • Authentication is the process of logging in, while authorization is the process of granting or denying a...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - It was a 20 minutes interview. Most of the questions asked from .net technology, sql,oops concepts and basic networking.

Skills evaluated in this interview

DOT NET Developer Jobs at SentientGeeks

View all

Interview questions from similar companies

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-

I applied via Campus Placement

Round 1 - Aptitude Test 

30 min aptitude quetiobs

Round 2 - Coding Test 

2 coding questions where asked i simple logics

Round 3 - One-on-one 

(1 Question)

  • Q1. Technical interview
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed in Dec 2024. There were 2 interview rounds.

Round 1 - Coding Test 

Based on JavaScript and Java.

Round 2 - Assignment 

A task based on JavaScript.

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Campus Placement and was interviewed in Jun 2024. There were 2 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Peak element in array
  • Ans. 

    A peak element in an array is an element that is greater than or equal to its neighbors.

    • Iterate through the array and check if the current element is greater than its neighbors.

    • If the element at index i is greater than or equal to elements at indices i-1 and i+1, it is a peak element.

    • Example: ['1', '3', '2', '4', '1'] has peak elements at index 1 and 3.

  • Answered by AI
  • Q2. 2 dimentional array rotate 90 degree
  • Ans. 

    Rotate a 2D array by 90 degrees clockwise

    • Transpose the array

    • Reverse each row of the transposed array

  • Answered by AI
Round 2 - Group Discussion 

Pollitices current generation

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-

I applied via Campus Placement

Round 1 - Coding Test 

3 hours coding test and majorly focus on javascript.

Interview Preparation Tips

Interview preparation tips for other job seekers - There should be more focus on Javascript and development. If you are good at DSA, then that is a cherry on top.
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(1 Question)

  • Q1. Opps concepts, DSA algorithm
Interview experience
2
Poor
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Find the second most occurrence if string in JavaScript
  • Ans. 

    Find the second most occurrence of a string in an array of strings in JavaScript.

    • Create a map to store the count of each string in the array

    • Sort the map by values in descending order to find the most occurrence

    • Return the key of the second element in the sorted map

  • Answered by AI

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Coding is based scenario question , we have to write the code in paper. There is 1 hour time to complete the coding test.

Round 2 - Technical 

(1 Question)

  • Q1. I am unable to attend the second round.

I applied via LinkedIn and was interviewed in Mar 2021. There were 5 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. 1.what are joins 2.what is normalisation 3.oops pillers4.
  • Ans. 

    Questions related to database and object-oriented programming concepts.

    • Joins are used to combine data from two or more tables based on a related column.

    • Normalization is the process of organizing data in a database to reduce redundancy and improve data integrity.

    • OOPs pillars are Abstraction, Encapsulation, Inheritance, and Polymorphism.

  • Answered by AI
  • Q2. 4.program on array
  • Ans. 

    An array is a collection of elements of the same data type stored in contiguous memory locations.

    • Arrays can be one-dimensional or multi-dimensional

    • Elements in an array can be accessed using their index

    • Arrays can be initialized during declaration or later in the code

    • Arrays can be passed as arguments to functions

    • Common array operations include sorting and searching

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - All questions asked was basic level to check the basic understanding

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed in Sep 2024. There were 3 interview rounds.

Round 1 - Aptitude Test 

Aptitude questions with some basic coding questions

Round 2 - Coding Test 

They have given 3 coding questions and some pseudo codings

Round 3 - Technical 

(2 Questions)

  • Q1. Tell about your self
  • Q2. Some coding questions

Interview Preparation Tips

Interview preparation tips for other job seekers - be confident

SentientGeeks Interview FAQs

How to prepare for SentientGeeks DOT NET Developer interview?
Go through your CV in detail and study all the technologies mentioned in your CV. Prepare at least two technologies or languages in depth if you are appearing for a technical interview at SentientGeeks. The most common topics and skills that interviewers at SentientGeeks expect are C#, Angular, SQL Server, .NET and .NET Framework.
What are the top questions asked in SentientGeeks DOT NET Developer interview?

Some of the top questions asked at the SentientGeeks DOT NET Developer interview -

  1. * Difference between authorization and authenticati...read more
  2. * What is method overridi...read more
  3. * What is en...read more

Tell us how to improve this page.

SentientGeeks DOT NET Developer Interview Process

based on 1 interview

Interview experience

5
  
Excellent
View more

Fast track your campus placements

View all

SentientGeeks DOT NET Developer Reviews and Ratings

based on 1 review

1.0/5

Rating in categories

1.0

Skill development

1.0

Work-life balance

1.0

Salary

1.0

Job security

1.0

Company culture

1.0

Promotions

1.0

Work satisfaction

Explore 1 Review and Rating
.NET Developer (Kolkata)

Kolkata

2-4 Yrs

Not Disclosed

Dot Net Developer

Kolkata

1-3 Yrs

Not Disclosed

Explore more jobs
Junior Software Engineer
19 salaries
unlock blur

₹2 L/yr - ₹4 L/yr

Software Engineer
16 salaries
unlock blur

₹3.2 L/yr - ₹5.9 L/yr

Quality Analyst
12 salaries
unlock blur

₹1.8 L/yr - ₹5 L/yr

Senior Software Engineer
10 salaries
unlock blur

₹5.2 L/yr - ₹7.8 L/yr

Business Development Executive
7 salaries
unlock blur

₹2.7 L/yr - ₹2.7 L/yr

Explore more salaries
Compare SentientGeeks with

TCS

3.7
Compare

Infosys

3.6
Compare

Wipro

3.7
Compare

HCLTech

3.5
Compare
Did you find this page helpful?
Yes No
write
Share an Interview