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
I applied via Naukri.com and was interviewed in Feb 2023. There were 3 interview rounds.
I applied via Referral and was interviewed in Dec 2023. There was 1 interview round.
Aptitude and reasoning
Tectoro Consulting interview questions for popular designations
Strings and arrays
I applied via Naukri.com and was interviewed in Jan 2020. There were 4 interview rounds.
Top trending discussions
I applied via Naukri.com and was interviewed in Dec 2024. There was 1 interview round.
To create a pipeline in Databricks, you can use Databricks Jobs or Apache Airflow for orchestration.
Use Databricks Jobs to create a pipeline by scheduling notebooks or Spark jobs.
Utilize Apache Airflow for more complex pipeline orchestration with dependencies and monitoring.
Leverage Databricks Delta for managing data pipelines with ACID transactions and versioning.
posted on 17 Dec 2024
I applied via Instahyre and was interviewed in Nov 2024. There was 1 interview round.
Use SQL query to count number of reportees for each manager and filter out those with atleast 5 reportees.
Write a SQL query to count number of reportees for each manager using GROUP BY clause
Add HAVING clause to filter out managers with atleast 5 reportees
Example: SELECT managerId, COUNT(id) AS num_reportees FROM table_name GROUP BY managerId HAVING num_reportees >= 5
Use libraries like pandas and dask to efficiently manage large datasets in Python.
Use pandas library for data manipulation and analysis.
Use dask library for parallel computing and out-of-core processing.
Optimize memory usage by loading data in chunks or using data types efficiently.
Consider using cloud services like AWS S3 or Google BigQuery for storing and processing large datasets.
Some commonly used Python libraries for Data Analysts are Pandas, NumPy, Matplotlib, and Scikit-learn.
Pandas - used for data manipulation and analysis
NumPy - used for numerical computing and working with arrays
Matplotlib - used for data visualization
Scikit-learn - used for machine learning and data mining
I applied via Naukri.com and was interviewed in Sep 2024. There were 2 interview rounds.
Agile values include individuals and interactions over processes and tools, while Scrum values include commitment, courage, focus, openness, and respect.
Agile values prioritize individuals and interactions over processes and tools
Scrum values include commitment, courage, focus, openness, and respect
Scrum ceremonies include Sprint Planning, Daily Standup, Sprint Review, and Sprint Retrospective
Story points are a unit of...
As a project manager, I prepare various documents such as project plans, schedules, budgets, risk assessments, and progress reports. I contribute by leading the team, managing resources, and ensuring project success.
Prepare project plans outlining scope, objectives, deliverables, and timelines
Create schedules to allocate tasks and track progress
Develop budgets to manage project costs effectively
Conduct risk assessments...
Provide clear expectations, offer support and training, provide feedback and recognition, set goals and milestones.
Clearly communicate expectations and goals to the resource.
Offer support and training to help the resource improve their skills and knowledge.
Provide regular feedback and recognition for progress made.
Set specific goals and milestones to track improvement.
Create a development plan with the resource to addr...
Scrum of Scrums is a scaled agile framework where multiple Scrum teams coordinate their work. PI planning is a key event in SAFe where teams plan their work for the upcoming Program Increment.
Scrum of Scrums involves representatives from each Scrum team meeting regularly to discuss dependencies and progress.
PI planning is a two-day event where teams align on their objectives, dependencies, and priorities for the upcomi...
Interview experience
based on 60 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