Premium Employer

i

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

BOLD Technology Systems

Compare button icon Compare button icon Compare
3.5

based on 202 Reviews

Filter interviews by

BOLD Technology Systems SQL Developer Interview Questions and Answers

Updated 11 Feb 2022

BOLD Technology Systems SQL Developer Interview Experiences

1 interview found

SQL Developer interview

user image SS UNITECH

posted on 24 Jan 2022

Interview questions from similar companies

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

I applied via campus placement at Ramaiah Institute of Technology, Bengaluru and was interviewed in Oct 2024. There were 3 interview rounds.

Round 1 - Coding Test 

Online coding test on hacker rank

Round 2 - Technical 

(1 Question)

  • Q1. Normal DSA question related to array & strings
Round 3 - Technical 

(1 Question)

  • Q1. Medium Level DSA questions form Linked list & Aarrays
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via campus placement at Maulana Azad National Institute of Technology (NIT), Bhopal and was interviewed in Mar 2024. There were 2 interview rounds.

Round 1 - Coding Test 

3 Leetcode style questions , 2 medium , 1 hard .

Round 2 - Technical 

(1 Question)

  • Q1. Design a cab booking system using oops
  • Ans. 

    A cab booking system designed using OOP principles

    • Create classes for Cab, Customer, Driver, and Booking

    • Use inheritance and polymorphism to handle different types of cabs and bookings

    • Implement methods for booking a cab, assigning a driver, and calculating fare

    • Use encapsulation to protect data and ensure data integrity

  • Answered by AI

Skills evaluated in this interview

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

I applied via Campus Placement and was interviewed in Feb 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

Question are very tough and faad

Round 2 - Coding Test 

Question like trees linked list and graphs

Interview Preparation Tips

Interview preparation tips for other job seekers - Best of luck for your future
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via cuvette.tech and was interviewed before Sep 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 

Was asked to build a REST API for inventory management of a store using Django REST framework.

Round 3 - One-on-one 

(1 Question)

  • Q1. Had a discussion regarding my project and resume with the founder, he paid attention to detail and was polite and supportive.

Interview Preparation Tips

Topics to prepare for Spinny Software Developer Intern interview:
  • Python
  • Django
  • SQL
  • Docker
  • Basic system design
Interview preparation tips for other job seekers - Focus on problem solving with python and be honest in your resume, the position will require high level of planning and complex execution (for a fresher as compared to other internships)
Round 1 - Technical 

(2 Questions)

  • Q1. General Core Steam Question
  • Q2. What is Closer in PHP and why we use it during programming?
  • Ans. 

    Closures are anonymous functions that can be assigned to a variable and used as a callback function.

    • Closures are used to create functions that can be passed as arguments to other functions.

    • They can access variables outside of their scope, making them useful for creating flexible and reusable code.

    • Closures are often used in event handling, asynchronous programming, and functional programming.

    • Example: $add = function($a,...

  • Answered by AI
Round 2 - HR 

(1 Question)

  • Q1. What are your salary expectations?

Interview Preparation Tips

Interview preparation tips for other job seekers - Offer good salary and Do not ask Blank Check during joining

Skills evaluated in this interview

I was interviewed in Feb 2021.

Round 1 - Assignment 

Round duration - 24 hours
Round difficulty - Medium

Round 2 - Video Call 

(2 Questions)

Round duration - 120 Minutes
Round difficulty - Medium

It was a Data Structures and Algorithm Round and Discussion on My assignment round to check my Problem Solving Skills.
And the Interviewer was very friendly to me. I first introduced myself to the interviewer and what did I have done in past as a Software Engineer and Why I want to work in Grofers.
 

  • Q1. 

    Top View of Binary Tree

    Given a binary tree of integers, the task is to return the top view of the given binary tree. The top view of the binary tree is the set of nodes visible when viewed from the top.

    ...
  • Ans. Using Pre-Order Traversal

    As we know that all three traversals, i.e. pre-order, in-order and post-order, visit the tree node at once. We can use any of them. Here we are going to use pre-order traversal for the explanation. So while traversing in the pre-order traversal, we will keep track of horizontal distance of the node which is going to be visited from the root node, and we also keep track of the vertical level of ...

  • Answered Anonymously
  • Q2. 

    Maximum Possible Time Problem Statement

    Given an array ARR consisting of exactly four integer digits, your task is to form the maximum possible valid time in a 24-hour format using those digits.

    Explanat...

  • Ans. Maximum Possible Time

    Approach:

    • The basic idea is that we will iterate over all the permutations of the 4 digits and check whether we are able to form a valid 24 Hr format time. If so we will then also find the maximum possible time.
    • Here we will use the ‘NEXT_PERMUTATION’ method to find all the permutations.

     

    Algorithm:

    • There are two conditions for valid 24 Hr format time:
      • The first two digits i.e the hour should be le...
  • Answered Anonymously

Interview Preparation Tips

Professional and academic backgroundI completed Computer Science Engineering from JAYPEE INSTITUTE OF INFORMATION TECHNOLOGY. Eligibility criteriaNo criteriaGrofers interview preparation:Topics to prepare for the interview - Data Structures, Algorithms, Dynamic Programming, OOPS, Computer Networks, Operating systems, DMBS, System Design, Python, DjangoTime required to prepare for the interview - 6 MonthsInterview preparation tips for other job seekers

Tip 1 : Practise Data Structures and Algorithms as much as you can on daily basis. Don't Fix numbers in your head, but practise as much as you can from all topics on daily basis.
Tip 2 : Give Programming Contests on a Daily basis. As it helps you to think of any particular problem in the fixed time frame.
Tip 3 : For Mastering DP, Learn From Aditya Verma Youtube Playlist and apply around 100 questions for solving any DP problem.
Tip 4 : Also Learn Computer Science theory subject once a week so that you will have a deep understanding of the particular subject since many interviews grind on CS theory subjects like OS, DBMS and Networks 
Tip 5 : Make at least 2-3 Projects in any technology you like maybe Web Development or Android Development. It shows that you have some experience in Development and the company don't need to waste time on you for teaching frameworks.
Tip 6 : If you have time learn some System Design and learn how to design any system from end to end. Especially learn about designing a database of any application. In many interviews, the interviewer asks to design an application from end to end. So if you have some practice, then you can easily clear this type of rounds.

Application resume tips for other job seekers

Tip 1 : Always attached your Project links in your resume. As it seems your project is genuine and you are confident in showing your projects
Tip 2 : Don't add unnecessary things in your resume which are not related to the job, like your 10th class winning tournament certificate or managing a college society. These things didn't create any impact on your profile and takes an unnecessary space in your resume.
Tip 3 : Always make a 1-page resume. If you are making more than 1 page then it means you have added a lot of unnecessary information which are not related to the job profile.
Tip 4 : Always show your Project and Past experience on top, just after your basic info and education. Since these are the things which should be on top to showcast the skills.

Final outcome of the interviewSelected

Skills evaluated in this interview

I was interviewed before Oct 2021.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Don’t add your photo or details such as gender, age, and address in your resume. These details do not add any value.
View all tips
Round 2 - Coding Test 

1. Palindrome swapping leetcode hard
2. No. Of prime sum subtree in tree

Round 3 - Technical 

(1 Question)

  • Q1. Project discussion Coding question1 bricks and ladder leetcode probelm medium Coding question2 median in a running stream
Round 4 - Technical 

(1 Question)

  • Q1. Project discussion One coding question and system design question

Interview Preparation Tips

Interview preparation tips for other job seekers - Learn fundamentals as well as system design plays a major role in selection
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

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

Round 1 - Coding Test 

1 Hr coding round, Leetcode medium problems like Minimum Grid sum & Basic calculator

Interview Preparation Tips

Interview preparation tips for other job seekers - Solved one problem, couldn't solve other, rejected
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
Not Selected
Round 1 - Technical 

(2 Questions)

  • Q1. Machine oding asked to implement LLD
  • Q2. What is a semaphore
  • Ans. 

    A semaphore is a synchronization object used in concurrent programming to control access to shared resources.

    • Semaphores can be used to limit the number of threads accessing a resource at the same time

    • They can be implemented as counting semaphores or binary semaphores

    • Example: In a producer-consumer problem, semaphores can be used to control access to a shared buffer

  • Answered by AI

Skills evaluated in this interview

Tell us how to improve this page.

Join BOLD Technology Systems The #1 globally recognized leader for job seekers

SQL Developer Interview Questions from Similar Companies

View all
Software Engineer
158 salaries
unlock blur

₹7 L/yr - ₹22 L/yr

Senior Software Engineer
132 salaries
unlock blur

₹10 L/yr - ₹26 L/yr

QA Engineer
84 salaries
unlock blur

₹6 L/yr - ₹15 L/yr

Technical Lead
49 salaries
unlock blur

₹14.2 L/yr - ₹37.8 L/yr

Senior QA Engineer
43 salaries
unlock blur

₹9.8 L/yr - ₹19.5 L/yr

Explore more salaries
Compare BOLD Technology Systems with

Infosys

3.6
Compare

TCS

3.7
Compare

Wipro

3.7
Compare

HCLTech

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