Upload Button Icon Add office photos
Engaged Employer

i

This company page is being actively managed by Psyliq Team. If you also belong to the team, you can get access from here

Psyliq Verified Tick

Compare button icon Compare button icon Compare
4.4

based on 18 Reviews

Filter interviews by

Psyliq Mysql Developer Interview Questions and Answers

Updated 23 Aug 2024

Psyliq Mysql Developer Interview Experiences

Interview questions from similar companies

Interview experience
2
Poor
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
No response

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

Round 1 - Technical 

(7 Questions)

  • Q1. How many ways we can share data between one app to another app?
  • Ans. 

    There are multiple ways to share data between apps, including using intents, content providers, broadcast receivers, and shared preferences.

    • Using Intents: Allows apps to send and receive data through an Intent object.

    • Content Providers: Enable apps to share data with other apps by exposing a structured set of data through a URI.

    • Broadcast Receivers: Apps can send broadcasts to other apps to share data or events.

    • Shared Pr...

  • Answered by AI
  • Q2. Lifecycle of activity. What would be the state if app is running in the background. When it will be in onStop and onRestart state?
  • Ans. 

    The app lifecycle includes states like running in the background, onStop, and onRestart.

    • App running in the background: When the app is not visible but still running, it is in the background state.

    • onStop state: Occurs when the activity is no longer visible to the user.

    • onRestart state: Follows onStop and is called when the activity is being re-displayed to the user.

  • Answered by AI
  • Q3. What is AIDL in Android development?
  • Ans. 

    AIDL stands for Android Interface Definition Language, used for inter-process communication in Android development.

    • AIDL is a tool used to define the programming interface that clients and servers use to communicate with each other in Android.

    • It allows different Android components to communicate with each other across different processes.

    • AIDL files define the methods that can be called remotely, along with the data type

  • Answered by AI
  • Q4. Working experience with JNI
  • Ans. 

    JNI stands for Java Native Interface, used to integrate Java code with native code written in languages like C/C++.

    • Experience in writing Java code that interacts with native code through JNI

    • Understanding of how to create and use JNI libraries

    • Knowledge of passing data between Java and native code using JNI functions

  • Answered by AI
  • Q5. What is a service?
  • Ans. 

    A service is a piece of code that performs specific tasks or functions to support the overall functionality of a software application.

    • Services are often used for tasks such as data processing, communication with external systems, or background tasks.

    • Examples of services include web services, REST APIs, and microservices.

    • Services can run independently of the user interface and can be accessed by multiple components with

  • Answered by AI
  • Q6. Difference between Threads and Coroutines.
  • Ans. 

    Threads are independent sequences of execution within a process, while coroutines are cooperative routines that can pause and resume.

    • Threads are managed by the operating system, while coroutines are managed by the programmer.

    • Threads run concurrently and can execute in parallel on multiple cores, while coroutines are typically single-threaded.

    • Threads have their own stack and memory space, while coroutines share the same...

  • Answered by AI
  • Q7. How we can perform background tasks in Android?
  • Ans. 

    Background tasks in Android can be performed using services, AsyncTask, JobScheduler, or WorkManager.

    • Use Services for long-running tasks in the background

    • AsyncTask for short background tasks that need to interact with the UI

    • JobScheduler for deferrable background tasks that require network connectivity

    • WorkManager for tasks that need to run reliably across different Android versions

  • Answered by AI

Skills evaluated in this interview

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

I applied via Referral and was interviewed in Aug 2024. There were 2 interview rounds.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Binary search for closest element
  • Ans. 

    Binary search to find the closest element in a sorted array

    • Implement binary search to find the target element in the array

    • Keep track of the closest element found so far while searching

    • Update the closest element if a closer one is found during the search

  • Answered by AI
  • Q2. String manipulation
Round 2 - Technical 

(1 Question)

  • Q1. Low level Design for an online e-commerce website
  • Ans. 

    Low level design for an online e-commerce website involves designing the architecture and components of the website.

    • Identify the main components such as user interface, database, payment gateway, product catalog, etc.

    • Design the database schema to store user information, product details, orders, etc.

    • Implement user authentication and authorization mechanisms for secure access.

    • Integrate payment gateway for processing tran...

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Zepto Software Developer interview:
  • DSA
  • Design patterns

Skills evaluated in this interview

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

I applied via campus placement at RV College Of Engineering (RVCE) and was interviewed in Aug 2024. There were 2 interview rounds.

Round 1 - Coding Test 

3 Medium level dsa questions

Round 2 - One-on-one 

(2 Questions)

  • Q1. Lld of cab booking system
  • Ans. 

    The Low Level Design (LLD) of a cab booking system involves detailing the system architecture and components at a lower level of abstraction.

    • Identify the main components of the system such as user interface, booking engine, payment gateway, and driver allocation algorithm.

    • Define the interactions between these components and how data flows between them.

    • Specify the data structures and algorithms used for efficient bookin...

  • Answered by AI
  • Q2. Discussion about online assesment

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare for machine coding rounds.

Skills evaluated in this interview

Interview experience
1
Bad
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Naukri.com

Round 1 - Technical 

(2 Questions)

  • Q1. Union and union all difference
  • Ans. 

    UNION combines the results of two or more SELECT statements, while UNION ALL includes duplicates.

    • UNION removes duplicate rows, while UNION ALL retains all rows including duplicates

    • UNION is slower than UNION ALL as it performs a distinct operation

    • UNION requires the same number of columns in the SELECT statements, while UNION ALL does not have this restriction

  • Answered by AI
  • Q2. What is generic and non-generic collections
  • Ans. 

    Generic collections allow storing any type of data, while non-generic collections are type-specific.

    • Generic collections can store any type of data, such as List or Dictionary.

    • Non-generic collections are type-specific, like ArrayList or HashTable.

    • Generic collections provide type safety and better performance compared to non-generic collections.

Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Not good experience give an interview

Skills evaluated in this interview

Interview experience
2
Poor
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Recruitment Consulltant and was interviewed in May 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Javascript object manipulation based coding question
  • Q2. React based verbal questions
Interview experience
2
Poor
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Implement an immutable class.
  • Ans. 

    An immutable class is a class whose instances cannot be modified after creation.

    • Use final keyword for class declaration to prevent inheritance

    • Make all fields private and final to prevent modification

    • Do not provide setter methods, only getter methods should be used

  • Answered by AI
  • Q2. Implement a springboot service that intercepts http requests.
  • Ans. 

    Implement a Springboot service to intercept HTTP requests.

    • Create a Springboot application with necessary dependencies.

    • Implement a custom interceptor by extending HandlerInterceptorAdapter.

    • Override preHandle and postHandle methods to intercept requests and responses.

    • Register the interceptor in the WebMvcConfigurerAdapter configuration class.

  • Answered by AI

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
-
Result
Selected Selected
Round 1 - Coding Test 

It was a coding test with 3 medium-hard questions

Round 2 - One-on-one 

(5 Questions)

  • Q1. Coding interview
  • Q2. Some question of graph
  • Q3. Some question of string
  • Q4. Some graph qquestion
  • Q5. Somerandom question

Interview Preparation Tips

Interview preparation tips for other job seekers - be prepared
Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Referral and was interviewed in Oct 2024. There was 1 interview round.

Round 1 - Coding Test 

Machine coding test with a duration of 2 hr. where they'll give one simple project to build.

Interview experience
3
Average
Difficulty level
Easy
Process Duration
2-4 weeks
Result
Selected Selected

I applied via campus placement at Maharaja Agrasen Institute of Technology, Delhi and was interviewed in Jan 2024. There were 4 interview rounds.

Round 1 - Aptitude Test 

I am writing automation and clicking on aptitude test.

Round 2 - Assignment 

I am writing automation and clicking on assignment test.

Round 3 - HR 

(2 Questions)

  • Q1. Hey guys? How is it going. I gotta work for it. This is an automation task.
  • Ans. Hey guys? How is it going. I gotta work for it. This is an automation task. Answer
  • Answered Anonymously
  • Q2. Hey guys? How is it going. I gotta work for it. This is an automation task. Yes
Round 4 - Assignment 

This is an automation test. I got this task from my senior. I'm doing good.

Interview Preparation Tips

Topics to prepare for 10405090xyzabc Software Developer interview:
  • Testing
  • Software Testing
  • DSA
Interview preparation tips for other job seekers - Tips are like this, This an Automation Script which is giving you feedback so , please ignore all above

Psyliq Interview FAQs

How many rounds are there in Psyliq Mysql Developer interview?
Psyliq interview process usually has 1 rounds. The most common rounds in the Psyliq interview process are Assignment.

Tell us how to improve this page.

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.3k Interviews
Accenture Interview Questions
3.9
 • 8.1k Interviews
Infosys Interview Questions
3.7
 • 7.6k Interviews
Wipro Interview Questions
3.7
 • 5.6k Interviews
Cognizant Interview Questions
3.8
 • 5.5k Interviews
Capgemini Interview Questions
3.8
 • 4.8k Interviews
Tech Mahindra Interview Questions
3.5
 • 3.8k Interviews
HCLTech Interview Questions
3.5
 • 3.8k Interviews
LTIMindtree Interview Questions
3.8
 • 3k Interviews
IBM Interview Questions
4.0
 • 2.4k Interviews
View all
Data Analyst Intern
7 salaries
unlock blur

₹1 L/yr - ₹4 L/yr

Data Analyst
4 salaries
unlock blur

₹2 L/yr - ₹4.5 L/yr

Data Scientist Intern
4 salaries
unlock blur

₹1 L/yr - ₹3 L/yr

Intern
3 salaries
unlock blur

₹2 L/yr - ₹2.4 L/yr

Explore more salaries
Compare Psyliq with

TCS

3.7
Compare

Infosys

3.7
Compare

Wipro

3.7
Compare

HCLTech

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