Upload Button Icon Add office photos

Filter interviews by

Gigforce Senior Designer Interview Questions and Answers for Experienced

Updated 8 Oct 2023

Gigforce Senior Designer Interview Experiences for Experienced

1 interview found

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

I applied via Company Website and was interviewed in Sep 2023. There were 3 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 - HR 

(2 Questions)

  • Q1. Expected salary
  • Q2. When you will be able to join us
Round 3 - One-on-one 

(2 Questions)

  • Q1. Your work experience
  • Q2. Are you comfortable working from office

Interview Preparation Tips

Interview preparation tips for other job seekers - Keep learning

Interview questions from similar companies

Interview experience
1
Bad
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Case Study 

Clarify the JD before anything else. They mis sell the profiles and then fire according to the whims and fancies

Round 2 - Technical 

(1 Question)

  • Q1. Retention based formulae based

Interview Preparation Tips

Interview preparation tips for other job seekers - Clarify the role
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 Dec 2023. There were 3 interview rounds.

Round 1 - HR 

(1 Question)

  • Q1. Normal one to one discussion with HR
Round 2 - One-on-one 

(3 Questions)

  • Q1. One to one discussion with reporting manager
  • Q2. Current Job Roles
  • Ans. 

    Currently working as a Senior Sales Executive, responsible for managing key client accounts and leading a team of sales representatives.

    • Managing key client accounts

    • Leading a team of sales representatives

    • Developing sales strategies

    • Meeting sales targets

    • Providing training and support to team members

  • Answered by AI
  • Q3. Why are you switching
  • Ans. 

    Seeking new challenges and growth opportunities in a larger organization.

    • Looking for career advancement

    • Interested in taking on more responsibilities

    • Seeking a new challenge

    • Want to work in a larger organization

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

(1 Question)

  • Q1. Final round with VP

Interview Preparation Tips

Interview preparation tips for other job seekers - Keep coordinating with recruiter to get clear understanding about rounds
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. Walk me through your resume
  • Q2. Have did you understand from the JD
Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed before Jan 2023. There were 2 interview rounds.

Round 1 - Technical 

(3 Questions)

  • Q1. How many onions are sold in a day in India?
  • Ans. 

    It is not possible to accurately determine the number of onions sold in India in a day.

    • The onion market in India is vast and decentralized, making it difficult to track sales data.

    • Sales figures can vary greatly depending on factors such as seasonality, region, and market demand.

    • There are numerous channels through which onions are sold, including wholesale markets, retail stores, and online platforms.

    • Data on onion sales...

  • Answered by AI
  • Q2. Introduce yourself
  • Q3. Any leadership role that you've been in?
Round 2 - Case Study 

Something related to repeat rate

Interview Preparation Tips

Interview preparation tips for other job seekers - Please don't go to Urban company. It's not a good place to work. The culture is really bad with a lot of politics.
Interview experience
2
Poor
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
No response

I applied via Referral and was interviewed in Mar 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 - Aptitude Test 

Practice with basic

Round 3 - Technical 

(4 Questions)

  • Q1. Write a program
  • Ans. 

    A program to sort an array of strings in alphabetical order

    • Use a sorting algorithm like bubble sort or quicksort

    • Iterate through the array comparing adjacent strings and swapping them if necessary

    • Repeat the process until the array is sorted

  • Answered by AI
  • Q2. Write the code for array
  • Ans. 

    Code for creating an array of strings in a programming language

    • Declare an array variable with the desired size

    • Initialize the array with string values

    • Access elements using index values

  • Answered by AI
  • Q3. Write a code for pointers
  • Ans. 

    Pointers are variables that store memory addresses of other variables.

    • Declare a pointer variable: int *ptr;

    • Assign address of a variable to a pointer: ptr = &variable;

    • Access value at the address stored in a pointer: *ptr = 10;

  • Answered by AI
  • Q4. Only these questions are asked

Interview Preparation Tips

Interview preparation tips for other job seekers - Learn by practicing more and more

Skills evaluated in this interview

I was interviewed before Dec 2015.

Interview Questionnaire 

2 Questions

  • Q1. 1 question from basic data structures and algorithms The question was similar to the one in the given link- -----/
  • Q2. Why do you want to join the company?
  • Ans. 

    I am excited to join the company because of its reputation for innovation and commitment to employee growth.

    • I am impressed by the company's track record of developing cutting-edge software solutions.

    • I appreciate the company's focus on fostering a culture of learning and development.

    • I am excited about the opportunity to work with a talented team of developers and contribute to the company's success.

    • I believe that the co...

  • Answered by AI

Interview Preparation Tips

Round: Resume Shortlist
Experience: Resumes were shortlisted with a short aptitude round where we are asked basic questions about databases, basic programming(C and C ++ questions)

Round: Technical Interview
Experience: The questions were asked were simple - related to arrays and data structures. Some questions were asked regarding my resume and projects.
Tips: Be thorough with geeksForGeeks, and your projects.

Round: HR Interview
Experience: I told him how I found the story of the founder of Infoedge very inspiring.
Tips: This round should be more simpler , be prepared with why you want to join the company and general HR questions

Skills: Basic C/C++, Programming Skills In Any Language Like C
College Name: IIIT Allahabad

Interview Preparation Tips

Round: Technical Interview
Experience: Ques will be based on arrays( duplicate element, missing element in 1 to n array), link list(reverse, remove loop, middle node etc), Hashing, sql join, normalisation, indexing in sql, singlton pattern and sorting and searching.
Tips: Focus will remain on algorithms. Whatever program they will ask to write, they will also ask to optimize the solution.

Skill Tips: Puzzle on mislabled jar, odd weight ball. As I had exp in Java, so some more que on Java, java script and web technology. All you need in interview is to be confident and show your interest in web domain.
Skills: Java, Data structure, Algorithm
College Name: NA

Interview Questionnaire 

15 Questions

  • Q1. Indexes in mysql
  • Ans. 

    Indexes in MySQL are used to improve query performance by allowing faster data retrieval.

    • Indexes are created on one or more columns of a table.

    • They work by creating a separate data structure that allows for faster data retrieval.

    • Indexes can be created using the CREATE INDEX statement.

    • Indexes can also be dropped using the DROP INDEX statement.

    • Indexes can be used to speed up SELECT, UPDATE, and DELETE statements.

    • Indexes ...

  • Answered by AI
  • Q2. Difference between include_once and require_once?
  • Ans. 

    include_once and require_once are PHP functions used to include files. The difference is in how they handle errors.

    • include_once will only include the file once, and will not throw a fatal error if the file is not found

    • require_once will also only include the file once, but will throw a fatal error if the file is not found

    • Both functions are used to include files that contain functions or variables that are needed in the

  • Answered by AI
  • Q3. Constructor and destrutor?
  • Q4. Sessions vs cookie. Detailed discussion
  • Ans. 

    Sessions and cookies are both used for maintaining user state, but sessions are server-side and cookies are client-side.

    • Sessions store user data on the server, while cookies store data on the client's browser

    • Sessions are more secure than cookies because the data is not accessible to the client

    • Cookies can be used for tracking user behavior and preferences

    • Sessions are typically used for authentication and authorization p...

  • Answered by AI
  • Q5. Some questions on lucene, solr as it was mentioned in my resume
  • Q6. 8 ball puzzle
  • Q7. Design patterns?
  • Q8. Array of first n numbers.One number is missing.Find missing number?
  • Ans. 

    To find missing number in an array of first n numbers.

    • Calculate the sum of first n numbers using formula n*(n+1)/2

    • Calculate the sum of given array using loop

    • Subtract the sum of array from sum of first n numbers to get the missing number

  • Answered by AI
  • Q9. What is memcache. Some discussion around it
  • Q10. Design a database schema for a chat application where user can send message to an individual or in group
  • Ans. 

    Design a database schema for a chat application with individual and group messaging.

    • Create a 'users' table with unique user IDs

    • Create a 'messages' table with message IDs, sender and receiver IDs, message content, and timestamp

    • Create a 'groups' table with unique group IDs and group names

    • Create a 'group_members' table with group ID and user ID to track group membership

    • Use foreign keys to link tables together

    • Consider inde

  • Answered by AI
  • Q11. Write sql to retrieve all unread messages when user sign in
  • Ans. 

    SQL query to retrieve all unread messages upon user sign in

    • Use a JOIN statement to combine the messages and user tables

    • Filter the results to only show messages that have not been read by the user

    • Use the user's sign in information to identify which messages are unread

  • Answered by AI
  • Q12. Why do you want to join OLX?
  • Ans. 

    I am excited to join OLX because of its innovative approach to online marketplaces and its commitment to customer satisfaction.

    • I am impressed by OLX's user-friendly platform and its ability to connect buyers and sellers from all over the world.

    • I am excited to work with a team of talented developers who are passionate about creating cutting-edge technology.

    • I believe that OLX's focus on customer satisfaction aligns with ...

  • Answered by AI
  • Q13. What difficulties have you faced
  • Ans. 

    I have faced difficulties in debugging complex code and managing project timelines.

    • Debugging complex code with multiple dependencies

    • Managing project timelines with changing requirements

    • Working with legacy code and outdated technologies

    • Collaborating with team members in different time zones

    • Dealing with unexpected bugs and errors

  • Answered by AI
  • Q14. How is the Employee hierarchy in your current organization.Whom do you report to
  • Ans. 

    I report to the Technical Lead and am part of the development team.

    • I report to the Technical Lead

    • I am part of the development team

  • Answered by AI
  • Q15. How much is the web traffic on your site etc
  • Ans. 

    Our website receives an average of 10,000 unique visitors per day.

    • Our website has a steady flow of traffic with a consistent number of unique visitors per day.

    • We use Google Analytics to track our web traffic and analyze user behavior.

    • Our peak traffic times are during weekdays from 9am to 5pm.

    • We have noticed an increase in mobile traffic over the past year.

    • Our website's traffic is primarily driven by organic search and

  • Answered by AI

Interview Preparation Tips

Round: Technical Interview
Experience: Round 4 with CTO :It was a normal discussion.

General Tips: I got a call through recruiter. My telephonic interview got scheduled. Overall process was very fast. It took not more than 3-4 days till I received offer letter.
Skills: Algorithm, Data structure, SQL
College Name: na

Skills evaluated in this interview

I applied via Naukri.com and was interviewed before May 2020. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Android components, lifecycle, providers, receivers, fragments, view components, Ui design related questions.

Gigforce Interview FAQs

How many rounds are there in Gigforce Senior Designer interview for experienced candidates?
Gigforce interview process for experienced candidates usually has 3 rounds. The most common rounds in the Gigforce interview process for experienced candidates are One-on-one Round, Resume Shortlist and HR.

Tell us how to improve this page.

Gigforce Senior Designer Interview Process for Experienced

based on 1 interview

Interview experience

3
  
Average
View more

Interview Questions from Similar Companies

Naukri Interview Questions
4.0
 • 185 Interviews
Urban Company Interview Questions
3.4
 • 134 Interviews
Freelancer.com Interview Questions
4.1
 • 64 Interviews
OLX Interview Questions
3.8
 • 57 Interviews
Quikr Interview Questions
3.7
 • 31 Interviews
InsanelyGood Interview Questions
4.1
 • 19 Interviews
Upwork Interview Questions
4.4
 • 18 Interviews
Vegrow Interview Questions
4.1
 • 17 Interviews
FarMart Interview Questions
4.1
 • 16 Interviews
View all
Team Lead
27 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Associate Cluster Manager
12 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Cluster Manager
8 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Team Lead Operations
6 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Project Manager
6 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare Gigforce with

Upwork

4.4
Compare

Freelancer.com

4.1
Compare

Fiverr Inc.

4.2
Compare

99designs

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