Filter interviews by
I applied via Recruitment Consulltant and was interviewed in Nov 2021. There were 2 interview rounds.
Top trending discussions
I applied via Naukri.com and was interviewed in Jun 2021. There was 1 interview round.
This question involves creating a program using HTML to demonstrate web development skills.
Understand the structure of an HTML document: <html>, <head>, <body>.
Use semantic HTML elements like <header>, <footer>, <article> for better accessibility.
Incorporate CSS for styling and JavaScript for interactivity.
Example: Create a simple webpage with a title, a paragraph, and a button that ...
posted on 22 Jul 2024
I applied via Walk-in and was interviewed before Jul 2023. There were 4 interview rounds.
Coding test duration is 30 to 40 min
on paper pen and topic is simple like related to string,pattern and number's
Runtime refers to the period when a program is executing, affecting performance and resource usage.
Runtime is when code is executed, as opposed to compile time.
Performance can vary based on algorithms used; e.g., O(n) vs O(n^2).
Memory usage is crucial; e.g., using arrays vs linked lists can impact runtime.
Dynamic typing in languages like Python can lead to slower runtime compared to statically typed languages like C++.
posted on 6 Dec 2024
I applied via Referral and was interviewed before Dec 2023. There was 1 interview round.
posted on 26 Jun 2025
Use MongoDB's aggregation framework to filter and sort students by their scores, returning the top 5 results.
Use the `find()` method to query the students collection.
Sort the results by the score field in descending order.
Limit the results to 5 using the `limit()` method.
Example: `db.students.find().sort({ score: -1 }).limit(5)`
Ensure the score field exists and is indexed for better performance.
posted on 14 Jul 2025
I appeared for an interview before Jul 2024, where I was asked the following questions.
Debugging involves identifying, isolating, and fixing errors in code through systematic analysis and testing.
1. Read error messages carefully: They often indicate the line number and type of error.
2. Use print statements: Insert print statements to check variable values at different execution points.
3. Utilize a debugger: Step through the code line by line to observe the flow and state of variables.
4. Check for common ...
I stay updated through continuous learning, hands-on projects, and engaging with the tech community.
Participate in online courses on platforms like Coursera or Udemy to learn new technologies.
Attend local meetups and conferences to network and learn from industry experts.
Contribute to open-source projects on GitHub to gain practical experience and collaborate with others.
Follow tech blogs, podcasts, and YouTube channel...
The struct keyword is used in programming languages to define a user-defined data type that contains multiple variables of different types.
Structs are used to group related data together.
They can have different types of variables, including other structs.
Structs can be used to create complex data structures.
They are commonly used in object-oriented programming languages.
The class keyword is used in object-oriented programming to define a blueprint for creating objects.
The class keyword is used in languages like Java, C++, and Python.
It allows the programmer to define the properties and behaviors of an object.
Objects created from a class are called instances.
Classes can have attributes (variables) and methods (functions).
Inheritance allows classes to inherit properties and behaviors fr...
I appeared for an interview in Nov 2024, where I was asked the following questions.
Apptunix offers a dynamic environment for innovation, collaboration, and growth in mobile and web application development.
Innovative Projects: Working on cutting-edge technologies like AI and IoT, which allows me to push my skills and creativity.
Collaborative Culture: The emphasis on teamwork and knowledge sharing fosters a supportive environment where I can learn from experienced colleagues.
Career Growth Opportunities...
I appeared for an interview in Dec 2024, where I was asked the following questions.
I appeared for an interview before Jun 2024, where I was asked the following questions.
based on 1 review
Rating in categories
Salesforce Developer
6
salaries
| ₹2.3 L/yr - ₹5.5 L/yr |
Design Engineer
4
salaries
| ₹1.6 L/yr - ₹5.8 L/yr |
Salesforce Administrator
4
salaries
| ₹4 L/yr - ₹7.7 L/yr |
Engineer
3
salaries
| ₹3.8 L/yr - ₹4.9 L/yr |
Senior Architect
3
salaries
| ₹22 L/yr - ₹26.5 L/yr |