Upload Button Icon Add office photos

CREDITSAFE TECHNOLOGY

Compare button icon Compare button icon Compare

Filter interviews by

CREDITSAFE TECHNOLOGY Database Engineer Interview Questions and Answers

Updated 2 Jul 2023

CREDITSAFE TECHNOLOGY Database Engineer Interview Experiences

1 interview found

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 in Jun 2023. 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 - Technical 

(1 Question)

  • Q1. Asked whatever is in the resume and basics of Python and SQL One of the questions was about the use of enumerate function in python.
  • Ans. Used to get the elements along with their indices.
  • Answered Anonymously
Round 3 - Technical 

(1 Question)

  • Q1. Went to the company and given face to face interview as I'm a resident of Hyd. Asked about roles and responsibilities of my past project. Difficulties faced during my work. Asked to write different type of...
Round 4 - HR 

(1 Question)

  • Q1. Asked about my salary preference and their budget constraints. Given me some time to consider the offer.

Interview Preparation Tips

Topics to prepare for CREDITSAFE TECHNOLOGY Database Engineer interview:
  • Python
  • SQL
Interview preparation tips for other job seekers - Be confident and always think before you say something. Need presence of mind for some questions. Not everyone knows answers to all the questions. Prepare well and give your Best. Good Luck! :)

Top trending discussions

View All
Interview Hub
1w
a client servicing executive
FeedCard Image
Got a question about CREDITSAFE TECHNOLOGY?
Ask anonymously on communities.

Interview questions from similar companies

I applied via Referral and was interviewed before Jan 2020. There was 1 interview round.

Interview Questionnaire 

2 Questions

  • Q1. Which technology are you using, is this latest?
  • Ans. 

    We are using a variety of technologies, including some of the latest ones.

    • We are using React for our front-end development.

    • We are also using Node.js for our back-end development.

    • We are using Docker for containerization.

    • We are using Kubernetes for orchestration.

    • We are using AWS for cloud hosting.

    • We are constantly evaluating new technologies to see if they can improve our development process.

  • Answered by AI
  • Q2. If not then which technology can we use instead of this?
  • Ans. 

    It depends on the specific requirements and constraints of the project.

    • Consider the project's goals and objectives

    • Evaluate the available technologies and their capabilities

    • Assess the project's budget and timeline

    • Consult with stakeholders and experts in the field

    • Examples: React vs Angular, MySQL vs MongoDB, Java vs Python

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Hi,
Listen carefully and speak fluently.

Database Engineer Interview Questions Asked at Other Companies

Q1. What do you understand by database, Data Warehousing, data lake, ... read more
Q2. If you have a 3L cup and a 5L cup and an infinite water source, h ... read more
Q3. What experience with cloud platforms do you have?
Q4. What coding experience do you have?
asked in Wipro
Q5. What is CAP theorem What is column families What function are use ... read more

I applied via Company Website and was interviewed before Dec 2019. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Regarding OOPS, wordpress and laravel.

Interview Preparation Tips

Interview preparation tips for other job seekers - It was good and I am still working here.
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed before Apr 2023. There were 3 interview rounds.

Round 1 - Aptitude Test 

Basic java questions along with aptitude questions.

Round 2 - Technical 

(1 Question)

  • Q1. Basic oops concept, java functionalities, spring framework.
Round 3 - HR 

(1 Question)

  • Q1. Basic Hr questions, when you can join, expected ctc...
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Walk-in and was interviewed in Apr 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

Some maths related questions

Round 2 - Technical 

(1 Question)

  • Q1. Related to testing

Interview Preparation Tips

Interview preparation tips for other job seekers - Great company to learn something
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Tell me about projects you have worked upon
  • Q2. PEP-8 standards
Round 2 - Technical 

(2 Questions)

  • Q1. Architecture of project on which you were working
  • Ans. 

    The project utilized a microservices architecture to enhance scalability and maintainability for a web-based application.

    • Microservices architecture: Each service handles a specific business capability, e.g., user authentication, payment processing.

    • API Gateway: Acts as a single entry point for clients, routing requests to appropriate microservices, e.g., using AWS API Gateway.

    • Database per service: Each microservice has ...

  • Answered by AI
  • Q2. Pandas and Numpy
Round 3 - HR 

(2 Questions)

  • Q1. Tell me your Current CTC
  • Q2. Tell me your Expected CTC
Be interview-ready. Browse the most asked HR questions.
illustration image
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
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 - Aptitude Test 

There are three sections: -
1. Quants
2. English
3. Reasoning
All sections are accessible medium but you have maintained the speed and accuracy.
after that coding snippet are in java/python.

Round 3 - Coding Test 

Code snippets are there in coding sections.

Interview Preparation Tips

Interview preparation tips for other job seekers - prepare all basic concepts and try to do good as well as u know.
Are these interview questions helpful?
Interview experience
5
Excellent
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
Selected Selected

I appeared for an interview in Nov 2024, where I was asked the following questions.

  • Q1. What is Go Module?
  • Ans. 

    Go Modules are a dependency management system for Go programming language, enabling versioning and isolation of packages.

    • Introduced in Go 1.11 to manage dependencies more effectively.

    • Allows developers to define module dependencies in a 'go.mod' file.

    • Supports semantic versioning, making it easier to manage package versions.

    • Modules can be versioned, allowing for reproducible builds.

    • Example: 'module example.com/my/module'...

  • Answered by AI
  • Q2. What is difference between Goroutine and Thread.
  • Ans. 

    Goroutines are lightweight, managed by Go runtime, while threads are OS-level, heavier, and managed by the OS.

    • Goroutines are cheaper in terms of memory and resources compared to threads.

    • Goroutines are multiplexed onto a smaller number of OS threads, allowing for efficient concurrency.

    • Creating a goroutine is as simple as using the 'go' keyword, e.g., 'go myFunction()'.

    • Threads require more overhead for creation and manag...

  • Answered by AI

I applied via Referral and was interviewed before Jul 2021. 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 - One-on-one 

(2 Questions)

  • Q1. Tell me about your self
  • Q2. Tell me if you have any past experience
  • Ans. 

    I have extensive experience in software development, focusing on full-stack solutions and agile methodologies.

    • Full-Stack Development: Worked on both front-end and back-end technologies, including Java, Spring Boot, and React, to create seamless applications.

    • Agile Methodologies: Participated in agile sprints, collaborating with cross-functional teams to deliver features iteratively and improve product quality.

    • Database M...

  • Answered by AI
Round 3 - HR 

(1 Question)

  • Q1. Technical Question and basic knowledge in post which you are applied

Interview Preparation Tips

Interview preparation tips for other job seekers - Don't be afraid while speaking to HR and be confident while answering asked questions
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Walk-in and was interviewed in Dec 2022. There were 3 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Properly align and format text in your resume. A recruiter will have to spend more time reading poorly aligned text, leading to high chances of rejection.
View all tips
Round 2 - Technical 

(3 Questions)

  • Q1. Related to Linux and Networking
  • Q2. Services Samba FTP, Maintenance Mode
  • Q3. Troubleshooting of Network
  • Ans. 

    Troubleshooting network involves identifying and resolving issues related to network connectivity and performance.

    • Start by identifying the symptoms of the problem

    • Check network cables and connections

    • Verify network settings and configurations

    • Use network diagnostic tools to identify and isolate the problem

    • Resolve the issue by applying appropriate fixes

    • Test the network to ensure the problem is resolved

  • Answered by AI
Round 3 - Technical 

(2 Questions)

  • Q1. Qts related to Bootprocess AWS etc
  • Q2. Port Forwarding of services

Interview Preparation Tips

Interview preparation tips for other job seekers - If you are applying for Linux role, brush up all the basic concepts of Linux and Networking.

Skills evaluated in this interview

CREDITSAFE TECHNOLOGY Interview FAQs

How many rounds are there in CREDITSAFE TECHNOLOGY Database Engineer interview?
CREDITSAFE TECHNOLOGY interview process usually has 4 rounds. The most common rounds in the CREDITSAFE TECHNOLOGY interview process are Technical, Resume Shortlist and HR.
How to prepare for CREDITSAFE TECHNOLOGY Database Engineer interview?
Go through your CV in detail and study all the technologies mentioned in your CV. Prepare at least two technologies or languages in depth if you are appearing for a technical interview at CREDITSAFE TECHNOLOGY. The most common topics and skills that interviewers at CREDITSAFE TECHNOLOGY expect are Business Intelligence, Oracle, PLSQL, Python and AWS.

Tell us how to improve this page.

Overall Interview Experience Rating

5/5

based on 1 interview experience

Difficulty level

Moderate 100%

Duration

Less than 2 weeks 100%
View more

CREDITSAFE TECHNOLOGY Database Engineer Reviews and Ratings

based on 1 review

3.0/5

Rating in categories

3.0

Skill development

3.0

Work-life balance

3.0

Salary

3.0

Job security

3.0

Company culture

2.0

Promotions

3.0

Work satisfaction

Explore 1 Review and Rating
Database Engineer

Hyderabad / Secunderabad

2-9 Yrs

Not Disclosed

Database Engineer - Python, Redshift

Hyderabad / Secunderabad

5-10 Yrs

Not Disclosed

Explore more jobs
Data Engineer
47 salaries
unlock blur

₹9.8 L/yr - ₹12.8 L/yr

Test Engineer
10 salaries
unlock blur

₹6.4 L/yr - ₹14.3 L/yr

Senior Test Engineer
7 salaries
unlock blur

₹10.5 L/yr - ₹16 L/yr

Full Stack Developer
6 salaries
unlock blur

₹6 L/yr - ₹24.8 L/yr

Web Developer
6 salaries
unlock blur

₹3.5 L/yr - ₹8.8 L/yr

Explore more salaries
Compare CREDITSAFE TECHNOLOGY with

Zidio Development

4.5
Compare

Northcorp Software

4.5
Compare

Accel Frontline

4.0
Compare

Elentec Power India (EPI) Pvt. Ltd.

3.8
Compare
write
Share an Interview