Upload Button Icon Add office photos

Filter interviews by

NM Software Consultancy Interview Questions and Answers

Be the first one to contribute and help others!

Interview questions from similar companies

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

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

Round 1 - Technical 

(15 Questions)

  • Q1. What is split horison? How can we resolve it?
  • Ans. 

    Split horizon is a technique used in computer networking to prevent routing loops by not advertising routes back to the same interface they were learned from.

    • Split horizon is used in distance-vector routing protocols like RIP to prevent routing loops.

    • It works by not advertising routes back to the same interface they were learned from.

    • Split horizon with poison reverse takes this a step further by advertising the route w...

  • Answered by AI
  • Q2. What is BGP? How BGP works?
  • Ans. 

    BGP stands for Border Gateway Protocol, used to exchange routing information between different networks.

    • BGP is an exterior gateway protocol used to make routing decisions on the internet.

    • It operates by exchanging routing information between different autonomous systems (AS).

    • BGP uses TCP port 179 for communication.

    • BGP routers maintain a table of IP prefixes and their paths to reach them.

    • BGP can be configured to influenc...

  • Answered by AI
  • Q3. What are the type of BGP and their AD value?
  • Ans. 

    There are two types of BGP: eBGP and iBGP. eBGP has an AD value of 20, while iBGP has an AD value of 200.

    • eBGP (External BGP) - AD value: 20

    • iBGP (Internal BGP) - AD value: 200

  • Answered by AI
  • Q4. What is routing protocol? What are the types of routing protocol?
  • Ans. 

    Routing protocol is a set of rules used by routers to determine the best path for data packets to travel.

    • Routing protocols help routers communicate with each other to dynamically update routing tables.

    • Types of routing protocols include distance-vector (e.g. RIP), link-state (e.g. OSPF), and hybrid (e.g. EIGRP).

    • Distance-vector protocols determine the best path based on hop count.

    • Link-state protocols use a more complex a...

  • Answered by AI
  • Q5. What is ospf?
  • Ans. 

    OSPF (Open Shortest Path First) is a routing protocol used to determine the best path for data packets in a network.

    • OSPF is a link-state routing protocol

    • It uses Dijkstra's algorithm to calculate the shortest path

    • OSPF routers exchange link-state advertisements (LSAs) to build a topology map

    • It supports VLSM (Variable Length Subnet Masking) and CIDR (Classless Inter-Domain Routing)

    • OSPF divides the network into areas to re

  • Answered by AI
  • Q6. How do we prevent loop avoidance in BGP?
  • Ans. 

    Preventing loop avoidance in BGP involves using loop prevention mechanisms like AS Path and Route Reflectors.

    • Use AS Path attribute to prevent loops by tracking the path a route has taken through AS numbers.

    • Implement Route Reflectors to avoid loops in BGP by controlling the route propagation within a cluster.

    • Utilize BGP Confederations to divide the network into smaller autonomous systems to prevent loops.

    • Regularly monit...

  • Answered by AI
  • Q7. What is OSI model? What are the layers of OSI model?
  • Ans. 

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

    • The OSI model stands for Open Systems Interconnection model.

    • It helps in understanding how data is transferred from one computer to another over a network.

    • The seven layers of OSI model are: Physical, Data Link, Network, Transport, Session, Presentation, and Application.

    • Each layer has speci...

  • Answered by AI
  • Q8. How does tracerout works?
  • Ans. 

    Traceroute is a network diagnostic tool used to track the path packets take from one networked device to another.

    • Traceroute sends packets with increasing TTL values to determine the path to a destination.

    • Each router along the path sends back an ICMP Time Exceeded message, allowing traceroute to map the route.

    • The final destination sends an ICMP Port Unreachable message, indicating the end of the route.

    • Traceroute helps i...

  • Answered by AI
  • Q9. If we see "*****" in tracerout, what it means?
  • Ans. 

    The presence of '*****' in a traceroute indicates that the router is blocking the ICMP packets used by traceroute.

    • The '*****' indicates that the router is not responding to the ICMP packets sent by the traceroute tool.

    • This could be due to the router being configured to block ICMP traffic for security reasons.

    • It can also be caused by a firewall or network filtering rules blocking the ICMP packets.

    • In some cases, the '***...

  • Answered by AI
  • Q10. What are the states in BGP?
  • Ans. 

    BGP states include Idle, Connect, Active, OpenSent, OpenConfirm, Established.

    • Idle - Initial state when BGP is not yet established

    • Connect - Attempting to establish a TCP connection

    • Active - Waiting for a TCP connection to be completed

    • OpenSent - Sent an Open message to peer

    • OpenConfirm - Received an Open message and waiting for confirmation

    • Established - BGP peers are fully established and can exchange routing information

  • Answered by AI
  • Q11. If there is a non tech guys on site to replace faulty router with new router, how do you configure the new router?
  • Ans. 

    The new router can be configured remotely using a laptop or mobile device with access to the network.

    • Access the router's web interface by entering its IP address in a web browser

    • Login using default credentials or credentials provided by the company

    • Configure basic settings such as SSID, password, and security settings

    • Update firmware if necessary

    • Test the connection to ensure it is working properly

  • Answered by AI
  • Q12. What are CE and PE routers?
  • Ans. 

    CE and PE routers are types of routers used in MPLS networks. CE routers connect to customer networks while PE routers connect to provider networks.

    • CE routers (Customer Edge) connect to customer networks and are responsible for exchanging routes with customer devices.

    • PE routers (Provider Edge) connect to provider networks and are responsible for exchanging routes with other PE routers in the MPLS network.

    • CE routers are...

  • Answered by AI
  • Q13. What is the command to assign an IP address on Juniper router interface?
  • Ans. 

    The command to assign an IP address on a Juniper router interface is 'set interface <interface_name> unit <unit_number> family inet address <ip_address/mask>'

    • Use the 'set' command to configure the interface

    • Specify the interface name and unit number

    • Use the 'family inet' statement to configure an IPv4 address

    • Specify the IP address and subnet mask

  • Answered by AI
  • Q14. What are the parameters should match in BGP neighbourship?
  • Ans. 

    Parameters for BGP neighbourship include AS number, IP address, subnet mask, and BGP version.

    • AS number must match on both neighbors

    • IP address must be reachable between neighbors

    • Subnet mask should be the same on both neighbors

    • BGP version should be compatible between neighbors

  • Answered by AI
  • Q15. What is tftp?
  • Ans. 

    tftp stands for Trivial File Transfer Protocol, a simple protocol used for transferring files over a network.

    • tftp is a lightweight protocol used for transferring files between devices on a network.

    • It operates on UDP port 69.

    • tftp does not require user authentication, making it less secure compared to FTP.

    • It is commonly used for booting devices over a network, such as in diskless workstations or routers.

    • An example of tft...

  • Answered by AI
Round 2 - Technical 

(8 Questions)

  • Q1. What is loop avoidance mechanism in BGP?
  • Ans. 

    Loop avoidance mechanism in BGP prevents routing loops by using loop prevention mechanisms like AS path attribute and route reflectors.

    • BGP uses AS path attribute to prevent routing loops by not accepting routes with its own AS number in the path.

    • Route reflectors are used in BGP to avoid loops in route propagation within a cluster of routers.

    • BGP Confederations can also be used to prevent loops by dividing the AS into sm

  • Answered by AI
  • Q2. How tracerout works? What is source and destination IP?
  • Ans. 

    Traceroute is a network diagnostic tool used to track the path packets take from source to destination IP.

    • Traceroute sends packets with increasing TTL values to elicit ICMP Time Exceeded responses from routers along the path.

    • The source IP is the IP address of the device initiating the traceroute, while the destination IP is the IP address of the target device.

    • Traceroute displays the IP addresses of the routers in the p...

  • Answered by AI
  • Q3. What is public IP and private IP?
  • Ans. 

    Public IP is the address assigned to a device that is directly accessible over the internet, while private IP is used within a private network.

    • Public IP is unique and can be accessed from anywhere on the internet

    • Private IP is used within a local network and is not directly accessible from the internet

    • Public IP is assigned by the Internet Service Provider (ISP)

    • Private IP addresses are typically in the ranges of 192.168.

  • Answered by AI
  • Q4. How can we configure and a router with support of non tech guy onsite?
  • Ans. 

    To configure a router with support of a non tech guy onsite, provide step-by-step instructions and visual aids.

    • Create a simple, easy-to-follow guide with step-by-step instructions.

    • Use visual aids such as diagrams or videos to demonstrate the process.

    • Provide clear explanations of each step and troubleshoot common issues.

    • Offer remote support or a helpline for additional assistance if needed.

  • Answered by AI
  • Q5. What is 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

    • Filters network traffic based on rules set by the administrator

    • Can be hardware-based or software-based

    • Examples include Cisco ASA, Palo Alto Networks, and Windows Firewall

  • Answered by AI
  • Q6. What are the difference between router and switch?
  • Ans. 

    Routers connect multiple networks together while switches connect devices within a single network.

    • Routers operate at the network layer (Layer 3) of the OSI model, while switches operate at the data link layer (Layer 2).

    • Routers use IP addresses to forward data between networks, while switches use MAC addresses to forward data within a network.

    • Routers can determine the best path for data to travel between networks, while...

  • Answered by AI
  • Q7. What is mpls?
  • Ans. 

    MPLS stands for Multiprotocol Label Switching, a technique used in telecommunications networks to direct data packets along predefined paths.

    • MPLS is used to improve network performance and efficiency by quickly routing data packets based on labels instead of IP addresses.

    • It allows for traffic engineering, quality of service (QoS) prioritization, and virtual private network (VPN) services.

    • MPLS operates at layer 2.5 of t...

  • Answered by AI
  • Q8. How ftp and tftp works?
  • Ans. 

    FTP and TFTP are protocols used for transferring files over a network.

    • FTP (File Transfer Protocol) is a standard network protocol used to transfer files from one host to another over a TCP-based network, such as the internet.

    • TFTP (Trivial File Transfer Protocol) is a simpler version of FTP that uses UDP instead of TCP for file transfer.

    • FTP requires authentication (username and password) for access, while TFTP does not ...

  • Answered by AI
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Walk-in and was interviewed in Dec 2024. There were 2 interview rounds.

Round 1 - Group Discussion 

Process planning refers to the methodical approach of determining the best possible way to manufacture a product or deliver a service by considering various aspects such as resources, timelines, and methodologies involved in production or execution.

Round 2 - One-on-one 

(5 Questions)

  • Q1. Explain about previous process
  • Q2. Explain about my work experience
  • Q3. Explain about my work standard
  • Q4. Explain about my managing method
  • Q5. Explain about my working style
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 Dec 2024. There was 1 interview round.

Round 1 - Technical 

(6 Questions)

  • Q1. What is the difference between a development dependency and a regular dependency in software development?
  • Ans. 

    Development dependencies are needed for development and testing, while regular dependencies are needed for the application to run.

    • Development dependencies are used during the development process, such as testing frameworks or build tools.

    • Regular dependencies are required for the application to function properly in production.

    • Development dependencies are typically listed in the devDependencies section of package.json, w...

  • Answered by AI
  • Q2. What do the symbols ^ and ~ represent in the package.json file?
  • Ans. 

    Symbols ^ and ~ in package.json represent version ranges for dependencies.

    • The symbol ^ represents a range that allows minor version updates.

    • The symbol ~ represents a range that allows only patch updates.

    • For example, ^1.2.3 allows any version from 1.2.3 to <2.0.0, while ~1.2.3 allows any version from 1.2.3 to <1.3.0.

  • Answered by AI
  • Q3. How can a 404 page be handled in React routing?
  • Ans. 

    404 page can be handled in React routing by creating a Route component with a path of '*' at the end of all other routes.

    • Create a Route component with a path of '*' at the end of all other routes in the Switch component.

    • Inside the '*' Route component, render a custom 404 page component.

    • Use the Switch component to ensure that only one Route is rendered at a time.

  • Answered by AI
  • Q4. Some Javascript coding questions.
  • Q5. What is the component lifecycle in functional components?
  • Ans. 

    Component lifecycle in functional components involves useEffect hook for side effects.

    • Functional components use useEffect hook to handle side effects like fetching data, subscribing to events, etc.

    • useEffect hook can be used to mimic componentDidMount, componentDidUpdate, and componentWillUnmount lifecycle methods.

    • useEffect hook takes a callback function as its first argument and an optional array of dependencies as its...

  • Answered by AI
  • Q6. Explain redux data flow
  • Ans. 

    Redux data flow is a unidirectional flow of data in React applications using a centralized store.

    • Actions are dispatched to the store

    • Reducers update the state based on the action

    • Components subscribe to the store to access the updated state

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Infosys Reactjs Developer interview:
  • Javascript
  • React.Js
Interview preparation tips for other job seekers - Get your basic cleared and be prepared
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

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

Round 1 - One-on-one 

(5 Questions)

  • Q1. How many variance in sap?
  • Ans. 

    The number of variances in SAP can vary depending on the specific processes and transactions being analyzed.

    • The number of variances in SAP can be influenced by factors such as data entry errors, system glitches, or discrepancies in invoice processing.

    • Variances in SAP may be identified through reconciliation processes, exception reports, or manual reviews of accounts payable transactions.

    • Examples of variances in SAP inc...

  • Answered by AI
  • Q2. We cac explain the all accounts receivable and accounts payable
  • Ans. 

    Accounts receivable and accounts payable are two important aspects of a company's financial operations.

    • Accounts receivable refers to money owed to a company by its customers for goods or services provided.

    • Accounts payable refers to money owed by a company to its suppliers or vendors for goods or services received.

    • Accounts receivable is an asset on the balance sheet, while accounts payable is a liability.

    • Managing accoun...

  • Answered by AI
  • Q3. What is the cost element and cost center?
  • Ans. 

    Cost element and cost center are key concepts in accounting for tracking and allocating costs within an organization.

    • Cost element refers to the specific types of costs incurred by an organization, such as materials, labor, or overhead.

    • Cost center is a specific department, team, or function within an organization that is responsible for incurring costs.

    • Cost elements are assigned to cost centers to track and allocate cos...

  • Answered by AI
  • Q4. How many we have currencies in sap?
  • Ans. 

    SAP supports over 160 currencies worldwide.

    • SAP supports over 160 currencies for global transactions.

    • Currencies can be configured in SAP using transaction code OB22.

    • Each currency is assigned a unique currency code (e.g. USD for US Dollar, EUR for Euro).

  • Answered by AI
  • Q5. How many types of projects
  • Ans. 

    There are various types of projects, including internal projects, external projects, research projects, and development projects.

    • Internal projects focus on improving processes within the organization.

    • External projects involve working with external partners or clients.

    • Research projects aim to gather data and analyze findings.

    • Development projects focus on creating new products or services.

    • Examples: IT system implementati...

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Accenture P2P Accounts Payable Executive interview:
  • mba fresher
Interview preparation tips for other job seekers - 1. Self-Reflection & Goal Setting
* Identify Your Strengths & Weaknesses:
* Strengths: What are you good at? What do you enjoy doing? What are your unique skills and talents?
* Weaknesses: What areas do you need to improve? What are your biggest challenges?
* Define Your Career Goals:
* Short-term: What kind of job are you looking for? What industry are you interested in? What salary range are you targeting?
* Long-term: What is your ideal career path? What are your long-term professional aspirations?
2. Enhance Your Job Search Strategy
* Build a Strong Online Presence:
* LinkedIn: Create a professional and engaging LinkedIn profile.
* Portfolio/Website: If applicable, showcase your work through a portfolio or personal website.
* Network, Network, Network:
* Attend industry events: Conferences, meetups, and workshops.
* Informational interviews: Connect with people working in your field of interest.
* Leverage your existing network: Let your friends, family, and former colleagues know you're job searching.
* Tailor Your Resume & Cover Letter:
* Customize: Tailor your resume and cover letter to each specific job application.
* Keywords: Use keywords from the job description to increase your chances of getting noticed by Applicant Tracking Systems (ATS).
* Quantify your achievements: Use numbers and data to demonstrate your accomplishments.
* Master the Job Interview:
* Practice: Prepare for common interview questions (behavioral, technical, etc.).
* Research: Learn about the company and the role you're interviewing for.
* Ask insightful questions: Demonstrate your interest and engagement.
3. Continuous Improvement
* Skill Development:
* Online courses: Platforms like Coursera, Udemy, and edX offer a wide range of courses.
* Certifications: Obtain relevant industry certifications to enhance your credentials.
* Volunteer work: Gain valuable experience and build your network.
* Stay Updated:
* Industry news: Keep up-to-date with the latest trends and developments in your field.
* Job market trends: Monitor job boards and industry publications to understand the current job market.
Key Advice:
* Be patient and persistent: The job search process can be challenging, but don't give up.
* Stay positive and maintain a growth mindset: Focus on your strengths and opportunities for improvement.
* Take care of yourself: Prioritize your physical and mental well-being during your job search.
Remember: The job market is constantly evolving. Be adaptable, proactive, and resourceful in your job search efforts. Good luck!
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

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

Round 1 - Technical 

(2 Questions)

  • Q1. Questions related to the CMS which I worked on.
  • Q2. Questions related to the CMS
Round 2 - Behavioral 

(2 Questions)

  • Q1. What kind of role do you want
  • Q2. What kind of work you were doing

Interview Preparation Tips

Interview preparation tips for other job seekers - Please please get into Wipro only after confirming if you are going into a project. If not, better avoid as we might end up in bench. If the Technical manager says there are projects. Confirm with them if they are active projects or projects in negotiation phase.
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Not Selected

I applied via Campus Placement and was interviewed in Dec 2024. There were 5 interview rounds.

Round 1 - Aptitude Test 

The assessment focused on general aptitude, which was relatively easy and manageable to pass. However, the pseudo-code section may pose a greater challenge during the first round.

Round 2 - Group Discussion 

It is very easy; you just need to speak at least once to easily pass through this round. mostly they dont try to reject you unless you are very nervous and very low about confidence they want you to speak atleast once , even the point is valid or not.

Round 3 - Coding Test 

You will undergo a written test comprising three coding sections (either in Python or C) containing five or six questions each, along with ten multiple-choice questions on software testing, which are relatively easy. However, the most challenging section is networking, for which you will need to write theory responses; therefore, it is important to prepare thoroughly for that part.

Round 4 - One-on-one 

(2 Questions)

  • Q1. They first asked for self-introduction and then asked you to explain the programs that were assigned to you in a step-by-step manner.
  • Q2. Then the major part is networking, if you gone through by successfully explains your coding then you will be completely checked with networking which is really tough, like they asked me that to tell port n...
Round 5 - HR 

(1 Question)

  • Q1. Actually there is HR done in my process , whoever cleared technical all were selected. But the issue is the there is no stipend for internship , and the role is embedded testing which was told only in the ...

Interview Preparation Tips

Interview preparation tips for other job seekers - It is easy to clear first 2 round(aptitude ,gd) and round 3 and round 4 is written and technical panel ,written is in your hand but panel is based on your luck . Thank you
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Approached by Company and was interviewed in Dec 2024. There was 1 interview round.

Round 1 - One-on-one 

(3 Questions)

  • Q1. Introduce yourself. Roles and Projects you were part of.
  • Q2. SQL joins, CTEs, Snowflake
  • Q3. Python libraries, data cleaning techniques

Interview Preparation Tips

Topics to prepare for IQVIA Technical Analyst interview:
  • MySQL
  • Python
  • Power Bi
Interview preparation tips for other job seekers - Basic to medium level questions were asked in SQL, Python and Power BI.
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 Dec 2024. There was 1 interview round.

Round 1 - Technical 

(8 Questions)

  • Q1. What improvements to interfaces were introduced in Java 8 that were missing in Java 7, specifically regarding static and default methods?
  • Q2. Explain internal working of HashMap ? How to synchronize it ?
  • Q3. Given a list of employees with their ratings, how can you sort the employees based on their ratings using the Java 8 Streaming API?
  • Q4. Will the program compile if the parent class throws a runtime exception while the child class throws an arithmetic exception?
  • Q5. In a Spring Boot application with two databases, how can you configure JDBC to specify which database to use?
  • Q6. How to use a jetty server in your spring boot application ?
  • Q7. Difference between @RequestParam and @PathVariable ?
  • Q8. How would you handle a scenario where one microservice is awaiting a response from another microservice that is taking an extended time to respond?

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare the basics about Java 8 , Core Java , Springboot , Microservices and MySql.

Amazon Account Manager Interview Questions & Answers

Amazon user image Mohammad Hazeera Begum

posted on 31 Dec 2024

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

I applied via Recruitment Consulltant and was interviewed in Dec 2024. There were 6 interview rounds.

Round 1 - HR 

(2 Questions)

  • Q1. How should one conduct an interview session?
  • Ans. 

    Conducting an interview session involves preparation, active listening, asking relevant questions, and providing a positive experience for the candidate.

    • Prepare by reviewing the candidate's resume and job description

    • Create a comfortable environment for the candidate to feel at ease

    • Ask open-ended questions to encourage detailed responses

    • Listen actively and take notes to remember key points

    • Provide clear information about...

  • Answered by AI
  • Q2. What strategies can I employ to secure a job quickly?
  • Ans. 

    Utilize networking, tailor your resume, apply to multiple positions, and follow up with potential employers.

    • Network with professionals in your desired field to learn about job opportunities.

    • Customize your resume and cover letter for each job application to highlight relevant skills and experiences.

    • Apply to a variety of positions to increase your chances of securing a job quickly.

    • Follow up with potential employers after...

  • Answered by AI
Round 2 - Assignment 

How should I complete my assignments?

Round 3 - Group Discussion 

How can I effectively complete my tasks?

Round 4 - Case Study 

What training is available to help me perform my job?

Round 5 - Technical 

(2 Questions)

  • Q1. How can I effectively complete my job profile?
  • Q2. How should I approach interacting with my interviewer?
Round 6 - One-on-one 

(2 Questions)

  • Q1. How can I prepare for my job role?
  • Q2. Please any employeer can help to control my training
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

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

Round 1 - Aptitude Test 

The Aptitude Test session accesses mathematical and logical reasoning abilities

Round 2 - Technical 

(6 Questions)

  • Q1. What is Vlookup
  • Ans. 

    Vlookup is a function in Excel used to search for a value in a table and return a corresponding value from another column.

    • Vlookup stands for 'Vertical Lookup'

    • It is commonly used in Excel to search for a value in the leftmost column of a table and return a value in the same row from a specified column

    • Syntax: =VLOOKUP(lookup_value, table_array, col_index_num, [range_lookup])

    • Example: =VLOOKUP(A2, B2:D10, 3, FALSE) - searc...

  • Answered by AI
  • Q2. Some IF else Question in Excel
  • Q3. What does your day in your previous organization look like?
  • Ans. 

    My day in my previous organization involved analyzing large datasets, creating reports, and presenting findings to stakeholders.

    • Reviewing and cleaning large datasets to ensure accuracy

    • Creating visualizations and reports to communicate insights

    • Collaborating with team members to identify trends and patterns

    • Presenting findings to stakeholders in meetings or presentations

  • Answered by AI
  • Q4. Could you share the technical skills you possess?
  • Ans. 

    I possess strong technical skills in data analysis, including proficiency in programming languages, statistical analysis, and data visualization tools.

    • Proficient in programming languages such as Python, R, SQL

    • Skilled in statistical analysis and data modeling techniques

    • Experience with data visualization tools like Tableau, Power BI

    • Knowledge of machine learning algorithms and techniques

  • Answered by AI
  • Q5. Can you explain what a Pivot Table is?
  • Ans. 

    A Pivot Table is a data summarization tool used in spreadsheet programs to analyze, summarize, and present data in a tabular format.

    • Pivot tables allow users to reorganize and summarize selected columns and rows of data to obtain desired insights.

    • Users can easily group and filter data, perform calculations, and create visualizations using pivot tables.

    • Pivot tables are commonly used in Excel and other spreadsheet program...

  • Answered by AI
  • Q6. Find the Highest-paid employee in each department along with their salary and department name.
  • Ans. 

    To find the highest-paid employee in each department, we need to group employees by department and then select the employee with the highest salary in each group.

    • Group employees by department

    • Find the employee with the highest salary in each group

    • Retrieve the employee's name, salary, and department name

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Nagarro Data Analyst interview:
  • SQL
  • Excel
  • Problem Solving
  • PowerBI
  • SQL Queries
Interview preparation tips for other job seekers - Practice common interviews and scenarios, especially for your role.
Be prepared to discuss past challenges and how did you overcome.

Tell us how to improve this page.

Interview Questions from Similar Companies

Accenture Interview Questions
3.9
 • 8k Interviews
Infosys Interview Questions
3.7
 • 7.5k Interviews
Wipro Interview Questions
3.7
 • 5.5k Interviews
Amazon Interview Questions
4.1
 • 4.9k Interviews
Capgemini Interview Questions
3.8
 • 4.7k Interviews
Tech Mahindra Interview Questions
3.6
 • 3.8k Interviews
HCLTech Interview Questions
3.5
 • 3.7k Interviews
Teleperformance Interview Questions
3.9
 • 1.7k Interviews
WNS Interview Questions
3.4
 • 958 Interviews
View all

NM Software Consultancy Reviews and Ratings

based on 4 reviews

4.4/5

Rating in categories

4.4

Skill development

4.4

Work-Life balance

4.5

Salary & Benefits

4.4

Job Security

4.4

Company culture

3.9

Promotions/Appraisal

4.6

Work Satisfaction

Explore 4 Reviews and Ratings
Web Administrator
4 salaries
unlock blur

₹2.4 L/yr - ₹4 L/yr

Explore more salaries
Compare NM Software Consultancy with

Wipro

3.7
Compare

Capgemini

3.8
Compare

Infosys

3.7
Compare

HCLTech

3.5
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