0% found this document useful (0 votes)
60 views3 pages

Sciative Questions & Answar

Uploaded by

Omkar Bhatuse
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
60 views3 pages

Sciative Questions & Answar

Uploaded by

Omkar Bhatuse
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 3

Basic Interview question of Sciative Solution pvt.

ltd

Q.1. How will you approach the problem of tracing all squares in a chess
board by doing valid moves of a Knight, without repeating any squre?
Ans: Tracing all squares in a chess board by valid moves of a Knight without repeating any
square.
• Create a 2D array to represent the chess board.
• Start from any square and mark it as visited.
• Generate all possible moves of a Knight from the current square.
• Check if the move is valid and not visited before.
• If yes, mark the square as visited and add it to the path.
• Repeat the above steps until all squares are visited.
• If no more moves are possible, backtrack to the previous square and try a different move.
• If all moves are tried and no solution is found, backtrack further.
• Return the path as the solution.

Q.2. Fibonnaci Series without using recursive functions.


Ans :Fibonacci series can be generated using iterative approach with a loop and two variables.
• Declare two variables to store the first two numbers of the series
• Use a loop to generate the next number by adding the previous two numbers
• Repeat the loop until the desired number of terms is generated
• Store the generated numbers in an array

Q.3.Inline functions in python. Inline functions in Python are functions that


are defined and called in a single line of code.

• Inline functions are defined using the lambda keyword.


• They are useful for simple operations that don't require a full function definition.
• Example: double = lambda x: x * 2
• Inline functions can be used as arguments for other functions.
• Example: list(map(lambda x: x * 2, [1, 2, 3])) returns [2, 4, 6]

Q.4. If the product cost is 1000 and 40% discount and add 30% profit. How
much the mrp price.
The MRP price can be calculated by adding the discount and profit to the product cost.
• To calculate the MRP price, first calculate the discount amount by multiplying the product cost
by the discount percentage.
• Subtract the discount amount from the product cost to get the discounted price.
• Next, calculate the profit amount by multiplying the discounted price by the profit percentage.
• Add the profit amount to the discounted price to get the MRP price.

Q.5 What are three deliverables that you can think of in your first 3 months
at Sciative?
Ans : Implement new inventory management system, streamline production
processes, train staff on new procedures.

• Implement a new inventory management system to improve efficiency and accuracy


• Streamline production processes to reduce waste and increase productivity
• Train staff on new procedures and technologies to ensure smooth transition and optimal
performance

Q.6.What is business analyst and whats his role in an organization?

Ans : A business analyst is responsible for analyzing business processes and identifying areas for
improvement.
• Gathers and analyzes data to identify problems and opportunities for improvement
• Works with stakeholders to define business requirements and develop solutions
• Creates reports and presentations to communicate findings and recommendations
• Helps to implement and monitor changes to ensure they are effective
• Examples: identifying inefficiencies in a manufacturing process, developing a new software
system for a company, improving customer service processes for a retail business

Q.7. How Startup Recruitment is different from other companies.

Ans : Startup recruitment differs from other companies in terms of approach, culture, and
expectations.
• Startups often prioritize hiring for cultural fit and potential over experience
• Recruitment process is usually faster and more informal
• Expectations for employees are high and they are expected to wear multiple hats
• Startups may offer equity or other non-traditional compensation packages
• Examples: Airbnb, Uber, and Dropbox

Top HR Questions asked in Sciative


Q.1 Tell me about yourself?
Q.2 . Why should you be considered for this role and why not the other candidate?
Q.3. That, if a student, who passed 12th and doesn't want to study further so how would
you convince him to study more
Q.4. Past Experience , Future plans , What you can bring for the Company ?
Q.5. Why you want to join.
Q.6 .What is your managerial style?

Q.7, Who is the founder of sciative?

Ans : Dr. Anshu Jalora, Founder & Managing Director of Sciative Solutions is a recognized
Pricing thought leader with over 23 years of rich experience in driving pricing transformation
across globally recognized consumer and corporate brands.

Q.8. What does Sciative Company do?


Ans . Sciative is on a mission to create the future of dynamic pricing powered by artificial
intelligence and big data. Our Software-as-a-Service products are used globally across various
industries – retail,ecommerce, travel, entertainment and cinemas.

Q.9. How many employees does Sciative Solutions have?


Ans. Sciative Solutions employs 51 to 200 employees in India.

Q.10. Who is the founder of sciative?


Ans : Vijeta Soni - Co-Founder and CEO @ Sciative Solutions

You might also like