Upload Button Icon Add office photos

Filter interviews by

Neeha IT Services Interview Questions and Answers

Updated 22 Nov 2021

Neeha IT Services Interview Experiences

1 interview found

I applied via Naukri.com and was interviewed before Nov 2020. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Write a trigger in developer console ?
  • Ans. 

    A trigger can be written in Developer Console using Apex language.

    • Open Developer Console and create a new Apex Trigger

    • Define the object and event for which the trigger will fire

    • Write the logic for the trigger in Apex code

    • Save the trigger and test it in the Salesforce org

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare apex governor limits,triggers, lightning components and your project description.

Salesforce Developer Interview Questions asked at other Companies

Q1. Write a trigger to update contact when accounts phone changed.
View answer (6)

Interview questions from similar companies

I applied via Referral and was interviewed in Aug 2021. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. Sell the pen in 5000 rs
  • Ans. 

    This pen is a premium quality writing instrument that offers a smooth and effortless writing experience.

    • The pen is made of high-quality materials that ensure durability and longevity.

    • It has a sleek and elegant design that makes it a perfect gift for professionals.

    • The pen comes with a refillable ink cartridge that can be easily replaced.

    • It writes smoothly and effortlessly, making it ideal for everyday use.

    • The pen is pri...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - When you give interview be confident you will crack easily

Interview Questionnaire 

2 Questions

  • Q1. Speak 5 minutes on Delhi metro, Women empowerment, Facebook, Social media, Politics, motivation, trending Etc.
  • Q2. Tell me about your previous day that what you have done from morning to evening?

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident because if you are not confident in front of the interviewed then you can't reply properly to any question of him, You should have to be confident.

I applied via Campus Placement and was interviewed before Oct 2020. There was 1 interview round.

Interview Questionnaire 

2 Questions

  • Q1. How many peoples are there in your company?
  • Q2. Please give me your office timings?

Interview Preparation Tips

Interview preparation tips for other job seekers - This interview was a technical one but was majorly a stress test.It lasted for about 1 hour 10minutes.The interviewer wanted to test both my knowledge and communication skills.

I applied via Referral and was interviewed in May 2021. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. About my self

Interview Preparation Tips

Interview preparation tips for other job seekers - As you wish , can ask any type of answer and question u want

Interview Questionnaire 

3 Questions

  • Q1. Basically in any interview most common question is Biodata, next the things included in resume..... nothing more than that
  • Q2. Literally my answer is empty.....I started saying out of box so that the interviewer might get impressed but end of day I got rejected...😂😂😂
  • Q3. Not only these I faced more than 79 interview....not less than 250-300 rounds....but none has picked me

I applied via Company Website and was interviewed before Apr 2021. There were 2 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 - HR 

(5 Questions)

  • Q1. Share details of your previous job.
  • Q2. Why should we hire you?
  • Q3. What are your strengths and weaknesses?
  • Q4. Tell me about yourself.
  • Q5. What is marketing? What is sale?
  • Ans. 

    Marketing is the process of promoting and selling products or services to customers.

    • Marketing involves identifying customer needs and wants

    • Creating a product or service that meets those needs and wants

    • Promoting the product or service through advertising, sales, and other tactics

    • Building relationships with customers to encourage repeat business

    • Sales is the process of exchanging goods or services for money or other value

    • ...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Wear proper dress code, if you not know answer of questions then you not answer.

I applied via Campus Placement and was interviewed in Jan 2021. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Swap two number with and without temporary variable
  • Ans. 

    Swap two numbers with and without temporary variable

    • Without temporary variable: Use addition and subtraction

    • With temporary variable: Use a third variable to store the value of one of the numbers

    • Example without temporary variable: a=5, b=7; a=a+b; b=a-b; a=a-b;

    • Example with temporary variable: a=5, b=7; temp=a; a=b; b=temp;

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Don't be afraid. It companies take interview to select you. And if you are selected in this company you are not lucky enough so try hard.

Skills evaluated in this interview

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

Interview Questionnaire 

4 Questions

  • Q1. Normal Accounts related question like describe Depreciation, ammortization, and what do you mean by Reporting (RTR Activity).
  • Q2. Some interviewer may ask what do you mean by EBITDA as in my case be prepared for this type of bouncers as well .
  • Q3. Then they will ask you your previous work related question. In my case they ask if there is GL to SL mismatch what will you do to solve it.
  • Q4. Then why do we do depreciation of companies what is the need for it
  • Ans. 

    Depreciation is necessary to allocate the cost of an asset over its useful life.

    • Depreciation helps in matching the cost of an asset with the revenue it generates.

    • It allows for the recognition of the wear and tear, obsolescence, and loss of value of assets over time.

    • Depreciation expense reduces taxable income, resulting in tax savings for companies.

    • It helps in determining the true profitability and financial position of...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Always be confident remember it's not that the interviewer knows everything but be convincing don't say blah blah if you don't know anything .
Read the basics and if you are experienced be sure to explain every detail of how you used to do work.
Best of luck.

I applied via Naukri.com and was interviewed in Oct 2020. There was 1 interview round.

Interview Questionnaire 

3 Questions

  • Q1. What is second level cache?How to implement second level cache?How to optimize sql query?what are solid principles?
  • Ans. 

    Second level cache is a caching mechanism used to improve performance by storing frequently accessed data in memory.

    • Second level cache is implemented at the application level and can be configured using frameworks like Hibernate.

    • To optimize SQL queries, one can use indexes, avoid using SELECT *, and use JOINs instead of subqueries.

    • SOLID principles are a set of design principles for writing maintainable and scalable cod...

  • Answered by AI
  • Q2. Mostly FAQ but somewhat in depth?
  • Q3. How to deploy application in aws?
  • Ans. 

    To deploy an application in AWS, you need to create an EC2 instance, configure security groups, install necessary software, and upload your application code.

    • Create an EC2 instance in the desired region and select the appropriate instance type

    • Configure security groups to allow traffic to and from the instance

    • Install necessary software and dependencies on the instance

    • Upload your application code to the instance

    • Start the ...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare basic faq but in depth,Interview level is easy to medium.They will ask only theory .No practical algorithm test.

Skills evaluated in this interview

Neeha IT Services Interview FAQs

How to prepare for Neeha IT Services interview?
Go through your CV in detail and study all the technologies mentioned in your CV. Prepare at least two technologies or languages in depth if you are appearing for a technical interview at Neeha IT Services. The most common topics and skills that interviewers at Neeha IT Services expect are MySQL, Javascript, Apex, Core Java and Visualforce.

Tell us how to improve this page.

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.6k Interviews
Accenture Interview Questions
3.8
 • 8.2k Interviews
Infosys Interview Questions
3.6
 • 7.6k Interviews
Wipro Interview Questions
3.7
 • 5.7k Interviews
Cognizant Interview Questions
3.7
 • 5.6k Interviews
Amazon Interview Questions
4.1
 • 5k Interviews
Capgemini Interview Questions
3.7
 • 4.8k Interviews
Tech Mahindra Interview Questions
3.5
 • 3.9k Interviews
HCLTech Interview Questions
3.5
 • 3.9k Interviews
Genpact Interview Questions
3.8
 • 3.1k Interviews
View all

Neeha IT Services Reviews and Ratings

based on 6 reviews

4.7/5

Rating in categories

4.5

Skill development

4.6

Work-life balance

4.5

Salary

4.5

Job security

4.8

Company culture

4.5

Promotions

4.5

Work satisfaction

Explore 6 Reviews and Ratings
Software Engineer
6 salaries
unlock blur

₹4.5 L/yr - ₹10.9 L/yr

HR Manager
5 salaries
unlock blur

₹5.8 L/yr - ₹8.6 L/yr

Salesforce Developer
5 salaries
unlock blur

₹1.8 L/yr - ₹4 L/yr

Delivery Manager
4 salaries
unlock blur

₹7 L/yr - ₹14 L/yr

Software Developer
3 salaries
unlock blur

₹6.7 L/yr - ₹12.8 L/yr

Explore more salaries
Compare Neeha IT Services with

TCS

3.7
Compare

Accenture

3.8
Compare

Wipro

3.7
Compare

Cognizant

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