Upload Button Icon Add office photos

Filter interviews by

Gibsons Technologies Associate Product Engineer Interview Questions, Process, and Tips

Updated 21 Jun 2024

Gibsons Technologies Associate Product Engineer Interview Experiences

1 interview found

Associate Product Engineer Interview Questions & Answers

user image Chaitanya Malegaonkar

posted on 21 Jun 2024

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Indeed and was interviewed before Jun 2023. There were 3 interview rounds.

Round 1 - Aptitude Test 

1.5 hours of English , Logic , Quantitative test and 2 coding questions. Medium level COding questions.

Round 2 - Technical 

(5 Questions)

  • Q1. What is javascript? What is the difference between Java and Javascript?
  • Ans. 

    JavaScript is a programming language commonly used for web development. It is different from Java in terms of syntax, purpose, and usage.

    • JavaScript is a scripting language primarily used for client-side web development.

    • Java is a general-purpose programming language often used for server-side applications.

    • JavaScript code is executed on the client's browser, while Java code is executed on the server.

    • JavaScript is dynamic...

  • Answered by AI
  • Q2. What are the different types of access modifiers in java?
  • Ans. 

    The different types of access modifiers in Java control the visibility and accessibility of classes, methods, and variables.

    • There are four types of access modifiers in Java: public, private, protected, and default (no modifier).

    • Public: accessible from any other class.

    • Private: accessible only within the same class.

    • Protected: accessible within the same package and subclasses.

    • Default: accessible only within the same packa

  • Answered by AI
  • Q3. Is Java a compiled language or interpreted language?
  • Ans. 

    Java is a compiled language.

    • Java code is compiled into bytecode by the Java compiler.

    • The bytecode is then interpreted and executed by the Java Virtual Machine (JVM).

    • This combination of compilation and interpretation makes Java a compiled language.

  • Answered by AI
  • Q4. Do you know SQL? Can you write a query for selecting some rows in a db table?
  • Ans. 

    Yes, I know SQL and can write a query to select rows in a database table.

    • Yes, I am proficient in SQL and can write queries to retrieve specific data from database tables.

    • I can use SELECT statement along with WHERE clause to filter rows based on specified conditions.

    • For example, SELECT * FROM table_name WHERE condition;

    • I can also use ORDER BY, GROUP BY, and JOIN clauses to further refine the query results.

  • Answered by AI
  • Q5. Tell me about your projects you did in college?
Round 3 - HR 

(2 Questions)

  • Q1. Some personal and background related questions. Not much to worry about.
  • Q2. Expectations of salary and negotiation.

Interview Preparation Tips

Topics to prepare for Gibsons Technologies Associate Product Engineer interview:
  • HTML/CSS
  • Javascript
  • SQL
Interview preparation tips for other job seekers - Be confident on the skills you have. This company looks for the will to learn in a fresher. Know your projects well. Overall the people and the culture is okay. It was a full stack web development profile for me.

Skills evaluated in this interview

Interview questions from similar companies

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

I was interviewed in Jan 2025.

Round 1 - Technical 

(2 Questions)

  • Q1. What is the difference between incident management and problem management?
  • Q2. What factors determine the priority of incidents and outages?
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via Naukri.com and was interviewed in Aug 2024. There were 2 interview rounds.

Round 1 - Technical 

(5 Questions)

  • Q1. What is the command to search a file like test.txt in linux?
  • Ans. 

    The command to search a file like test.txt in Linux is 'grep'.

    • Use the 'grep' command followed by the search term and the file name to search for a specific text in a file.

    • For example, to search for the word 'hello' in a file named test.txt, you would use the command 'grep hello test.txt'.

  • Answered by AI
  • Q2. What is constraints?
  • Ans. 

    Constraints are limitations or restrictions that affect the design, implementation, or operation of a system.

    • Constraints can be related to time, budget, resources, technology, or regulations.

    • They can impact the functionality, performance, scalability, or security of a system.

    • Examples include budget constraints limiting the purchase of new hardware, time constraints for project deadlines, or regulatory constraints for d...

  • Answered by AI
  • Q3. What is the command to get the value present at 80th row , 100th column?
  • Ans. 

    To get the value present at 80th row, 100th column, you can use the command 'awk' in Unix/Linux systems.

    • Use the 'awk' command with the syntax 'awk 'NR==80 {print $100}' filename' to get the value at the specified row and column.

    • Replace 'filename' with the actual file name where the data is stored.

    • Ensure that the row and column numbers are adjusted based on the indexing starting from 1 in 'awk'.

  • Answered by AI
  • Q4. What is view in sql?
  • Ans. 

    A view in SQL is a virtual table based on the result-set of a SELECT statement.

    • Views are used to simplify complex queries by storing them as virtual tables

    • Views do not store data themselves, but display data from underlying tables

    • Views can be used to restrict access to certain columns or rows of a table

    • Views can be used to join multiple tables and present the data in a single table-like structure

  • Answered by AI
  • Q5. What is internal workflow for the BFSI domain?
  • Ans. 

    Internal workflow for BFSI domain involves processes related to banking, financial services, and insurance.

    • Customer onboarding and account setup

    • Transaction processing and monitoring

    • Risk management and compliance checks

    • Customer support and issue resolution

    • Data analysis and reporting

  • Answered by AI
Round 2 - Behavioral 

(2 Questions)

  • Q1. Tell me about yourself?
  • Ans. 

    I am a dedicated and experienced Production Support Analyst with a strong background in troubleshooting and resolving technical issues.

    • Over 5 years of experience in providing production support for various applications

    • Proficient in analyzing system logs and identifying root causes of issues

    • Skilled in collaborating with development teams to implement solutions and prevent future incidents

    • Strong communication skills to e...

  • Answered by AI
  • Q2. What is Asset in BFSI domain?
  • Ans. 

    In the BFSI domain, an asset refers to any valuable item owned by an individual or organization that can be converted into cash.

    • Assets can include cash, investments, real estate, equipment, and intellectual property.

    • In the banking sector, assets can also refer to loans given out to customers.

    • Assets are important for financial institutions as they represent the value of the organization and its ability to generate reven...

  • Answered by AI

Skills evaluated in this interview

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

(2 Questions)

  • Q1. Introduction and previous experience
  • Q2. What data points to cover for underwriting?
  • Ans. 

    Data points for underwriting include financial history, credit score, employment status, and insurance claims.

    • Financial history (income, assets, debts)

    • Credit score

    • Employment status

    • Insurance claims history

  • Answered by AI
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. Agile delivery mechanism.
  • Q2. User stories
Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
6-8 weeks
Result
Selected Selected

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

Round 1 - Coding Test 

1 hour, wage question, not related to mention technology.

Round 2 - Technical 

(2 Questions)

  • Q1. Oops related queries
  • Q2. Discussion around last project

Interview Preparation Tips

Interview preparation tips for other job seekers - Try in some better organization
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
Selected Selected
Round 1 - One-on-one 

(1 Question)

  • Q1. 1. About oil industry and what products we have worked and explain some product / feature which are new / different
Round 2 - Case Study 

Comprises many questions related to MTM, Costing methods, price changes, in transit oil price calculations with a case history.

Round 3 - One-on-one 

(1 Question)

  • Q1. 1. Questions based on case study 2. Questions related to past experience with DB, technology we have worked, related to product management
Round 4 - One-on-one 

(1 Question)

  • Q1. 1. More of a culture fit questions
Round 5 - HR 

(1 Question)

  • Q1. Asked About what we know about Sapient, Why we are leaving the previous org etc.
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Do you know about sed command?
  • Ans. 

    sed command is a stream editor used to perform text transformations on an input stream or file.

    • sed stands for stream editor

    • It is used to perform text transformations on an input stream or file

    • Commonly used for search and replace operations

    • Syntax: sed 's/search/replace/g' filename

    • Example: sed 's/foo/bar/g' file.txt

  • Answered by AI

Skills evaluated in this interview

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

I applied via Naukri.com and was interviewed in Jul 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 - Group Discussion 

About current project and roles and resposibilities etc

Round 3 - Technical 

(5 Questions)

  • Q1. SQL COMPLEX QUERIES and PL SQL, CRON JOBS, SERVICE NOW
  • Q2. What are difference between SQL and PL SQL
  • Ans. 

    SQL is a standard language for managing relational databases, while PL/SQL is a procedural language extension for SQL.

    • SQL is a standard language for querying and manipulating data in relational databases.

    • PL/SQL is a procedural language extension for SQL, allowing for more complex programming logic.

    • SQL is used for data manipulation and retrieval, while PL/SQL is used for writing stored procedures and functions.

    • SQL state...

  • Answered by AI
  • Q3. Explain types of joins?
  • Ans. 

    Types of joins are used in databases to combine rows from two or more tables based on a related column between them.

    • Inner Join: Returns rows when there is at least one match in both tables.

    • Left Join (or Left Outer Join): Returns all rows from the left table and the matched rows from the right table.

    • Right Join (or Right Outer Join): Returns all rows from the right table and the matched rows from the left table.

    • Full Join...

  • Answered by AI
  • Q4. Diffence between correlated and non correlated subquary?
  • Ans. 

    Correlated subquery refers to a subquery that is dependent on the outer query, while non-correlated subquery can be executed independently.

    • Correlated subquery is executed for each row processed by the outer query, while non-correlated subquery is executed only once.

    • Correlated subquery is slower in performance compared to non-correlated subquery.

    • Example: SELECT * FROM table1 WHERE column1 = (SELECT MAX(column2) FROM tab

  • Answered by AI
  • Q5. Find departement wise total sal?
  • Ans. 

    To find department wise total salary, sum up the salaries of employees in each department.

    • Group employees by department

    • Calculate total salary for each department

    • Display department wise total salary

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Try your best......

Skills evaluated in this interview

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

Assignment given by senior executives to solve in interview

Round 2 - Case Study 

Case study round by senior executives

Interview Preparation Tips

Interview preparation tips for other job seekers - Easy process.

Gibsons Technologies Interview FAQs

How many rounds are there in Gibsons Technologies Associate Product Engineer interview?
Gibsons Technologies interview process usually has 3 rounds. The most common rounds in the Gibsons Technologies interview process are Aptitude Test, Technical and HR.
How to prepare for Gibsons Technologies Associate Product Engineer 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 Gibsons Technologies. The most common topics and skills that interviewers at Gibsons Technologies expect are Agile Coaching, Android, Digital Marketing, Front End and Javascript.
What are the top questions asked in Gibsons Technologies Associate Product Engineer interview?

Some of the top questions asked at the Gibsons Technologies Associate Product Engineer interview -

  1. What is javascript? What is the difference between Java and Javascri...read more
  2. Do you know SQL? Can you write a query for selecting some rows in a db tab...read more
  3. What are the different types of access modifiers in ja...read more

Tell us how to improve this page.

Gibsons Technologies Associate Product Engineer Interview Process

based on 2 interviews

Interview experience

3.5
  
Good
View more

Interview Questions from Similar Companies

Cognizant Interview Questions
3.8
 • 5.6k Interviews
Nagarro Interview Questions
4.0
 • 778 Interviews
Publicis Sapient Interview Questions
3.5
 • 611 Interviews
GlobalLogic Interview Questions
3.6
 • 583 Interviews
UST Interview Questions
3.8
 • 509 Interviews
CGI Group Interview Questions
4.0
 • 488 Interviews
View all

Gibsons Technologies Associate Product Engineer Reviews and Ratings

based on 1 review

3.0/5

Rating in categories

2.0

Skill development

4.0

Work-life balance

3.0

Salary

2.0

Job security

1.0

Company culture

1.0

Promotions

3.0

Work satisfaction

Explore 1 Review and Rating
Product Engineer
10 salaries
unlock blur

₹4 L/yr - ₹8.5 L/yr

Senior Product Engineer
5 salaries
unlock blur

₹9 L/yr - ₹21 L/yr

Business Analyst
3 salaries
unlock blur

₹3.8 L/yr - ₹6.3 L/yr

Senior Test Engineer
3 salaries
unlock blur

₹7 L/yr - ₹9.5 L/yr

Lead Operator
3 salaries
unlock blur

₹9.3 L/yr - ₹11.1 L/yr

Explore more salaries
Compare Gibsons Technologies with

Cognizant

3.8
Compare

Sutherland Global Services

3.6
Compare

Hexaware Technologies

3.6
Compare

Virtusa Consulting Services

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