Upload Button Icon Add office photos
Engaged Employer

i

This company page is being actively managed by Gnani Innovations Team. If you also belong to the team, you can get access from here

Gnani Innovations Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Gnani Innovations Interview Questions and Answers

Updated 14 Oct 2024

Gnani Innovations Interview Experiences

Popular Designations

5 interviews found

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

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

Round 1 - One-on-one 

(1 Question)

  • Q1. What was the challenges that you faced during a delivery of a project.
  • Ans. 

    Managing stakeholder expectations, resource constraints, and scope changes.

    • Balancing stakeholder expectations with project constraints

    • Dealing with resource limitations and competing priorities

    • Managing scope changes and ensuring project stays on track

    • Communicating effectively with team members and stakeholders

    • Adapting to unexpected challenges and finding creative solutions

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

(1 Question)

  • Q1. What do you seek or looking out from us ?
  • Ans. 

    I seek a supportive and collaborative work environment where I can utilize my project management skills to drive successful outcomes.

    • Supportive team culture

    • Collaborative work environment

    • Opportunities for growth and development

    • Clear communication channels

    • Recognition for achievements

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - The interviewers were nice and friendly but the behavior from HR was not friendly at all. no proper follow ups. Ghosting candidates is very common i guess over here.

Project Manager Interview Questions asked at other Companies

Q1. What is success & what is failure to you? How do you handle failure? - not much interviewer asks such questions, but I believe these are very important questions, if you want to succeed.
View answer (1)

Interview Questions & Answers

user image Anonymous

posted on 14 Mar 2024

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

I applied via Referral and was interviewed in Sep 2023. There was 1 interview round.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Top qualities of Sales Person
  • Q2. What would you do if the buyer is interested but does not have the budget to buy?
Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
-

I applied via Recruitment Consulltant and was interviewed in May 2023. There were 2 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Programming questions and tech concept discussions on async programming, python decorators etc
Round 2 - One-on-one 

(1 Question)

  • Q1. With product manager on previous work experience and other general questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Utter waste of time. Don't interview here.

I was contacted by a consultancy 'Zensai labs' for a job opportunity here at Gnani.

And even after seeing a lot of negative interview reviews I decided to take a chance anyway. And I Interviewed during August, 2023 and there were a total of 3 rounds.
After doing exceptionally well I received feedback that I was not upto the mark.
Apparently this has been the same for most of the candidates interviewing here

Technical Lead Interview Questions asked at other Companies

Q1. 1. Explain 5 mins the flow from requirement analysis to production deployment and tools used in the process. 2. What is auto-scaling in a microservices architecture? 3. Difference between micro-service and serverless. 4. If you were going t... read more
View answer (4)

I applied via Job Portal and was interviewed in Mar 2022. There was 1 interview round.

Round 1 - One-on-one 

(1 Question)

  • Q1. Explain about role in previous firm

Interview Preparation Tips

Interview preparation tips for other job seekers - Explain in detail to interviewer about your role and responsibilities

Inside Sales Manager Interview Questions asked at other Companies

Q1. What are the strategies do you use to achieve sales target
View answer (2)

Gnani Innovations interview questions for popular designations

 Inside Sales Manager

 (2)

 Project Manager

 (1)

 Technical Lead

 (1)

I applied via Job Portal and was interviewed in Mar 2022. There was 1 interview round.

Round 1 - One-on-one 

(1 Question)

  • Q1. Explain about role in previous firm

Interview Preparation Tips

Interview preparation tips for other job seekers - Explain in detail to interviewer about your role and responsibilities

Inside Sales Manager Interview Questions asked at other Companies

Q1. What are the strategies do you use to achieve sales target
View answer (2)

Interview questions from similar companies

I applied via Company Website and was interviewed before Dec 2020. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Questions on Java,SQL,some trending technologies(IOT,Big data),pattern questions, programming questions with different approaches.

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare basics of DSA, have knowledge about the databases, some common dml ,ddl statements, programming knowledge of a particular language like C,Java, python,etc...have good command on oops concepts... little bit of frameworks knowledge will also help

I applied via Referral and was interviewed before Jan 2021. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. Java questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare basic questions

I applied via Campus Placement and was interviewed before Feb 2021. There were 3 interview rounds.

Round 1 - Aptitude Test 

Aptitude round consists Logical reasoning, General Aptitude, Grammar related questions etc. All are moderate level questions.

Round 2 - Technical 

(3 Questions)

  • Q1. Explain OOPs w.r.t Java
  • Ans. 

    OOPs is a programming paradigm that uses objects to represent real-world entities. Java is an OOPs language.

    • OOPs stands for Object-Oriented Programming System

    • Java is a class-based OOPs language

    • Encapsulation, Inheritance, Polymorphism, and Abstraction are the four pillars of OOPs

    • Objects have state and behavior

    • Java supports interfaces, which allow for multiple inheritance

    • Example: A car can be represented as an object wit...

  • Answered by AI
  • Q2. Explain about the projects that you have worked on
  • Q3. Explain how Java solves machine dependency of code execution
  • Ans. 

    Java solves machine dependency by using bytecode and virtual machine.

    • Java code is compiled into bytecode which is platform-independent

    • The bytecode is executed by the Java Virtual Machine (JVM) which is platform-specific

    • JVM translates bytecode into machine code for the specific platform

    • This allows Java code to run on any platform with a JVM installed

    • Example: A Java program compiled on Windows can run on Linux or Mac as

  • Answered by AI
Round 3 - HR 

(2 Questions)

  • Q1. Why should we hire you?
  • Q2. Tell me about yourself.

Interview Preparation Tips

Topics to prepare for Infosys System Engineer interview:
  • Java
Interview preparation tips for other job seekers - Keep it simple, Prepare basics of 1st preferred Programming Language.

Skills evaluated in this interview

I applied via Campus Placement and was interviewed before May 2021. There were 2 interview rounds.

Round 1 - Aptitude Test 

Numerical ability and logical reasoning followed by some coding mcqs

Round 2 - Technical 

(1 Question)

  • Q1. Print 1 to 100 without for loop
  • Ans. 

    Printing 1 to 100 without for loop

    • Use recursion to print numbers from 1 to 99

    • Print 100 outside the recursion

    • Use a base case to stop recursion at 100

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare from interview bit and practice mcqs

I applied via Campus Placement and was interviewed before Jun 2021. There were 2 interview rounds.

Round 1 - Aptitude Test 

Simple aptitude test

Round 2 - One-on-one 

(1 Question)

  • Q1. General questions as per your cv

Interview Preparation Tips

Topics to prepare for Infosys System Engineer interview:
  • Aptitude
Interview preparation tips for other job seekers - Great company for freshers.. lot to learn and experience

Gnani Innovations Interview FAQs

How many rounds are there in Gnani Innovations interview?
Gnani Innovations interview process usually has 1-2 rounds. The most common rounds in the Gnani Innovations interview process are One-on-one Round, Resume Shortlist and Technical.
How to prepare for Gnani Innovations 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 Gnani Innovations. The most common topics and skills that interviewers at Gnani Innovations expect are Python, PDF, Financial Services, Business Solutions and Machine Learning.
What are the top questions asked in Gnani Innovations interview?

Some of the top questions asked at the Gnani Innovations interview -

  1. What would you do if the buyer is interested but does not have the budget to bu...read more
  2. Programming questions and tech concept discussions on async programming, python...read more

Tell us how to improve this page.

Gnani Innovations Interview Process

based on 2 interviews

Interview experience

2
  
Poor
View more

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.4k Interviews
Infosys Interview Questions
3.6
 • 7.5k Interviews
Wipro Interview Questions
3.7
 • 5.6k Interviews
Tech Mahindra Interview Questions
3.5
 • 3.8k Interviews
HCLTech Interview Questions
3.5
 • 3.8k Interviews
LTIMindtree Interview Questions
3.8
 • 2.9k Interviews
Mphasis Interview Questions
3.4
 • 791 Interviews
Cyient Interview Questions
3.6
 • 284 Interviews
View all

Gnani Innovations Reviews and Ratings

based on 18 reviews

3.1/5

Rating in categories

2.7

Skill development

3.3

Work-life balance

3.2

Salary

2.6

Job security

2.5

Company culture

2.8

Promotions

2.4

Work satisfaction

Explore 18 Reviews and Ratings
NLP Engineer (Night Shift)

Mumbai,

Delhi/Ncr

+1

1-3 Yrs

₹ 7-11 LPA

Devops Engineer

Bangalore / Bengaluru

1-2 Yrs

Not Disclosed

Explore more jobs
NLP Engineer
11 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Android Developer
9 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Project Manager
8 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Software Developer
7 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Full Stack Developer
7 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare Gnani Innovations with

TCS

3.7
Compare

Infosys

3.6
Compare

Wipro

3.7
Compare

HCLTech

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