Upload Button Icon Add office photos

Filter interviews by

Credgenics Software Developer 1 Interview Questions and Answers

Updated 27 Feb 2023

Credgenics Software Developer 1 Interview Experiences

1 interview found

Interview experience
2
Poor
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via Campus Placement and was interviewed in Aug 2022. There were 4 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 - Coding Test 

Random DSA question on graphs and trees

Round 3 - Technical 

(1 Question)

  • Q1. Random database questions where asked looked like interviewer is asking from google search.
Round 4 - One-on-one 

(1 Question)

  • Q1. Again some random career related questions was asked

Interview Preparation Tips

Interview preparation tips for other job seekers - Just dont waste time applying find other startup which is actually interacting with actual world.

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
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed in Mar 2024. There were 3 interview rounds.

Round 1 - Aptitude Test 

Technical Aptitude on singalton pattern

Round 2 - Technical 

(3 Questions)

  • Q1. What is man in middle attack?
  • Ans. 

    A man-in-the-middle attack is a cyber security attack where the attacker secretly intercepts and possibly alters the communication between two parties.

    • Attacker intercepts communication between two parties

    • Attacker may alter the communication

    • Commonly occurs in public Wi-Fi networks

    • Can lead to data theft or unauthorized access

  • Answered by AI
  • Q2. How to protect api?
  • Ans. 

    Protecting API involves using authentication, authorization, encryption, rate limiting, and monitoring.

    • Implement authentication mechanisms such as OAuth, JWT, or API keys

    • Use authorization to control access to different parts of the API

    • Encrypt sensitive data using SSL/TLS

    • Implement rate limiting to prevent abuse and protect against DDoS attacks

    • Monitor API traffic for unusual activity and potential security threats

  • Answered by AI
  • Q3. Whats is csrf ?
  • Ans. 

    CSRF stands for Cross-Site Request Forgery, a type of attack where a malicious website tricks a user into performing actions on another website without their knowledge.

    • CSRF attacks exploit the trust that a site has in a user's browser, by sending unauthorized requests using the user's session.

    • Prevent CSRF attacks by using tokens in forms, checking the origin of requests, and implementing proper authentication and autho...

  • Answered by AI
Round 3 - Technical 

(2 Questions)

  • Q1. Why you want ti join airpay?
  • Q2. Why you leave current organisation?

Skills evaluated in this interview

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

I applied via Company Website and was interviewed in Sep 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

First round is apti when in placement

Round 2 - Coding Test 

Too hard all are dsa questions

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

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

I applied via Naukri.com and was interviewed in Sep 2021. There were 3 interview rounds.

Interview Questionnaire 

8 Questions

  • Q1. Coding Assessment to Create Rest API.
  • Ans. 

    Create a Rest API for coding assessment

    • Choose a programming language and framework

    • Define endpoints and HTTP methods

    • Implement CRUD operations

    • Use authentication and authorization

    • Test API using tools like Postman

  • Answered by AI
  • Q2. About JWT Token
  • Q3. Pagination how will you do for 3 lakh record
  • Ans. 

    Pagination can be achieved by limiting the number of records displayed per page and using page numbers.

    • Limit the number of records displayed per page to improve performance

    • Use page numbers to navigate through the records

    • Implement caching to reduce database queries

    • Consider using lazy loading to improve performance

    • Use a server-side framework that supports pagination

    • Consider using a search feature to filter records

  • Answered by AI
  • Q4. Query Optimization
  • Q5. Mysql difference between having and where clause
  • Ans. 

    HAVING is used to filter results after grouping, WHERE is used to filter results before grouping.

    • HAVING is used with GROUP BY clause, WHERE is used with SELECT clause

    • HAVING filters groups based on aggregate functions, WHERE filters rows based on column values

    • HAVING is slower than WHERE as it operates on grouped data

    • Example: SELECT department, COUNT(*) FROM employees GROUP BY department HAVING COUNT(*) > 5;

    • Example: SELE

  • Answered by AI
  • Q6. Mysql index - query to write index
  • Q7. Polymorphisim interface
  • Q8. Clustered index and non clustered index

Interview Preparation Tips

Interview preparation tips for other job seekers - I have attended for PHP developer. There was 3 three rounds.
First Round Technical Discussion. Second Round is Technical Discussion and coding assessment.
Third Round will be business logical assessment.

Skills evaluated in this interview

I applied via Naukri.com and was interviewed in May 2020. There were 3 interview rounds.

Interview Questionnaire 

3 Questions

  • Q1. Basic testing question
  • Q2. Functional testing
  • Q3. Performance testing

Interview Preparation Tips

Interview preparation tips for other job seekers - Easy interview
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

Credgenics Interview FAQs

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

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

  1. random database questions where asked looked like interviewer is asking from go...read more
  2. Again some random career related questions was as...read more

Tell us how to improve this page.

Credgenics Software Developer 1 Interview Process

based on 1 interview

Interview experience

2
  
Poor
View more

Interview Questions from Similar Companies

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

₹2.8 L/yr - ₹6.5 L/yr

Legal Associate
48 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