Upload Button Icon Add office photos

Nykaa

Compare button icon Compare button icon Compare

Filter interviews by

Nykaa SQL Developer Interview Questions and Answers

Updated 29 May 2024

Nykaa SQL Developer Interview Experiences

1 interview found

SQL Developer Interview Questions & Answers

user image Anonymous

posted on 29 May 2024

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

There was nonsuch test

Round 2 - Technical 

(2 Questions)

  • Q1. Basic infrastructure interview
  • Q2. Describe full flow of request
  • Ans. 

    The full flow of request involves receiving, processing, and responding to a request in a systematic manner.

    • Receive the request from the client or user

    • Validate the request parameters and data

    • Process the request using SQL queries or procedures

    • Retrieve data from the database based on the request

    • Perform any necessary calculations or transformations

    • Generate a response based on the processed data

    • Send the response back to th

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Very good company

Skills evaluated in this interview

Interview questions from similar companies

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

I applied via Recruitment Consulltant and was interviewed in Sep 2024. There was 1 interview round.

Round 1 - One-on-one 

(5 Questions)

  • Q1. SQL topics in operaters dql,
  • Q2. Dml,ddl,tcl,sub query
  • Q3. College projects
  • Q4. Special operators
  • Q5. Education baground

Interview Preparation Tips

Interview preparation tips for other job seekers - naukri
Round 1 - Coding Test 

Write Fabonacci series code using storeproceduer

Round 2 - Technical 

(1 Question)

  • Q1. Some SQL query and basic DBMS theory questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Good company to work... Specially for database developer
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I was interviewed before Feb 2024.

Round 1 - Coding Test 

The first round comprised of 4 sections online questions including aptitude, logical, Coding questions, and technical portions (Test Duration: 90 mins):

Debugging: We had to choose a language and debug up to 7 questions most probably. Codes were very basic like sorting, etc. I completed 6 of them.

Coding: There were two medium-hard level questions.

Work-style Assessment: Just try to answer as an ideal employee. Make sure you answers don’t contradict each other.

Aptitude: Around 25 questions.

Round 2 - Technical 

(2 Questions)

  • Q1. Find diameter of tree
  • Q2. Count inversion
Round 3 - Technical 

(2 Questions)

  • Q1. Find n’th node from the end of a Linked List
  • Q2. Find shortest distance between 2 points in a matrix, where 2 points can be anywhere

Interview Preparation Tips

Interview preparation tips for other job seekers - Amazon just want to see whether you have good problem-solving skills. If you show them, you are in.

Do DSA religiously from the beginning. Use GFG, Leetcode, InterviewBit, and Youtube. These are more than enough. Doing Competitive Programing is very helpful.

For frequently asked questions: Make sure you know the best approaches and edge cases, and write the whole code instead of just reading the solutions.

Start from brute force and keep on optimizing when asked, in order to show you haven’t already done the question before.

Speak while coding or thinking.

Repeat the question how you have understood it.

Find edge cases

Use STAR method for behavioral questions.
Interview experience
5
Excellent
Difficulty level
-
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Naukri.com and was interviewed in May 2024. There were 2 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Questions on optimizations
  • Q2. Question on React Js
Round 2 - Coding Test 

Medium level DSA question in JS

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

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

Round 1 - Coding Test 

Graphs ,arrays , Hashmaps and Heaps

Round 2 - One-on-one 

(2 Questions)

  • Q1. Graphs related dfs
  • Q2. Changes on graph structure
  • Ans. 

    Changes on graph structure involve adding, removing, or modifying nodes and edges.

    • Adding a new node to the graph

    • Removing an existing node from the graph

    • Modifying the weight of an edge in the graph

  • Answered by AI

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
Easy
Process Duration
2-4 weeks
Result
Selected Selected

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

Round 1 - Aptitude Test 

Html coding, css coding, Javascript coding , bootstrap

Round 2 - Coding Test 

Html coding , javascript coding ,css coding

Interview Preparation Tips

Topics to prepare for Naukri Web Developer interview:
  • Web Development
Interview preparation tips for other job seekers - Hello, you can get the suitable job here. I advice you to continuously improve your skills and don't skip any point . Like this you can add something in your skills .
Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
-
Result
Selected Selected

I applied via Job Portal and was interviewed in Aug 2023. There were 2 interview rounds.

Round 1 - One-on-one 

(5 Questions)

  • Q1. Attended first round interview dec 2023
  • Q2. Asked some basic js and angular question
  • Q3. What is hoisting?
  • Ans. 

    Hoisting is a JavaScript behavior where variable and function declarations are moved to the top of their scope during the compilation phase.

    • Hoisting applies to both variable and function declarations.

    • Variable declarations are hoisted but not their initializations.

    • Function declarations are fully hoisted, allowing them to be called before they are defined.

    • Hoisting does not apply to variables declared with let or const.

    • Ho...

  • Answered by AI
  • Q4. Difference between display-block and inline-block
  • Ans. 

    display-block takes up full width, while inline-block only takes up necessary width.

    • display-block elements start on a new line and take up the full width available, like <div>

    • inline-block elements do not start on a new line and only take up as much width as necessary, like <span>

    • display-block elements can have margin and padding applied on all sides, while inline-block elements only have margin and padding

  • Answered by AI
  • Q5. Parent child communication in angular
  • Ans. 

    Parent child communication in Angular is a way to pass data and trigger actions between components.

    • Use @Input decorator to pass data from parent to child component

    • Use @Output decorator and EventEmitter to emit events from child to parent component

    • Use ViewChild decorator to access child component from parent component

    • Use services to share data between unrelated components

  • Answered by AI
Round 2 - Assignment 

Provide three screenshot of matrimony app to create a angular application.

Interview Preparation Tips

Interview preparation tips for other job seekers - After completing 3rd round successfully they start salary negotiation. I was disappointed and rejected the offer.very poor organisation.

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Build system for Tiny URL
  • Ans. 

    Build a system for generating and managing Tiny URLs

    • Use a unique identifier for each long URL to generate a short URL

    • Store the mapping of short URL to long URL in a database

    • Implement a redirect mechanism to redirect users from short URL to long URL

    • Consider adding expiration dates for short URLs to manage storage

    • Implement analytics to track usage of short URLs

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - System design

Skills evaluated in this interview

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

(2 Questions)

  • Q1. Dsa question on matrix
  • Q2. Dsa question on stack

Nykaa Interview FAQs

How many rounds are there in Nykaa SQL Developer interview?
Nykaa interview process usually has 2 rounds. The most common rounds in the Nykaa interview process are Aptitude Test and Technical.
What are the top questions asked in Nykaa SQL Developer interview?

Some of the top questions asked at the Nykaa SQL Developer interview -

  1. Describe full flow of requ...read more
  2. Basic infrastructure interv...read more

Tell us how to improve this page.

Nykaa SQL Developer Interview Process

based on 1 interview

Interview experience

5
  
Excellent
View more

Interview Questions from Similar Companies

Amazon Interview Questions
4.1
 • 5.1k Interviews
Flipkart Interview Questions
4.0
 • 1.4k Interviews
Swiggy Interview Questions
3.8
 • 439 Interviews
PolicyBazaar Interview Questions
3.6
 • 346 Interviews
Udaan Interview Questions
3.9
 • 335 Interviews
Meesho Interview Questions
3.7
 • 330 Interviews
JustDial Interview Questions
3.5
 • 329 Interviews
Zomato Interview Questions
3.7
 • 322 Interviews
Info Edge Interview Questions
3.9
 • 321 Interviews
View all

Nykaa SQL Developer Reviews and Ratings

based on 1 review

5.0/5

Rating in categories

5.0

Skill development

5.0

Work-life balance

5.0

Salary

5.0

Job security

5.0

Company culture

5.0

Promotions

5.0

Work satisfaction

Explore 1 Review and Rating
Assistant Manager
247 salaries
unlock blur

₹4.9 L/yr - ₹18 L/yr

Senior Executive
233 salaries
unlock blur

₹2.4 L/yr - ₹10 L/yr

Business Development Executive
185 salaries
unlock blur

₹2.2 L/yr - ₹4.5 L/yr

Beauty Advisor
180 salaries
unlock blur

₹1.7 L/yr - ₹6 L/yr

Associate Manager
120 salaries
unlock blur

₹8.3 L/yr - ₹26 L/yr

Explore more salaries
Compare Nykaa with

Myntra

4.0
Compare

Purplle.com

3.6
Compare

LimeRoad

2.6
Compare

Voonik

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