Upload Button Icon Add office photos

Nykaa

Compare button icon Compare button icon Compare

Filter interviews by

Nykaa Applications Engineer Interview Questions and Answers

Updated 12 Jul 2024

Nykaa Applications Engineer Interview Experiences

2 interviews found

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

(1 Question)

  • Q1. SQL Query related question

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

Interview Questionnaire 

2 Questions

  • Q1. Basic SQL and SQL Joines for three or more tables.
  • Q2. What is your Current Job role and how do you see your self in Nykaa for offered job role?

Interview Preparation Tips

Interview preparation tips for other job seekers - Be Crystal clear about your current job role with Good knowledge of SQL and SQL Querries especially for Joines.

Applications Engineer Interview Questions Asked at Other Companies

Q1. Minimum Special Sum Problem You are given an array ARR of length ... read more
Q2. Missing Number Problem Statement You are provided with an array n ... read more
Q3. Number Pattern Problem Statement Given an integer 'N', print a sp ... read more
Q4. Spiral Matrix Problem Statement You are given a N x M matrix of i ... read more
Q5. Pattern Printing Task You are tasked with printing a specific pat ... read more

Interview questions from similar companies

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

I don't want to reveal them

Round 2 - Technical 

(2 Questions)

  • Q1. Two coding questions we have shared our screen and write
  • Q2. Question based on linked list

Interview Preparation Tips

Interview preparation tips for other job seekers - All the best
Interview experience
3
Average
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 - Technical 

(2 Questions)

  • Q1. Data structures and Perl questions
  • Q2. How can you search a file inside folder levels via command line
  • Ans. 

    To search a file inside folder levels via command line, use the 'find' command.

    • Open the command prompt or terminal

    • Navigate to the folder where you want to start the search

    • Use the 'find' command followed by the name of the file you want to search for

    • Optionally, you can specify the depth of the search using the '-maxdepth' flag

    • Example: 'find . -name myfile.txt -maxdepth 2'

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Study DS and Algo, problem solving and linux commands

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed before May 2023. There was 1 interview round.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Tell me about a time where you found a bug and how you resolved
  • Ans. 

    Discovered a bug in the software during testing and resolved it by identifying the root cause and implementing a fix.

    • During testing, found a bug where the application crashed when a specific input was entered.

    • Investigated the issue by analyzing the code and logs to identify the root cause.

    • Implemented a fix by updating the code to handle the input correctly and retested to ensure the bug was resolved.

  • Answered by AI
  • Q2. Trouble shooting steps if speakers of mobile are not working
  • Ans. 

    Check volume settings, restart phone, check for software updates, test with headphones

    • Check if volume is turned up on the phone

    • Restart the phone to see if that resolves the issue

    • Check for any software updates that may fix the problem

    • Test the speakers with headphones to determine if the issue is with the speakers or the phone

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

I applied via Company Website and was interviewed in Mar 2024. There were 3 interview rounds.

Round 1 - Coding Test 

A total of 2 question where asked -
The 1st question was a easy one involving Arrays and 2-Pointers
The 2nd question was medium-hard problem involving Matrix, Recursion and Back-Tracking.

Round 2 - Technical 

(2 Questions)

  • Q1. Questions where about previous projects and experiences. It was more of a behavioural round than a technical round.
  • Q2. How did you handle the errors?
  • Ans. 

    I handle errors by identifying the root cause, troubleshooting, and implementing a solution to prevent future occurrences.

    • Identify the root cause of the error

    • Troubleshoot the issue thoroughly

    • Implement a solution to prevent future occurrences

    • Document the error and solution for reference

  • Answered by AI
Round 3 - HR 

(1 Question)

  • Q1. Question were abouts studies, job experiences and willingness to join the organization.

Interview Preparation Tips

Topics to prepare for Flipkart Applications Engineer interview:
  • Data Structures
  • Workflow
  • Problem Solving
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Approached by Company and was interviewed in Nov 2023. There were 2 interview rounds.

Round 1 - Coding Test 

1hr test 2 DSA problems

Round 2 - One-on-one 

(1 Question)

  • Q1. 2DSA problems 1 from DP and 1 from heaps
  • Ans. 

    Dynamic programming and heap problems are common in technical interviews for Applications Engineer roles.

    • Dynamic programming (DP) involves breaking down a problem into smaller subproblems and solving each subproblem only once. Example: finding the longest increasing subsequence in an array.

    • Heaps are data structures that satisfy the heap property. Example: finding the kth largest element in an array using a heap.

  • Answered by AI
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Not Selected

I applied via Company Website and was interviewed in Mar 2024. There were 3 interview rounds.

Round 1 - Coding Test 

Coding test was easy mainly based on array and string both the questions were doable. If you have practiced in past you d good to go.

Round 2 - Technical 

(2 Questions)

  • Q1. Anagram string question
  • Q2. Move all 0 s to end
  • Ans. 

    Move all 0s to the end of an array of strings

    • Iterate through the array and move all 0s to the end

    • Use two pointers to keep track of the current position and the position to swap with

    • Example: Input: ['apple', '0', 'banana', '0', 'cherry'], Output: ['apple', 'banana', 'cherry', '0', '0']

  • Answered by AI
Round 3 - HR 

(1 Question)

  • Q1. Yet to be completed

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
-

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

Round 1 - Coding Test 

It consists of Code based on DSA-concepts

Round 2 - One-on-one 

(1 Question)

  • Q1. It was a problem-solving round using DSA
Round 3 - Hiring Manger Round 

(1 Question)

  • Q1. Technical and Behavioral questions

Interview Questionnaire 

4 Questions

  • Q1. In the first round it was coding round 2 codes were asked in this round.go through oops
  • Q2. In the second round it was technical hr coding. related tech questions were asked and previous project questions were asked.
  • Q3. In the third round it was technical hr scripting where scripting in Linux and some questions about linux and then previous project experience questions was asked
  • Q4. The next two rounds where hiring manager rounds.All the questions asked here was scenario based questions .all of them were based on Amazon leadership principles

Interview Preparation Tips

Interview preparation tips for other job seekers - If you are technically strong you can be cool and you can attend the interview you can clear first 3 rounds easily but for the 4th and 5th round please go through the Amazon leadership principles and use the STAR rule to answer the questions.

Nykaa Interview FAQs

How many rounds are there in Nykaa Applications Engineer interview?
Nykaa interview process usually has 1 rounds. The most common rounds in the Nykaa interview process are Technical.
What are the top questions asked in Nykaa Applications Engineer interview?

Some of the top questions asked at the Nykaa Applications Engineer interview -

  1. Basic SQL and SQL Joines for three or more tabl...read more
  2. SQL Query related quest...read more

Tell us how to improve this page.

Nykaa Applications Engineer Interview Process

based on 1 interview

Interview experience

4
  
Good
View more

Interview Questions from Similar Companies

Amazon Interview Questions
4.1
 • 5k Interviews
Flipkart Interview Questions
4.0
 • 1.3k Interviews
Swiggy Interview Questions
3.8
 • 428 Interviews
PolicyBazaar Interview Questions
3.6
 • 348 Interviews
Udaan Interview Questions
4.0
 • 334 Interviews
Meesho Interview Questions
3.7
 • 328 Interviews
JustDial Interview Questions
3.5
 • 328 Interviews
Info Edge Interview Questions
3.9
 • 316 Interviews
Zomato Interview Questions
3.8
 • 312 Interviews
View all
Nykaa Applications Engineer Salary
based on 7 salaries
₹6 L/yr - ₹8.2 L/yr
12% less than the average Applications Engineer Salary in India
View more details

Nykaa Applications Engineer Reviews and Ratings

based on 1 review

4.0/5

Rating in categories

3.0

Skill development

4.0

Work-life balance

4.0

Salary

4.0

Job security

3.0

Company culture

4.0

Promotions

3.0

Work satisfaction

Explore 1 Review and Rating
Senior Executive
251 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Assistant Manager
215 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Business Development Executive
185 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Beauty Advisor
180 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Associate Manager
119 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare Nykaa with

Myntra

4.0
Compare

Purplle.com

3.7
Compare

LimeRoad

2.6
Compare

Voonik

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