Upload Button Icon Add office photos
Engaged Employer

i

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

Geeks Invention Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Geeks Invention Senior Consultant Interview Questions and Answers

Updated 4 Dec 2023

Geeks Invention Senior Consultant Interview Experiences

1 interview found

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

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

Basic understanding of algorithms, concepts were verified in Hackerrank test

Round 3 - Technical 

(4 Questions)

  • Q1. The technical discussion of 1 hour with single interviewer took place. Which was more focussed on verifying how good my skills are aligned to their expectations.
  • Q2. How Eventloop works in NodeJs
  • Ans. 

    Eventloop in NodeJs manages asynchronous operations by executing non-blocking code.

    • Eventloop is a single-threaded loop that handles I/O operations asynchronously.

    • It allows NodeJs to perform non-blocking operations by delegating I/O tasks to the system kernel.

    • Eventloop processes tasks in a queue and executes them in a sequential order.

    • Callbacks are used to handle the completion of asynchronous tasks.

    • Example: setTimeout(...

  • Answered by AI
  • Q3. How efficiently we can use NodeJs in production environment
  • Ans. 

    NodeJs can be efficiently used in production environments due to its non-blocking I/O, scalability, and large ecosystem of libraries.

    • NodeJs uses non-blocking I/O which allows for handling multiple requests simultaneously, improving performance and scalability.

    • NodeJs has a large ecosystem of libraries and frameworks that can be easily integrated to build robust applications.

    • NodeJs supports clustering which enables load ...

  • Answered by AI
  • Q4. What are the various ways, two microservices can talk to each other. When to use which approach
  • Ans. 

    Microservices can communicate through synchronous HTTP calls, asynchronous messaging, and event-driven architecture.

    • Synchronous HTTP calls are suitable for simple request-response interactions between microservices.

    • Asynchronous messaging is useful for decoupling services and handling high volumes of data.

    • Event-driven architecture allows microservices to react to events and updates in real-time.

    • Choose synchronous HTTP c...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Don't worry on preparing the fancy stuff. They ask only what we do on daily basis.

Skills evaluated in this interview

Interview questions from similar companies

I applied via Naukri.com and was interviewed in Jul 2022. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. Java core microservices

Interview Preparation Tips

Interview preparation tips for other job seekers - Interview was very good
Interviewer was knowledgeable
Interview experience
5
Excellent
Difficulty level
Hard
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed before Jan 2024. There was 1 interview round.

Round 1 - One-on-one 

(1 Question)

  • Q1. What are the key elements involved in building world-class startups, and what do you believe is the secret ingredient for their success?
  • Ans. 

    Key elements in building world-class startups and secret ingredient for success

    • Strong leadership and vision

    • Innovative and disruptive ideas

    • Effective execution and scalability

    • Resilience and adaptability to market changes

    • Building a strong team with diverse skills and expertise

    • Focus on customer needs and feedback

    • Continuous learning and improvement

    • Access to funding and resources

    • Creating a strong company culture and values

  • Answered by AI
Interview experience
1
Bad
Difficulty level
Easy
Process Duration
2-4 weeks
Result
Not Selected

I applied via Recruitment Consulltant and was interviewed in Jan 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

It is not a aptitude just like a game

Round 2 - One-on-one 

(1 Question)

  • Q1. Here Director will take
  • Ans. Asking out of box Questions,He also dont know the answers😂😂😂
  • Answered by successfulcucumber

Interview Preparation Tips

Interview preparation tips for other job seekers - Guys, Dont go for interview for this company,Who is doing interview they dont know what to ask and mostly last round director will he is uneducated person mostly he will ask unwanted questions if we didn't answer he will be angry and suppose we ask answer he didn't reply because he doesn't know the answer simply staying in long years in company for time pass.
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Recruitment Consulltant and was interviewed before Dec 2023. There were 2 interview rounds.

Round 1 - Coding Test 

1. They ask basic java questions
2. Palindrome and Fibonacci series

Round 2 - HR 

(2 Questions)

  • Q1. Tell me about your self
  • Q2. Salary expectations
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Standard Core Java Questions
Round 2 - One-on-one 

(1 Question)

  • Q1. Standard Managerial Questions
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed before Apr 2023. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Console.log([] === []) ??
  • Ans. 

    No, they are not equal because they are two separate instances of arrays.

    • Empty arrays are two separate instances, so they are not strictly equal.

    • Comparing two empty arrays with strict equality will return false.

  • Answered by AI
  • Q2. Explain useCallback
  • Ans. 

    useCallback is a React hook that returns a memoized callback function

    • Returns a memoized callback function

    • Helps optimize performance by preventing unnecessary re-renders

    • Useful when passing callbacks to child components

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Amdocs Software Developer interview:
  • React.Js
Interview preparation tips for other job seekers - prepare js and react basics in depth

Skills evaluated in this interview

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

(1 Question)

  • Q1. Easy and simple DSA question
Round 2 - HR 

(1 Question)

  • Q1. About your experience and behavioural question
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed before Apr 2023. There was 1 interview round.

Round 1 - One-on-one 

(2 Questions)

  • Q1. String question DSA
  • Q2. Palindrome question DSA
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Coding question
  • Q2. Take a json and perform CRUD operations
  • Ans. 

    Perform CRUD operations on a JSON object

    • Use POST method to create new data

    • Use GET method to read data

    • Use PUT method to update data

    • Use DELETE method to delete data

  • Answered by AI

Skills evaluated in this interview

Geeks Invention Interview FAQs

How many rounds are there in Geeks Invention Senior Consultant interview?
Geeks Invention interview process usually has 3 rounds. The most common rounds in the Geeks Invention interview process are Coding Test, Technical and Resume Shortlist.
What are the top questions asked in Geeks Invention Senior Consultant interview?

Some of the top questions asked at the Geeks Invention Senior Consultant interview -

  1. What are the various ways, two microservices can talk to each other. When to us...read more
  2. How efficiently we can use NodeJs in production environm...read more
  3. How Eventloop works in Nod...read more

Tell us how to improve this page.

Geeks Invention Senior Consultant Interview Process

based on 1 interview

Interview experience

5
  
Excellent
View more

Interview Questions from Similar Companies

Amdocs Interview Questions
3.7
 • 516 Interviews
Khoros Interview Questions
3.7
 • 19 Interviews
View all

Geeks Invention Senior Consultant Reviews and Ratings

based on 1 review

5.0/5

Rating in categories

4.0

Skill development

5.0

Work-life balance

5.0

Salary

5.0

Job security

5.0

Company culture

5.0

Promotions

5.0

Work satisfaction

Explore 1 Review and Rating
Compare Geeks Invention with

Amdocs

3.7
Compare

Yalamanchili Software Exports

3.3
Compare

OnProcess Technology

3.8
Compare

ScoreMe Solutions

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