i
Capco Technologies
Filter interviews by
Dirty read is when a transaction reads data that has been modified by another transaction but not yet committed.
Occurs when a transaction reads uncommitted data from another transaction
Can lead to inconsistent or incorrect results
Can be prevented by using proper isolation levels in database transactions
Count of rows in different types of joins in SQL
Inner join: Counts only the rows that have matching values in both tables
Left join: Counts all rows from the left table and the matching rows from the right table
Right join: Counts all rows from the right table and the matching rows from the left table
Top trending discussions
I applied via Campus Placement and was interviewed before Sep 2023. There was 1 interview round.
Random forest is an ensemble learning method that builds multiple decision trees and merges them to improve accuracy and prevent overfitting.
Random forest is a type of ensemble learning method.
It builds multiple decision trees during training.
Each tree is built using a subset of the training data and a random subset of features.
The final prediction is made by averaging the predictions of all the individual trees.
Random...
Boosting is a machine learning ensemble technique where multiple weak learners are combined to create a strong learner.
Boosting is an iterative process where each weak learner is trained based on the errors of the previous learners.
Examples of boosting algorithms include AdaBoost, Gradient Boosting, and XGBoost.
Boosting is used to improve the accuracy of models and reduce bias and variance.
Some mcq questions and coding question. Both where easy to medium level. Prepare combination/permutation/Time complexity etc
A question related to Binary search and some other follow ups.
I applied via Recruitment Consulltant and was interviewed in Jan 2024. There were 2 interview rounds.
The API allows users to retrieve weather data based on location.
Create a new endpoint that accepts a location parameter
Use a weather API service to fetch weather data based on the location
Return the weather data in a standardized format, such as JSON
The feature added to the project is a user authentication system.
Implement a login page with username and password fields.
Create a database table to store user credentials.
Hash and salt passwords for secure storage.
Implement password reset functionality.
Add user roles and permissions for access control.
I appeared for an interview in Mar 2022.
Round duration - 60 minutes
Round difficulty - Medium
Mcq + Data structures questions
Given an array of integers, find the maximum sum of any contiguous subarray within the array.
array = [34, -50, 42, 14, -5, 86]
137
Find the maximum sum of any contiguous subarray within an array in O(N) time complexity.
Use Kadane's algorithm to find the maximum sum subarray in O(N) time complexity
Initialize two variables: max_sum and current_sum to keep track of the maximum sum subarray
Iterate through the array and update current_sum by adding the current element or starting a new subarray
Update max_sum if current_sum is greater than max_sum
Return...
Round duration - 70 minutes
Round difficulty - Medium
Standard System Design round
Round duration - 90 minutes
Round difficulty - Medium
Interview of DSA + OOPS + Databse(SQL query) + Operating System
Given a binary tree, your task is to print the left view of the tree. The left view of a binary tree contains the nodes visible when the tree is viewed from the left side.
The task is to print the left view of a binary tree, which contains the nodes visible when the tree is viewed from the left side.
Traverse the tree in a level order manner and keep track of the leftmost node at each level.
Use a queue to perform level order traversal.
Print the leftmost node at each level to get the left view of the binary tree.
CHAR is fixed length while VARCHAR2 is variable length in SQL.
CHAR stores fixed length strings, padding with spaces if necessary.
VARCHAR2 stores variable length strings, not padding with spaces.
CHAR is faster for fixed length data, VARCHAR2 is more flexible for varying length data.
There are three types of constructors in C++: default constructor, parameterized constructor, and copy constructor.
Default constructor: Constructor with no parameters.
Parameterized constructor: Constructor with parameters.
Copy constructor: Constructor that initializes an object using another object of the same class.
Example: // Default constructor ClassName() {} // Parameterized constructor ClassName(int x, int y) :...
Overloading is having multiple methods in the same class with the same name but different parameters, while overriding is implementing a method in a subclass that is already defined in the superclass.
Overloading involves multiple methods with the same name but different parameters.
Overriding involves implementing a method in a subclass that is already defined in the superclass.
Overloading is resolved at compile time ba...
Round duration - 60 minutes
Round difficulty - Easy
Hr round - normal hr questions + situational
Thoughtworks community discussion
Tip 1 : Must do Previously asked Interview as well as Online Test Questions.
Tip 2 : Go through all the previous interview experiences from Codestudio and Leetcode.
Tip 3 : Do at-least 2 good projects and you must know every bit of them.
Tip 1 : Have at-least 2 good projects explained in short with all important points covered.
Tip 2 : Every skill must be mentioned.
Tip 3 : Focus on skills, projects and experiences more.
posted on 31 May 2024
General appitute question
A pointer is a variable that stores the memory address of another variable. An array is a collection of similar data types.
Pointers allow for dynamic memory allocation and manipulation.
Arrays can be one-dimensional or multi-dimensional.
Example of pointer: int *ptr = # where num is an integer variable.
Example of array: char str[10] = {'H', 'e', 'l', 'l', 'o', ' ', 'W', 'o', 'r', 'l', 'd'};
I applied via Approached by Company and was interviewed before Apr 2023. There was 1 interview round.
I appeared for an interview in Feb 2025, where I was asked the following questions.
based on 1 interview
Interview experience
Senior Consultant
964
salaries
| ₹10.1 L/yr - ₹35 L/yr |
Consultant
503
salaries
| ₹6.5 L/yr - ₹27 L/yr |
Senior Consultant 2
168
salaries
| ₹13.8 L/yr - ₹37.4 L/yr |
Business Analyst
132
salaries
| ₹7.2 L/yr - ₹26 L/yr |
Consultant2
129
salaries
| ₹8 L/yr - ₹25 L/yr |
Xoriant
CitiusTech
HTC Global Services
HERE Technologies