Upload Button Icon Add office photos

Filter interviews by

Credgenics Software Developer Intern Interview Questions and Answers

Updated 15 May 2024

Credgenics Software Developer Intern Interview Experiences

2 interviews found

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-

I applied via campus placement at International Institute of Information Technology (IIIT), Allahabad and was interviewed before Oct 2022. There were 3 interview rounds.

Round 1 - Coding Test 

3 medium leetcode questions

Round 2 - Technical 

(2 Questions)

  • Q1. Questions of SQL and DBMS 2 DSA questions
  • Q2. Valid parentheses in o(1) space
  • Ans. 

    Check if parentheses are valid in constant space

    • Use a counter to keep track of open parentheses

    • Increment counter for '(' and decrement for ')'

    • If counter goes negative or not zero at end, return false

  • Answered by AI
Round 3 - Technical 

(3 Questions)

  • Q1. Projects and brain stroming
  • Q2. Projects were asked in depth
  • Q3. Interviewer had good technical knowledge

Skills evaluated in this interview

Interview experience
4
Good
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 

(2 Questions)

  • Q1. Fizzbuzz problem
  • Ans. 

    FizzBuzz is a common programming problem where you print numbers from 1 to n, but for multiples of 3 print 'Fizz', for multiples of 5 print 'Buzz', and for multiples of both print 'FizzBuzz'.

    • Iterate from 1 to n

    • Check if the number is divisible by 3, 5, or both

    • Print 'Fizz', 'Buzz', or 'FizzBuzz' accordingly

  • Answered by AI
  • Q2. Find ranking accord it to their marks

Software Developer Intern Interview Questions Asked at Other Companies

Q1. Sum of Maximum and Minimum Elements Problem Statement Given an ar ... read more
asked in CommVault
Q2. Sliding Maximum Problem Statement Given an array of integers ARR ... read more
Q3. Find K Closest Elements Given a sorted array 'A' of length 'N', a ... read more
asked in Groww
Q4. Minimum and Maximum Candy Cost Problem Ram is in Ninjaland, visit ... read more
Q5. Nth Element Of Modified Fibonacci Series Given two integers X and ... read more

Interview questions from similar companies

Interview experience
1
Bad
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

(1 Question)

  • Q1. Diff between react and jQuery
  • Ans. 

    React is a modern JavaScript library for building user interfaces, while jQuery is a fast and concise JavaScript library for DOM manipulation.

    • React is component-based, promoting reusability and modularity.

    • React uses a virtual DOM for efficient updates, while jQuery directly manipulates the DOM.

    • React is declarative, making it easier to reason about the UI, while jQuery is imperative.

    • React is typically used for single-pa...

  • Answered by AI
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed in Jul 2024. There were 3 interview rounds.

Round 1 - Coding Test 

3 dsa questions medium level

Round 2 - Technical 

(2 Questions)

  • Q1. 2 medium level dp questions based on string and stocks
  • Q2. One hard question based on graph
Round 3 - HR 

(1 Question)

  • Q1. Hr questions and java , springboot questions etc
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
-

I was interviewed in Jan 2025.

Round 1 - Coding Test 

Test was based on arrays and some dsa concepts.

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

Coding and aptitude round

Round 2 - Technical 

(1 Question)

  • Q1. Tree dsa questions
Round 3 - Puzzles Interview 

(1 Question)

  • Q1. Horse race question
Round 4 - HR 

(1 Question)

  • Q1. Location specific question
Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
-
Result
Not Selected

I applied via Campus Placement

Round 1 - Coding Test 

They follow the same pattern questions in every college so go through those. These are easily accessible from Leetcode discussion section.

Round 2 - Technical 

(1 Question)

  • Q1. Well I was not selected for futther rounds :(
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
4-6 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed before Mar 2023. There were 4 interview rounds.

Round 1 - Coding Test 

Javascript,html, CSS and MySQL

Round 2 - Technical 

(2 Questions)

  • Q1. Basic NodeJs and MySQL questions,scenario-based technical questions and basic interview questions
  • Q2. What is an event loop, The second highest from the table
  • Ans. 

    An event loop is a programming construct that waits for and dispatches events or messages in a program.

    • Event loop is commonly used in asynchronous programming to handle tasks like I/O operations without blocking the main thread.

    • It continuously checks for events in a queue and processes them one by one.

    • Examples of event loops include Node.js event loop for handling asynchronous operations in JavaScript.

    • Event loop helps ...

  • Answered by AI
Round 3 - Technical 

(1 Question)

  • Q1. Basic nodejs and SQL queries question
Round 4 - Behavioral 

(1 Question)

  • Q1. Basic interview question and technology based

Interview Preparation Tips

Topics to prepare for Airpay Payment Services Senior Software Engineer interview:
  • nodejs
  • MySQL
  • restapi
Interview experience
4
Good
Difficulty level
-
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Company Website and was interviewed in Mar 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Basic Python Questions Work Exp related discussions
  • Q2. Snake and Ladder Problem
  • Ans. 

    Snake and Ladder Problem is a classic board game where players move their tokens based on the roll of a dice.

    • The game involves a board with numbered squares, where players move their tokens based on the roll of a dice.

    • Snakes and ladders on the board can either help a player advance or set them back.

    • The game continues until a player reaches the final square, usually 100, to win.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - rejected cause of bad / not relevant previous work experience. rest all I completed

Skills evaluated in this interview

Software Engineer Interview Questions & Answers

OneCard user image Kishan KAVATHIYA (Kishu)

posted on 15 May 2024

Interview experience
3
Average
Difficulty level
-
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via LinkedIn and was interviewed in Apr 2024. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. Internal Implementation of HashMap
  • Ans. 

    HashMap is implemented using an array of linked lists to handle collisions.

    • HashMap stores key-value pairs in an array of linked lists

    • Hash function is used to determine the index of the array where the key-value pair will be stored

    • Collision handling is done by chaining, where multiple key-value pairs with the same hash value are stored in the same linked list

    • HashMap allows null keys and values

    • HashMap is not synchronized...

  • Answered by AI

Skills evaluated in this interview

Credgenics Interview FAQs

How many rounds are there in Credgenics Software Developer Intern interview?
Credgenics interview process usually has 2-3 rounds. The most common rounds in the Credgenics interview process are Technical, Resume Shortlist and Coding Test.
What are the top questions asked in Credgenics Software Developer Intern interview?

Some of the top questions asked at the Credgenics Software Developer Intern interview -

  1. Valid parentheses in o(1) sp...read more
  2. fizzbuzz prob...read more
  3. Questions of SQL and DBMS 2 DSA questi...read more

Tell us how to improve this page.

Credgenics Software Developer Intern Interview Process

based on 2 interviews

Interview experience

3.5
  
Good
View more

Interview Questions from Similar Companies

Jodo Interview Questions
3.6
 • 21 Interviews
OneCard Interview Questions
3.5
 • 21 Interviews
Namaste Credit Interview Questions
3.4
 • 10 Interviews
PolicyX.com Interview Questions
3.3
 • 10 Interviews
TaxGenie Interview Questions
2.9
 • 8 Interviews
Paytail Interview Questions
3.0
 • 8 Interviews
TerraPay Interview Questions
3.6
 • 8 Interviews
View all
Data Analyst
61 salaries
unlock blur

₹2.8 L/yr - ₹6 L/yr

Legal Associate
49 salaries
unlock blur

₹2.4 L/yr - ₹5 L/yr

Legal Consultant
27 salaries
unlock blur

₹3 L/yr - ₹6 L/yr

Software Engineer
20 salaries
unlock blur

₹10 L/yr - ₹21 L/yr

Operations Executive
17 salaries
unlock blur

₹1.7 L/yr - ₹3 L/yr

Explore more salaries
Compare Credgenics with

LegalPay

3.3
Compare

CreditMate

3.4
Compare

Loanzen

4.6
Compare

LegalRaasta

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