i
Astroyogi
Filter interviews by
I applied via Company Website and was interviewed in Mar 2024. There were 2 interview rounds.
I led the development of a mobile app for tracking fitness goals, resulting in a 20% increase in user engagement.
Developed and launched a mobile app for tracking fitness goals
Implemented features such as goal setting, progress tracking, and social sharing
Increased user engagement by 20% through targeted marketing campaigns
Received positive feedback from users on app usability and effectiveness
Matchmaking process in Shaadi.com involves using algorithms to match users based on their preferences and criteria.
Users create profiles with their preferences and criteria
Algorithms analyze data to suggest potential matches
Users can interact with suggested matches to further explore compatibility
I applied via Company Website and was interviewed in Apr 2023. There were 4 interview rounds.
All about myself was asked.
They will ask vedic in depth questions
They will share one birth details and questions based on that.
I applied via Naukri.com and was interviewed in Jan 2023. There were 2 interview rounds.
GST TDS section date refers to the date on which TDS is deducted and deposited under GST.
GST TDS section date is the date on which TDS is deducted and deposited under GST.
It is mentioned in section 51 of the CGST Act, 2017.
The due date for depositing TDS under GST is 10th of the following month.
For example, if TDS is deducted on 15th June, it should be deposited by 10th July.
Late payment of TDS attracts interest and pe
Astroyogi interview questions for popular designations
My strengths include problem-solving, attention to detail, and adaptability. My weaknesses include time management and public speaking.
Strengths: problem-solving, attention to detail, adaptability
Weaknesses: time management, public speaking
In 5 years, I see myself as a senior web developer leading a team, working on complex projects, and continuously learning and growing in my career.
Leading a team of web developers
Working on complex projects
Continuously learning and growing in my career
Looking for new challenges and growth opportunities.
Seeking a more challenging role to enhance my skills and knowledge.
Interested in working with new technologies and staying up-to-date with industry trends.
Want to work in a more collaborative and innovative environment.
Seeking better career growth and advancement opportunities.
Desire to work on larger and more impactful projects.
You should hire me because I have a strong background in web development and a proven track record of delivering high-quality projects.
I have a solid understanding of HTML, CSS, and JavaScript, as well as experience with popular frameworks like React and Angular.
I have successfully completed several web development projects, including building responsive websites and implementing complex features.
I am highly skilled in...
I worked as a Web Developer at XYZ Company.
Developed and maintained websites using HTML, CSS, and JavaScript.
Collaborated with designers and project managers to create user-friendly interfaces.
Implemented responsive design to ensure optimal viewing experience across different devices.
Optimized website performance by optimizing code and images.
Integrated third-party APIs and plugins to enhance website functionality.
Trou...
My family background is diverse and multicultural, with members from different countries and professions.
My parents are from different countries, which has exposed me to different cultures and perspectives.
My father is a doctor and my mother is an architect, which has influenced my interest in both technology and design.
I have relatives who work in various fields such as engineering, business, and education, providing ...
I am open to discussing salary based on the responsibilities and opportunities offered by the position.
I am flexible and open to negotiation.
I am more interested in the overall package and growth opportunities than just the salary.
I am confident that my skills and experience will be valued appropriately.
I am looking for a fair and competitive compensation based on market standards.
I am open to discussing benefits and b
Top trending discussions
I applied via Indeed and was interviewed before Jun 2019. There were 4 interview rounds.
I have 3 years of experience working as a Data Analyst in the finance industry.
Analyzed financial data to identify trends and make recommendations
Created reports and dashboards using tools like Tableau and Excel
Collaborated with cross-functional teams to improve data quality and accuracy
I appeared for an interview in Oct 2016.
I'm sorry, I don't have access to the internet to research the company and product.
Droom is an online marketplace for buying and selling new and used vehicles.
Founded in 2014 by Sandeep Aggarwal
Offers a wide range of vehicles including cars, bikes, and scooters
Provides services such as vehicle history reports and inspections
Has over 6,500 certified dealers and over 50,000 listings
Operates in India and Singapore
I applied via Recruitment Consultant and was interviewed in Aug 2019. There were 5 interview rounds.
posted on 15 Sep 2021
I appeared for an interview in Dec 2020.
Round duration - 90 minutes
Round difficulty - Medium
Total of 8 questions:
4 MCQ(oops and expected output type questions) + other 2 were coding questions, out of which one is some class implementation question.
Given an array ARR
and an integer K
, your task is to count all subarrays whose sum is divisible by the given integer K
.
The first line of input contains an...
Count subarrays with sum divisible by K in an array.
Iterate through the array and keep track of the running sum modulo K.
Use a hashmap to store the frequency of remainders.
For each prefix sum, check how many previous prefix sums have the same remainder.
Return the total count of subarrays with sum divisible by K.
Round duration - 60 minutes
Round difficulty - Easy
This round was with the USA team, the panel consisted of 2 members. It took place at around 9 PM IST. The interviewer's focus was on approach.
You are given an unsorted array ARR
. Your task is to sort it so that it forms a wave-like array.
The first line contains an integer 'T', the number of test cases.
For ea...
Sort an array in a wave-like pattern where each element is greater than or equal to its adjacent elements.
Iterate through the array and swap elements at even indices with their adjacent odd indices to form a wave pattern.
There can be multiple valid wave arrays, so any valid wave array is acceptable.
Ensure the first element is greater than or equal to the second element to start the wave pattern.
Given an integer number num
, your task is to convert 'num' into its corresponding word representation.
The first line of input contains an integer ‘T’ denoting the number o...
Convert a given integer number into its corresponding word representation.
Implement a function that takes an integer as input and returns the word representation of that number.
Break down the number into its individual digits and convert each digit into its word form.
Handle special cases like numbers between 10 and 19, and multiples of 10.
Combine the word forms of individual digits to form the final word representation
Round duration - 40 minutes
Round difficulty - Easy
It was a managerial round. The position of the person taking the interview was of a technical architect. As was informed by the recruiter, previously he was a technical architect at Amazon.
Facebook stores comments in its database using a combination of relational and non-relational databases.
Comments are typically stored in a relational database like MySQL for structured data storage.
For scalability and performance, Facebook may also use a NoSQL database like Cassandra or HBase for storing comments in a denormalized format.
Metadata related to comments such as likes, timestamps, and user information may b...
Tip 1 : Practice the most frequent and most common questions DSA questions asked in companies like Amazon, Microsoft.
Tip 2 : Focus on solving the questions on your own as much as you can.
Tip 3 : Don't waste your time on the number of questions while compromising quality.
Tip 4 : Do mock interviews with your friend if it's been a long since you have given the interview.
Tip 5 : For virtual interviews, always have a backup of data(you may use mobile data if Wi-Fi goes out). While during an interview try to maintain eye contact every now and then.
Tip 6 : Keep your resume short to 1 page and have far/good knowledge of the tech stack you have mentioned
Tip 1 : Keep it short to 1 page
Tip 2 : Prepare it well.
Tip 3 : Focus more on the problem and the solution. Rather than tools used to solve the problem
Some database questions,some java questions .
JavaScript is a programming language used for web development, while jQuery is a library built with JavaScript to simplify HTML document traversal and manipulation.
JavaScript is a programming language, while jQuery is a library written in JavaScript.
JavaScript can be used for a wide range of tasks, while jQuery is mainly used for DOM manipulation and event handling.
JavaScript is a core technology for web development, w...
Different types of joins are used in SQL to combine rows from two or more tables based on a related column between them.
Inner Join: Returns rows when there is at least one match in both tables.
Left Join (or Left Outer Join): Returns all rows from the left table and the matched rows from the right table.
Right Join (or Right Outer Join): Returns all rows from the right table and the matched rows from the left table.
Full ...
Multithreading allows multiple threads to run concurrently, while exception handling deals with errors in a program.
Multithreading involves running multiple threads simultaneously to improve performance and responsiveness.
Threads share the same memory space but have their own program counter and registers.
Exception handling is a mechanism to handle errors or exceptional situations in a program.
It helps prevent the prog...
based on 8 interviews
Interview experience
based on 57 reviews
Rating in categories
6-12 Yrs
Not Disclosed
3-10 Yrs
Not Disclosed
3-10 Yrs
Not Disclosed
UI/UX Designer
9
salaries
| ₹5.5 L/yr - ₹12.5 L/yr |
Product Manager
8
salaries
| ₹14 L/yr - ₹38 L/yr |
Senior Android Application Developer
7
salaries
| ₹4.1 L/yr - ₹10.2 L/yr |
Customer Care Executive
7
salaries
| ₹2.2 L/yr - ₹3.5 L/yr |
Senior Android Developer
6
salaries
| ₹6.2 L/yr - ₹14 L/yr |
MagicPin
HealthKart
Awign Enterprises
Nestaway