i
Geeks Invention
Filter interviews by
I applied via LinkedIn and was interviewed before Dec 2022. There were 3 interview rounds.
Given a string, find the length of the longest substring without repeating characters.
I applied via LinkedIn and was interviewed before Dec 2022. There were 3 interview rounds.
Given a set of item, each with a weight and a value, determine the maximum value you can obtain by selecting items without exceeding a given weight limit.
I applied via LinkedIn and was interviewed before Dec 2022. There were 3 interview rounds.
Given a set of items, each with a weight and a value, determine the maximum value you can obtain by selecting items without exceeding a given weight limit.
I applied via LinkedIn and was interviewed before Dec 2022. There were 3 interview rounds.
Given two strings, S and T, find the minimum window in S which will contain all the characters in T.
Geeks Invention interview questions for designations
I applied via LinkedIn and was interviewed before Dec 2022. There were 3 interview rounds.
Coding test Runs for maximum 1 hours , problems from platforms like Leetcode, HackerRank or CodeSignal were asked.
Top trending discussions
Key concepts of OOP include encapsulation, inheritance, polymorphism, and abstraction.
Encapsulation: Bundling data and methods that operate on the data into a single unit (object).
Inheritance: Allowing a class to inherit properties and behavior from another class.
Polymorphism: Objects of different classes can be treated as objects of a common superclass.
Abstraction: Hiding complex implementation details and showing onl
HashMap is a data structure that stores key-value pairs and uses hashing to quickly retrieve values based on keys.
HashMap internally uses an array of linked lists to store key-value pairs.
When a key-value pair is added, the key is hashed to determine the index in the array where the pair will be stored.
If multiple keys hash to the same index (collision), a linked list is used to store these pairs.
To retrieve a value, t...
Nuts and bolts game, to output date in a certain format, one SQL query
posted on 17 Sep 2024
Data structure and aptitude
10 mins given for prepare for the problem and after completing the problem (program ) they asked to explain and asked to upgrade the program by reduce time complexity
Reverse a string without using built-in functions or for loops
Use recursion to reverse the string
Pass the substring excluding the first character to the recursive function
Base case: return the character itself if the length of the string is 1
Concatenate the last character of the string with the result of the recursive call
I am a passionate software developer with experience in Java, Python, and web development.
Experienced in Java and Python programming languages
Skilled in web development technologies like HTML, CSS, and JavaScript
Worked on projects involving database management with SQL
Yes, I am okay with agreement.
I am comfortable with signing agreements related to software development projects.
I understand the importance of agreements in protecting both parties involved in a project.
I am willing to review and negotiate agreements to ensure they are fair and reasonable.
posted on 23 Oct 2024
I applied via Naukri.com and was interviewed in Sep 2024. There were 3 interview rounds.
Divisibility, LCM, HCF.
Numbers, Decimals, Fractions, Powers.
Profit, Loss.
Simple interest and Compound interest.
Speed, Distance, Time.
Work and wages.
Trains, Boats, Streams-upstream/downstream, Circular track questions.
Cistern and pipes.
Coding interviews test candidates' technical knowledge, coding ability, problem solving skills, and creativity, typically on a whiteboard.
Choose a topic based on the assignment.
2 Conduct research.
3 Write a thesis statement
posted on 15 Nov 2024
I applied via Referral and was interviewed in Oct 2024. There was 1 interview round.
Promises in JavaScript are objects representing the eventual completion or failure of an asynchronous operation.
Promises are used to handle asynchronous operations in JavaScript.
They can be in one of three states: pending, fulfilled, or rejected.
Promises can be chained using .then() to handle success and .catch() to handle errors.
based on 6 reviews
Rating in categories
Software Developer
4
salaries
| ₹20 L/yr - ₹35 L/yr |
TCS
Infosys
Wipro
HCLTech