Upload Button Icon Add office photos

Filter interviews by

GivingForce Technologies Interview Questions and Answers

Updated 4 Mar 2024

GivingForce Technologies Interview Experiences

1 interview found

SDE Interview Questions & Answers

user image Anonymous

posted on 4 Mar 2024

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

(1 Question)

  • Q1. Can there be multiple index on a table?
  • Ans. 

    Yes, multiple indexes can be created on a table to improve query performance.

    • Multiple indexes can be created on a table to speed up data retrieval for different types of queries.

    • Each index can be created on one or more columns of the table.

    • Indexes can be unique or non-unique, depending on the requirements.

    • Examples: creating separate indexes on 'name' and 'age' columns of a 'users' table.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Study mysql for this.

SDE Interview Questions asked at other Companies

Q1. Longest Increasing SubsequenceFor a given array with N elements, you need to find the length of the longest subsequence from the array such that all the elements of the subsequence are sorted in strictly increasing order. Strictly Increasin... read more
View answer (5)

Interview questions from similar companies

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

I applied via Naukri.com and was interviewed in Jul 2024. There were 4 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Microservices - adv, disadv
  • Q2. Core java collections
Round 2 - Technical 

(2 Questions)

  • Q1. Java 8 concepts with basic coding questions
  • Q2. Basic to medium Spring boot questions
Round 3 - Technical 

(1 Question)

  • Q1. Design a parking lot as part of the system design round.
Round 4 - HR 

(1 Question)

  • Q1. What are your reasons for wanting to switch jobs?

Interview Preparation Tips

Topics to prepare for Oracle Financial Services Software Senior Software Engineer 2 interview:
  • Java
  • Java 8
  • Spring Boot
  • Microservices
  • System Design
Interview preparation tips for other job seekers - Technical round were pretty average to medium level
I haven't prepared for system design round, did very bad in system design.
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Job Portal and was interviewed in Dec 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

Thirty-nine questions, including two coding challenges and three to four sets of games.

Round 2 - Technical 

(4 Questions)

  • Q1. What is dynamic dispatch?
  • Q2. How do u manage stress?
  • Q3. What are environment variables in linux?
  • Q4. Explian merge sort.
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
2-4 weeks
Result
-

I applied via Company Website and was interviewed in Nov 2024. There were 4 interview rounds.

Round 1 - Aptitude Test 

Directions: Each of the following question has a question and two statements labelled as (i) and (ii). Use the data/information given in (i) and (ii) to decide whether the data are sufficient to answer the question record your answer as

A) If you can get the answer from (1)alone but not from (2)
B) If you can get the answer from (2)alone but not from (1)
C) If can get the answer from (1)and (2)together ,although neither statement by itself suffice
D) If statement (1)alone suffices and statement (2) alone also suffice.
E) If can\'t get the answer from statements (1) and (2) together and you need more data.

Round 2 - Assignment 

Copyright protection is given for a work having originality,i.e. it should be from the author and must have minimum degree of creativity. So it is the author who is the real creator of the work thereby first owner of the copyright and Indian law recognizes author as the firstowner of the copyright .But by the term ‘ownership it means it includes not only theauthor ,but also assignee and can even a legal entity even though not defined in the !ct. InBern convention the term !uthor is not defined, instead it says that the person under whose name the work is disclosed, which implies that it is not necessary that always theauthor should be the owner. "owever Indian copyright !ct defines the tern ‘!uthor withrespect to various works, but still leaves some problems. It becomes more comple# in theconte#t of changing technologies, i.e. cinematographic works, sound recording, broadcasting etc which is a combination of different works, also when author does thework in the course of employment. $hen new technologies emerge, different mode of communication simultaneously arise and the e#ploitation of the copyright by wayof assignment %licensing will add economic benefits to the copyright owner and the provisions of assignment and licensing becomes crucial. By amendments Indian Copyright!ct has taken care of such provisions, but still leaving lacunae % the role of &udiciary becomes crucial in interpreting such provisions for effectively protecting the rights of the authors.

Round 3 - Coding Test 

What are the constraints and give example that's include all constraints? 2. Basic SQL queries were asked but I don't remember 3. Then asked questions from my college projects

Round 4 - Technical 

(2 Questions)

  • Q1. Why we use public, private and protect
  • Ans. 

    Public, private, and protected are access modifiers used in object-oriented programming to control the visibility of class members.

    • Public: allows access to the member from outside the class

    • Private: restricts access to the member only within the class

    • Protected: allows access to the member within the class and its subclasses

  • Answered by AI
  • Q2. Difference between various SQL joins?
  • Ans. 

    SQL joins are used 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: 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.

    • FULL JOIN: Returns rows when there is a match in one of the tables.

    • C...

  • Answered by AI

Skills evaluated in this interview

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

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

Round 1 - One-on-one 

(2 Questions)

  • Q1. Support Role Questions 1) Like explaining a case which was done in your previous role and experience
  • Q2. Questions on Javascript
Round 2 - One-on-one 

(1 Question)

  • Q1. Technical Interview questions on Javascript, HTML, CSS and behavioural
Round 3 - Behavioral 

(1 Question)

  • Q1. Manager Questions based on Position and previous work experience.
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via Company Website and was interviewed in Oct 2024. There were 3 interview rounds.

Round 1 - Coding Test 

It was a coding round interview along with interviewer via Virtual mode. I was given 2 coding questions on HackerRank for the interview:

1. one was an easy problem on counting minimum replacements.
2. "pat is an ordinary kid who works hard to be a great runner...." this was a challenging problem (which I managed to solve).
3. I was asked some basic Python questions, as the role was for a Python Developer.

Round 2 - Technical 

(5 Questions)

  • Q1. LLD for Parking Lot
  • Q2. Which database are you going to use for Parking lot and Why ?
  • Ans. 

    I would use a relational database like MySQL for the Parking lot as it provides structured data storage and supports complex queries.

    • Relational databases like MySQL offer structured data storage for parking lot information

    • Supports complex queries for managing parking lot data efficiently

    • Ability to handle large amounts of data and transactions

    • Provides data integrity and security features

    • Can easily integrate with other s

  • Answered by AI
  • Q3. Questions related to OOPs
  • Q4. Questions related to Multi Threading
  • Q5. Questions related to Projects
Round 3 - Managiral Round 

(2 Questions)

  • Q1. I hate this since i was informed that this round was a technical.
  • Q2. Usual Mangerial questions, Project Related, etc

Interview Preparation Tips

Interview preparation tips for other job seekers - Focus on Problem Solving, DSA, LLD Problems ofcourse the HR and Managerial round questions.
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 Nov 2024. There were 4 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Core java based questions, followed by springboot and then sql queries
Round 2 - Technical 

(1 Question)

  • Q1. Scenario based java and spring boot questions and more complex sql queries
Round 3 - Client Interview 

(1 Question)

  • Q1. Previous project related questions like difficulty faced in project, how you overcome that, day to day routine, discussed role in projects
Round 4 - HR 

(1 Question)

  • Q1. Salary discussion and onboarding instructions

Interview Preparation Tips

Interview preparation tips for other job seekers - Focus on core technology in which you are proficient and have best knowledge in your domain, if you don't know about other required technologies be clear and tell them
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
2-4 weeks
Result
-

I applied via Company Website and was interviewed in Oct 2024. There were 4 interview rounds.

Round 1 - Coding Test 

Basic Python, SQL, and Bash questions

Round 2 - One-on-one 

(4 Questions)

  • Q1. SQL questions with operations that include changing from string to array. Tip: stick to RDBMS-specific dialects only (like Postgres), I used Spark SQL
  • Q2. Simple Python questions with a follow-up to optimise it
  • Q3. Bash script-based questions, are pretty basic.
  • Q4. Data pipeline design and best practices.
  • Ans. 

    Data pipeline design involves creating a system to efficiently collect, process, and analyze data.

    • Understand the data sources and requirements before designing the pipeline.

    • Use tools like Apache Kafka, Apache NiFi, or AWS Glue for data ingestion and processing.

    • Implement data validation and error handling mechanisms to ensure data quality.

    • Consider scalability and performance optimization while designing the pipeline.

    • Doc...

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

(3 Questions)

  • Q1. Easy to medium Leetcode-based question. With moderate difficulty.
  • Q2. Simple Python-based question with optimisation.
  • Q3. Design specific questions based on Data pipelines.
Round 4 - Behavioral 

(3 Questions)

  • Q1. SQL-based question with moderate difficulty.
  • Q2. Python-based questions, follow questions with some optimisations.
  • Q3. Bash-script based round.

Skills evaluated in this interview

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

I applied via LinkedIn and was interviewed in Nov 2024. There were 2 interview rounds.

Round 1 - Coding Test 

Mainly data leakage related problems

Round 2 - Technical 

(5 Questions)

  • Q1. Basic Swift and Objective C related questions
  • Q2. SOLID principle
  • Q3. Details of SOLID principle with its basic
  • Q4. How to handle memory leakage
  • Ans. 

    Best practices for handling memory leaks in iOS development

    • Use Instruments to identify memory leaks

    • Avoid strong reference cycles with weak or unowned references

    • Use autorelease pools for temporary objects

    • Implement proper memory management with ARC (Automatic Reference Counting)

  • Answered by AI
  • Q5. Memory management

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare urself well - get ur basics clear

Skills evaluated in this interview

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

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

Round 1 - HR 

(2 Questions)

  • Q1. Years of Experience?
  • Q2. Why you want to relocate?
Round 2 - Technical 

(5 Questions)

  • Q1. What are the different agile ceremonies in your project
  • Q2. What is Testing Pyramid? What are the different layers in it?
  • Ans. 

    Testing Pyramid is a testing strategy that suggests the right balance of different types of automated tests.

    • The Testing Pyramid consists of three layers: Unit Tests, Service Tests, and UI Tests.

    • Unit Tests are at the bottom of the pyramid and focus on testing individual components or functions in isolation.

    • Service Tests are in the middle layer and focus on testing the interactions between different components or service...

  • Answered by AI
  • Q3. Who performs unit testing?
  • Ans. 

    Developers perform unit testing to ensure individual units of code are working correctly.

    • Developers are responsible for writing unit tests for their own code.

    • Unit testing is typically done using testing frameworks like JUnit, NUnit, or pytest.

    • Unit tests focus on testing small, isolated parts of the codebase, such as functions or methods.

    • Unit testing helps identify bugs early in the development process.

    • Automated unit te...

  • Answered by AI
  • Q4. Write an automation code for handling multiple windows.
  • Ans. 

    Automation code for handling multiple windows

    • Use getWindowHandles() method to get handles of all open windows

    • Switch between windows using switchTo().window() method

    • Perform actions on each window as needed

  • Answered by AI
  • Q5. Given a string s1= Apple. Write a code to convert s1 to array and put the vowels to that array
  • Ans. 

    Convert string to array and extract vowels into a new array

    • Iterate through each character in the string

    • Check if the character is a vowel (a, e, i, o, u)

    • Add the vowel to a new array of strings

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Eventhough if you answer all the questions correctly they may not select you.
The next day, they will write an email with fancy words like "Athough we were impressed with your application, the competition was fierce, and we have decided to move with other candidates for this role"
Dear Interviewer and NICE Talent Acquistion Team!
If you have already selected other guy for this role, you should have dropped the idea of taking the interview rather than wasting other's time.

Skills evaluated in this interview

GivingForce Technologies Interview FAQs

How many rounds are there in GivingForce Technologies interview?
GivingForce Technologies interview process usually has 1 rounds. The most common rounds in the GivingForce Technologies interview process are Technical.
How to prepare for GivingForce Technologies 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 GivingForce Technologies. The most common topics and skills that interviewers at GivingForce Technologies expect are Agile, Computer science, Health Insurance, JIRA and CSS3.

Tell us how to improve this page.

Interview Questions from Similar Companies

KPIT Technologies Interview Questions
3.5
 • 284 Interviews
Salesforce Interview Questions
4.1
 • 264 Interviews
Adobe Interview Questions
4.0
 • 246 Interviews
Oracle Cerner Interview Questions
3.7
 • 157 Interviews
Freshworks Interview Questions
3.5
 • 152 Interviews
ServiceNow Interview Questions
4.2
 • 115 Interviews
NICE Interview Questions
3.6
 • 74 Interviews
View all

GivingForce Technologies Reviews and Ratings

based on 3 reviews

4.6/5

Rating in categories

4.6

Skill development

4.3

Work-Life balance

4.6

Salary & Benefits

4.4

Job Security

4.6

Company culture

3.4

Promotions/Appraisal

4.3

Work Satisfaction

Explore 3 Reviews and Ratings
QA Engineer
9 salaries
unlock blur

₹3.5 L/yr - ₹5.5 L/yr

Software Engineer
6 salaries
unlock blur

₹3 L/yr - ₹6.6 L/yr

System Administrator
4 salaries
unlock blur

₹3 L/yr - ₹3.5 L/yr

Technical Product Analyst
4 salaries
unlock blur

₹12 L/yr - ₹19.5 L/yr

Business Analyst
3 salaries
unlock blur

₹10.5 L/yr - ₹12.3 L/yr

Explore more salaries
Compare GivingForce Technologies with

KPIT Technologies

3.5
Compare

Intellect Design Arena

4.1
Compare

Oracle Cerner

3.7
Compare

Oracle Financial Services Software

3.6
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