Upload Button Icon Add office photos
Engaged Employer

i

This company page is being actively managed by Aujas Cybersecurity-NuSummit company Team. If you also belong to the team, you can get access from here

Aujas Cybersecurity-NuSummit company Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Aujas Cybersecurity-NuSummit company Interview Questions and Answers

Updated 26 Jun 2025
Popular Designations

14 Interview questions

A Cyber Security Analyst was asked 3d ago
Q. How can we determine the criticality of open vulnerabilities?
Ans. 

Assessing open points' criticality involves evaluating risk, impact, and likelihood of exploitation.

  • Identify the asset affected: Critical systems like databases or servers should be prioritized.

  • Evaluate the potential impact: Consider data loss, financial cost, or reputational damage.

  • Assess likelihood of exploitation: Analyze existing threats and vulnerabilities in the environment.

  • Consider regulatory requirements: ...

View all Cyber Security Analyst interview questions
A Cyber Security Analyst was asked 3d ago
Q. Which configuration files are important for a configuration audit?
Ans. 

Key configuration files for audits include system, application, and network settings to ensure compliance and security.

  • System configuration files (e.g., /etc/sysctl.conf on Linux) for kernel parameters.

  • Application configuration files (e.g., web server configs like httpd.conf) for security settings.

  • Network configuration files (e.g., /etc/network/interfaces) for network interface settings.

  • Database configuration file...

View all Cyber Security Analyst interview questions
An IT Security Analyst was asked 10mo ago
Q. Where can insecure deserialization be performed?
Ans. 

Insecure deserialization can occur in various places such as web applications, APIs, and network services.

  • Web applications that accept user input and deserialize it without proper validation

  • APIs that deserialize data from external sources without proper security measures

  • Network services that deserialize data from untrusted sources

View all IT Security Analyst interview questions
An IT Security Analyst was asked 10mo ago
Q. If you encounter a buffer overflow attack, how would you validate it?
Ans. 

To validate a buffer overflow attack, I would analyze the program's memory usage, check for abnormal behavior, and use debugging tools.

  • Analyze the program's memory usage to identify any unexpected changes or overflows

  • Check for abnormal behavior such as crashes, unexpected output, or system instability

  • Use debugging tools like gdb or Valgrind to trace the program's execution and identify the source of the buffer ove...

View all IT Security Analyst interview questions
A Trainee was asked 12mo ago
Q. Write a basic SQL query.
Ans. 

An SQL query is a command used to interact with databases, allowing data retrieval, insertion, updating, and deletion.

  • SELECT statement retrieves data from a database. Example: SELECT * FROM employees;

  • WHERE clause filters records. Example: SELECT * FROM employees WHERE age > 30;

  • INSERT INTO adds new records. Example: INSERT INTO employees (name, age) VALUES ('John', 28);

  • UPDATE modifies existing records. Example: ...

View all Trainee interview questions
A Cyber Security Consultant was asked
Q. What is your experience with VAPT, and what does your day-to-day process look like?
Ans. 

VAPT involves identifying vulnerabilities in systems through testing and assessment to enhance security measures.

  • VAPT stands for Vulnerability Assessment and Penetration Testing.

  • Vulnerability Assessment identifies weaknesses in systems, while Penetration Testing simulates attacks.

  • Daily tasks may include scanning networks for vulnerabilities using tools like Nessus or OpenVAS.

  • Conducting manual testing to exploit vu...

View all Cyber Security Consultant interview questions
A Network Security Engineer was asked
Q. What is a firewall?
Ans. 

A firewall is a network security system that monitors and controls incoming and outgoing network traffic based on predetermined security rules.

  • Acts as a barrier between a trusted internal network and untrusted external network

  • Can be hardware-based or software-based

  • Filters traffic based on IP addresses, ports, protocols, and other criteria

  • Examples include Cisco ASA, Palo Alto Networks, and pfSense

View all Network Security Engineer interview questions
Are these interview questions helpful?
A Network Security Engineer was asked
Q. What is the use of port 443?
Ans. 

Port 443 is used for secure HTTP (HTTPS) communication over the internet.

  • Port 443 is the default port for HTTPS traffic, which encrypts data using SSL/TLS protocols.

  • It is commonly used for secure communication between web browsers and servers.

  • HTTPS ensures that data transmitted over the internet is encrypted and secure.

  • Many websites, such as online banking and e-commerce sites, use port 443 to protect sensitive in...

View all Network Security Engineer interview questions
A Network Security Engineer was asked
Q. What privileges does the Nessus security tool have?
Ans. 

Nessus security tool provides vulnerability scanning and assessment capabilities for network security.

  • Nessus can scan networks for vulnerabilities and provide detailed reports on security issues.

  • It can identify misconfigurations, missing patches, and potential security threats.

  • Nessus can prioritize vulnerabilities based on severity to help organizations focus on critical issues first.

View all Network Security Engineer interview questions
A Network Security Engineer was asked
Q. What are the port numbers for TCP, UDP, FTP, HTTPS, and HTTP?
Ans. 

Common network protocols and their associated port numbers for TCP, UDP, FTP, HTTPS, and HTTP.

  • TCP (Transmission Control Protocol) is used for reliable communication, typically on port 80 for HTTP.

  • UDP (User Datagram Protocol) is used for faster, connectionless communication, often on port 53 for DNS.

  • FTP (File Transfer Protocol) operates on TCP port 21 for control and port 20 for data transfer.

  • HTTPS (Hypertext Trans...

View all Network Security Engineer interview questions

Aujas Cybersecurity-NuSummit company Interview Experiences

23 interviews found

Interview experience
5
Excellent
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
No response

I applied via Naukri.com and was interviewed in Jul 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Where we can perform Insecure Deserialization?
  • Ans. 

    Insecure deserialization can occur in various places such as web applications, APIs, and network services.

    • Web applications that accept user input and deserialize it without proper validation

    • APIs that deserialize data from external sources without proper security measures

    • Network services that deserialize data from untrusted sources

  • Answered by AI
  • Q2. If you got a bufferoverflow atack how you will validate it?
  • Ans. 

    To validate a buffer overflow attack, I would analyze the program's memory usage, check for abnormal behavior, and use debugging tools.

    • Analyze the program's memory usage to identify any unexpected changes or overflows

    • Check for abnormal behavior such as crashes, unexpected output, or system instability

    • Use debugging tools like gdb or Valgrind to trace the program's execution and identify the source of the buffer overflow

    • ...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - For Experienced employees they are asking in-dept concepts of network pentest and mostly in web pentesting. So please be prepared for that.
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I appeared for an interview in Dec 2024, where I was asked the following questions.

  • Q1. What are the possible security threats?
  • Ans. 

    Cybersecurity threats include malware, phishing, insider threats, and more, posing risks to data integrity and privacy.

    • Malware: Software designed to harm or exploit systems, e.g., ransomware encrypting files for ransom.

    • Phishing: Deceptive emails or messages tricking users into revealing sensitive information, e.g., fake bank alerts.

    • Insider Threats: Employees or contractors misusing access to compromise data, e.g., stea...

  • Answered by AI
  • Q2. Scenario based remediation for few checks in CIS benchmarks
  • Q3. Which configuration files are important for configuration audit
  • Ans. 

    Key configuration files for audits include system, application, and network settings to ensure compliance and security.

    • System configuration files (e.g., /etc/sysctl.conf on Linux) for kernel parameters.

    • Application configuration files (e.g., web server configs like httpd.conf) for security settings.

    • Network configuration files (e.g., /etc/network/interfaces) for network interface settings.

    • Database configuration files (e....

  • Answered by AI
  • Q4. What is the need for vulnerability management
  • Ans. 

    Vulnerability management is essential for identifying, assessing, and mitigating security weaknesses in systems and networks.

    • Proactive identification of vulnerabilities helps prevent potential breaches, such as the Equifax data breach in 2017.

    • Regular scanning and assessment ensure compliance with industry standards like PCI-DSS and HIPAA.

    • Prioritizing vulnerabilities based on risk helps allocate resources effectively, f...

  • Answered by AI
  • Q5. How can we decide the criticality of open points
  • Ans. 

    Assessing open points' criticality involves evaluating risk, impact, and likelihood of exploitation.

    • Identify the asset affected: Critical systems like databases or servers should be prioritized.

    • Evaluate the potential impact: Consider data loss, financial cost, or reputational damage.

    • Assess likelihood of exploitation: Analyze existing threats and vulnerabilities in the environment.

    • Consider regulatory requirements: Compl...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare for your role and study about client before interview.
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I appeared for an interview in Oct 2024, where I was asked the following questions.

  • Q1. TCP and UDP FIREWALL
  • Q2. ALL KNOWN PORT NUMBER
  • Ans. 

    Known port numbers are standardized network ports used for specific protocols and services in computer networking.

    • Port 80: HTTP (Hypertext Transfer Protocol) for web traffic.

    • Port 443: HTTPS (HTTP Secure) for secure web traffic.

    • Port 21: FTP (File Transfer Protocol) for file transfers.

    • Port 22: SSH (Secure Shell) for secure remote login.

    • Port 25: SMTP (Simple Mail Transfer Protocol) for email sending.

  • Answered by AI
  • Q3. DOS AND DDOS
  • Q4. SOCIAL ENGINEERING
  • Q5. MALWARE, 3WAY HANDSHAKING
  • Q6. CASE STUDY of any events

Associate Director Delivery Interview Questions & Answers

user image Shailendra Singh Rathore

posted on 26 Jul 2024

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

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

Round 1 - One-on-one 

(2 Questions)

  • Q1. Previous and current Experience
  • Q2. Interest to work from Mumbai Location
  • Ans. 

    I am interested in working from the Mumbai location due to the vibrant work culture and opportunities for growth.

    • Exciting work culture in Mumbai

    • Opportunities for growth and development

    • Proximity to key clients and projects

    • Networking opportunities in a major business hub

  • Answered by AI
Round 2 - Case Study 

Many scenario based questions, and how to handle team, customers and peers

Interview Preparation Tips

Interview preparation tips for other job seekers - Be u what u are, dont be someonelese.

Cyber Security Consultant Interview Questions & Answers

user image Er.Abhishek Patil

posted on 12 Dec 2023

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Recruitment Consulltant and was interviewed in Nov 2023. There were 5 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Double-check your resume for any spelling mistakes. The recruiter may consider spelling mistakes as careless behavior or poor communication skills.
View all tips
Round 2 - Technical 

(1 Question)

  • Q1. About VAPT and day to day process
  • Ans. 

    VAPT involves identifying vulnerabilities in systems through testing and assessment to enhance security measures.

    • VAPT stands for Vulnerability Assessment and Penetration Testing.

    • Vulnerability Assessment identifies weaknesses in systems, while Penetration Testing simulates attacks.

    • Daily tasks may include scanning networks for vulnerabilities using tools like Nessus or OpenVAS.

    • Conducting manual testing to exploit vulnera...

  • Answered by AI
Round 3 - Technical 

(1 Question)

  • Q1. Deep about VA tools and management and CIS benchmark
Round 4 - Technical 

(1 Question)

  • Q1. Client round about VA
Round 5 - HR 

(1 Question)

  • Q1. Final round HR process strength weakness. About compny previous organizations why left organization.

Trainee Interview Questions & Answers

user image Anonymous

posted on 12 Jun 2024

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

I applied via Campus Placement and was interviewed in Dec 2023. There were 2 interview rounds.

Round 1 - Aptitude Test 

It was an online mcq test with coding question as well

Round 2 - Technical 

(2 Questions)

  • Q1. Write an sql query. It was very basic
  • Ans. 

    An SQL query is a command used to interact with databases, allowing data retrieval, insertion, updating, and deletion.

    • SELECT statement retrieves data from a database. Example: SELECT * FROM employees;

    • WHERE clause filters records. Example: SELECT * FROM employees WHERE age > 30;

    • INSERT INTO adds new records. Example: INSERT INTO employees (name, age) VALUES ('John', 28);

    • UPDATE modifies existing records. Example: UPDAT...

  • Answered by AI
  • Q2. About project, what was the project?
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Naukri.com and was interviewed in Aug 2023. There were 2 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 - Technical 

(5 Questions)

  • Q1. What is the privilege of nessus security tool
  • Ans. 

    Nessus security tool provides vulnerability scanning and assessment capabilities for network security.

    • Nessus can scan networks for vulnerabilities and provide detailed reports on security issues.

    • It can identify misconfigurations, missing patches, and potential security threats.

    • Nessus can prioritize vulnerabilities based on severity to help organizations focus on critical issues first.

  • Answered by AI
  • Q2. What is privilege of windows and linux
  • Ans. 

    Privilege in Windows and Linux refers to the level of access and control a user or process has over system resources.

    • Privilege levels in Windows are typically categorized as Administrator, Standard User, and Guest.

    • In Linux, privilege levels are determined by user accounts and groups, with root being the highest level of privilege.

    • Windows uses User Account Control (UAC) to manage privileges and prevent unauthorized chan...

  • Answered by AI
  • Q3. What is use of 443 port
  • Ans. 

    Port 443 is used for secure HTTP (HTTPS) communication over the internet.

    • Port 443 is the default port for HTTPS traffic, which encrypts data using SSL/TLS protocols.

    • It is commonly used for secure communication between web browsers and servers.

    • HTTPS ensures that data transmitted over the internet is encrypted and secure.

    • Many websites, such as online banking and e-commerce sites, use port 443 to protect sensitive informa...

  • Answered by AI
  • Q4. Tco,udp,ftp https,http port number?
  • Ans. 

    Common network protocols and their associated port numbers for TCP, UDP, FTP, HTTPS, and HTTP.

    • TCP (Transmission Control Protocol) is used for reliable communication, typically on port 80 for HTTP.

    • UDP (User Datagram Protocol) is used for faster, connectionless communication, often on port 53 for DNS.

    • FTP (File Transfer Protocol) operates on TCP port 21 for control and port 20 for data transfer.

    • HTTPS (Hypertext Transfer P...

  • Answered by AI
  • Q5. What is the firewall
  • Ans. 

    A firewall is a network security system that monitors and controls incoming and outgoing network traffic based on predetermined security rules.

    • Acts as a barrier between a trusted internal network and untrusted external network

    • Can be hardware-based or software-based

    • Filters traffic based on IP addresses, ports, protocols, and other criteria

    • Examples include Cisco ASA, Palo Alto Networks, and pfSense

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - cyber security is big concept use a single partial job in security like penetration testing ,hardware firewall like palo alto , Cisco asa

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
Selected Selected

I appeared for an interview before Jun 2024, where I was asked the following questions.

  • Q1. Latest trends in the security posture
  • Ans. 

    Organizations are enhancing their security posture through advanced technologies, threat intelligence, and proactive measures.

    • Increased adoption of Zero Trust architecture, ensuring strict identity verification for every user and device.

    • Growing use of AI and machine learning for threat detection and response, such as automated anomaly detection.

    • Emphasis on security awareness training for employees to mitigate human err...

  • Answered by AI
  • Q2. Discussed on ransomware and endpoint security

Analyst Interview Questions & Answers

user image Anonymous

posted on 7 Mar 2023

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 in Feb 2023. There were 4 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 - Technical 

(1 Question)

  • Q1. Sales process, B2B/B2C, Managed services, cybersecurity
Round 3 - Technical 

(1 Question)

  • Q1. Sales cycle, target, knowledge on software sales, cybersecurity
Round 4 - HR 

(2 Questions)

  • Q1. About company, Reason of leaving last company, screening questions
  • Q2. Salary expectations,

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well, go through Job description, learn about company mission and vision
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
4-6 weeks
Result
No response

I applied via LinkedIn and was interviewed in Mar 2023. There were 2 interview rounds.

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 

(3 Questions)

  • Q1. What is Blind SQL Injection?
  • Ans. 

    Blind SQL Injection is a type of SQL Injection attack where the attacker does not receive any output from the application.

    • The attacker sends SQL queries to the application and observes the behavior of the application to determine if the query was successful or not.

    • Blind SQL Injection can be time-based or boolean-based.

    • Time-based Blind SQL Injection involves sending a query that will cause a delay in the application's r...

  • Answered by AI
  • Q2. Difference between PE & IDOR
  • Ans. 

    PE and IDOR are both vulnerabilities in web applications, but they differ in their nature and impact.

    • PE (Parameter Tampering) is a vulnerability where an attacker can modify parameters in a request to bypass security controls or gain unauthorized access.

    • IDOR (Insecure Direct Object Reference) is a vulnerability where an attacker can access or manipulate data by directly referencing an object without proper authorizatio...

  • Answered by AI
  • Q3. CSRF Remediation

Skills evaluated in this interview

Top trending discussions

View All
Interview Tips & Stories
2w
toobluntforu
·
works at
Cvent
Can speak English, can’t deliver in interviews
I feel like I can't speak fluently during interviews. I do know english well and use it daily to communicate, but the moment I'm in an interview, I just get stuck. since it's not my first language, I struggle to express what I actually feel. I know the answer in my head, but I just can’t deliver it properly at that moment. Please guide me
Got a question about Aujas Cybersecurity-NuSummit company?
Ask anonymously on communities.

Aujas Cybersecurity-NuSummit company Interview FAQs

How many rounds are there in Aujas Cybersecurity-NuSummit company interview?
Aujas Cybersecurity-NuSummit company interview process usually has 2-3 rounds. The most common rounds in the Aujas Cybersecurity-NuSummit company interview process are Technical, Resume Shortlist and HR.
How to prepare for Aujas Cybersecurity-NuSummit company 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 Aujas Cybersecurity-NuSummit company. The most common topics and skills that interviewers at Aujas Cybersecurity-NuSummit company expect are Information Security, Linux, Python, Java and Perl.
What are the top questions asked in Aujas Cybersecurity-NuSummit company interview?

Some of the top questions asked at the Aujas Cybersecurity-NuSummit company interview -

  1. If you got a bufferoverflow atack how you will validate ...read more
  2. what is the privilege of nessus security t...read more
  3. Which configuration files are important for configuration au...read more
What are the most common questions asked in Aujas Cybersecurity-NuSummit company HR round?

The most common HR questions asked in Aujas Cybersecurity-NuSummit company interview are -

  1. What are your salary expectatio...read more
  2. What is your family backgrou...read more
  3. Tell me about yourse...read more
How long is the Aujas Cybersecurity-NuSummit company interview process?

The duration of Aujas Cybersecurity-NuSummit company interview process can vary, but typically it takes about less than 2 weeks to complete.

Tell us how to improve this page.

Overall Interview Experience Rating

4.5/5

based on 26 interview experiences

Difficulty level

Easy 6%
Moderate 78%
Hard 17%

Duration

Less than 2 weeks 65%
2-4 weeks 29%
4-6 weeks 6%
View more

Interview Questions from Similar Companies

ITC Infotech Interview Questions
3.7
 • 376 Interviews
3i Infotech Interview Questions
3.4
 • 151 Interviews
Microland Interview Questions
3.5
 • 137 Interviews
Sify Technologies Interview Questions
3.8
 • 131 Interviews
Mastek Interview Questions
3.6
 • 127 Interviews
Maveric Systems Interview Questions
3.5
 • 124 Interviews
Sonata Software Interview Questions
3.4
 • 122 Interviews
View all

Aujas Cybersecurity-NuSummit company Reviews and Ratings

based on 287 reviews

3.7/5

Rating in categories

3.6

Skill development

3.6

Work-life balance

3.6

Salary

3.7

Job security

3.5

Company culture

3.2

Promotions

3.4

Work satisfaction

Explore 287 Reviews and Ratings
Consultant
371 salaries
unlock blur

₹8.2 L/yr - ₹14 L/yr

Senior Consultant
278 salaries
unlock blur

₹12 L/yr - ₹22 L/yr

Associate Consultant
227 salaries
unlock blur

₹3.8 L/yr - ₹9.1 L/yr

Security Consultant
123 salaries
unlock blur

₹6 L/yr - ₹14 L/yr

Lead Consultant
88 salaries
unlock blur

₹19.4 L/yr - ₹35.5 L/yr

Explore more salaries
Compare Aujas Cybersecurity-NuSummit company with

ITC Infotech

3.7
Compare

3i Infotech

3.4
Compare

Sify Technologies

3.8
Compare

Microland

3.5
Compare
write
Share an Interview