Upload Button Icon Add office photos
Engaged Employer

i

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

Gateway Group of Companies Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Gateway Group of Companies Interview Questions and Answers

Updated 29 Mar 2025
Popular Designations

Gateway Group of Companies Interview Experiences

22 interviews found

Interview experience
2
Poor
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Approached by Company and was interviewed in Aug 2024. There were 3 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. SQL joins and Indexes
  • Q2. Action Filters and Authenticaton mechanisms
Round 2 - Coding Test 

3 hours. 4 Coding questions. 60 MCQs mostly Entity Framework

Round 3 - HR 

(1 Question)

  • Q1. Unnecessary policy discussion

Interview Preparation Tips

Interview preparation tips for other job seekers - Very easy technical round.
Be ready to sleep during the HR round, beating around the bush.
104 minutes of HR round felt like orientation of the company that you are not even going to join.

Senior Software Engineer Interview Questions asked at other Companies

Q1. Nth Prime Number Problem Statement Find the Nth prime number given a number N. Explanation: A prime number is greater than 1 and is not the product of two smaller natural numbers. A prime number has exactly two distinct positive divisors: 1... read more
View answer (3)

Intern Interview Questions & Answers

user image Anonymous

posted on 20 Aug 2024

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

1 SQL query,2 string operation,1 backend que

Round 2 - HR 

(2 Questions)

  • Q1. Tell me about your self?
  • Ans. 

    I am a recent graduate with a degree in Computer Science and a passion for coding and problem-solving.

    • Recent graduate with a degree in Computer Science

    • Passionate about coding and problem-solving

    • Strong communication and teamwork skills

    • Experience with programming languages such as Java and Python

  • Answered by AI
  • Q2. What's your background without technical?
  • Ans. 

    I have a background in marketing and communications, with experience in social media management and event planning.

    • Bachelor's degree in Marketing

    • Worked as a social media manager for a tech startup

    • Planned and executed multiple successful events

    • Strong communication and organizational skills

  • Answered by AI

Intern Interview Questions asked at other Companies

Q1. There is a housing society “The wasteful society”. You collect all the household garbage and sell it to 5 different businesses: a. Compost Manufacturer, b. Plastic Recycler, c. Paper Recycler, d. Metal Recycler, e. Miscellaneous. Determine ... read more
View answer (8)
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(1 Question)

  • Q1. Tell me about yourself

Senior QA Engineer Interview Questions asked at other Companies

Q1. Combination Sum Problem Statement Given an array of distinct positive integers ARR and a non-negative integer 'B', find all unique combinations in the array where the sum is equal to 'B'. Numbers can be chosen multiple times from ARR. Ensur... read more
View answer (1)
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-

I applied via Naukri.com and was interviewed in Aug 2024. There was 1 interview round.

Round 1 - Aptitude Test 

It was 3 hrs test with technical questions. 4 practical questions 2 html and 2 sql with 90 mcq

Software Developer Interview Questions asked at other Companies

Q1. Maximum Subarray Sum Problem Statement Given an array of integers, determine the maximum possible sum of any contiguous subarray within the array. Example: Input: array = [34, -50, 42, 14, -5, 86] Output: 137 Explanation: The maximum sum is... read more
View answer (43)

SQL Developer Interview Questions & Answers

user image KRISHNABEN PATEL

posted on 29 Sep 2024

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

1 hours,with dot net questions and string challenges in node js

SQL Developer Interview Questions asked at other Companies

Q1. How does the development team service a change request in the application, including business analysis, code analysis, discussion with the Business Analyst, and requirement freeze?
View answer (4)
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Job Portal and was interviewed in Oct 2023. There were 3 interview rounds.

Round 1 - Aptitude Test 

There are multiple question mcq realted to your techstack

Round 2 - HR 

(1 Question)

  • Q1. They will discuss about overall behaviour of yours that you fit and are willing to work here
Round 3 - Technical 

(4 Questions)

  • Q1. Interveiwer will ask techical question about your skills
  • Q2. What is Dot net core
  • Ans. 

    Dot net core is a free, open-source, cross-platform framework for building modern, cloud-based, internet-connected applications.

    • Developed by Microsoft

    • Supports multiple programming languages like C#, F#, and Visual Basic

    • Can be used to build web applications, microservices, desktop applications, and more

    • Provides high performance and scalability

    • Compatible with Windows, macOS, and Linux

  • Answered by AI
  • Q3. Solid principles
  • Q4. What is Linq in dot net core
  • Ans. 

    LINQ (Language Integrated Query) is a feature in .NET that allows querying data from different data sources using a uniform syntax.

    • LINQ allows querying data from collections, databases, XML, and more using a common syntax.

    • It provides a set of standard query operators like Where, Select, OrderBy, GroupBy, etc.

    • LINQ queries are type-safe and can be written in C# or VB.NET.

    • Example: var result = from c in customers where c....

  • Answered by AI

Skills evaluated in this interview

Software Developer Interview Questions asked at other Companies

Q1. Maximum Subarray Sum Problem Statement Given an array of integers, determine the maximum possible sum of any contiguous subarray within the array. Example: Input: array = [34, -50, 42, 14, -5, 86] Output: 137 Explanation: The maximum sum is... read more
View answer (43)
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via Approached by Company and was interviewed in Apr 2024. There were 2 interview rounds.

Round 1 - HR 

(1 Question)

  • Q1. Intro, why sales profile based question
Round 2 - One-on-one 

(1 Question)

  • Q1. Intro, basic question about company why sales

Management Trainee Interview Questions asked at other Companies

Q1. What do you mean by balance sheet reconciliation? Could you explain briefly?
View answer (49)
Are these interview questions helpful?

Web Developer Interview Questions & Answers

user image Anonymous

posted on 25 Jun 2024

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 May 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

Quatitative and logical

Round 2 - Coding Test 

Javascript, react js, sql, .net

Interview Preparation Tips

Interview preparation tips for other job seekers - increase coding skill

Web Developer Interview Questions asked at other Companies

Q1. Last Index of Element The task is to determine the index of the last occurrence of a specified element x within an array that may contain duplicate elements. If the element is not present, return -1. Input: The first line contains an intege... read more
View answer (2)
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
-
Result
Selected Selected
Round 1 - Technical 

(2 Questions)

  • Q1. Technical round related to testing
  • Q2. Testing Related question
Round 2 - HR 

(1 Question)

  • Q1. Salary negotiation based on previous

Software Engineer Interview Questions asked at other Companies

Q1. Four people need to cross a bridge at night with only one torch that can only illuminate two people at a time. Person A takes 1 minute, B takes 2 minutes, C takes 7 minutes, and D takes 10 minutes to cross. When two people cross together, t... read more
View answer (278)
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

Verbal,time and work,

Round 2 - Coding Test 

Array sort, travlse in array,string

Software Developer Interview Questions asked at other Companies

Q1. Maximum Subarray Sum Problem Statement Given an array of integers, determine the maximum possible sum of any contiguous subarray within the array. Example: Input: array = [34, -50, 42, 14, -5, 86] Output: 137 Explanation: The maximum sum is... read more
View answer (43)

Top trending discussions

View All
Interview Tips & Stories
2w
timepasstiwari
·
A Digital Markter
ChatGPT prepped me HARD for my interview!
Spent like two hours on chatgpt yesterday prepping for an interview. First, the usual, copy-pasted my resume and the job description, telling it to "upload this to your memory 'cause we are going to talk about it later". Then I grilled it with questions about stuff I didn't get in the job spec, and chatgpt helped me figure things out. I asked it to list the four or five key things they are looking for in the role. Then I told chatgpt to quiz me with ten questions, one at a time, to help me think about how I have gained experience in those areas. After the ten questions, it gave me strengths/weaknesses and a summary. Finally, I had chatgpt summarize each of my answers into three bullet points. Now have got a list of stories ready to go for any interview. No matter the question, I can steer the convo toward one of these success stories.
Got a question about Gateway Group of Companies?
Ask anonymously on communities.

Gateway Group of Companies Interview FAQs

How many rounds are there in Gateway Group of Companies interview?
Gateway Group of Companies interview process usually has 2-3 rounds. The most common rounds in the Gateway Group of Companies interview process are HR, Technical and Aptitude Test.
How to prepare for Gateway Group of Companies 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 Gateway Group of Companies. The most common topics and skills that interviewers at Gateway Group of Companies expect are HTML, Javascript, Angular, SQL and Web Technologies.
What are the top questions asked in Gateway Group of Companies interview?

Some of the top questions asked at the Gateway Group of Companies interview -

  1. What is Linq in dot net c...read more
  2. What is asp.net. explain ...read more
  3. What is Dot net c...read more
How long is the Gateway Group of Companies interview process?

The duration of Gateway Group of Companies interview process can vary, but typically it takes about less than 2 weeks to complete.

Tell us how to improve this page.

Overall Interview Experience Rating

3.6/5

based on 19 interview experiences

Difficulty level

Easy 20%
Moderate 80%

Duration

Less than 2 weeks 100%
View more

Interview Questions from Similar Companies

Softenger Interview Questions
4.0
 • 56 Interviews
TestingXperts Interview Questions
3.9
 • 41 Interviews
Credera Interview Questions
3.7
 • 40 Interviews
Aabasoft Interview Questions
4.1
 • 37 Interviews
Foray Software Interview Questions
3.5
 • 36 Interviews
View all

Gateway Group of Companies Reviews and Ratings

based on 152 reviews

2.5/5

Rating in categories

2.7

Skill development

2.3

Work-life balance

2.6

Salary

2.4

Job security

2.2

Company culture

2.2

Promotions

2.2

Work satisfaction

Explore 152 Reviews and Ratings
MERN Stack Developer

Gandhinagar,

Pune

+3

2-6 Yrs

Not Disclosed

MERN Stack Developer

Ahmedabad

2-6 Yrs

Not Disclosed

Salesforce Developer

Pune,

Ahmedabad

3-8 Yrs

Not Disclosed

Explore more jobs
Software Engineer
132 salaries
unlock blur

₹3 L/yr - ₹10.1 L/yr

Senior Software Engineer
118 salaries
unlock blur

₹4.9 L/yr - ₹14 L/yr

Technical Lead
41 salaries
unlock blur

₹8.4 L/yr - ₹26.3 L/yr

Software Developer
38 salaries
unlock blur

₹3.1 L/yr - ₹10 L/yr

Programmer Analyst
36 salaries
unlock blur

₹5.4 L/yr - ₹13 L/yr

Explore more salaries
Compare Gateway Group of Companies with

Softenger

4.0
Compare

Foray Software

3.5
Compare

Nelito System

3.4
Compare

Alchemy Techsol India

3.6
Compare
write
Share an Interview