i
Tectoro Consulting
Filter interviews by
I applied via Walk-in and was interviewed in Apr 2024. There were 3 interview rounds.
Basic aptitude questions
Coding questions are like in arrays, recursion,
Java is a popular programming language known for its platform independence and object-oriented approach.
Java is platform-independent, meaning it can run on any device with a Java Virtual Machine (JVM)
It is object-oriented, allowing for modular and reusable code
Java is widely used for developing web applications, mobile apps, and enterprise software
Popular Java frameworks include Spring, Hibernate, and Apache Struts
Encapsulation is the concept of bundling data and methods that operate on the data into a single unit, known as a class.
Encapsulation helps in hiding the internal state of an object and restricting access to it.
It allows for better control over the data by preventing direct access from outside the class.
Encapsulation also helps in achieving data abstraction, where the internal details of an object are hidden and only n...
Method overloading is having multiple methods in the same class with the same name but different parameters. Method overriding is having a method in a subclass with the same name and parameters as a method in its superclass.
Method overloading is achieved by having methods with the same name but different parameters in the same class.
Method overriding is when a subclass provides a specific implementation of a method tha...
Exception handling is the process of responding to the occurrence of exceptions during program execution.
Exception handling allows developers to gracefully handle errors and prevent program crashes.
It involves using try, catch, and finally blocks to handle exceptions.
Examples of exceptions include NullPointerException, ArrayIndexOutOfBoundsException, and IOException.
Remove duplicate elements in string using recursion
Create a recursive function that takes a string and a set to keep track of unique characters
Check if the current character is already in the set, if so skip it
Append the current character to the result and add it to the set
Recursively call the function with the remaining substring
Kafka is a distributed streaming platform used for building real-time data pipelines and streaming applications.
Kafka is designed to handle high-throughput, fault-tolerant, and scalable real-time data streams.
It uses topics to categorize data streams, producers publish messages to topics, and consumers subscribe to topics to process messages.
Kafka can be implemented using Kafka APIs in Java, Scala, or other programming...
OAuth is an open standard for access delegation, commonly used as a way for Internet users to grant websites or applications access to their information on other websites but without giving them the passwords.
OAuth allows users to grant access to their information on one site to another site without sharing their credentials.
It is commonly used for authentication and authorization in APIs.
OAuth uses tokens to access re...
posted on 30 Sep 2024
I applied via Referral and was interviewed in Mar 2024. There were 4 interview rounds.
Normal apti questions test is easy
Opps,java basics, question on array and string as an array
I applied via Naukri.com
I applied via Naukri.com and was interviewed in Jun 2022. There were 3 interview rounds.
Find the 2nd largest element in an array with the least time complexity.
Sort the array in descending order and return the element at index 1.
Initialize two variables to keep track of the largest and second largest elements.
Iterate through the array and update the variables accordingly.
Return the second largest element.
I applied via Campus Placement and was interviewed in Jun 2024. There were 2 interview rounds.
It was ok. I was not able to solve all the questions.
To remove the last element from a linked list, iterate to the second last node and update its next pointer to null.
Iterate through the linked list to find the second last node
Update the next pointer of the second last node to null
I applied via LinkedIn and was interviewed in Aug 2024. There was 1 interview round.
The interviewer asked about javascript basics and DSA questions and some typescript questions
posted on 31 Aug 2024
I applied via Naukri.com and was interviewed in Mar 2024. There were 2 interview rounds.
Simple question on maths
OOPS (Object-Oriented Programming) is a programming paradigm based on the concept of objects, which can contain data and code.
OOPS focuses on creating objects that interact with each other to solve complex problems
Key principles include encapsulation, inheritance, polymorphism, and abstraction
Encapsulation ensures that the internal state of an object is hidden from the outside world
Inheritance allows a class to inherit...
I applied via Walk-in and was interviewed in Feb 2022. There were 3 interview rounds.
5 coding questions in 45 mins ...very easy questions, you can easily do..pen paper based exam. Programs were on strings, arrays and patterns
Round 2 is also coding test here questions were moderate. 3 questions given for 1.5 hours..
Again string and pattern programs were given.
Candidate should be clear with loops , strings arrays..thats it.. no need of studying linked lists ,stacks, queues or other data structures..your knowledge of algorithms doesnt matter here..its all about patterns, strings, arrays and loops
It is last coding round..here there is too much politics those who are working there call there friends and make them sit directly in final round..3 questions given no limit on time you have to do any 2 . They will roam around in roam and will discuss your code..they will help there friends as i was there without any referral there was noone for me..but it doesn't matter if u have strong basics u can crack it ..because problems are again on strings, arrays,patterns . I got bored doing same problems.
I applied via Recruitment Consulltant and was interviewed in May 2024. There were 2 interview rounds.
Lookup is used to perform a left outer join in MongoDB, while graphlookup is used to perform recursive graph traversal.
Lookup is used to perform a left outer join between two collections in MongoDB.
Graphlookup is used to perform recursive graph traversal in a collection that contains graph data.
Lookup can only perform a single level join, while graphlookup can perform multiple levels of traversal.
Lookup is faster than
Use a hashmap to count the frequency of each character in a string.
Create a hashmap to store characters as keys and their frequencies as values.
Iterate through the string and update the hashmap accordingly.
Return the hashmap with character frequencies.
Creating a REST API from controller to repository using NOTEPAD
Create a controller class with mapping annotations for REST endpoints
Implement service layer to handle business logic and interact with repository
Define repository interface with methods for data access operations
Use Spring Boot for easy setup and configuration
Test API endpoints using tools like Postman
based on 4 reviews
Rating in categories
Software Developer
42
salaries
| ₹2.5 L/yr - ₹11.3 L/yr |
Member Technical
35
salaries
| ₹2 L/yr - ₹7 L/yr |
Senior Member Technical
28
salaries
| ₹4 L/yr - ₹10.2 L/yr |
Senior Developer
25
salaries
| ₹5 L/yr - ₹15 L/yr |
Developer
21
salaries
| ₹3.2 L/yr - ₹7.5 L/yr |
Infosys
Wipro
TCS
HCLTech