Upload Button Icon Add office photos

Filter interviews by

National Small Industries Corporation Aperenticetrainee Interview Questions and Answers

Updated 13 May 2018

National Small Industries Corporation Aperenticetrainee Interview Experiences

1 interview found

Interview Questionnaire 

4 Questions

  • Q1. Why you left your company
  • Ans. 

    Seeking new challenges and opportunities for growth.

    • Desire for career advancement

    • Lack of growth opportunities in current role

    • Seeking new challenges and learning experiences

  • Answered by AI
  • Q2. Why should give a chance in our company
  • Q3. Tell me about your positive straight
  • Ans. 

    My positive trait is my strong work ethic and dedication to achieving goals.

    • I am highly motivated and always strive to give my best effort in everything I do.

    • I am reliable and consistently meet deadlines and deliver high-quality work.

    • I am a team player and enjoy collaborating with others to achieve success.

    • I am adaptable and open to learning new skills and taking on new challenges.

    • I am proactive and take initiative to ...

  • Answered by AI
  • Q4. And also your weekness

Interview questions from similar companies

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

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

Round 1 - One-on-one 

(5 Questions)

  • Q1. Introduce Yourself
  • Q2. What are types of cyber attacks
  • Ans. 

    Types of cyber attacks include malware, phishing, ransomware, DDoS attacks, and social engineering.

    • Malware: malicious software designed to damage or gain unauthorized access to a computer system.

    • Phishing: fraudulent attempts to obtain sensitive information by disguising as a trustworthy entity.

    • Ransomware: malware that encrypts a user's files and demands payment for their release.

    • DDoS attacks: flooding a network or serv...

  • Answered by AI
  • Q3. How to mitigate MITM attack
  • Ans. 

    To mitigate MITM attacks, use encryption, implement secure communication protocols, and verify server certificates.

    • Use encryption to protect data in transit

    • Implement secure communication protocols like HTTPS

    • Verify server certificates to ensure the authenticity of the server

    • Use VPNs for secure remote access

  • Answered by AI
  • Q4. Develop a RAT using MSF
  • Ans. 

    Develop a Remote Access Trojan (RAT) using Metasploit Framework (MSF)

    • Use Metasploit Framework to create a payload for the RAT

    • Set up a listener to receive connections from the compromised machines

    • Utilize post-exploitation modules in MSF for advanced functionality

    • Ensure proper evasion techniques to avoid detection by antivirus software

  • Answered by AI
  • Q5. Describe OSI model
  • Ans. 

    The OSI model is a conceptual framework that standardizes the functions of a telecommunication or computing system into seven different layers.

    • The OSI model stands for Open Systems Interconnection model.

    • It consists of seven layers: Physical, Data Link, Network, Transport, Session, Presentation, and Application.

    • Each layer has specific functions and communicates with the adjacent layers.

    • Example: When you send an email, t...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Stay updated with the current scenarios and knowledge in the market

Skills evaluated in this interview

Intern Interview Questions & Answers

FICCI user image Anonymous

posted on 27 Jul 2023

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

I applied via LinkedIn and was interviewed before Jul 2022. There were 3 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Properly align and format text in your resume. A recruiter will have to spend more time reading poorly aligned text, leading to high chances of rejection.
View all tips
Round 2 - Aptitude Test 

General Aptitude, English and Reasoning

Round 3 - Technical 

(4 Questions)

  • Q1. What do you know about FTIR and it's uses?
  • Ans. 

    FTIR stands for Fourier Transform Infrared Spectroscopy, a technique used to analyze the chemical composition of materials.

    • FTIR measures the absorption of infrared light by a sample to determine its chemical composition.

    • It is commonly used in chemistry, pharmaceuticals, food science, and material analysis.

    • FTIR can identify functional groups in organic compounds, determine polymer structures, and analyze contaminants in...

  • Answered by AI
  • Q2. What do you know about HPLC and LC-MS? How much have you used them? What are the different components of it?
  • Ans. 

    HPLC and LC-MS are analytical techniques used in chemistry to separate, identify, and quantify components in a mixture.

    • HPLC stands for High Performance Liquid Chromatography, used to separate and quantify components in a mixture based on their interactions with a stationary phase and mobile phase.

    • LC-MS stands for Liquid Chromatography-Mass Spectrometry, combines the separation capabilities of liquid chromatography with...

  • Answered by AI
  • Q3. What do you know about chromatography? What are it's types? What is the principle? What type of chromatography have you used and what were it's components.
  • Ans. 

    Chromatography is a technique used to separate and analyze mixtures based on their different interactions with a stationary phase and a mobile phase.

    • Chromatography is used in various industries such as pharmaceuticals, food and beverage, environmental analysis, and forensics.

    • Types of chromatography include gas chromatography, liquid chromatography, thin-layer chromatography, and paper chromatography.

    • The principle of ch...

  • Answered by AI
  • Q4. Tell us about your projects and what were the outcomes of it?

Intern Interview Questions & Answers

FICCI user image Anonymous

posted on 11 Oct 2023

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

I applied via Recruitment Consulltant and was interviewed in Apr 2023. There were 2 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Do not use an unprofessional email address such as cool_boy@email.com. It shows a lack of professionalism by the candidate.
View all tips
Round 2 - One-on-one 

(2 Questions)

  • Q1. Could you share any insights any industry or sector of your choice?
  • Q2. How much comfortable are you in MS Office

Interview Preparation Tips

Interview preparation tips for other job seekers - Always keep your Industry knowledge high

I applied via Naukri.com and was interviewed in Oct 2021. There were 5 interview rounds.

Interview Questionnaire 

7 Questions

  • Q1. Sql Injection
  • Q2. Security provided for the website
  • Q3. Projects handled in previous companies
  • Q4. Validations used in your project
  • Ans. 

    Validations used in project

    • Input validation to ensure correct data type and format

    • Data validation to ensure data integrity and consistency

    • Business rule validation to ensure compliance with requirements

    • Authentication and authorization validation to ensure secure access

    • Error handling and exception validation to ensure proper handling of errors

  • Answered by AI
  • Q5. StoredProcedure in sql
  • Ans. 

    Stored procedures are precompiled SQL statements that can be saved and reused in a database.

    • Stored procedures can improve performance by reducing network traffic and improving security.

    • They can be used to encapsulate business logic and provide a consistent interface to the database.

    • Parameters can be passed to stored procedures, allowing for dynamic queries.

    • Examples of stored procedures include ones that retrieve data,

  • Answered by AI
  • Q6. Views in sql
  • Ans. 

    Views in SQL are virtual tables that are based on the result of an SQL statement.

    • Views are created using the CREATE VIEW statement.

    • They can be used to simplify complex queries.

    • They can also be used to restrict access to sensitive data.

    • Views are updated automatically when the underlying tables are updated.

    • They can be used to join multiple tables into a single view.

  • Answered by AI
  • Q7. Familiar databases

Interview Preparation Tips

Interview preparation tips for other job seekers - They want Fullstack developers so be prepare for it.

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Don’t add your photo or details such as gender, age, and address in your resume. These details do not add any value.
View all tips
Round 2 - Technical 

(2 Questions)

  • Q1. Perform some basics logic
  • Q2. Do SQL query and c#

Interview Preparation Tips

Interview preparation tips for other job seekers - Coding round with technical round and also prepare for logical round
Round 1 - One-on-one 

(1 Question)

  • Q1. One round interview in project

Interview Preparation Tips

Interview preparation tips for other job seekers - I have completed MCA. Total Work Experience is 4.5 Years.
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Referral and was interviewed before Feb 2023. There were 2 interview rounds.

Round 1 - One-on-one 

(1 Question)

  • Q1. Basic details of required skillset
Round 2 - Assignment 

To create a web page

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

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

Round 1 - HR 

(4 Questions)

  • Q1. Work experience
  • Q2. Expected salary
  • Q3. Domain knowledge
  • Q4. About Notice period
Round 2 - Online interview with Scientists 

(1 Question)

  • Q1. How to handle cyber threads in web application
  • Ans. 

    Cyber threats in web applications can be handled by implementing security measures such as encryption, firewalls, and regular security audits.

    • Implement strong encryption protocols to protect data in transit and at rest

    • Use firewalls to monitor and control incoming and outgoing traffic

    • Regularly conduct security audits and penetration testing to identify vulnerabilities

    • Implement secure coding practices to prevent common s...

  • Answered by AI

Interview Preparation Tips

Topics to prepare for National Informatics Centre Software Engineer interview:
  • Cybersecurity
  • Laravel
  • PHP
Interview preparation tips for other job seekers - Software Application Support Engineer (0 -2 years) was the post. Asked about the projects handled on the previous job. And technologies used over the project and my contribution over the project and asked about the web application security issues and it's a online interview conducted by the NiC scientists. It's a contract position in nic developers are placed via contract on trivandrum office. Onboarding was smooth.

Skills evaluated in this interview

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

I applied via Referral and was interviewed before Dec 2023. There were 2 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. What are the features of Selenium?
  • Ans. 

    Selenium is a popular automation testing tool used for web applications.

    • Supports multiple programming languages like Java, Python, C#, etc.

    • Can automate web browsers across different platforms.

    • Allows for parallel test execution.

    • Integrates with popular CI/CD tools like Jenkins.

    • Supports various browsers like Chrome, Firefox, Safari, etc.

  • Answered by AI
Round 2 - HR 

(1 Question)

  • Q1. What are your salary expectations?
  • Ans. 

    My salary expectations are based on my experience, skills, and the market rate for Senior Software Engineers.

    • Research the average salary for Senior Software Engineers in the specific location and industry

    • Consider your years of experience and relevant skills

    • Be prepared to negotiate based on the company's offer and benefits package

  • Answered by AI

Tell us how to improve this page.

Executive Accountant
12 salaries
unlock blur

₹2 L/yr - ₹3.6 L/yr

Deputy Manager
11 salaries
unlock blur

₹9.5 L/yr - ₹14 L/yr

CMA Trainee
10 salaries
unlock blur

₹1 L/yr - ₹2 L/yr

Executive Assistant
9 salaries
unlock blur

₹2 L/yr - ₹6 L/yr

Manager Marketing & Business Development
8 salaries
unlock blur

₹14 L/yr - ₹14 L/yr

Explore more salaries
Compare National Small Industries Corporation with

Government of India

4.2
Compare

National Informatics Centre

3.9
Compare

Central Reserve Police Force

4.6
Compare

Ministry of Defence

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