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 133 Reviews

Filter interviews by

Gateway Group Associate Engineer Interview Questions and Answers

Updated 28 Sep 2023

Gateway Group Associate Engineer Interview Experiences

1 interview found

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
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 - Aptitude Test 

It was good and aptitude was about tech and non tech

Round 3 - Technical 

(2 Questions)

  • Q1. Explain machine learning
  • Ans. 

    Machine learning is a branch of artificial intelligence that involves developing algorithms and models that allow computers to learn from and make predictions or decisions based on data.

    • Machine learning involves training algorithms to learn patterns and make predictions or decisions without being explicitly programmed.

    • It uses various techniques such as supervised learning, unsupervised learning, and reinforcement learn...

  • Answered by AI
  • Q2. Explain you cp project

Interview Preparation Tips

Interview preparation tips for other job seekers - be confident

Skills evaluated in this interview

Interview questions from similar companies

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

I applied via Campus Placement and was interviewed before Jul 2023. There were 3 interview rounds.

Round 1 - Coding Test 

We were given some 4 coding questions and given 90 minutes to solve.

Round 2 - Technical 

(2 Questions)

  • Q1. Rotate a matrix
  • Ans. 

    Rotate a matrix by 90 degrees clockwise

    • Transpose the matrix

    • Reverse each row of the transposed matrix

  • Answered by AI
  • Q2. Java basics and exception handling
Round 3 - HR 

(2 Questions)

  • Q1. Tell about yourself without telling about your studies and passion
  • Q2. Speak about the word state for 2 minutes
  • Ans. 

    The word state can refer to a condition, a political entity, or a stage in a process.

    • State can refer to the condition or status of something, such as the state of a machine or the state of a person's health.

    • State can also refer to a political entity, such as a nation-state or a state within a country.

    • State can indicate a stage in a process, such as the state of a project or the state of an experiment.

    • State can also ref...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Look confident and maintain good eye contact. Always answer the question even if you have nothing to speak on it.

Skills evaluated in this interview

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

I applied via Naukri.com and was interviewed in May 2023. There were 3 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 - HR 

(2 Questions)

  • Q1. What was your job role in previous company.
  • Q2. How many years of experience do you have.
Round 3 - Technical 

(2 Questions)

  • Q1. Can you brief about your technical skills.
  • Q2. Tell me about yourself.

Interview Preparation Tips

Interview preparation tips for other job seekers - Kindly check Rating and Review before joining.
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

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

Round 1 - Technical 

(1 Question)

  • Q1. Basic question on dot net and sql server
Round 2 - Technical 

(1 Question)

  • Q1. Bit twisted and elaborative discussion on various technical spheres.
Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via campus placement at Adesh Institute of Engineering and Technology, Faridkot and was interviewed in Sep 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

Apti , html , linux ,sql, java

Round 2 - Group Discussion 

They give topics and we have to speak for 30 sec

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

I applied via Campus Placement and was interviewed in Dec 2022. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. So they asked totally from my resume and they finally asked three coding questions which were simple and you should answer genuinely
  • Q2. 1. write a code to check whether entered input is a palindrome or not 2. wap to print the reverse of an array 3. find the second highest in the array
  • Ans. 

    Answer to coding questions for Associate Software Engineer interview

    • To check for palindrome, compare the input string with its reverse

    • To print the reverse of an array, loop through the array in reverse order and print each element

    • To find the second highest in an array, loop through the array and keep track of the highest and second highest values

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - resume should be genuine, be prepared beforehand and be strong on basics and always put a smile in the interview
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Tell me about yourself

Round 2 - One-on-one 

(1 Question)

  • Q1. What have you achieved till date?
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed before Feb 2023. There was 1 interview round.

Round 1 - Technical 

(5 Questions)

  • Q1. Explain springboot framework workflow/architecture
  • Ans. 

    Spring Boot is a framework that simplifies the development of Java applications by providing pre-configured settings and tools.

    • Spring Boot eliminates the need for manual configuration by providing defaults for most settings.

    • It allows for easy creation of standalone, production-grade Spring-based Applications.

    • Spring Boot uses embedded servers like Tomcat, Jetty, or Undertow to simplify deployment.

    • It provides a wide rang...

  • Answered by AI
  • Q2. Date formatting code
  • Ans. 

    The question is asking for a code to format dates.

    • Use libraries like moment.js or date-fns for easy date formatting in JavaScript.

    • For example, to format a date in MM/DD/YYYY format using moment.js: moment(date).format('MM/DD/YYYY')

    • Make sure to handle different date formats and timezones appropriately.

  • Answered by AI
  • Q3. Api testing http methods
  • Ans. 

    API testing involves testing the various HTTP methods like GET, POST, PUT, DELETE, etc.

    • API testing ensures that the API functions correctly and meets the requirements

    • Common HTTP methods used in API testing include GET, POST, PUT, DELETE

    • Each HTTP method has a specific purpose in API testing, such as retrieving data with GET or updating data with PUT

    • API testing tools like Postman or SoapUI can be used to test HTTP method

  • Answered by AI
  • Q4. How to troubleshoot client side and serverside errors
  • Ans. 

    To troubleshoot client side and server side errors, identify the source of the error, check logs, test connectivity, and consult documentation.

    • Identify the source of the error - determine if it is a client side or server side issue

    • Check logs for error messages and stack traces to pinpoint the issue

    • Test connectivity between client and server to ensure communication is working properly

    • Consult documentation or resources f...

  • Answered by AI
  • Q5. Code on public static void main (string[] args)
  • Ans. 

    The code represents the entry point of a Java program.

    • The 'public' keyword indicates that the method is accessible by any other class.

    • The 'static' keyword allows the method to be called without creating an instance of the class.

    • The 'void' keyword indicates that the method does not return any value.

    • The 'main' method is where the program starts execution.

    • The 'String[] args' parameter allows command-line arguments to be p

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Need to prepare well and need to have sound coding concept and functional knowledge.

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 at CMR Institute of Technology, Bangalore and was interviewed before Apr 2022. There were 5 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Don’t add your photo or details such as gender, age, and address in your resume. These details do not add any value.
View all tips
Round 2 - Aptitude Test 

Aptitude test contained Verbal, reasoning and quantitative type of questions.

Round 3 - Coding Test 

It was done in hackerrank. Can be coded in c,Java,c++,python

Round 4 - Technical 

(3 Questions)

  • Q1. What is stack how does it function
  • Ans. 

    A stack is a data structure that follows the Last In First Out (LIFO) principle.

    • Elements are added to the top of the stack and removed from the top as well.

    • Stacks are used in programming for function calls, recursion, and undo/redo operations.

    • Examples of stack-based programming languages are Forth and PostScript.

  • Answered by AI
  • Q2. Asked about SQL statements, SQL Joins,
  • Q3. Where do you see yourself in 5 years
  • Ans. 

    In 5 years, I see myself as a senior consultant with a proven track record of delivering successful projects and leading teams.

    • Continuing to develop my skills and knowledge in the industry

    • Taking on more responsibility and leadership roles

    • Building strong relationships with clients and colleagues

    • Contributing to the growth and success of the company

    • Mentoring and coaching junior team members

    • Exploring opportunities for prof

  • Answered by AI
Round 5 - Behavioral 

(2 Questions)

  • Q1. Tell me about the projects you worked
  • Q2. What are your Strength and weakness, When did you get rewarded for your hardwork
  • Ans. 

    My strength is my adaptability and weakness is my tendency to overthink. I was rewarded for my hard work when I received Employee of the Month award.

    • Strength: Adaptability - I am able to quickly adjust to new situations and environments

    • Weakness: Overthinking - I tend to overanalyze situations and sometimes struggle with decision-making

    • Reward: Employee of the Month - I received this award for consistently exceeding expe

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare on JS, SQL and be ready to explain about your projects

Skills evaluated in this interview

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

I applied via Campus Placement

Round 1 - Coding Test 

4 coding questions. medium to hard level.
I solved 2.5 questions to get into the next round.

Round 2 - Technical 

(1 Question)

  • Q1. A very basic technical interview. Questions regarding c++, projects, oops. We were told to be well prepared with our projects.
Round 3 - HR 

(1 Question)

  • Q1. Basic HR. Nothing very hefty.

Interview Preparation Tips

Interview preparation tips for other job seekers - Focus on basics. Confidence is what they're looking for.

Gateway Group Interview FAQs

How many rounds are there in Gateway Group Associate Engineer interview?
Gateway Group interview process usually has 3 rounds. The most common rounds in the Gateway Group interview process are Resume Shortlist, Aptitude Test and Technical.

Tell us how to improve this page.

Gateway Group Associate Engineer Interview Process

based on 1 interview

Interview experience

3
  
Average
View more
Software Engineer
134 salaries
unlock blur

₹3 L/yr - ₹10.1 L/yr

Senior Software Engineer
117 salaries
unlock blur

₹4.6 L/yr - ₹13.5 L/yr

Technical Lead
42 salaries
unlock blur

₹8.4 L/yr - ₹26.3 L/yr

Software Developer
37 salaries
unlock blur

₹2.3 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
Did you find this page helpful?
Yes No
write
Share an Interview