Filter interviews by
I applied via Campus Placement
Program to implement stack using class
Create a class named Stack with necessary methods like push, pop, peek, isEmpty
Use an array or linked list to store the elements in the stack
Implement the push method to add elements to the top of the stack
Implement the pop method to remove and return the top element from the stack
Implement the peek method to return the top element without removing it
Implement the isEmpty method to
A linked list is a data structure where each element points to the next one.
Create a Node class with a value and a next pointer
Create a LinkedList class with a head pointer and methods to add, remove, and traverse nodes
Example: Node(5) -> Node(10) -> Node(15)
Example: LinkedList.add(5), LinkedList.add(10), LinkedList.add(15), LinkedList.remove(10)
Program to find factorial of a number using recursion.
Define a function that takes a number as input.
Check if the number is 0 or 1, return 1 in that case.
If not, call the function recursively with n-1 as input and multiply it with n.
Return the result.
Program to remove duplicate elements from an array
Use a hashset to store unique elements
Iterate through the array and add non-duplicates to the hashset
Convert hashset back to array
I applied via Approached by Company and was interviewed before Nov 2023. There was 1 interview round.
Flutter offers various state management approaches like Provider, Bloc, Redux, MobX, etc.
Provider: Simple and easy to use for small to medium-sized apps.
Bloc: Great for managing complex state and business logic.
Redux: Predictable state container for managing app state.
MobX: Observable state management with minimal boilerplate code.
I applied via Approached by Company and was interviewed before Jun 2023. There was 1 interview round.
Interview wasn't hard interviewer first asked questions related to Golang and then directly moved to the DSA question.
The problem was the valid parentheses, then he asked a question on SQL and gave a problem: to find the second highest salary.
I applied via Campus Placement and was interviewed in Nov 2022. There were 4 interview rounds.
2 coding questions hosted in Hackerearth.
Q1. Related to monotonic stack
Q2. Related to graph traversal
2 normal coding questions were given during interview, after that they asked fundamentals from OOPs
Last technical round, they asked me 2 questions.
Questions were from linked list and sorting
CBNITS interview questions for popular designations
I applied via Referral and was interviewed before Jun 2023. There was 1 interview round.
Golang's basics were asked alongside the database related questions which was not much harder.
I applied via Campus Placement and was interviewed before May 2023. There was 1 interview round.
Hackerrank coding question
I applied via Referral and was interviewed before Mar 2023. There were 2 interview rounds.
Some numerical reasoning questions relevant to the job position
I was asked to write a palindrome program.
I applied via Referral and was interviewed in Sep 2021. There were 2 interview rounds.
I applied via Naukri.com and was interviewed in Mar 2021. There was 1 interview round.
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.
Interview experience
based on 129 reviews
Rating in categories
5-10 Yrs
Not Disclosed
4-7 Yrs
Not Disclosed
Programmer Analyst
43
salaries
| ₹3 L/yr - ₹7.2 L/yr |
Software Developer
39
salaries
| ₹3 L/yr - ₹8.1 L/yr |
Full Stack Developer
23
salaries
| ₹3.6 L/yr - ₹12.8 L/yr |
Front end Developer
20
salaries
| ₹3 L/yr - ₹13.2 L/yr |
Junior Programmer
16
salaries
| ₹3 L/yr - ₹5 L/yr |
TCS
Infosys
Wipro
HCLTech