i
Chetu
Filter interviews by
Basic aptitude test with technical and non technical question
Top trending discussions
I applied via Referral and was interviewed in May 2024. There was 1 interview round.
Abstract class is a class that cannot be instantiated, while an interface is a blueprint of a class with only abstract methods.
Abstract class cannot be instantiated, but can have both abstract and non-abstract methods.
Interface can only have abstract methods and cannot have method implementations.
Method overloading is having multiple methods in the same class with the same name but different parameters.
Method overridin...
Coding questions related to trees and graphs
I applied via campus placement at Sethu Institute of Technology, Madurai and was interviewed in Mar 2024. There were 2 interview rounds.
A groups of 10 were formed for GD
The question were very basic related to OOPS.
I applied via Job Portal and was interviewed in Dec 2023. There were 3 interview rounds.
Online Coding test conducted virtually .
I am a passionate software developer with experience in Java, Python, and web development.
Experienced in Java, Python, and web development technologies
Strong problem-solving skills
Team player with excellent communication skills
I was motivated to move to this role because of my passion for coding and desire to work on challenging projects.
Passion for coding and technology
Desire to work on challenging projects
Opportunity for growth and learning
Interest in the company's products or services
I applied via Company Website and was interviewed in May 2023. There were 3 interview rounds.
I was interviewed in Sep 2021.
Round duration - 90 minutes
Round difficulty - Hard
Test was conducted on Hackerearth.
Test consist of 3 questions (1 medium strings related question + 1 hard digit dp question + 1 hard lazy segment tree question)
In this method, Before we start let us define what is the right half (or right part) and what is left half (or left part) in the string. There can be two cases based on the length of the string:
If ther...
The basic idea is that try each and every possible subarray and find the sum of the current subarray and check if the current sum is divisible by ‘K’.
Round duration - 90 Minutes
Round difficulty - Medium
Timing : 8:00 am - 9:30 am
The interview took place on google meet. The interviewer gave 1 coding question on google docs and have to write the code on google doc itself.
After 45 minutes a second interviewer came in the same meeting and he also gave a coding question in the same google doc.
The rank of any element in ‘ARR’ is equal to t...
The idea is to use the binary search tree.
First of all, we will make a binary search tree say ‘BST’ from the given array ‘ARR’ after this we can use ‘BST’ to find the rank of ‘ARR[K]’.
Each node of ‘BST’ will store the data value and size of its left subtree.
Here is the complete algorithm:
Step 1- Making the ‘BST’ :
Let insert(TreeNode* <int> ROOT, int VAL) be a function whi...
Process vs thread
why we do threading, advantages of multithreading.
What is context switching?
Where do we store the process data when we do the context switching.
Memory layout of process.
What fi...
What is concurrency control is dbms.
How is synchronization done in readers and writers.
Explain meta tags in HTML
What Is Load Balancing?
Explain the CSS “box model” and the layout components that it consists of
Round duration - 60 Minutes
Round difficulty - Medium
Timing : 10:30 am - 11:30 am
The interview took place on google meet. The interviewer gave 1 coding question on google docs and have to write the code on google doc itself.
The main idea is for every element to count the number of elements less than ARR[i] on its right using a loop.
Algorithm:
O(1)
&nbs...
What is critical section.
How does mutex work.
How does semaphores work and how it is implemented.
Binary vs counting semaphores.
Difference betweek mutex and binary semaphore.
Can we replace a code...
Round duration - 15 Minutes
Round difficulty - Easy
Timing : 11:45am - 12:00 pm.
The interview took place on google meet.
Introduce yourself.
Tell me about your family and friends.
Tell me somthing that you love to do.
What do you expect from Sprinklr.
Where do you want to see yourself from 3-4 years from now.
Tip 1 : Be confident while giving the answer
Tip 2 : Be honest while sharing your thoughts.
Tip 3 : Be prepared with your answers for the most asked HR interview questions.
Tip 1 : Practice data structures and algorithms daily.
Tip 2 : Do at least one project and be ready with any type of questions based on the project.
Tip 3 : Have a proper understanding of all the CS fundaments and OOPs concepts.
Tip 4 : If you have have learn basics of system design.
Tip 1 : Do not mention such skills in which you are not so confident.
Tip 2 : Have at least one project.
Tip 3 : Do not keep so much of empty spaces.
Tip 4 : Use hyperlinks to attach your programming accounts and project (if it is hosted somewhere or else github).
I was interviewed in Oct 2021.
Round duration - 50 Minutes
Round difficulty - Medium
1 Coding question
Algorithm:
Tip 1 : First Learn Basic Programming Concepts start with c/c++ then go for different data structures and basic algorithms
Tip 2 : Start doing CP ( competitive programming on different platforms ), Make sure you are consistent this way you will most likely become good in cp
Tip 3 : Always stay in touch with those important subjects which are asked in interviews. Start learning web development or android/ios apps development or ML whatever you think you like work on some projects. Interviewer sometimes asks about your projects. If you have worked as an intern somewhere make sure you put it in resume as well as the kind of work you have done there
Tip 1 : Make sure you put your skills in order in which you are good.
Tip 2 : Put projects and Intern details ( If worked somewhere as imtern)
Tip 3 : Make it easily readable, Keeps the points in focus which you want them to see
I was interviewed before Sep 2020.
Round duration - 90 Minutes
Round difficulty - Medium
It was an online technical round. There were around 20 MCQs and two coding questions. The round had an login window of 30 minutes. One coding question was of the level leetcode medium and the other was leetcode hard.
O(1).
Since only constant extra space is required.
Time Complexity: O(n^2)Explanation:O(N ^ 2), where ‘N’ is the number of rows or columns in the matrix.
&nb...
Two numbers ar...
The better solution is to use Euler’s product formula which states that the total number of integers between 1 and N - 1 inclusive which are coprime to N can be found using this formula Euler Product Formula N * (1 - (1 / p1)) * (1 - (1 / p2)) *.......* (1 - (1 / pk)) where p1,p2...pk are the prime factors of N.
So now the problem is to find all the prime factors and use the above formula.
&n...
Round duration - 60 Minutes
Round difficulty - Medium
It was a technical + HR round. The interview panel consisted of two technical guys and one person from HR.
Approach: The idea here is to use a data structure HashMap to store each character’s order in the new alphabetical order, starting with a letter c (given in the problem). Now, start comparing the strings in the ‘ARRSTR[]’ using HashMap that has been created to define the order.
Suppose that we are comparing two strings of ‘ARRSTR[]’ named ‘X’ and ‘Y’. Let us assume that we have found the first diff...
What are ACID Properties?
What is a foriegn key?
Some SQL Queries on JOINS
Explain Pillars of OOPS
Tip 1 : Practice questions on CP platforms such as codechef and codeforces. It will greatly help you for clearing coding round.
Tip 2 : Make notes of theory Subjects. It will greatly help you in last minute preparation.
Tip 3 : Go through the interview experience of the company before hand.
Tip 4 : Practice questions by narrating the explaination. Else it gets very difficult to both explain and code at the same time of interview.
Tip 1 : Never lie on the resume. If you are not confident about something dont add it.
Tip 2 : Have atleast 2 projects on resume.
Tip 3 : Dont make it colourful. Follow any formal standard template.
Tip 4 : Add links to the project or your work if possible.
Tip 5 : Have only one Page. Dont write stories.
based on 5 reviews
Rating in categories
Software Engineer
1.2k
salaries
| ₹2.5 L/yr - ₹10.4 L/yr |
Software Developer
1k
salaries
| ₹2 L/yr - ₹9.7 L/yr |
Senior Software Engineer
644
salaries
| ₹4.4 L/yr - ₹10.5 L/yr |
Team Lead
284
salaries
| ₹5 L/yr - ₹13 L/yr |
Senior Software Developer
216
salaries
| ₹4.9 L/yr - ₹11 L/yr |
TCS
Infosys
Wipro
HCLTech