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

I applied via Naukri.com and was interviewed in Oct 2019. There were 4 interview rounds.

Interview Questionnaire 

4 Questions

  • Q1. 1st round coding: First there was written test on coding and unix basic commands like grep,ping. Then there was face 2 face coding round where they asked - a. Given input string aaabbc print output a3b2c1.
  • Q2. 2nd round troubleshooting: its troubleshooting round, where you will be asked question based on some issue. Mine was related to unix scripting and troubleshooting.
  • Q3. 3rd round technical round: I was asked about my project and if I faced any technical issue. Then one simple coding question related to palindromes.
  • Q4. 4th round managerial: They asked some behavior questions. Then one coding question related to dynamic Programming.

Interview Preparation Tips

Interview preparation tips for other job seekers - I applied application support engineer role and got selected. If you are good in coding and logically sound then you can apply for it. It's not so hard compared to SDE interview.

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.
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 before Mar 2023. There were 4 interview rounds.

Round 1 - Aptitude Test 

Since it was an in person interview , there was a initial aptitude round to filter the candidates

Round 2 - Coding Test 

Problem Solving questions

Round 3 - Scripting 

(1 Question)

  • Q1. Linux commands based round
Round 4 - One-on-one 

(1 Question)

  • Q1. Hiring Manager discussion

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare for Problem Solving and Scripting using shell or python
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
-
Result
Selected Selected

I applied via LinkedIn and was interviewed in Aug 2023. There were 3 interview rounds.

Round 1 - Coding Test 

Topics:
data types
scripting

Round 2 - HR 

(3 Questions)

  • Q1. About prev experience
  • Q2. About pre experience
  • Q3. Why you are interested for this role
Round 3 - Coding Test 

Datatypes,
scripting

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

I applied via Walk-in and was interviewed before Mar 2023. There was 1 interview round.

Round 1 - Technical 

(3 Questions)

  • Q1. Total 3 round was there First 2 questions from the data structure and algorithm and third round was design
  • Q2. Reverse the linked list
  • Ans. 

    Reverse a linked list

    • Create three pointers: current, prev, and next

    • Iterate through the linked list, updating pointers accordingly

    • Set the head of the linked list to the new tail

  • Answered by AI
  • Q3. Diameter of binary tree
  • Ans. 

    The diameter of a binary tree is the number of nodes on the longest path between two leaves in the tree.

    • The diameter of a binary tree can be calculated by finding the height of the left subtree, the height of the right subtree, and adding them together.

    • The diameter may or may not pass through the root of the tree.

    • Example: For the binary tree below, the diameter is 4 (nodes 1, 2, 4, 7).

    • 1

    • / \

    • 2 3

    • / \

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Overall it was good

Skills evaluated in this interview

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

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

Round 1 - Coding Test 

Dynamic Programming, Greedy Algorithm

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
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

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.0
 • 5.1k Interviews
Flipkart Interview Questions
3.9
 • 1.4k Interviews
Swiggy Interview Questions
3.8
 • 434 Interviews
PolicyBazaar Interview Questions
3.6
 • 381 Interviews
Udaan Interview Questions
3.9
 • 334 Interviews
Meesho Interview Questions
3.7
 • 333 Interviews
JustDial Interview Questions
3.5
 • 330 Interviews
Info Edge Interview Questions
3.9
 • 323 Interviews
Zomato Interview Questions
3.7
 • 312 Interviews
View all
Nykaa Applications Engineer Salary
based on 7 salaries
₹6 L/yr - ₹8.2 L/yr
13% 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
Assistant Manager
250 salaries
unlock blur

₹4.9 L/yr - ₹18 L/yr

Senior Executive
236 salaries
unlock blur

₹2.4 L/yr - ₹10.3 L/yr

Beauty Advisor
185 salaries
unlock blur

₹1.7 L/yr - ₹5 L/yr

Business Development Executive
182 salaries
unlock blur

₹2 L/yr - ₹4.5 L/yr

Associate Manager
106 salaries
unlock blur

₹7.2 L/yr - ₹26 L/yr

Explore more salaries
Compare Nykaa with

Amazon

4.0
Compare

Flipkart

3.9
Compare

Udaan

3.9
Compare

Indiamart Intermesh

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