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 Subsequence Problem Statement Given an array of integers with 'N' elements, determine the length of the longest subsequence where each element is greater than the previous element. This subsequence must be in strictly inc... read more
Add answer

Interview questions from similar companies

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

I was interviewed in Jan 2025.

Round 1 - Aptitude Test 

Numerical reasoning : Tests mathematical skills,such as number sequences,percentages,and ratios.

Round 2 - Technical 

(6 Questions)

  • Q1. What is the difference between static and dynamic typing in python?
  • Q2. What is the difference between list and touple in python?
  • Q3. Data structures and algorithms
  • Q4. Object oriented programming
  • Q5. File handling and database
  • Q6. Advanced python topics
Round 3 - Group Discussion 

Gd Topics:
1.Current affairs
2.Business and Economy
3.Social and Cultural

Round 4 - HR 

(6 Questions)

  • Q1. CN you tell me about your self?
  • Q2. Why do you want to work as a python developer?
  • Q3. Career goals and motivation
  • Q4. Team work and communication
  • Q5. Problem solving and adaptability
  • Q6. Behavioral questions

Interview Preparation Tips

Interview preparation tips for other job seekers - 1.update the resume
2.practice interview skills
3.Follow the interview tips
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I was interviewed in Jan 2025.

Round 1 - Group Discussion 

Social media impact on younger generations.

Round 2 - Group Discussion 

Social media usag in impacting businesses

Round 3 - One-on-one 

(2 Questions)

  • Q1. How do you prioritize incidents when you receive multiple requests simultaneously?
  • Q2. What is your approach to conducting Root Cause Analysis (RCA) after a critical incident?
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Write a program which will take string and number of occurrences as a input. Find a character with same occurrences count in single interation.(multiples cases around this, not able to recall)
  • Q2. Graph traversal
Round 2 - Technical 

(1 Question)

  • Q1. System design components discussed in detail with different scenarios
Round 3 - Behavioral 

(1 Question)

  • Q1. Prepare standard conflict manager round questions like conflict resolution, team leading experience, best work delivered, standard practices etc

Interview Preparation Tips

Interview preparation tips for other job seekers - 1. Prepare Javascript, Typescript l, NodeJs
2. Medium level questions of problem solving
3. Overall understanding of system design components
4. Standard managerial round
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
5
Excellent
Difficulty level
Moderate
Process Duration
-
Result
No response
Round 1 - Technical 

(2 Questions)

  • Q1. What is difference between rank and dense rank?
  • Q2. What is RLS in Power Bi?
Round 2 - Behavioral 

(1 Question)

  • Q1. How would you identify time for any project?
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
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.

GivingForce Technologies Interview Process

based on 1 interview

Interview experience

3
  
Average
View more

Interview Questions from Similar Companies

Oracle Interview Questions
3.7
 • 905 Interviews
KPIT Technologies Interview Questions
3.4
 • 294 Interviews
Salesforce Interview Questions
4.0
 • 272 Interviews
Adobe Interview Questions
3.9
 • 252 Interviews
Oracle Cerner Interview Questions
3.7
 • 157 Interviews
Freshworks Interview Questions
3.5
 • 155 Interviews
NCR Voyix Interview Questions
3.9
 • 124 Interviews
ServiceNow Interview Questions
4.1
 • 120 Interviews
View all

GivingForce Technologies Reviews and Ratings

based on 5 reviews

4.5/5

Rating in categories

4.4

Skill development

4.4

Work-life balance

4.4

Salary

4.4

Job security

4.4

Company culture

3.5

Promotions

4.4

Work satisfaction

Explore 5 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

Oracle

3.7
Compare

KPIT Technologies

3.4
Compare

Intellect Design Arena

4.0
Compare

NCR Voyix

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