Premium Employer

i

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

Netcracker Technology Verified Tick

Compare button icon Compare button icon Compare
3.0

based on 751 Reviews

Filter interviews by

Netcracker Technology Applications Engineer Interview Questions and Answers

Updated 20 Feb 2024

Netcracker Technology Applications Engineer Interview Experiences

1 interview found

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

(5 Questions)

  • Q1. Moderate core java coding questions
  • Q2. SQL based questions
  • Q3. Previous project experiences
  • Q4. Major contribution to project
  • Ans. 

    Led the development of a new software tool that increased efficiency by 30%.

    • Managed a team of 5 engineers to design and implement the tool

    • Conducted user testing and gathered feedback for iterative improvements

    • Presented the final product to stakeholders and received positive feedback

  • Answered by AI
  • Q5. What are day to day activities
  • Ans. 

    Day to day activities involve troubleshooting technical issues, providing customer support, testing new applications, and collaborating with other teams.

    • Troubleshooting technical issues with software or hardware

    • Providing customer support via phone, email, or in person

    • Testing new applications or software updates

    • Collaborating with sales, marketing, and development teams

    • Attending meetings to discuss project progress and r

  • Answered by AI

Interview questions from similar companies

I applied via Naukri.com and was interviewed before Mar 2021. There was 1 interview round.

Round 1 - One-on-one 

(3 Questions)

  • Q1. Select from employees tables all those who don't work in any department.
  • Q2. What is a cursor and write a query
  • Ans. 

    A cursor is a database object used to retrieve data from a result set one row at a time.

    • A cursor is used to iterate through a result set.

    • It can be used to update or delete rows in a table.

    • Example query: DECLARE cursor_name CURSOR FOR SELECT column1, column2 FROM table_name;

    • Example usage: OPEN cursor_name; FETCH NEXT FROM cursor_name INTO @variable1, @variable2;

    • Example usage: CLOSE cursor_name; DEALLOCATE cursor_name;

  • Answered by AI
  • Q3. How early you can join

Interview Preparation Tips

Interview preparation tips for other job seekers - Study basic questions thoroughly

Skills evaluated in this interview

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

I applied via Walk-in and was interviewed in Nov 2024. There were 3 interview rounds.

Round 1 - Aptitude Test 

Aptitude and coding round

Round 2 - Group Discussion 

Power of imagination topic

Round 3 - Technical 

(2 Questions)

  • Q1. Introduce yourself
  • Ans. 

    I am a dedicated and experienced Application Support Engineer with a strong background in troubleshooting and resolving technical issues.

    • Over 5 years of experience in providing technical support for various applications

    • Proficient in diagnosing and resolving software and hardware issues

    • Skilled in analyzing system logs and performance metrics to identify root causes of problems

    • Excellent communication skills to effectivel...

  • Answered by AI
  • Q2. What do you know about the role and responsibilities

Interview Preparation Tips

Interview preparation tips for other job seekers - Should be strong in communication
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

2 leetcode medium level type problems were given. This was a cut-off test were majority will be cut-off.

Round 2 - Coding Test 

Long coding round - Paired with another thoughtworker

Round 3 - Technical 

(2 Questions)

  • Q1. Questions on project
  • Q2. Frameworks related
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-

I applied via Job Portal

Round 1 - Coding Test 

Deep coding knowledge required

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well on the java 8 / 11 features and coding knowledge because the role required dail y coding tasks
Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Naukri.com and was interviewed in Sep 2023. There were 3 interview rounds.

Round 1 - One-on-one 

(1 Question)

  • Q1. Basic interview question
Round 2 - One-on-one 

(1 Question)

  • Q1. Basic interview questions
Round 3 - One-on-one 

(1 Question)

  • Q1. Basic info of application development and upload process

Interview Preparation Tips

Interview preparation tips for other job seekers - Don't give interview if you are seaching seriously job for iOS development if you have no option then try. completely west of time your 10 to 15 day's will be go waist best do preparation for another company interview because I face one very bad experience they take interview I clear all round they call me in office for HR round salary discuss. After 4 day's I take they said project developer requirement full-fill, kindly try that time I try for another interview but they didn't given feedback on given interview after next day another recruiter call and said you need to give 2 more rounds. They are only playing with your resume I thing they don't need developer.

I applied via Recruitment Consulltant and was interviewed in Feb 2022. There were 3 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Had Technical Interview
Round 2 - One-on-one 

(1 Question)

  • Q1. Discussion with manager
Round 3 - HR 

(1 Question)

  • Q1. Had HR discussion one to one

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well and Have Confidence.
Set and receive the expectations clearly.

I applied via Naukri.com and was interviewed before Mar 2021. There was 1 interview round.

Round 1 - One-on-one 

(3 Questions)

  • Q1. Select from employees tables all those who don't work in any department.
  • Q2. What is a cursor and write a query
  • Ans. 

    A cursor is a database object used to retrieve data from a result set one row at a time.

    • A cursor is used to iterate through a result set.

    • It can be used to update or delete rows in a table.

    • Example query: DECLARE cursor_name CURSOR FOR SELECT column1, column2 FROM table_name;

    • Example usage: OPEN cursor_name; FETCH NEXT FROM cursor_name INTO @variable1, @variable2;

    • Example usage: CLOSE cursor_name; DEALLOCATE cursor_name;

  • Answered by AI
  • Q3. How early you can join

Interview Preparation Tips

Interview preparation tips for other job seekers - Study basic questions thoroughly

Skills evaluated in this interview

Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Recruitment Consulltant and was interviewed in May 2024. There were 2 interview rounds.

Round 1 - Coding Test 

Coding test contains 4 coding question easy to medium, Topic Array, String but DSA questions are in image formate first you have to decode the image then code.

Round 2 - Code Pairing 

(3 Questions)

  • Q1. Some question from resume project.
  • Q2. How we can improve this project
  • Q3. Add 20% discount code, Implement cashback
  • Ans. 

    To add a 20% discount code and implement cashback in an application.

    • Create a discount code field in the application where users can enter the code to avail 20% off.

    • Calculate the discounted price by applying the 20% discount on the original price.

    • Implement a cashback feature where users receive a certain percentage of the purchase amount back as cashback.

    • Ensure that the cashback amount is credited to the user's account

  • Answered by AI

Interview Preparation Tips

Topics to prepare for ThoughtWorks Application Developer interview:
  • DSA
  • OOPS
Interview preparation tips for other job seekers - I had a very negative or wrost experiance with ThoughtWorks during the interview I was able to solve all code pairing programming question without any mistakes or not taking a single hints. It seemed like everything was going well. However after two days i received a rejection mail.

HR said that during the interview my thought process didn't align with the interviewer. Honestly, during the 2 hours of interview. They never mentioned any concerns about my approach or wanting more from me. They simply presented a problems and i solved then they moved on to the next one.

If they weren't happy with my approach, they should have told me to explain further or said that wanted a more optimal soltion something like.

As a fresher, handling such pressure is challenging, especially since we face more struggles than experienced candidates. If a company is not inclined to hire freshers, they should avoid accepting our applications and avoid playing with our emotions.

Interviewers Name: Deepti Sharma, Ajay Kumar
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Online hackerrank test

Round 2 - Technical 

(2 Questions)

  • Q1. Code pairing round
  • Q2. Solving a problem and improving it
Round 3 - Technical 

(1 Question)

  • Q1. Question on previous experience
Round 4 - HR 

(1 Question)

  • Q1. Basic HR questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Must have good problem solving skills and a cool temper

Netcracker Technology Interview FAQs

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

Some of the top questions asked at the Netcracker Technology Applications Engineer interview -

  1. What are day to day activit...read more
  2. Major contribution to proj...read more
  3. Moderate core java coding questi...read more

Tell us how to improve this page.

Join Netcracker Technology Digital transformation partner for service providers around the world.

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.3k Interviews
Infosys Interview Questions
3.7
 • 7.5k Interviews
Wipro Interview Questions
3.7
 • 5.5k Interviews
Tech Mahindra Interview Questions
3.6
 • 3.8k Interviews
HCLTech Interview Questions
3.5
 • 3.7k Interviews
LTIMindtree Interview Questions
3.8
 • 2.9k Interviews
Mphasis Interview Questions
3.4
 • 790 Interviews
Amdocs Interview Questions
3.8
 • 525 Interviews
CitiusTech Interview Questions
3.4
 • 264 Interviews
View all
Netcracker Technology Applications Engineer Salary
based on 16 salaries
₹6 L/yr - ₹10 L/yr
6% less than the average Applications Engineer Salary in India
View more details

Netcracker Technology Applications Engineer Reviews and Ratings

based on 4 reviews

4.1/5

Rating in categories

3.7

Skill development

3.3

Work-Life balance

4.1

Salary & Benefits

3.8

Job Security

3.8

Company culture

3.1

Promotions/Appraisal

3.8

Work Satisfaction

Explore 4 Reviews and Ratings
Senior Software Engineer
926 salaries
unlock blur

₹19.5 L/yr - ₹38 L/yr

Software Engineer
832 salaries
unlock blur

₹5 L/yr - ₹20 L/yr

Business Analyst
379 salaries
unlock blur

₹8.6 L/yr - ₹34 L/yr

Technical Lead
353 salaries
unlock blur

₹14.4 L/yr - ₹46 L/yr

QA Engineer
286 salaries
unlock blur

₹4.1 L/yr - ₹11.5 L/yr

Explore more salaries
Compare Netcracker Technology with

Amdocs

3.8
Compare

TCS

3.7
Compare

Tech Mahindra

3.6
Compare

Wipro

3.7
Compare

Calculate your in-hand salary

Confused about how your in-hand salary is calculated? Enter your annual salary (CTC) and get your in-hand salary
Did you find this page helpful?
Yes No
write
Share an Interview