i
VOZIQ
Filter interviews by
I applied via Referral and was interviewed in Jul 2024. There were 2 interview rounds.
They given me to solve 50 appittude question on different topics such as probability and statistics and various mathematics concepts etc
I am a dedicated and detail-oriented Business Analyst with experience in data analysis and process improvement.
Experienced in conducting data analysis to identify trends and insights
Skilled in process improvement and optimization
Strong communication and presentation skills
Proficient in using tools like Excel, SQL, and Tableau
Certified in Business Analysis (e.g. CBAP)
Data analysis and
ML coding and building models
I applied via Referral
Conduct the assessment we know theirs skills
Print prime numbers in a given range
Iterate through the range of numbers
Check if each number is prime
Print the prime numbers
var is function-scoped and let is block-scoped.
var declarations are hoisted to the top of their scope while let declarations are not.
var can be redeclared in the same scope while let cannot.
let is preferred for variable declaration in modern JavaScript.
Example: var x = 10; if (true) { var x = 20; // x is now 20 } console.log(x); // 20 let y = 10; if (true) { let y = 20; // y is now 20 } console.log(y); /
VOZIQ interview questions for popular designations
I applied via Recruitment Consulltant and was interviewed before Apr 2023. There were 2 interview rounds.
Basic details of how your resume and college went on.
Technical questions about skills in your resume and some of the topic questions to test your response and creativity
I applied via LinkedIn and was interviewed in Jul 2021. There were 4 interview rounds.
I appeared for an interview in Dec 2024.
1) Query for the second highest salary. 2) Determine the frequency of characters in a string and remove those that do not repeat. 3) For a string, convert characters with an odd number of occurrences to lowercase, and replace those with an even number of occurrences with the preceding character.
posted on 23 Nov 2021
I applied via LinkedIn and was interviewed in May 2021. There were 3 interview rounds.
Closure is a function that has access to variables in its outer scope, even after the outer function has returned.
Closure is created when a function is defined inside another function.
The inner function has access to the outer function's variables and parameters.
The inner function can access the outer function's variables even after the outer function has returned.
Closures are used for data privacy, event handlers, and...
hoc, pure component and react.memo are all ways to optimize React components.
Higher Order Components (HOC) are functions that take a component and return a new component with additional functionality.
Pure Components are components that only re-render when their props or state change.
React.memo is a higher order component that memoizes the result of a component rendering, preventing unnecessary re-renders.
I applied via Referral and was interviewed in Apr 2023. There were 2 interview rounds.
I worked as a Senior Software Engineer at XYZ Company.
Developed and maintained software applications
Collaborated with cross-functional teams to gather requirements and design solutions
Implemented new features and enhancements
Performed code reviews and provided technical guidance to junior developers
Resolved bugs and issues reported by users
Optimized application performance and scalability
Participated in agile developme
I applied via Walk-in and was interviewed before Jun 2022. There were 3 interview rounds.
A recursive function is a function that calls itself within its definition.
A recursive function must have a base case to prevent infinite recursion.
Recursion is often used to solve problems that can be broken down into smaller, similar subproblems.
Example: Factorial function, Fibonacci sequence.
C is a procedural programming language while C++ is an object-oriented programming language.
C is a procedural programming language, while C++ is a combination of procedural and object-oriented programming.
C does not support classes and objects, while C++ does.
C does not have built-in support for exception handling, while C++ does.
C does not have namespaces, while C++ does.
C does not have function overloading, while C++
Oops concepts are the fundamental principles of object-oriented programming, including inheritance, encapsulation, polymorphism, and abstraction.
Inheritance: Allows a class to inherit properties and behavior from another class.
Encapsulation: Bundling data and methods that operate on the data into a single unit.
Polymorphism: Ability to present the same interface for different data types.
Abstraction: Hiding the complex i...
To reverse a string, iterate through the characters and build a new string in reverse order.
Iterate through the characters of the string from end to start
Append each character to a new string to build the reversed string
Return the reversed string as the result
based on 8 interviews
Interview experience
Data Analyst
31
salaries
| ₹3 L/yr - ₹9.6 L/yr |
Jr. Data Scientist
17
salaries
| ₹4 L/yr - ₹6 L/yr |
Assistant Manager
16
salaries
| ₹7.7 L/yr - ₹13.4 L/yr |
Junior Data Analyst
12
salaries
| ₹3 L/yr - ₹4 L/yr |
Data Science Intern
10
salaries
| ₹1 L/yr - ₹4 L/yr |
XenonStack
MSR Cosmos Group
Orpak Systems
InOrg Global