Upload Button Icon Add office photos

Filter interviews by

Nanoprecise Interview Questions and Answers

Updated 25 Jan 2021

Nanoprecise Interview Experiences

1 interview found

Interview Questionnaire 

1 Question

  • Q1. How many years have working experience. Do you know the alinement of machine and how you do the alinement. Do you know condition monitoring of equipment
  • Ans. 

    I have X years of experience. I am familiar with machine alignment and condition monitoring of equipment.

    • I have X years of experience in the field.

    • I am familiar with the process of machine alignment and have done it before.

    • I have experience with condition monitoring of equipment and know how to identify potential issues.

    • I keep up to date with industry standards and best practices.

    • I am always willing to learn and improv

  • Answered by AI

Site Supervisor Interview Questions asked at other Companies

Q1. What are handover process to civil or facillities
View answer (4)

Interview questions from similar companies

Cloud Data Engineer II Interview Questions & Answers

MathCo user image ABHISHEK JHA

posted on 27 Nov 2024

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

I applied via Company Website and was interviewed in Oct 2024. There were 3 interview rounds.

Round 1 - Technical 

(8 Questions)

  • Q1. End to end architecture of current project
  • Q2. Basic spark code to read & write files
  • Q3. How to upsert data in table in spark
  • Q4. How do you handle sudden increase in data volume
  • Q5. Discussion on delta tables & ACID transactions
  • Q6. Explain autoloader and use case in Databricks
  • Q7. SQL question using window functions Lead, row number
  • Q8. Python question using hashmap & String
Round 2 - One-on-one 

(4 Questions)

  • Q1. Current project understanding end to end
  • Q2. Data pipeline design for a ride sharing company, ask bunch of follow up questions on the conclude a particular design.
  • Q3. Explain how you follow SDLC(Agile, waterfall) ?
  • Q4. Why are you looking for a change now
Round 3 - HR 

(4 Questions)

  • Q1. Basic introductions
  • Q2. What kind of work are you looking for? what do you know about the company
  • Q3. Willing to relocate?
  • Q4. Personal hobbies and aspirations

Interview Preparation Tips

Topics to prepare for MathCo Cloud Data Engineer II interview:
  • Spark
  • Python
  • SQL
  • System Design
  • Data Architecture
  • Streaming
Interview preparation tips for other job seekers - I had a brilliant experience interviewing at MathCo, Had awesome interviewers who push you thinking capabilities. Also given that I was at the end of my notice period, following rounds were scheduled quickly.
Interview experience
1
Bad
Difficulty level
Easy
Process Duration
6-8 weeks
Result
No response

I applied via Referral and was interviewed in Jul 2024. There were 3 interview rounds.

Round 1 - Technical 

(3 Questions)

  • Q1. Some questions related to APIs/Postman.
  • Q2. Some questions related to stakeholder management.
  • Q3. Some easy questions related to SQL
Round 2 - One-on-one 

(2 Questions)

  • Q1. What are some key traits that an implementation analyst must have?
  • Q2. Explain about your previous experience
Round 3 - One-on-one 

(3 Questions)

  • Q1. Have you ever mentored someone and have you ever led a team?
  • Q2. How many micro-services you've worked with in a single project?
  • Q3. How do you communicate among your team?

Interview Preparation Tips

Topics to prepare for Zeta Implementation Analyst interview:
  • API
  • SQL
  • Postman
  • Stakeholder Management
  • Business Management
Interview preparation tips for other job seekers - Do non stop licking of the manager and HR. Even though you're going to meet the same person in one of the interview if you meet him again be ready with some questions and don't answer a single question wrong because if you do no matter what they will dis qualify you based on a single answer and pray that the HR who's contacting you is not Anushree VN otherwise you will just keep sending her followup mails for 1 month and she will reply back with I tried to call you but your phone was unreachable.
Interview experience
3
Average
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
No response

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

Round 1 - Coding Test 

Consisted of HTML , Javascript, React coding questions

Round 2 - Technical 

(2 Questions)

  • Q1. Theroitacal qestions on Javascript
  • Q2. Code absed questions
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

2 DSA Questions, medium level

Round 2 - One-on-one 

(1 Question)

  • Q1. System Design for a application
Round 3 - One-on-one 

(1 Question)

  • Q1. High Level System Design
Interview experience
1
Bad
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
No response

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

Round 1 - Technical 

(3 Questions)

  • Q1. About yourself ?
  • Q2. Just asked questions on previous role
  • Q3. How many types of IOT devices are there
  • Ans. 

    There are three main types of IoT devices: consumer, commercial, and industrial.

    • Consumer IoT devices: Smart home devices like thermostats, lights, and security cameras.

    • Commercial IoT devices: Smart meters, asset tracking systems, and connected vending machines.

    • Industrial IoT devices: Sensors and actuators used in manufacturing, agriculture, and healthcare.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Don't waste time as the interviewer doesn't ask you questions related to JD.He asked me questions related to my previous work experience.Hr is good but interviewer is out of mind .I think interviewer wants to select their known candidates or relatives.Even if you give all answers they will simply reject you.
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(1 Question)

  • Q1. Generate a Dataframe
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed in Mar 2024. There were 3 interview rounds.

Round 1 - Assignment 

Assignment was to create an API for an expenses sharing application where users can input the total amount and the people to be shared the amount with and each individual amount in terms of either actual amount, percentage or split equally

Round 2 - One-on-one 

(4 Questions)

  • Q1. Difference between process and threads
  • Ans. 

    Processes are independent instances of a program, while threads are smaller units within a process sharing resources.

    • Processes have their own memory space, while threads share the same memory space within a process.

    • Processes are heavyweight, requiring more resources, while threads are lightweight.

    • Processes communicate with each other through inter-process communication mechanisms, while threads can communicate directly...

  • Answered by AI
  • Q2. What is indexing in DBMS
  • Ans. 

    Indexing in DBMS is a technique used to improve the performance of queries by allowing faster retrieval of data.

    • Indexes are data structures that store a small portion of the table data in an optimized format for quick retrieval.

    • They help in speeding up data retrieval operations like SELECT, UPDATE, DELETE queries.

    • Examples of indexes include primary keys, unique keys, and composite keys.

  • Answered by AI
  • Q3. Examples and description of asymmetric encryption alogorithms
  • Ans. 

    Asymmetric encryption algorithms use a pair of keys to encrypt and decrypt data, providing secure communication.

    • RSA (Rivest-Shamir-Adleman) is a popular asymmetric encryption algorithm.

    • Elliptic Curve Cryptography (ECC) is another commonly used asymmetric encryption algorithm.

    • Asymmetric encryption is slower than symmetric encryption but provides better security.

    • Public key is used for encryption and private key is used f

  • Answered by AI
  • Q4. Which sorting method is beneficial in which scenario
  • Ans. 

    Different sorting methods are beneficial in different scenarios based on factors like time complexity, space complexity, and input size.

    • Quick Sort: Best for large datasets due to its average time complexity of O(n log n)

    • Bubble Sort: Simple and easy to implement, but inefficient for large datasets with its time complexity of O(n^2)

    • Merge Sort: Stable and efficient for large datasets with its time complexity of O(n log n)

    • ...

  • Answered by AI
Round 3 - One-on-one 

(4 Questions)

  • Q1. What are ACID properties in DBMS
  • Ans. 

    ACID properties are a set of properties that guarantee reliability and consistency in database transactions.

    • Atomicity: Ensures that either all operations in a transaction are completed successfully or none at all.

    • Consistency: Ensures that the database remains in a consistent state before and after the transaction.

    • Isolation: Ensures that the execution of multiple transactions concurrently does not interfere with each ot...

  • Answered by AI
  • Q2. Underlying data structure in Indexing and its time complexity
  • Ans. 

    Indexing typically uses data structures like B-trees or hash tables for efficient retrieval, with time complexity of O(log n) or O(1) respectively.

    • Common data structures for indexing include B-trees and hash tables

    • B-trees are typically used for indexing in databases due to their balanced nature and efficient search operations

    • Hash tables are used for indexing in scenarios where constant time lookup is desired, but may h

  • Answered by AI
  • Q3. Time complexity of a recursive fibonacci code
  • Ans. 

    Time complexity of recursive fibonacci code is O(2^n)

    • The time complexity of a recursive fibonacci code is exponential, O(2^n)

    • This is because each call branches into two recursive calls, leading to exponential growth

    • For example, calculating fibonacci(5) would result in 15 function calls

  • Answered by AI
  • Q4. The protocol behind Web Sockets (because it was in my resume)
  • Ans. 

    Web Sockets is a communication protocol that provides full-duplex communication channels over a single TCP connection.

    • Web Sockets allow for real-time, bi-directional communication between a client and a server.

    • They are commonly used in chat applications, online gaming, and live data streaming.

    • Web Sockets use the ws:// or wss:// protocol scheme in URLs.

    • The protocol is initiated with a handshake between the client and se...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare CS Fundamentals thoroughly
Some questions will be asked from topics that are mentioned in resume

Skills evaluated in this interview

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

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

Round 1 - Technical 

(2 Questions)

  • Q1. Abstraction and interface
  • Q2. Authentication and authorisation
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
No response

I applied via Company Website and was interviewed in Jul 2024. There was 1 interview round.

Round 1 - One-on-one 

(2 Questions)

  • Q1. About past intern experience
  • Q2. Product improvement question

Nanoprecise Interview FAQs

How to prepare for Nanoprecise 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 Nanoprecise . The most common topics and skills that interviewers at Nanoprecise expect are MongoDB, Python, AWS, Ansible and Java.

Tell us how to improve this page.

Interview Questions from Similar Companies

MathCo Interview Questions
3.0
 • 107 Interviews
Zeta Interview Questions
3.3
 • 65 Interviews
CoinDCX Interview Questions
3.7
 • 26 Interviews
MoEngage Interview Questions
4.0
 • 23 Interviews
BIZONGO Interview Questions
3.3
 • 17 Interviews
Miko Interview Questions
3.1
 • 10 Interviews
View all

Nanoprecise Reviews and Ratings

based on 4 reviews

4.7/5

Rating in categories

4.4

Skill development

4.2

Work-life balance

4.6

Salary

4.7

Job security

4.4

Company culture

4.4

Promotions

4.5

Work satisfaction

Explore 4 Reviews and Ratings
Software Developer
9 salaries
unlock blur

₹16 L/yr - ₹22 L/yr

Business Development Manager
7 salaries
unlock blur

₹13.3 L/yr - ₹20 L/yr

Software Engineer
5 salaries
unlock blur

₹5.9 L/yr - ₹18 L/yr

Senior Software Engineer
5 salaries
unlock blur

₹22 L/yr - ₹33 L/yr

Customer Success Manager
5 salaries
unlock blur

₹11 L/yr - ₹13 L/yr

Explore more salaries
Compare Nanoprecise with

SenseGiz Technologies

3.7
Compare

Altizon Systems

1.9
Compare

Zenatix Solutions

4.1
Compare

Ecolibrium Energy

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