Upload Button Icon Add office photos
Engaged Employer

i

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

Globant Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Globant Senior .NET Developer Interview Questions and Answers

Updated 22 Nov 2024

Globant Senior .NET Developer Interview Experiences

3 interviews found

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. Basic opps concepts
  • Q2. .net core concepts
Round 2 - One-on-one 

(2 Questions)

  • Q1. Angular concepts
  • Q2. Azure bus, triggers
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed before Nov 2023. There were 3 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Dependency injection in .net core
  • Ans. 

    Dependency injection in .NET Core allows for loosely coupled components and easier testing.

    • Dependency injection is a design pattern where components are given their dependencies rather than creating them internally.

    • In .NET Core, dependency injection is built-in and can be configured in the ConfigureServices method of the Startup class.

    • Services are registered in the ConfigureServices method and can be injected into cont...

  • Answered by AI
  • Q2. What is middleware
  • Ans. 

    Middleware is software that acts as a bridge between different applications or systems, allowing them to communicate and share data.

    • Middleware helps in integrating different software components and systems.

    • It provides a layer of abstraction for communication between applications.

    • Examples of middleware include message brokers like RabbitMQ, web servers like Apache, and API gateways like Kong.

  • Answered by AI
Round 2 - Technical 

(2 Questions)

  • Q1. Explain the architecture of your current project
  • Q2. What is the return type for controller actions
  • Ans. 

    The return type for controller actions in .NET is typically ActionResult.

    • The return type for controller actions can be ActionResult, ViewResult, PartialViewResult, JsonResult, ContentResult, RedirectResult, RedirectToRouteResult, FileResult, HttpNotFoundResult, HttpStatusCodeResult, etc.

    • ActionResult is a base class for all action results in ASP.NET MVC.

    • Example: public ActionResult Index() { return View(); }

  • Answered by AI
Round 3 - HR 

(2 Questions)

  • Q1. Why do you want to change your current company
  • Ans. 

    Seeking new challenges and growth opportunities in a more innovative environment.

    • Desire for new challenges and learning opportunities

    • Seeking a more innovative and dynamic work environment

    • Looking for better career growth prospects

    • Want to work with cutting-edge technologies and tools

  • Answered by AI
  • Q2. How do you manage tight deadlines

Skills evaluated in this interview

Senior .NET Developer Interview Questions Asked at Other Companies

Q1. Find indexes of two values in an array who's Sum is 8 or a dynami ... read more
Q2. what are Microservices? How to manage load balancing in Microserv ... read more
asked in Infosys
Q3. what is extension method ,value type and reference type ,migratio ... read more
asked in 3i Infotech
Q4. What are the differences between .Net and .Net Core?
Q5. what are Design Patters? What is DI?

I applied via Company Website and was interviewed in Sep 2022. There were 2 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Keep your resume crisp and to the point. A recruiter looks at your resume for an average of 6 seconds, make sure to leave the best impression.
View all tips
Round 2 - Technical 

(2 Questions)

  • Q1. C# basics , coding challenges during interview, angular basics, SQL all questions
  • Q2. .Net core , design patterns

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare for all skills that are mentioned in the resume

Senior .NET Developer Jobs at Globant

View all

Interview questions from similar companies

Interview experience
1
Bad
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Naukri.com and was interviewed in Oct 2024. There were 3 interview rounds.

Round 1 - Technical 

(3 Questions)

  • Q1. Basics of oops, .net framework and .net core
  • Q2. Sql query for student department id
  • Ans. 

    SQL query to retrieve student department id.

    • Use SELECT statement to retrieve data

    • Specify the columns to be selected, including the department id column

    • Specify the table where the student data is stored

    • Use WHERE clause to filter the results based on student information

  • Answered by AI
  • Q3. Solid principles and design patterns
Round 2 - Technical 

(2 Questions)

  • Q1. Asked to code palindrome
  • Q2. Code duplicate string from main string and get index of sub string
  • Ans. 

    Code to find index of sub string in main string and duplicate the sub string

    • Use a loop to iterate through the main string and check for the sub string

    • If sub string is found, duplicate it and store the index

    • Return the index of the duplicated sub string

  • Answered by AI
Round 3 - HR 

(2 Questions)

  • Q1. Manager asked me to code the count index of substring and sum of substring
  • Q2. Questions as HR informed, it was worst and all interviews were scheduled at night time.he was more technical than the second round team lead instead of asking manager round

Interview Preparation Tips

Interview preparation tips for other job seekers - worst manager round and salary is also provided less compared to market rate.

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

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

Round 1 - Coding Test 

In first round 4 coding question like 1 dsa 2 database and one is api and question is very simple . coding round was conducted in hackerrank

Round 2 - Technical 

(2 Questions)

  • Q1. DSA QUESTION LIKE TREE AND GRAPH
  • Q2. DP AND SORTING APPROACH
Round 3 - Coding Test 

Again same but dsa question and oops concept in deep level

Interview Preparation Tips

Interview preparation tips for other job seekers - good knowledge in dsa , database , programming thats it
Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Not Selected

I applied via campus placement at Netaji Subhas Institute of Technology (NSIT) and was interviewed in Jun 2024. There were 4 interview rounds.

Round 1 - Coding Test 

Hacker rank mcq medium to hard level 1 hr duration

Round 2 - Technical 

(3 Questions)

  • Q1. Oops , diff composition and inheritance
  • Q2. Design pattern explain singleton , abstract factory
  • Ans. 

    Singleton ensures a class has only one instance, while Abstract Factory provides an interface for creating families of related objects.

    • Singleton pattern restricts the instantiation of a class to one object, ensuring there is only one instance of the class.

    • Abstract Factory pattern provides an interface to create families of related or dependent objects without specifying their concrete classes.

    • Singleton pattern can be i...

  • Answered by AI
  • Q3. Implement linked list , all combination string in python
  • Ans. 

    Implement linked list and generate all combination strings in Python.

    • Create a Node class to represent each element in the linked list.

    • Implement methods to add nodes, delete nodes, and generate all combinations of strings.

    • Use recursion to generate all combinations of strings.

  • Answered by AI
Round 3 - One-on-one 

(2 Questions)

  • Q1. Introduction about my skills and projects
  • Q2. Situation based question on my projects , talk about security and performance in my projects
Round 4 - HR 

(2 Questions)

  • Q1. Introduction about me and my family members
  • Q2. Relocation comfortable , about my friends who are placed , why many people from my college

Interview Preparation Tips

Interview preparation tips for other job seekers - mostly questions depend on interviewer , some my friend were asked basic question , mine were still moderate level , my luck is worst already more than 20 interview all are above 10 lpa , this one is 25lpa , luck matter most

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via campus placement at Vellore Institute of Technology (VIT) and was interviewed in Aug 2024. There were 4 interview rounds.

Round 1 - Aptitude Test 

2 CODING QUESTION WITH SIMPLE COMPUTER BASIC MCQS

Round 2 - Group Discussion 

GAVE 3 QUESTION SHOUL ANSWEER ANY 1 OF THEM AND U GO TO NEXT ROUND IF U SOLVE

Round 3 - Technical 

(2 Questions)

  • Q1. Introduce yourself
  • Ans. 

    I am a software developer with 5 years of experience in Java, Python, and SQL.

    • 5 years of experience in Java, Python, and SQL

    • Strong problem-solving skills

    • Experience working in Agile development environment

  • Answered by AI
  • Q2. What are 4 pillars of oops
  • Ans. 

    Encapsulation, Inheritance, Polymorphism, Abstraction

    • Encapsulation: Bundling data and methods that operate on the data into a single unit. Example: Class in Java

    • Inheritance: Ability of a class to inherit properties and behavior from another class. Example: Parent class and child class relationship

    • Polymorphism: Ability to present the same interface for different data types. Example: Method overloading and method overrid...

  • Answered by AI
Round 4 - HR 

(2 Questions)

  • Q1. How do u see yourself in next 5 years
  • Ans. 

    In the next 5 years, I see myself growing into a senior software developer role, leading projects and mentoring junior developers.

    • Continuing to enhance my technical skills through ongoing learning and certifications

    • Taking on more responsibilities in project management and leadership roles

    • Mentoring and guiding junior developers to help them grow in their careers

    • Contributing to the success and growth of the company throu...

  • Answered by AI
  • Q2. Why should we hire you
  • Ans. 

    I have a strong technical background, excellent problem-solving skills, and a passion for software development.

    • I have a Bachelor's degree in Computer Science and 5 years of experience in software development.

    • I have successfully completed multiple projects using various programming languages such as Java, Python, and JavaScript.

    • I am a quick learner and always eager to stay updated with the latest technologies and trends

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be good at coding maily in c cpp and embeded c
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(3 Questions)

  • Q1. What is inheritance?
  • Ans. 

    Inheritance is a concept in object-oriented programming where a class inherits properties and behaviors from another class.

    • Allows a class to reuse code from another class

    • Creates a parent-child relationship between classes

    • Derived class inherits attributes and methods from base class

  • Answered by AI
  • Q2. What is oop principles?
  • Ans. 

    OOP principles are the fundamental concepts of object-oriented programming that help in designing and implementing software solutions.

    • Encapsulation: Bundling data and methods that operate on the data into a single unit (class).

    • Inheritance: Allowing a class to inherit properties and behavior from another class.

    • Polymorphism: The ability of objects to take on multiple forms or have multiple behaviors.

    • Abstraction: Hiding t...

  • Answered by AI
  • Q3. What is polymorphism principle?
  • Ans. 

    Polymorphism is the ability of a function or method to behave differently based on the object it is acting upon.

    • Polymorphism allows objects of different classes to be treated as objects of a common superclass.

    • It enables a single interface to be used for different data types or objects.

    • Examples include method overloading and method overriding in object-oriented programming languages like Java.

  • Answered by AI
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

A paper based test and it was technical

Round 2 - One-on-one 

(2 Questions)

  • Q1. About the projects
  • Q2. Some sql questions
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
-

I applied via Referral and was interviewed in Jan 2024. There were 2 interview rounds.

Round 1 - Coding Test 

Karet Interview :
5 back to back System design question, we don't need to explain each component but more like list as many as points. Need to finish all the question in 15min

1-2 problem solving question : It's not fency algorithm round with tough question. But true problem solving round using basic knowledge such as hashmap, heap

Round 2 - Technical 

(3 Questions)

  • Q1. Design File System : You have given file size and collection in input 1 : get total size 2 : find top k collections in size
  • Ans. 

    Design a file system to calculate total size and find top k collections in size.

    • Create a file system class with methods to add files and calculate total size.

    • Maintain a data structure to store the collections and their sizes.

    • Implement a method to find the top k collections based on size.

    • Consider using a priority queue or sorting the collections based on size.

    • Handle edge cases like empty collections or invalid input siz

  • Answered by AI
  • Q2. Find total size
  • Ans. 

    Calculate the total size of an array of strings.

    • Iterate through the array and sum the length of each string.

    • Use the `length` property of each string to get its size.

    • Handle edge cases such as empty strings or null values.

  • Answered by AI
  • Q3. Find Top k collections
  • Ans. 

    The question is asking to find the top k collections.

    • Use a sorting algorithm to sort the collections in descending order based on a specific criteria.

    • Select the top k collections from the sorted list.

    • Return the selected collections as an array of strings.

  • Answered by AI

Skills evaluated in this interview

Globant Interview FAQs

How many rounds are there in Globant Senior .NET Developer interview?
Globant interview process usually has 2-3 rounds. The most common rounds in the Globant interview process are Technical, One-on-one Round and Resume Shortlist.
How to prepare for Globant Senior .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 Globant. The most common topics and skills that interviewers at Globant expect are Entity Framework, LINQ, .Net Core, Azure and .NET.
What are the top questions asked in Globant Senior .NET Developer interview?

Some of the top questions asked at the Globant Senior .NET Developer interview -

  1. What is the return type for controller acti...read more
  2. Dependency injection in .net c...read more
  3. What is middlew...read more

Tell us how to improve this page.

Globant Senior .NET Developer Interview Process

based on 3 interviews

Interview experience

4
  
Good
View more
Globant Senior .NET Developer Salary
based on 10 salaries
₹18.9 L/yr - ₹28.3 L/yr
105% more than the average Senior .NET Developer Salary in India
View more details

Globant Senior .NET Developer Reviews and Ratings

based on 2 reviews

2.9/5

Rating in categories

4.5

Skill development

3.4

Work-life balance

5.0

Salary

3.4

Job security

2.9

Company culture

3.0

Promotions

2.9

Work satisfaction

Explore 2 Reviews and Ratings
Senior .Net Developer

Hyderabad / Secunderabad,

Pune

+1

5-9 Yrs

Not Disclosed

Explore more jobs
Senior Software Engineer
1.6k salaries
unlock blur

₹10 L/yr - ₹33 L/yr

Software Engineer
295 salaries
unlock blur

₹6.5 L/yr - ₹21 L/yr

Automation Test Engineer
239 salaries
unlock blur

₹6.3 L/yr - ₹25 L/yr

Technical Lead
233 salaries
unlock blur

₹16.1 L/yr - ₹39 L/yr

Senior Automation Test Engineer
208 salaries
unlock blur

₹9.5 L/yr - ₹28.6 L/yr

Explore more salaries
Compare Globant with

Accenture

3.8
Compare

TCS

3.7
Compare

Infosys

3.6
Compare

Wipro

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