Upload Button Icon Add office photos
Engaged Employer

i

This company page is being actively managed by GAIN Credit Team. If you also belong to the team, you can get access from here

GAIN Credit Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

GAIN Credit Linux Administrator Interview Questions and Answers

Updated 21 Apr 2021

GAIN Credit Linux Administrator Interview Experiences

1 interview found

Interview Questionnaire 

1 Question

  • Q1. Core linux, security, web services, iptables, IDS IPS

Interview questions from similar companies

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Approached by Company and was interviewed before Dec 2023. There were 3 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Coding, Modelling
Round 2 - Aptitude Test 

Project Management, Delivery etc

Round 3 - One-on-one 

(1 Question)

  • Q1. How would you handle a difficult client

Interview Questionnaire 

4 Questions

  • Q1. Questions on Unix system
  • Q2. Previous project
  • Q3. Basic to moderate DB questions.
  • Q4. Situation based questions to handle scenario, apm tools used
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
4-6 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed before Dec 2023. There was 1 interview round.

Round 1 - About process 

(2 Questions)

  • Q1. Questions about your experience
  • Q2. It will depend your experience

Interview Preparation Tips

Interview preparation tips for other job seekers - Good place to work and common interview base on your experience, they ask what you know. It's a company gives opportunities

I applied via Campus Placement and was interviewed in Jan 2021. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. Questions related to credit bureaus, knowledge of Python/R, projects done in the related domain

Interview Preparation Tips

Interview preparation tips for other job seekers - Be thorough with basics, be well informed about Credit Risk.
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed in Oct 2022. There were 4 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Do not use an unprofessional email address such as cool_boy@email.com. It shows a lack of professionalism by the candidate.
View all tips
Round 2 - Coding Test 

You will be given a dataset and a questionnaire to be solved over it

Round 3 - One-on-one 

(4 Questions)

  • Q1. Explain confidance interval
  • Ans. 

    Confidence interval is a range of values that is likely to contain the true population parameter with a certain level of confidence.

    • Confidence interval is used to estimate the population parameter based on a sample statistic.

    • It is calculated by taking the sample mean and adding or subtracting the margin of error.

    • The level of confidence is typically set at 95% or 99%.

    • For example, a 95% confidence interval for the averag...

  • Answered by AI
  • Q2. Explain logistic regression
  • Ans. 

    Logistic regression is a statistical method used to analyze and model the relationship between a binary dependent variable and one or more independent variables.

    • It is used to predict the probability of a binary outcome (0 or 1).

    • It uses a sigmoid function to map the input values to the output probability.

    • It is commonly used in machine learning for classification problems.

    • Example: predicting whether a customer will buy a...

  • Answered by AI
  • Q3. Use of confusion matrix
  • Ans. 

    Confusion matrix is a table used to evaluate the performance of a classification model.

    • It helps in calculating various metrics like accuracy, precision, recall, F1 score, etc.

    • It compares the predicted values with the actual values to identify true positives, true negatives, false positives, and false negatives.

    • It is commonly used in machine learning and data science to evaluate the performance of classification models.

    • ...

  • Answered by AI
  • Q4. Explain academic projects
  • Ans. 

    Academic projects are assignments given to students to apply their theoretical knowledge in practical scenarios.

    • Academic projects are designed to help students gain hands-on experience in their field of study.

    • They require students to apply their theoretical knowledge to solve real-world problems.

    • Examples of academic projects include building a website, designing a software application, conducting a research study, or c...

  • Answered by AI
Round 4 - One-on-one 

(2 Questions)

  • Q1. What do you know about crif
  • Q2. What do you want to learn here

Interview Preparation Tips

Topics to prepare for Crif Solutions Intern interview:
  • Advance excel
Interview preparation tips for other job seekers - They focus more on practical than theory. You can use python to solve the questions but using excel will be more appreciated

Skills evaluated in this interview

Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed in Sep 2023. There were 3 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Be honest with your years of experience. All information you share will be verified at the time of joining.
View all tips
Round 2 - Aptitude Test 

Java 8, Mysql, sprin, c, c++

Round 3 - Technical 

(1 Question)

  • Q1. Questions based on core java and oops concepts

Interview Preparation Tips

Topics to prepare for Crif Solutions Software Developer interview:
  • Core Java
  • java 8
Interview experience
3
Average
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
-

I applied via Campus Placement and was interviewed before Oct 2022. There were 3 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Keep your resume crisp and to the point. A recruiter looks at your resume for an average of 6 seconds, make sure to leave the best impression.
View all tips
Round 2 - Assignment 

Statistics assignment on given dataset

Round 3 - One-on-one 

(1 Question)

  • Q1. Credit Risk, loan disbursement process, PD model , machine learning

Interview Preparation Tips

Interview preparation tips for other job seekers - There might one more one on one round
Interview experience
2
Poor
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed before May 2023. There was 1 interview round.

Round 1 - Technical 

(5 Questions)

  • Q1. Basics of Logistic regression
  • Q2. What is Logistic Regression? What is Recall
  • Ans. 

    Logistic Regression is a statistical method used to model the probability of a certain event occurring based on one or more predictor variables. Recall is a metric used to evaluate the performance of a classification model.

    • Logistic Regression is used for binary classification tasks, where the outcome variable is categorical and has two classes.

    • It estimates the probability that a given input belongs to a certain categor...

  • Answered by AI
  • Q3. What is Recall?
  • Ans. 

    Recall is a metric used in classification models to measure the ability of the model to find all relevant cases within a dataset.

    • Recall is calculated as the number of true positive predictions divided by the sum of true positive and false negative predictions.

    • It is also known as sensitivity or true positive rate.

    • A high recall indicates that the model is good at identifying all relevant cases, even if it means more fals...

  • Answered by AI
  • Q4. What is the difference between linear and logistic reg.?
  • Ans. 

    Linear regression is used for predicting continuous values, while logistic regression is used for predicting binary outcomes.

    • Linear regression is used when the target variable is continuous and has a linear relationship with the independent variables.

    • Logistic regression is used when the target variable is binary or categorical and the relationship between independent variables and the target is non-linear.

    • Linear regres...

  • Answered by AI
  • Q5. What are the performance metrics of Regression
  • Ans. 

    Performance metrics of Regression include Mean Squared Error, R-squared, Mean Absolute Error, etc.

    • Mean Squared Error (MSE)

    • R-squared (R^2)

    • Mean Absolute Error (MAE)

    • Root Mean Squared Error (RMSE)

    • Adjusted R-squared

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - do not go in-depth just cover basics of ML, python, Excel

Skills evaluated in this interview

I applied via Walk-in and was interviewed in May 2022. There were 2 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Keep your resume crisp and to the point. A recruiter looks at your resume for an average of 6 seconds, make sure to leave the best impression.
View all tips
Round 2 - One-on-one 

(2 Questions)

  • Q1. Java basics questions and java basic answers waste interview maximum element in an array array merged opps concepts basic puzzels.
  • Q2. Opps concepts basic programs

Interview Preparation Tips

Interview preparation tips for other job seekers - donot join this company one of the worst company everseen

Tell us how to improve this page.

Interview Questions from Similar Companies

BharatPe Interview Questions
3.4
 • 38 Interviews
Kissht Finance Interview Questions
3.9
 • 33 Interviews
FNZ Interview Questions
2.5
 • 29 Interviews
Verifone Interview Questions
3.3
 • 24 Interviews
Uni Cards Interview Questions
3.8
 • 24 Interviews
Experian Interview Questions
3.9
 • 22 Interviews
indiagold Interview Questions
4.1
 • 22 Interviews
View all

GAIN Credit Linux Administrator Reviews and Ratings

based on 1 review

5.0/5

Rating in categories

5.0

Skill development

5.0

Work-life balance

4.0

Salary

5.0

Job security

4.0

Company culture

5.0

Promotions

5.0

Work satisfaction

Explore 1 Review and Rating
Senior Software Engineer
38 salaries
unlock blur

₹6.6 L/yr - ₹23.6 L/yr

Software Engineer
28 salaries
unlock blur

₹5 L/yr - ₹17 L/yr

Devops Engineer
21 salaries
unlock blur

₹4.9 L/yr - ₹10 L/yr

Senior Test Engineer
18 salaries
unlock blur

₹5.3 L/yr - ₹14.2 L/yr

Product Manager
17 salaries
unlock blur

₹17 L/yr - ₹32 L/yr

Explore more salaries
Compare GAIN Credit with

BharatPe

3.4
Compare

i-exceed technology solutions

2.9
Compare

Kissht Finance

3.9
Compare

FNZ

2.5
Compare
Did you find this page helpful?
Yes No
write
Share an Interview