Upload Button Icon Add office photos
Engaged Employer

i

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

Gateway Group Verified Tick

Compare button icon Compare button icon Compare
2.6

based on 131 Reviews

Filter interviews by

Gateway Group Intern Interview Questions and Answers for Freshers

Updated 20 Aug 2024

Gateway Group Intern Interview Experiences for Freshers

1 interview found

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

Interview questions from similar companies

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

It was on HackerEarth platform questions were easy it contained output related stuff along with oops concepts and a coding question

Round 2 - Technical 

(3 Questions)

  • Q1. What are 4 pillars of Oops
  • Ans. 

    The 4 pillars of Oops are Inheritance, Encapsulation, Abstraction, and Polymorphism.

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

    • Encapsulation refers to the bundling of data with the methods that operate on that data.

    • Abstraction focuses on hiding the internal implementation details of a class and showing only the necessary features.

    • Polymorphism allows objects of different classes to

  • Answered by AI
  • Q2. Difference between insert and delete commands in mysql
  • Ans. 

    Insert command is used to add new records to a table, while delete command is used to remove existing records from a table in MySQL.

    • Insert command adds new records to a table.

    • Delete command removes existing records from a table.

    • Insert command requires specifying values for all columns being inserted.

    • Delete command can use conditions to specify which records to delete.

    • Example: INSERT INTO table_name (column1, column2) V...

  • Answered by AI
  • Q3. Explain about SDLC
  • Ans. 

    SDLC stands for Software Development Life Cycle, which is a process used by software development teams to design, develop, and test high-quality software.

    • SDLC is a structured process that consists of several phases such as planning, analysis, design, implementation, testing, and maintenance.

    • Each phase has its own set of activities and deliverables that must be completed before moving on to the next phase.

    • SDLC helps ens...

  • Answered by AI

Skills evaluated in this interview

Intern Interview Questions & Answers

Altair Engineering user image Thanusree Janapati

posted on 29 Aug 2024

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

(2 Questions)

  • Q1. Sql joins and types of joins
  • Ans. 

    SQL joins are used to combine rows from two or more tables based on a related column between them.

    • Types of joins include INNER JOIN, LEFT JOIN, RIGHT JOIN, and FULL JOIN.

    • INNER JOIN returns rows when there is at least one match in both tables.

    • LEFT JOIN returns all rows from the left table and the matched rows from the right table.

    • RIGHT JOIN returns all rows from the right table and the matched rows from the left table.

    • F...

  • Answered by AI
  • Q2. Powerbi and done projects

Skills evaluated in this interview

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

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

Round 1 - Aptitude Test 

Digital electronics, circuits , verilog , asic design flow

Round 2 - Technical 

(2 Questions)

  • Q1. Explain the complete asic design flow process
  • Ans. 

    ASIC design flow process involves steps like specification, design, verification, synthesis, and testing.

    • Specification: Define requirements and constraints for the ASIC design.

    • Design: Create a high-level design based on the specifications.

    • Verification: Verify the design using simulations and tests.

    • Synthesis: Convert the design into a netlist of gates and connections.

    • Testing: Test the fabricated ASIC to ensure functiona...

  • Answered by AI
  • Q2. Power reduction techniques in CMOS
  • Ans. 

    Power reduction techniques in CMOS involve various methods to minimize power consumption in CMOS circuits.

    • Use of power gating to selectively turn off power to unused circuit blocks

    • Implementing clock gating to disable clock signals to unused circuitry

    • Utilizing voltage scaling to reduce power consumption at lower voltages

    • Applying dynamic voltage and frequency scaling to adjust voltage and frequency based on workload

    • Using...

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

I applied via campus placement at G Pulla Reddy Engineering College, Kurnool and was interviewed in Oct 2023. There were 2 interview rounds.

Round 1 - Coding Test 

It was conducted through hackerrank platform which contains 5 programming questions

Round 2 - Aptitude Test 

There were 3 sections

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

I applied via Campus Placement and was interviewed before May 2023. There were 4 interview rounds.

Round 1 - Aptitude Test 

It was a technical knowledge test that involved question from Linux, C++ coding statements, Database, SQL, DSA. It wasn't very tough.

Round 2 - Technical 

(1 Question)

  • Q1. In this round I was asked about those things which were mentioned in my resume. Few database questions based on joins and keys. Linux question were also asked, like how to read the file, write into file, e...
Round 3 - Coding Test 

The duration was about 30-45 minutes, It was based on solving questions using C++ or anyother language. Linkedlist, Hashmap were key topics of this interview.

Round 4 - HR 

(1 Question)

  • Q1. This was just to tell me that I have been selected and general questions were asked like what are your interests and what issues would I like to raise related to interview process.

Interview Preparation Tips

Interview preparation tips for other job seekers - If you dont have any idea of a question then just say it, instead of giving wrong solutions as the interviewer might ask more question around it and this leads to loss of overall interview time.
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 - HR 

(2 Questions)

  • Q1. How to switch variable
  • Ans. 

    To switch variable values, use a temporary variable to hold one value while swapping the other.

    • Create a temporary variable to hold the value of one variable

    • Assign the value of the second variable to the first variable

    • Assign the value of the temporary variable to the second variable

  • Answered by AI
  • Q2. They about your introduction and background
Round 3 - Coding Test 

Create a small code

Interview Preparation Tips

Interview preparation tips for other job seekers - As per interview process it was fast and was not delayed
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Campus Placement

Round 1 - One-on-one 

(3 Questions)

  • Q1. Self introduction
  • Q2. Where you want to see your self after five years
  • Q3. Why you choose this project
Round 2 - One-on-one 

(3 Questions)

  • Q1. Self introduction
  • Q2. Basic technical question
  • Q3. Project related question

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Commands of docker, git

Round 2 - Technical 

(1 Question)

  • Q1. Commands of Git

I applied via Campus Placement and was interviewed before Aug 2020. There were 4 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. Tech question baaed in resume
  • Q2. Puzzles analytical thinking

Interview Preparation Tips

Interview preparation tips for other job seekers - confident and stay calm at the same time.

Gateway Group Interview FAQs

How many rounds are there in Gateway Group Intern interview for freshers?
Gateway Group interview process for freshers usually has 2 rounds. The most common rounds in the Gateway Group interview process for freshers are Coding Test and HR.

Tell us how to improve this page.

Intern Interview Questions from Similar Companies

TCS Intern Interview Questions
3.7
 • 34 Interviews
Infosys Intern Interview Questions
3.7
 • 22 Interviews
Wipro Intern Interview Questions
3.7
 • 11 Interviews
HCLTech Intern Interview Questions
3.5
 • 7 Interviews
Mphasis Intern Interview Questions
3.4
 • 2 Interviews
View all
Software Engineer
132 salaries
unlock blur

₹3 L/yr - ₹12.6 L/yr

Senior Software Engineer
113 salaries
unlock blur

₹4.6 L/yr - ₹15 L/yr

Technical Lead
41 salaries
unlock blur

₹8.4 L/yr - ₹26.3 L/yr

Software Developer
37 salaries
unlock blur

₹2 L/yr - ₹10 L/yr

Programmer Analyst
35 salaries
unlock blur

₹5.4 L/yr - ₹13 L/yr

Explore more salaries
Compare Gateway Group with

TCS

3.7
Compare

Infosys

3.7
Compare

Wipro

3.7
Compare

HCLTech

3.5
Compare

Calculate your in-hand salary

Confused about how your in-hand salary is calculated? Enter your annual salary (CTC) and get your in-hand salary
Did you find this page helpful?
Yes No
write
Share an Interview